Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Twolewis pushed 15 commits to carbonated/dev carbonated-dev/o3de
- Bump engine.json version for point-release 24091 (#18403) Note: Do not merge this into the development branch. This ... 8c6cdba
- Cherry pick two test crash fixes into the 2409.1 point release (#18402) * Fixes the multiplayer connectivity test ti... 60fadf5
- Fixes script-only mode on Windows (#18393) Two main areas of change here - one to be nice to the user and make sure... 32b316b
- Double-quote windows command calls to support spaces in paths (#18429) * Double-quote windows command calls to suppo... d929950
- Windows installer tar fix for point-release (#18396) Use the system32 tar in the post install step, debug log instru... f0dc374
- Address various mobile fixes in the 24.09 release (#18428) * Address various mobile issues 1. Fix performance issue... 2c35d9a
- Fix leaking of Decal textures when reloading levels (#18425) * Fix leaking of Decal textures when reloading levels (... 2b2b9de
- Fix Linux Python Installer issues (#18406) Fixes for Linux installer - Disable python bytecode generation (throug... 35bd3dd
- Stops it from looking fora VS compiler in script (#18441) only projects. Signed-off-by: Nicholas Lawson <70027408... 02f8389
- Remove python bootstrapping from post install steps on Windows (#18442) Signed-off-by: Steve Pham <82231385+spham-am... 448d9a5
- Revert "Remove python bootstrapping from post install steps on Windows (#18442)" (#18445) This reverts commit 448d9a... da3e1d3
- Merge pull request #18440 from nick-l-o3de/merging_o3de_pointrelease_24091_to_main Merging o3de pointrelease 24091 t... c602b49
- Merge tag '2409.1' into carb-lloyd/2409.1 # Conflicts: # Gems/Atom/Asset/Shader/Code/AZSL/Platform/iOS/Metal/AzslcHe... 2fe4af7
- Merge remote-tracking branch 'origin/carbonated/dev' into carb-lloyd/2409.1 d6446b5
- Merge pull request #343 from carbonated-dev/carb-lloyd/2409.1 Engine Upgrade: 2409.1 80dbffa
Twolewis closed a pull request on carbonated-dev/o3de
Engine Upgrade: 2409.1
## What does this PR do? Merges 2409.1 changes ## How was this PR tested? PC, Editor & Standalone. iOS.Twolewis opened a pull request on carbonated-dev/o3de
Engine Upgrade: 2409.1
## What does this PR do? Merges 2409.1 changes ## How was this PR tested? PC, Editor & Standalone. iOS.Twolewis pushed 37 commits to carb-lloyd/2409.1 carbonated-dev/o3de
- Turn text autocorrect 0771aa5
- Text field test 795f0ef
- Text field test f498147
- Test text field 12194ed
- Fix compile error 24f8a56
- Queue final text b160bc6
- Fix compile error ef6597c
- Fix compile error 504057f
- Added logs ca3f312
- More logs 9271665
- Fix compile error 1424a41
- Merge remote-tracking branch 'origin/carbonated/dev' into feng/MAD-16896-chat a9d068b
- Change logs bf8def4
- More logs cfbd336
- Fix compile error f5cb5cb
- Fix compile error e79edab
- Test text field 976c621
- Test text field cfbbb8f
- Test text field 2101855
- Test text field 610df79
- and 17 more ...
Twolewis pushed 2 commits to carbonated/dev carbonated-dev/o3de
Twolewis closed a pull request on carbonated-dev/o3de
Fixes O3DE_IMGUI_RELEASE_ENABLED for release builds
## What does this PR do? Fixes an issue where `IMGUI_ENABLED` was defined regardless of the value of `O3DE_IMGUI_RELEASE_ENABLED` ## How was this PR tested? Built for pc release/profile/d...Twolewis created a branch on carbonated-dev/o3de
carb-lloyd/2409.1 - Source for fully featured AAA Open 3D Engine
Twolewis opened a pull request on carbonated-dev/o3de
Fixes O3DE_IMGUI_RELEASE_ENABLED for release builds
## What does this PR do? Fixes an issue where `IMGUI_ENABLED` was defined regardless of the value of `O3DE_IMGUI_RELEASE_ENABLED` ## How was this PR tested? Built for pc release/profile/d...Twolewis created a branch on carbonated-dev/o3de
carb-lloyd/imgui_release_fix - Source for fully featured AAA Open 3D Engine
Twolewis pushed 2 commits to carbonated/dev carbonated-dev/o3de
Twolewis created a comment on a pull request on carbonated-dev/o3de
> @Twolewis does the server need the asset lists from some of these gems? Some appear to be very visual things they are visual, but the asset processor trims them down to only what the headless se...
Twolewis created a review comment on a pull request on carbonated-dev/o3de
That's odd. We have many unused functions that don't throw errors. Remove this guard to invoke the error and let's look at it together.
Twolewis opened a pull request on carbonated-dev/o3de
Adding "server" to all asset lists.
## What does this PR do? Adds the "server" platform to all the engine seeds so that they can be picked up and processed by the assetbundler.Twolewis opened a pull request on o3de/o3de
Adding "server" to all engine seedlists
## What does this PR do? Adds the "server" platform to all the engine seeds so that they can be picked up and processed by the assetbundler.Twolewis created a branch on carbonated-dev/o3de
carb-lloyd/server_seedlists - Source for fully featured AAA Open 3D Engine
Twolewis created a review comment on a pull request on carbonated-dev/o3de
O3DE (rightfully) doesn't like platform-specific code in platform-agnostic engine code. The UiTextInputComponent being a good example - it should not care about ios or android or whatever. You'll...
Twolewis created a review comment on a pull request on carbonated-dev/o3de
Why was this removed?
Twolewis created a comment on a pull request on carbonated-dev/o3de
@vmednonogov - how did you test this? Just having the registered commands being mostly the same isn't the goal here, it's to also ensure the execute in the same order at the same time, whether mo...
Twolewis pushed 14 commits to carb-lloyd/2409-akio-subpass-changes carbonated-dev/o3de
- Alternative optnone fix, remove deprecated key d4875f1
- Added regex version to compare d450920
- Remove fins()-erase() cycle for optnone 2efa731
- Add () 5d9c04d
- Merge commit 'cfc9613c6e759767ce47c3d9ca1cd3406d1cc759' into aefimov/alt-optnone-fix 9855ce0
- Cosmetic: remove extra speces 926e1ce
- Merge pull request #334 from carbonated-dev/aefimov/alt-optnone-fix Alternative optnone fix, remove deprecated key cc0e449
- MAD-16476 -- Keyboard Input to Command Line should never be passed to game (#330) * Keyboard Input to Command Line s... bc47351
- removed old emfx hack since we found the underlying issue Signed-off-by: Lloyd Tullues <[email protected]> 418684a
- tabs to spaces Signed-off-by: Lloyd Tullues <[email protected]> 281f058
- CARBONATED guard Signed-off-by: Lloyd Tullues <[email protected]> 1263448
- Fix leaking of Decal textures when reloading levels (#333) Signed-off-by: Akio Gaule <[email protected].... e99bfd0
- Merge pull request #335 from carbonated-dev/carb-lloyd/2409 O3DE 2409 4e3cd94
- Merge branch 'carbonated/dev' into carb-lloyd/2409-akio-subpass-changes 1fcdc72
Twolewis pushed 1449 commits to carb-lloyd/docker carbonated-dev/o3de
- Update AWSGameLift SDK Linux x86 package hash Signed-off-by: AMZN-Gene <[email protected]> fa8c4dd
- Android Build Scripts Update (#17078) Add new android-specific o3de script commands to support Android project gener... e302882
- Remove unused Material Edit mode Signed-off-by: Danilo Aimini <[email protected]> 23ed607
- New XRSpaceNotificationBus (#17042) * Added AZ::RPI::XRSpaceNotificationBus This notification EBus provides an ev... ebfe1df
- Use latest Visual Studio for testing installer project builds (#17087) * Use default (latest Visual Studio) generato... e5a4c94
- Remove selection management from Object Manager Signed-off-by: Danilo Aimini <[email protected]... 0305605
- Remove animation context SendEvent call since there's no receiver anymore. Signed-off-by: Danilo Aimini <82231674+AM... 15d3313
- Remove legacy handlers in PropertyGenericCtrl.h Signed-off-by: Danilo Aimini <[email protected]... ac71029
- Fix typo in aws package name for Mac (#17138) Signed-off-by: Steve Pham <[email protected]> 06a7f4d
- [Vulkan] Add support for secondary command buffer without renderpass (#17125) * Rename FrameGraphExecuteGroupBase->F... 615a962
- Exclude .git, Gems and remove legacy .cdf (#17111) * Exclude .git, Gems and remove legacy .cdf Signed-off-by: Ale... 064f10f
- Fix Mac Build Errors for Atom/Metal Fixes the following error: /Users/github/o3de/Gems/Atom/RHI/Metal/Code/Source... 1fea4bc
- Introduce multi-device SwapChain Co-authored-by: Martin Winter <[email protected]> Co-authored-by: Joerg H. M... 4719f81
- [SMC] Addition of sub-values enumeration (#17123) * SMC enumeration script: Add the possiblity of forbidding some va... 5c46d85
- Make sure error logs are only printed once Signed-off-by: Gene Walters <[email protected]> 4ffe2dc
- Allow customization of DXC executable (#17150) * Allow customization of DXC executable Resolves #17148 (DXC shoul... ac2a6bb
- refactor: remove AABB from MCore Signed-off-by: Michael Pollind <[email protected]> 576a178
- Merge branch 'development' of https://github.com/aws-lumberyard-dev/o3de into daimini/RemoveCBaseObject1 Signed-off-... 3164459
- Add virtual device to RHISystem Signed-off-by: Martin Winter <[email protected]> a5f6395
- Revert WIP code unrelated to this change Signed-off-by: Danilo Aimini <[email protected]> c04dae9
- and 1429 more ...