Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
Each time I use extra-CPU even if memory tracking is OFF I use the overhead definition fence.
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
This is the only call I use newly added Ptr-calls instead of copies.
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Remove potentially dangerous optmization, add more memory tags 6b7363d
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Add asset tracker record destructor to free memory, some cosmetic changes 0cf9a22
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Remove not needed static variable, some cosmetic changes f363160
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Remove extra log messages 3f8699b
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Cosmetic, remove commented out code 077a2f1
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- LOD drop feature off by default (cvar) ecf5d7b
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Make cmake options for preprocessor definitions, some small improvements and bug fixes cac82d7
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Improvements and bug fixes e793d70
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Add asset tags, resolve memory aggregation allocations via applying allocation tracker limit c43f650
aefimov3 pushed 27 commits to aefimov/memory-trace 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
- using aws 1.11.344 without the crypto stuff 2e678ee
- 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
- and 7 more ...
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Asset memory stage 1 : flat assets, the first draft 505ca68
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Cosmetic improvements to match the original engine code 5b57338
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- More manual merge fixes, mostly cosmetic 7bf9bff
aefimov3 pushed 1 commit to aefimov/memory-trace carbonated-dev/o3de
- Fix manual merge errors 293edb2
aefimov3 pushed 1554 commits to aefimov/memory-trace carbonated-dev/o3de
- Material component to only use custom previews if properties are overridden This is an optimization that causes the ... 3e25930
- Simplifying thumbnail system asynchronous loading. Switching to the job system instead of qt futures, watchers, and ... 36e1fc6
- Fix asset browser tree and list views to update after thumbnail changes Signed-off-by: Guthrie Adams <guthadam@amazo... 0f06c3e
- Quality of life improvements for the project export script (#17160) * Incorporate command_settings to allow setting ... acda433
- make sure ios export script uses correct asset processor path Signed-off-by: TJ Kotha <[email protected]> e80e7e6
- Fix attachment image assert on editor startup with clean cache Fixes https://github.com/o3de/o3de/issues/17178 The ... d0acf35
- Fixes for project export_project (#17188) * Remove option for headless server (not available in the 2310 release) * ... 45d8efa
- adjusting export script to allow for non-monolithic building Signed-off-by: T.J. Kotha <[email protected]... 4c4c108
- fixing export script to handle asset bundling paths correctly depending on current working dir Signed-off-by: T.J. K... 4797ed1
- adding initial check for monolithic artifacts before proceeding with monolithic build Signed-off-by: T.J. Kotha <112... e573cec
- addressing nitpicks Signed-off-by: T.J. Kotha <[email protected]> 512fb1e
- adjusting monolithic parameter to conform to export settings format (#17214) * adjusting monolithic parameter to con... b159186
- Implement support for SetDynamicEditDataProvider (#17228) * element edit data proxy seems to work Signed-off-by: Al... ea5b8c0
- added initial framework for testing export scripts, including bugfixes (#17224) * added initial framework for testin... 52b01cb
- Thumbnails: rename LoadComplete to QueueThumbnailUpdated Signed-off-by: Guthrie Adams <[email protected]> 573d761
- Replace thumbnail loading animation with static image so that it does not need to refresh the asset browser every fra... 71388ea
- Remove job limiter from thumbnail or component. No longer needed because the job system manages its own threads and t... b66dc9c
- Move preview renderer initialization to the system tick so that it has multiple chances to initialize in case it tick... 7e5d338
- Optimize masked occlusion culling to only clear the buffer if something visible was drawn to it. This keeps it from c... 81fe2d9
- Fix deadlock caused by blocking asset loads across multiple threads in image previewer and thumbnails Signed-off-by:... 51201fa
- and 1534 more ...
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
For me it works with the first call commented out and with the second call commented out.
aefimov3 created a review comment on a pull request on carbonated-dev/o3de
I see the same call at the line N 609, I wonder what was the error, double call, too early call? The removed line looks similar to the "else {}" block where SetFilter follow SetFilterPropgation, i...
aefimov3 created a branch on carbonated-dev/o3de
aefimov/MAD-15696-shader-opt-index - Source for fully featured AAA Open 3D Engine