Ecosyste.ms: Timeline

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

vmednonogov

vmednonogov closed a pull request on carbonated-dev/o3de
[MAD-16898] Editor & Standalone console input is stolen by imgui and the game
Ticket: 16898 ## What does this PR do? Issue: Editor & Standalone console input is stolen by imgui and the game This PR contains two parts: a) For Editor: it checks that the Editor ConsoleS...
vmednonogov created a review comment on a pull request on carbonated-dev/o3de
Updated

View on GitHub

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

View on GitHub

vmednonogov pushed 1 commit to vmedn/MAD-16898-consume-input-for-focused-windows carbonated-dev/o3de

View on GitHub

vmednonogov opened a pull request on carbonated-dev/o3de
[MAD-16898] Editor & Standalone console input is stolen by imgui and the game
## What does this PR do? Issue: Editor & Standalone console input is stolen by imgui and the game This PR contains two parts: a) For Editor: it checks that the Editor ConsoleSCB has input fo...
vmednonogov pushed 4 commits to vmedn/MAD-16898-consume-input-for-focused-windows carbonated-dev/o3de
  • Visibility undo hack ec1c93b
  • Merge remote-tracking branch 'origin/carbonated/dev' into aefimov/MAD-16917-visibility-undo-hack a13bf4e
  • Merge pull request #345 from carbonated-dev/aefimov/MAD-16917-visibility-undo-hack MAD- 16917 visibility undo hack 1787a54
  • Merge branch 'carbonated/dev' into vmedn/MAD-16898-consume-input-for-focused-windows 075270d

View on GitHub

vmednonogov pushed 1 commit to vmedn/MAD-16898-consume-input-for-focused-windows carbonated-dev/o3de
  • Check input focus for the Editor ConsoleSCB 2cacd7f

View on GitHub

vmednonogov created a branch on carbonated-dev/o3de

vmedn/MAD-16898-consume-input-for-focused-windows - Source for fully featured AAA Open 3D Engine

vmednonogov pushed 8 commits to carbonated/dev carbonated-dev/o3de
  • Merge branch 'vmedn/MAD-15619-disable-command-dispatching-on-start-0001' into vmedn/MAD-16773-android-crash-on-ftue-T... 6c85293
  • Merge branch 'carbonated/dev' into vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 697d4bd
  • Merge branch 'carbonated/dev' into vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 fef96b4
  • Merge branch 'carbonated/dev' into vmedn/MAD-16773-use-poll-instead-select-to-avoid-Android-crash 4ff5c22
  • Use poll() instead select() for Android to allow the sockets with descriptor values greater than FD_SETSIZE 0009214
  • Updated 751a339
  • Updated d0e913c
  • Merge pull request #344 from carbonated-dev/vmedn/MAD-16773-use-poll-instead-select-to-avoid-Android-crash [MAD-1677... f555644

View on GitHub

vmednonogov created a comment on a pull request on carbonated-dev/o3de
Verified build 28664 apk: MW_build_vmedn_MAD_16773_use_poll_instead_select_to_avoid_android_crash_0.8.2.28664.qa.apk (Visited Tut, RV, Map, played battle)

View on GitHub

vmednonogov created a comment on a pull request on carbonated-dev/o3de
> @vmednonogov - did you discuss w/ o3de folks? This seems like a good one to get into O3DE proper I will share this information with o3de team in Slack, when finished to verify this PR via Jenkins

View on GitHub

vmednonogov deleted a branch carbonated-dev/o3de

vmedn/MAD-16773-android-crash-on-ftue-TEST-0001

vmednonogov pushed 1 commit to vmedn/MAD-16773-use-poll-instead-select-to-avoid-Android-crash carbonated-dev/o3de

View on GitHub

vmednonogov opened a pull request on carbonated-dev/o3de
[MAD-16773] Use poll() instead select() to avoid Android SIGABORT crash on socket state polling
Ticket: 16773 ## What does this PR do? Issue: the game crashes with SIGABORT on android when fd_set() and select() want to use the sockets with descriptor values >= FD_SETSIZE Changes: use p...
vmednonogov created a branch on carbonated-dev/o3de

vmedn/MAD-16773-use-poll-instead-select-to-avoid-Android-crash - Source for fully featured AAA Open 3D Engine

vmednonogov pushed 1 commit to carbonated/dev carbonated-dev/o3de
  • Revert "Use poll() instead select() for Android to allow the sockets with descriptor values >= FD_SETSIZE" This reve... 9e5739f

View on GitHub

vmednonogov pushed 1 commit to carbonated/dev carbonated-dev/o3de
  • Use poll() instead select() for Android to allow the sockets with descriptor values >= FD_SETSIZE e09ca3e

View on GitHub

vmednonogov pushed 2 commits to vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 carbonated-dev/o3de
  • Merge pull request #341 from carbonated-dev/carb-lloyd/server_seedlists Adding "server" to all asset lists. e93013a
  • Merge branch 'carbonated/dev' into vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 fef96b4

View on GitHub

vmednonogov deleted a branch carbonated-dev/o3de

vmedn/NOTICKET-14399-test-zip-archive-entry-access-linux

vmednonogov pushed 2 commits to vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 carbonated-dev/o3de
  • Merge pull request #338 from carbonated-dev/vmedn/MAD-15619-disable-command-dispatching-on-start-0001 [MAD-15619] Pu... e30c47f
  • Merge branch 'carbonated/dev' into vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 697d4bd

View on GitHub

vmednonogov deleted a branch carbonated-dev/o3de

vmedn/MAD-15619-disable-command-dispatching-on-start-0001

vmednonogov pushed 4 commits to carbonated/dev carbonated-dev/o3de
  • Enable to dispatch the console commands when all modules are loaded and all their commands are registered 0f6633b
  • Fixed formatting 6544c81
  • Merge branch 'carbonated/dev' into vmedn/MAD-15619-disable-command-dispatching-on-start-0001 24d8d4a
  • Merge pull request #338 from carbonated-dev/vmedn/MAD-15619-disable-command-dispatching-on-start-0001 [MAD-15619] Pu... e30c47f

View on GitHub

vmednonogov closed a pull request on carbonated-dev/o3de
[MAD-15619] Put the console commands into the deferred command queue until all modules are loaded
Ticket: 15619 ## What does this PR do? Put the console commands into the deferred command queue until all modules are loaded. Start to dispatch the commands after LoadModules() method is fin...
vmednonogov created a comment on a pull request on carbonated-dev/o3de
Verified via iOS build 28614 (dev/qa)

View on GitHub

vmednonogov created a branch on carbonated-dev/o3de

vmedn/MAD-16773-android-crash-on-ftue-TEST-0001 - Source for fully featured AAA Open 3D Engine

vmednonogov created a review on a pull request on carbonated-dev/o3de
LGTM. Verified locally.

View on GitHub

vmednonogov created a review on a pull request on carbonated-dev/o3de
LGTM

View on GitHub

vmednonogov pushed 7 commits to vmedn/MAD-15619-disable-command-dispatching-on-start-0001 carbonated-dev/o3de
  • Added better log 3a93d4b
  • Fixed OOO for deleting scripts 3a16b6c
  • Chose to move destruct after talking to lloyd c73fc65
  • Merge pull request #337 from carbonated-dev/niko/testLog Fixing o3de Script Deactivation Flow 7645467
  • Updated UI patch for headless server on linux 2ebce08
  • Merge pull request #339 from carbonated-dev/vmedn/MAD-14399-update-UI-patch-for-headless-server [MAD-14399] Update U... 1ea07a6
  • Merge branch 'carbonated/dev' into vmedn/MAD-15619-disable-command-dispatching-on-start-0001 24d8d4a

View on GitHub

vmednonogov deleted a branch carbonated-dev/o3de

vmedn/MAD-14399-update-UI-patch-for-headless-server

vmednonogov pushed 2 commits to carbonated/dev carbonated-dev/o3de
  • Updated UI patch for headless server on linux 2ebce08
  • Merge pull request #339 from carbonated-dev/vmedn/MAD-14399-update-UI-patch-for-headless-server [MAD-14399] Update U... 1ea07a6

View on GitHub

Load more