Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
aefimov3 pushed 1 commit to aefimov/alt-optnone-fix carbonated-dev/o3de
- Cosmetic: remove extra speces 926e1ce
aefimov3 pushed 27 commits to aefimov/alt-optnone-fix carbonated-dev/o3de
- Added missed mobilerenderpipeline into seed list 40eebe6
- Increased max pack size up to 4000 Mb (Carbonated specific: do not split packs) b709ae2
- Fix crash after leaving picking mode (#18366) fixes issue https://github.com/o3de/o3de/issues/18365 The hook to r... 14cc867
- Revert "Fix hyper-sensitve camera rotation remote clients (#18354)" (#18368) 1112aee
- Carbonated/recastnavigation (#320) * Partial navmesh update first draft * Minor navmesh UI fixes * Added TestP... a60610f
- Merge branch 'carbonated/dev' into vmedn/pc-DLC-support 2193f5f
- Fixed RecastNavigation unit tests (#328) da723d4
- Merge branch 'carbonated/dev' into vmedn/pc-DLC-support 96fef92
- Update O3DE Splash Screen background (#18372) Signed-off-by: Steve Pham <[email protected]> b08fd45
- Merge remote-tracking branch 'upstream/stabilization/2409' into merge_stabilization_2409_to_main No diffs between th... 12cf8a1
- seed file for lake resort 277f596
- Revert "seed file for lake resort" This reverts commit 277f596fd1619070f26a10008ce133c5f25a41f9. 7098a75
- Merge branch 'carbonated/dev' into vmedn/pc-DLC-support bc7c90a
- Merge pull request #327 from carbonated-dev/vmedn/pc-DLC-support Improve DLC support fe5c1c2
- Merge pull request #18359 from nick-l-o3de/merge_stabilization_2409_to_main Stabilization to Main for 24.09.0 e8570f9
- Fix double mouse pointer visible in Windows standalone build when ImGui enabled (#329) * Fix double mouse pointer vi... 8494f45
- Double swipe to move app to background (#321) * Double swipe to move app to background * Satisfy AzPlatformValida... 6675cfd
- Added internal update function 17e175f
- Merge tag '2409.0' into carb-lloyd/2409 Signed-off-by: Lloyd Tullues <[email protected]> # Conflicts: # Gems/Ato... 8dabff4
- Added check to ensure it wont update if its already set 69099ab
- and 7 more ...
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
Removed find()-erase() cycle, so now it is more detailed comment & changed -MO command line key. Verified locally.
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
Because it is not a regex. The code is longer, but it does exactly the job needed - remove the substrings from the string. I understand that they want the regex version, I tested mine, it works, I...
aefimov3 pushed 1 commit to aefimov/alt-optnone-fix carbonated-dev/o3de
- Added regex version to compare d450920
aefimov3 opened a pull request on carbonated-dev/o3de
Alternative optnone fix, remove deprecated key
## What does this PR do? Alternative optnone removal without regex. Change deprecated metal key. ## How was this PR tested? Local testsaefimov3 created a branch on carbonated-dev/o3de
aefimov/alt-optnone-fix - Source for fully featured AAA Open 3D Engine
aefimov3 created a comment on a pull request on carbonated-dev/o3de
I seen 28Mb per battle decal memory leak, I hope this fixes it.
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Add CARBONATED where needed, use 5 callstack items instead of 3 3e4330e