Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
vmednonogov pushed 3 commits to vmedn/MAD-16764-messaing-android-support carbonated-dev/o3de
vmednonogov pushed 1 commit to vmedn/_changes-for-messaging-001 carbonated-dev/o3de
- Trying to resolve manifest merging issue a98d02d
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
This is not 100% guarantee again an occasional deletion, but 99.999 I guess, I seen no issues during testing. Windows ignores invalid addresses, but libunwind crashes. This fixes the crashes, but ...
vmednonogov pushed 1 commit to vmedn/_changes-for-messaging-001 carbonated-dev/o3de
- Transfer google-services.json to 'app' project cd43f28
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
I have to assign the fence member variable here.
aefimov3 opened a pull request on carbonated-dev/o3de
Fix async metadata deletion while making memory dump
## What does this PR do? Add a volatile fence to prevent metadata deletion, this produces some memory leaks, but typically there are just a small number of affected memory pieces per dump operat...aefimov3 created a branch on carbonated-dev/o3de
aefimov/memory-trace - Source for fully featured AAA Open 3D Engine
vmednonogov created a branch on carbonated-dev/o3de
vmedn/_changes-for-messaging-001 - Source for fully featured AAA Open 3D Engine
vmednonogov pushed 31 commits to vmedn/MAD-16764-messaing-android-support carbonated-dev/o3de
- Fix comment text 0d40510
- Add some engine memory tags cc8f356
- More engine memory tags 527a609
- More memory tags 181a1e3
- Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace 06b8c78
- More memory tags 464477f
- New tags 5174d51
- Add CARBONATED where needed, use 5 callstack items instead of 3 3e4330e
- Merge branch 'carbonated/dev' into aefimov/memory-trace 1b0b511
- Fix manual merge errors 293edb2
- More manual merge fixes, mostly cosmetic 7bf9bff
- Cosmetic improvements to match the original engine code 5b57338
- Asset memory stage 1 : flat assets, the first draft 505ca68
- Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace d92f12a
- Add asset tags, resolve memory aggregation allocations via applying allocation tracker limit c43f650
- Improvements and bug fixes e793d70
- LOD removal, 2nd draft dea2145
- Make cmake options for preprocessor definitions, some small improvements and bug fixes cac82d7
- LOD drop feature off by default (cvar) ecf5d7b
- Cosmetic, remove commented out code 077a2f1
- and 11 more ...
carbonated-niko created a branch on carbonated-dev/o3de
niko/explo - Source for fully featured AAA Open 3D Engine
aefimov3 pushed 30 commits to carbonated/dev carbonated-dev/o3de
- Fix comment text 0d40510
- Add some engine memory tags cc8f356
- More engine memory tags 527a609
- More memory tags 181a1e3
- Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace 06b8c78
- More memory tags 464477f
- New tags 5174d51
- Add CARBONATED where needed, use 5 callstack items instead of 3 3e4330e
- Merge branch 'carbonated/dev' into aefimov/memory-trace 1b0b511
- Fix manual merge errors 293edb2
- More manual merge fixes, mostly cosmetic 7bf9bff
- Cosmetic improvements to match the original engine code 5b57338
- Asset memory stage 1 : flat assets, the first draft 505ca68
- Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace d92f12a
- Add asset tags, resolve memory aggregation allocations via applying allocation tracker limit c43f650
- Improvements and bug fixes e793d70
- LOD removal, 2nd draft dea2145
- Make cmake options for preprocessor definitions, some small improvements and bug fixes cac82d7
- LOD drop feature off by default (cvar) ecf5d7b
- Cosmetic, remove commented out code 077a2f1
- and 10 more ...
aefimov3 closed a pull request on carbonated-dev/o3de
Asset memory tracing (MAD-17122)
## What does this PR do? Introduce asset memory tags. Add option to drop high quality LODs in runtime to reduce memory footprint. Improve memory tracking, add multiple memory tags. Increase m...aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Add null pointer protection for asset into ptr, change value to ref in lod analysis call. 9614a5f
aefimov3 pushed 8 commits to aefimov/memory-trace carbonated-dev/o3de
- warn only for Asset Processor server path ba1d216
- Swapping for ios - Need to come up with a more generic implementation here. 31cdf52
- fixed the compiler error 4795b04
- Added checkbox 7821db1
- Merge pull request #357 from carbonated-dev/niko/layoutToggle UIDynamicLayout component was also resizing the parent... 004a64f
- Print out logs when decals are added/removed to the o3de decal list c198334
- Merge pull request #359 from carbonated-dev/vmedn/MAD-15563-log-added-or-removed-decals [MAD-15563] Print out logs w... d66b928
- Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/memory-trace afb65b5
vmednonogov pushed 4 commits to vmedn/MAD-16764-messaing-android-support carbonated-dev/o3de
- Print out logs when decals are added/removed to the o3de decal list c198334
- Merge pull request #359 from carbonated-dev/vmedn/MAD-15563-log-added-or-removed-decals [MAD-15563] Print out logs w... d66b928
- Merge branch 'carbonated/dev' into vmedn/MAD-16764-messaing-android-support 1b74060
- Merge branch 'vmedn/MAD-16764-messaing-android-support' of https://github.com/carbonated-dev/o3de into vmedn/MAD-1676... 23239e5
vmednonogov pushed 2 commits to carbonated/dev carbonated-dev/o3de
vmednonogov closed a pull request on carbonated-dev/o3de
[MAD-15563] Print out logs when decals are added to the o3de decal list or removed from this list
Ticket: [MAD-15563] ## What does this PR do? Printed out logs when decals are added to the o3de decal list or removed from this list To switch this logger off/on use: `r_logDecals=0/1` ...Twolewis created a review comment on a pull request on carbonated-dev/o3de
let's make this lowercase to stay in line with the other cvars -`r_logdecals`
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Add mip removal functionality b3035bb
Twolewis pushed 1 commit to vmedn/MAD-16764-messaing-android-support carbonated-dev/o3de
- Fix for android configure and clearing flags. 0f7d57d