Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
vmednonogov pushed 9 commits to vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module 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
- 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 pull request #353 from carbonated-dev/carb-lloyd/NOTICKET-editor_search_fix Fix for Editor Search crash 1dbdbea
- Merge pull request #351 from carbonated-dev/carb-lloyd/nick-fix NickL Fix for the Asset Processor crashing in Archiving 979bbdd
- Merge branch 'carbonated/dev' into vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module 94c3717
vmednonogov pushed 2 commits to vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module carbonated-dev/o3de
vmednonogov pushed 2 commits to vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module carbonated-dev/o3de
vmednonogov opened a pull request on carbonated-dev/o3de
[MAD-17011] Generate Android App Bundle with Play Asset Delivery pack module
{DO NOT REVIEW UNTIL IT IS VERIFIED] Ticket: 17011 ## What does this PR do? Generate Android App Bundle with Play Asset Delivery pack module. Note: currently we support a sole install-tim...vmednonogov created a branch on carbonated-dev/o3de
vmedn/MAD-17011-generate-AndroidAppBundle-with-PlayAssetDelivery-module - Source for fully featured AAA Open 3D Engine
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Formatting 256bbb0
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Updated symlink support 2c9ec7a
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Updated symlink support 39c941b
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Fixed foder creation 907a3b0
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Updated the play delivery pack support a43282a
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Create asset module folder for AAB 3622b53
vmednonogov pushed 1 commit to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 carbonated-dev/o3de
- Updated 00c3ded
vmednonogov deleted a branch carbonated-dev/o3de
vmedn/NOTICKET-test-android-build-with-TRAIT-definition
vmednonogov pushed 8 commits to vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 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
- 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
- Merge pull request #349 from carbonated-dev/vmedn/MAD-16689-fixed-culling-model-assert [MAD-16689] Fixed culling mod... b3e0ecc
- Merge branch 'carbonated/dev' into vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 6138e85
vmednonogov pushed 3 commits to carbonated/dev carbonated-dev/o3de
vmednonogov closed a pull request on carbonated-dev/o3de
[MAD-16689] Fixed culling model assert
## What does this PR do? Fix: check "model not loaded yet" as we do in CreateUpdateCullingJobQueue() to avoid assert "The model has not finished loading yet" ## How was this PR tested? Ver...vmednonogov created a branch on carbonated-dev/o3de
vmedn/MAD-17011-test-to-add-PAD-to-AAB-0001 - Source for fully featured AAA Open 3D Engine
vmednonogov deleted a branch carbonated-dev/o3de
vmedn/NOTICKET-test-android-build-with-TRAIT-desfinition
vmednonogov opened a pull request on carbonated-dev/o3de
[MAD-16689] Fixed culling model assert
## What does this PR do? Fix: check "model not loaded yet" as we do in CreateUpdateCullingJobQueue() to avoid assert "The model has not finished loading yet" ## How was this PR tested? Ver...vmednonogov pushed 4 commits to vmedn/MAD-16689-fixed-culling-model-assert 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
- Merge branch 'carbonated/dev' into vmedn/MAD-16689-fixed-culling-model-assert 181b5bc
vmednonogov created a branch on carbonated-dev/o3de
vmedn/MAD-16689-fixed-culling-model-assert - Source for fully featured AAA Open 3D Engine
vmednonogov deleted a branch carbonated-dev/o3de
vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING
vmednonogov pushed 3 commits to carbonated/dev carbonated-dev/o3de
vmednonogov closed a pull request on carbonated-dev/o3de
[REFACTORING] Added AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING
## What does this PR do? Added new trait AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING to be compatible with O3DE validation rules. ## How was this PR tested? Locally PC/Android. Je...vmednonogov pushed 1 commit to vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING carbonated-dev/o3de
- Addressing PR comments 1f53b51
vmednonogov opened a pull request on carbonated-dev/o3de
[REFACTORING] Added AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING
## What does this PR do? Added new trait AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING to be compatible with O3DE validation rules. ## How was this PR tested? Locally PC/Android. Je...vmednonogov created a branch on carbonated-dev/o3de
vmedn/NOTICKET_add_AZ_TRAIT_USE_POLL_INSTEAD_SELECT_FOR_SOCKET_POLLING - Source for fully featured AAA Open 3D Engine
vmednonogov pushed 5 commits to carbonated/dev carbonated-dev/o3de
- If we have the Discrete Input Mode Disabled but any window is focused (excluding MainMenuBar).. then consume the input 3619a5b
- Check input focus for the Editor ConsoleSCB 2cacd7f
- Merge branch 'carbonated/dev' into vmedn/MAD-16898-consume-input-for-focused-windows 075270d
- Addressing PR comments c33614d
- Merge pull request #347 from carbonated-dev/vmedn/MAD-16898-consume-input-for-focused-windows [MAD-16898] Editor & S... 0841163