Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

JasonCarbonated

JasonCarbonated pushed 30 commits to carbonated/stage carbonated-dev/o3de
  • Fixes memory corruption issues in ArchiveAPI * Fixes a memory corruption issue caused by concurrent access of the ... ed1dca5
  • Merge branch 'carbonated/dev' into carb-lloyd/nick-fix efccb6c
  • Merge remote-tracking branch 'origin/carbonated/dev' into carb-lloyd/nick-fix 372b045
  • Merge remote-tracking branch 'origin/carbonated/dev' into carb-lloyd/nick-fix 77b4fa4
  • Generate AndroidAppBundle with PlayAssetDelivery module 26e344b
  • fix for the editor search crash, looks like a bad merge went in ages ago also cleaning up a few CARBONATED guards. 2839f9b
  • Minor updates to guards a79a4c7
  • Merge branch 'carbonated/dev' into vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module 9c80972
  • Merge pull request #353 from carbonated-dev/carb-lloyd/NOTICKET-editor_search_fix Fix for Editor Search crash 1dbdbea
  • adding "-1" option to select half of available cores for asset processing 11c2a3f
  • Get asset folder name from the project setting instead global o3de settings 03f82f4
  • Merge pull request #351 from carbonated-dev/carb-lloyd/nick-fix NickL Fix for the Asset Processor crashing in Archiving 979bbdd
  • Updated placeholders for compatibility, when asset pack is undefined 290fd70
  • Merge branch 'carbonated/dev' into vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module 94c3717
  • Merge pull request #354 from carbonated-dev/carb-lloyd/NOTICKET-asset-processor-max-jobs Adding option to only use h... 92a62e2
  • whoops, forgot >= 95061f9
  • Addressing PR comments c745e69
  • Merge branch 'carbonated/dev' into vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module 94ff172
  • Fixed boolean support b718054
  • Addressing PR comments c934966
  • and 10 more ...

View on GitHub

JasonCarbonated created a review on a pull request on carbonated-dev/o3de

View on GitHub

JasonCarbonated pushed 3 commits to carbonated/stage carbonated-dev/o3de
  • Сheck "model not loaded yet" as we do in CreateUpdateCullingJobQueue() ed4ba26
  • Merge branch 'carbonated/dev' into vmedn/MAD-16689-fixed-culling-model-assert 181b5bc
  • Merge pull request #349 from carbonated-dev/vmedn/MAD-16689-fixed-culling-model-assert [MAD-16689] Fixed culling mod... b3e0ecc

View on GitHub

JasonCarbonated created a tag on carbonated-dev/o3de

RC5 - Source for fully featured AAA Open 3D Engine

JasonCarbonated pushed 9 commits to carbonated/stage carbonated-dev/o3de
  • Added AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING 53a6f14
  • Addressing PR comments 1f53b51
  • Merge pull request #348 from carbonated-dev/vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING [... a000761
  • Revert "Merge pull request #348 from carbonated-dev/vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_PO... ddb7eeb
  • Reapply "Merge pull request #348 from carbonated-dev/vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_P... 1babbf1
  • Extend video bus functionality to get video preload status 92131d7
  • Filter out non-levels. 21be56c
  • Rename LogNotificatorBus to LogNotificationBus 56c27d1
  • Merge pull request #350 from carbonated-dev/aefimov/mad-16751-video-enhancement Extend video bus functionality to ge... 86be18d

View on GitHub

JasonCarbonated pushed 1 commit to carbonated/dev carbonated-dev/o3de
  • Revert "Merge pull request #348 from carbonated-dev/vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_PO... ddb7eeb

View on GitHub

JasonCarbonated pushed 1588 commits to carbonated/stage carbonated-dev/o3de
  • Added guard around adapterBuilder in PrefabComponentAdapter::CreateLabel Signed-off-by: Danilo Aimini <82231674+AMZN... 0cb585d
  • Revert previous assert Signed-off-by: Danilo Aimini <[email protected]> 14d8f29
  • Fix hardcoded path Signed-off-by: Steve Pham <[email protected]> 0e36447
  • Fix hardcoded path Signed-off-by: Steve Pham <[email protected]> 20dc150
  • remove tabs added during conflict resolution Signed-off-by: Alex Peterson <[email protected]... 17129b0
  • Update multi-device resource classes (#17157) Update MDResources Co-authored-by: Martin Winter <martin.winter@hua... d0d918c
  • Fix clang-17 compilation errors in profile config (#17273) Some whitespace fixes done by clang-format Signed-off-... 93c4b7a
  • Fix merge error in Culling.cpp Signed-off-by: Alex Peterson <[email protected]> d885459
  • The Android Project Generator tool. (#17257) The Android Project Generator tool. (#17257) This PR adds a new feat... 2718d35
  • fix merge errors Signed-off-by: Alex Peterson <[email protected]> 7b8afdb
  • Fix MergedShaderResouceGroupPool mutex (#17229) Signed-off-by: Akio Gaule <[email protected]> 9a4bfd2
  • Fix skip debug symbols stripping for Android (#17271) * Fix skip debug symbols stripping for Android Signed-off-b... 6b667ad
  • fix export tests missing headless Signed-off-by: Alex Peterson <[email protected]> 79ff3b4
  • fix: Do not use dangling ptr for EditorTransform when echap key is hit Signed-off-by: guillaume-haerinck <guillaume... da8fd6f
  • Merge pull request #17272 from aws-lumberyard-dev/AMZN-alexpete/gitflow/231214_point_release_changes Cherry pick cha... e9aa882
  • new: Allow to browse to asset from the dependency tree widget Signed-off-by: guillaume-haerinck <guillaume.haerinck@... b0e8f5b
  • fix: allow to browse to product assets Signed-off-by: guillaume-haerinck <[email protected]> 48504bd
  • new: Allow contextual menu on asset browser when no selection Signed-off-by: guillaume-haerinck <guillaume.haerinck@... 3a936f7
  • Fixing material canvas texture 2D node by adding support for color space conversions Signed-off-by: Guthrie Adams <g... d7dfba3
  • Merge pull request #17236 from aws-lumberyard-dev/gadams3/fix_mc_color_space_transforms Fix MC color space transform... 25de560
  • and 1568 more ...

View on GitHub

JasonCarbonated created a review comment on a pull request on carbonated-dev/o3de
yeah! Like this one -- this one is good.

View on GitHub

JasonCarbonated created a review comment on a pull request on carbonated-dev/o3de
This would be more idiomatic if expressed without the use of not operators when possible. It can be confusing when using !a || !b Consider using: `#if defined(CARBONATED) && defined(AZ_PLATFORM_I...

View on GitHub

JasonCarbonated created a review on a pull request on carbonated-dev/o3de

View on GitHub

JasonCarbonated created a comment on a pull request on o3de/o3de
There is an issue, at least on some popular small format keyboards (such as the one I switched to using) which has the home key mapped to numpad 7 unless num lock is engaged. It just doesn't work f...

View on GitHub