Ecosyste.ms: Timeline

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

aefimov3

aefimov3 deleted a branch carbonated-dev/o3de

aefimov/mad-14291-mip-error-diag

aefimov3 deleted a branch carbonated-dev/o3de

aefimov/mad-17474-tune-texture-presets

aefimov3 pushed 3 commits to carbonated/dev carbonated-dev/o3de
  • Tune texture preset compression levels: set Android to ASTC_6x6, change some 4x4 to 6x6. 1abd9bd
  • Move worldmap presets to game folder e0fde50
  • Merge pull request #370 from carbonated-dev/aefimov/mad-17474-tune-texture-presets Tune texture presets (mad-17474) fa497e1

View on GitHub

aefimov3 closed a pull request on carbonated-dev/o3de
Tune texture presets (mad-17474)
## What does this PR do? Tune ASTC compression level for texture presets. Set Android texture compression to ASTC_6x6 for most of the presets to match iOS. There was a bug on Android platform th...
aefimov3 created a comment on a pull request on carbonated-dev/o3de
Right, moved them. That implies a new PR to the game repo.

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
I just moved this original code piece to the else-endif block.

View on GitHub

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

View on GitHub

aefimov3 opened a pull request on carbonated-dev/o3de
Preserve texture quality tags (mad-17473)
## What does this PR do? Invert O3DE's original image quality tag logic. We do a bulk high lievel mip drop controlled by q_dropMips cvar, then check the image tags to preserve some textures qual...
aefimov3 pushed 5 commits to aefimov/mad-17473-preserve-texture-quality-tags carbonated-dev/o3de
  • Reapply "Merge pull request #367 from carbonated-dev/carb-lloyd/NO-TICKET-Various-Development-PRs" This reverts comm... 86c3bd6
  • Fix for shadows not working after switching levels (#18652) Signed-off-by: moudgils <[email protected]... 87e0c81
  • Fixed an assert for not disconnecting an address 869879c
  • Merge remote-tracking branch 'origin/carbonated/dev' into carb-lloyd/NOTICKET-pr-reapply c6b5c2d
  • Merge remote-tracking branch 'origin/carbonated/stage' into aefimov/mad-17473-preserve-texture-quality-tags fcca081

View on GitHub

aefimov3 created a branch on carbonated-dev/o3de

aefimov/mad-17473-preserve-texture-quality-tags - Source for fully featured AAA Open 3D Engine

aefimov3 opened a pull request on carbonated-dev/o3de
Tune texture presets (mad-17474)
## What does this PR do? Tune ASTC compression level for texture presets. Set Android texture compression to ASTC_6x6 for most of the presets to match iOS. There was a bug on Android platform th...
aefimov3 created a branch on carbonated-dev/o3de

aefimov/mad-17474-tune-texture-presets - Source for fully featured AAA Open 3D Engine

aefimov3 deleted a branch carbonated-dev/o3de

aefimov/mad-10703-device-specific-resolutions

aefimov3 closed a pull request on carbonated-dev/o3de
Add a call to set render resolution directly from width & height (MAD-17475)
## What does this PR do? Add new function to set render window resolution directly from width and height, ignoring all the auto-setup logic. ## How was this PR tested? Locally tested on Wi...
aefimov3 deleted a branch carbonated-dev/o3de

aefimov/mad-16347-cap-res-cvar

aefimov3 closed a pull request on carbonated-dev/o3de
Texture resolution limit cvar (MAD-16347)
## What does this PR do? Introduce a new CVAR to limit max texture resolution for min specs devices. ## How was this PR tested? Local tests on iPhone XR and iPhone 11. The cvar is set for ...
aefimov3 opened a pull request on carbonated-dev/o3de
Add a call to set render resolution directly from width & height (MAD-17475)
## What does this PR do? Add new function to set render window resolution directly from width and height, ignoring all the auto-setup logic. ## How was this PR tested? Locally tested on Wi...
aefimov3 pushed 1 commit to aefimov/mad-10703-device-specific-resolutions carbonated-dev/o3de

View on GitHub

aefimov3 created a review comment on a pull request on carbonated-dev/o3de
This completely destroys common world map texture (the static one, downloadable are OK). I created another ticket to add "preserve quality" tag to particular textures. We'll use it for the world ma...

View on GitHub

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

View on GitHub

aefimov3 opened a pull request on carbonated-dev/o3de
Texture resolution limit cvar (MAD-16347)
## What does this PR do? Introduce a new CVAR to limit max texture resolution for min specs devices. ## How was this PR tested? Local tests on iPhone XR and iPhone 11. The cvar is set for ...
aefimov3 pushed 1 commit to aefimov/mad-16347-cap-res-cvar carbonated-dev/o3de
  • Cosmetic mod to make it more logging friendly 6ffe0b2

View on GitHub

aefimov3 created a branch on carbonated-dev/o3de

aefimov/mad-10703-device-specific-resolutions - Source for fully featured AAA Open 3D Engine

aefimov3 created a branch on carbonated-dev/o3de

aefimov/mad-16347-cap-res-cvar - Source for fully featured AAA Open 3D Engine

aefimov3 opened an issue on o3de/o3de
Bug Report
**Describe the bug** Editor UI bug. If I select IBLSkybox texture preset then "Use Max Res" flag is forced ON, I cannot turn it OFF. Per-platform resolution limit fields (Res Limit) are still avail...
aefimov3 deleted a branch carbonated-dev/o3de

aefimov/mad-16347-force-lod-cvar

aefimov3 pushed 2 commits to carbonated/dev carbonated-dev/o3de
  • Add a cvar to force particular LOD index for all the meshes 0344a46
  • Merge pull request #366 from carbonated-dev/aefimov/mad-16347-force-lod-cvar Force LOD cvar (mad-16347) 9b344f9

View on GitHub

aefimov3 closed a pull request on carbonated-dev/o3de
Force LOD cvar (mad-16347)
## What does this PR do? Add a new cvar that forces all the meshes to use this particular LOD index ## How was this PR tested? Local tests with Windows standalone app
aefimov3 opened a pull request on carbonated-dev/o3de
Force LOD cvar (mad-16347)
## What does this PR do? Add a new cvar that forces all the meshes to use this particular LOD index ## How was this PR tested? Local tests with Windows standalone app
aefimov3 created a branch on carbonated-dev/o3de

aefimov/mad-16347-force-lod-cvar - Source for fully featured AAA Open 3D Engine

Load more