Commit Graph

  • d6c5f1444b fixing hidden variable warning Guthrie Adams 2021-08-14 14:30:54 -05:00
  • fe3b30e42c AtomTools: Fix python terminal help crash ATOM-16242 Guthrie Adams 2021-08-14 14:07:36 -05:00
  • 5044204839 Move JsonUtils.h for support of SC serialization chcurran 2021-08-13 21:53:20 -07:00
  • 9aa391bf74 Fixing Level Save As mnaumov 2021-08-13 16:54:57 -07:00
  • e633b5bdc7 Addressing Ronald's feedback mnaumov 2021-08-13 19:43:38 -07:00
  • 83f6cb813a Fix Non-Unity compile error with Atom Sample Viewer and the Atom Gem (#3119) Steve Pham 2021-08-13 18:38:48 -07:00
  • 2fa9a831b3 AtomTools: prepend asterisk to denote modified document tabs Guthrie Adams 2021-08-13 20:26:49 -05:00
  • 87ae7e8653 Fix android gradle scripts to prevent cmake_dependencies.<game>.<game>_gamelauncher from being wiped out of the APK Steve Pham 2021-08-13 18:22:40 -07:00
  • a56be14677 JSON saving of SC editor assets chcurran 2021-08-13 17:25:01 -07:00
  • 693b205747 Removing debug code, and fixing vector/array not respecting replication record dirty bits kberg-amzn 2021-08-13 16:56:27 -07:00
  • 093a03cfbc fix for non-unity mac build (#3118) Esteban Papp 2021-08-13 15:58:01 -07:00
  • 564981ab0f Merge branch 'development' of https://github.com/o3de/o3de into daimini/settings-registry-origin-tracking Danilo Aimini 2021-08-13 15:04:47 -07:00
  • 9060423592 Settings registry notification deadlock fix (#3065) lumberyard-employee-dm 2021-08-13 16:20:08 -05:00
  • 63a78b906a fixes light component GPU test AttributeError (I forgot to update atom_component_helper to atom_constants since constants were split from hydra functions into a new module) (#3115) jromnoa 2021-08-13 14:16:34 -07:00
  • 78d34e6960 Adds the MARS benchmark script in AR evanchia 2021-08-13 14:10:43 -07:00
  • 80aa4c42ce moving smoke test to sandbox suite to investigate failures (#3109) evanchia-ly-sdets 2021-08-13 13:41:56 -07:00
  • cd5081a7c3 Fix byte alignment issue for index/vertex buffers (#3110) michabr 2021-08-13 13:31:46 -07:00
  • 5050a03c5a Merge remote-tracking branch 'origin/development' into MultiplayerDesyncsAndCorrectionFixes kberg-amzn 2021-08-13 12:00:23 -07:00
  • 7d4022fbdf Merge pull request #3035 from aws-lumberyard-dev/Atom/antonmic/PassBuilder antonmic 2021-08-13 11:50:51 -07:00
  • 9571a15769 Atom/mriegger/explicit set pcf address mode (#3061) mrieggeramzn 2021-08-13 11:36:58 -07:00
  • b26107e98d Fix for NameDictionary Esteban Papp 2021-08-13 10:07:35 -07:00
  • 6518cf82d6 Merge remote-tracking branch 'origin/development' into MultiplayerDesyncsAndCorrectionFixes kberg-amzn 2021-08-13 09:58:21 -07:00
  • 716089e803 More fixes and some temp debugging logs kberg-amzn 2021-08-13 09:57:40 -07:00
  • a55cb3e35f Fixed white-bar at bottom of Project Manager screen (#3091) Alex Peterson 2021-08-13 09:09:55 -07:00
  • 99b369198b Typo fix in duplicate project progress window (#2969) Kevin Y 2021-08-13 08:59:38 -04:00
  • f2958bac93 [development] complete removal of CryThread*.h and MultiThread.h from CryCommon (#3067) Scott Romero 2021-08-13 05:43:21 -07:00
  • d46c2f7be6 Merge pull request #3100 from aws-lumberyard-dev/tiaf_rerun_cornercase greerdv 2021-08-13 12:14:18 +01:00
  • a1d855a920 Invert corner case flag for readability. John 2021-08-13 10:03:09 +01:00
  • 4dd39c3929 Address commit re-run corner case. John 2021-08-13 09:55:06 +01:00
  • 706333466e Addressing PR feedback and making PassBuilder error if referenced shader isn't found antonmic 2021-08-12 23:58:51 -07:00
  • 364ac51502 Removed errors from unimplemented status functions Updated shader management console trace messages Renamed document rebuild function to reopen Guthrie Adams 2021-08-13 00:19:43 -05:00
  • 4cf384c2c5 Fix minor typo (#3095) moudgils 2021-08-12 21:12:41 -07:00
  • 7172c3231e Merge branch 'development' into Atom/guthadam/atomtools_refactor_main Guthrie Adams 2021-08-12 23:03:52 -05:00
  • 30fee96c43 Moved material editor document system buses and system components to atom tools framework Renamed document related buses and components to have generic names Added a base document class with default implementation from which other application specific documents can be derived to work with the document system Added document factory function registration to the document system request bus so that each application can specify the type of document it creates Updated all comments and messaging to only refer to documents, not materials or material documents Updated material editor and shader management console to conform to the new buses This will provide a first pass of a common interface for a document management system that can be shared by multiple applications Corrected status bar message copy and paste errors Updated all test scripts to use the new buses Guthrie Adams 2021-08-12 22:11:18 -05:00
  • 6acbea722e minor syntax changes and adding a refresh tree attributeto the editor component Kyle B 2021-08-12 18:15:17 -07:00
  • f46f9fb7bc Merge pull request #3094 from aws-lumberyard-dev/cgalvan/CreateEntitiesInViewportCorrectPosition Chris Galvan 2021-08-12 19:15:22 -05:00
  • f0ff8da1d7 [redcode/crythread-2nd-pass] post merge duplicates removed AMZN-ScottR 2021-08-12 16:51:54 -07:00
  • f660990e8a Merge branch 'development' into redcode/crythread-2nd-pass AMZN-ScottR 2021-08-12 16:47:02 -07:00
  • 89e1b6db25 Making allocator use the MallocSchema so we can take full advantage of ASan Esteban Papp 2021-08-12 16:44:59 -07:00
  • a087fc06a9 fixes for ASAn Esteban Papp 2021-08-12 16:44:25 -07:00
  • b4f6dc5bff fixes after merge Esteban Papp 2021-08-12 16:44:01 -07:00
  • 8f05c7aa2f Several build fixes Esteban Papp 2021-08-12 16:42:18 -07:00
  • bdbab1090a removed accidental file addition Kyle B 2021-08-12 14:49:25 -07:00
  • c8cd3b1923 reverting another file mnaumov 2021-08-12 14:39:15 -07:00
  • 8f21563ba9 Undoing old changes and storing linkId to prefabDom mnaumov 2021-08-12 14:37:01 -07:00
  • 3fe5901a77 Fixing a crash when unparenting prefab instance in a new level mnaumov 2021-08-11 23:25:41 -07:00
  • f7da64a518 Allowing to build with ASan enabled Esteban Papp 2021-04-12 19:52:01 -07:00
  • 11d5009f46 Fixed creating entities in the viewport logic to use hit test detection. Chris Galvan 2021-08-12 16:31:39 -05:00
  • b32cf24310 Merge branch 'development' into redcode/crythread-2nd-pass AMZN-ScottR 2021-08-12 14:20:15 -07:00
  • c3ee798acc [redcode/crythread-2nd-pass] updated condition variable handling in Remote Console runtime to cut out extra unlock/lock AMZN-ScottR 2021-08-12 14:18:10 -07:00
  • 48503679c4 Merge pull request #3081 from aws-lumberyard-dev/cgalvan/StyledTreeView Chris Galvan 2021-08-12 15:21:49 -05:00
  • ecd3b015ee Fixed Signed/Unsigned Mismatch fix in LyShine UiAnimViewAnimNode.cpp (#3062) lumberyard-employee-dm 2021-08-12 15:10:33 -05:00
  • ff659fbbb6 Tiaf bucket top level fix (#3085) jonawals 2021-08-12 20:48:23 +01:00
  • cc3d2e9969 [redcode/crythread-2nd-pass] replaced instances of AZStd::lock_guard<> with AZStd::scoped_lock as per feedback AMZN-ScottR 2021-08-12 12:40:03 -07:00
  • 8c21c85972 Merge pull request #3028 from aws-lumberyard-dev/carlitosan/development carlitosan 2021-08-12 12:38:40 -07:00
  • c2b8542bbd Support for refresh rate and sync interval (#2989) moudgils 2021-08-12 12:07:46 -07:00
  • 589a05062b Merge pull request #3084 from aws-lumberyard-dev/cgalvan/FixEMFXModalToastNotifications Chris Galvan 2021-08-12 13:49:35 -05:00
  • c9df7c69a4 Updated slice entity outliner to use new consolidated StyledTreeView as well. Chris Galvan 2021-08-12 13:20:55 -05:00
  • bdb3132e27 Merge pull request #1997 from aws-lumberyard-dev/aztestrunner_retry_command Sean Sweeney 2021-08-12 11:15:46 -07:00
  • 72e99dd52b [redcode/crythread-2nd-pass] removed platform.h include hack linked to CryThread.h for apple platforms in ILog.h and ISystem.h AMZN-ScottR 2021-08-12 11:02:44 -07:00
  • 28c477997d [redcode/crythread-2nd-pass] fixed missing iOS include AMZN-ScottR 2021-08-12 10:58:41 -07:00
  • 9579826b5c [SPEC-7971] Update gem module name to match cmake target name (#3055) Vincent Liu 2021-08-12 10:56:51 -07:00
  • bbe6ff7b90 [redcode/crythread-2nd-pass] re-add LARGE_INTEGER definition to AppleSpecific.h AMZN-ScottR 2021-08-12 10:55:32 -07:00
  • 8997cab253 Merge pull request #3070 from aws-lumberyard-dev/michabr/env_var Chris Galvan 2021-08-12 12:52:03 -05:00
  • fe21b89d8e working support for editor property json serialization chcurran 2021-08-12 10:24:16 -07:00
  • 4ceff99ba1 Prevent EMFX notifications from being modal, which was blocking input while visible. Chris Galvan 2021-08-12 12:10:13 -05:00
  • 6d5d042e40 Set the default region for the Resource Mapping Tool when no region is configured via AWS CLI (#2856) Junbo Liang 2021-08-12 10:05:13 -07:00
  • 2063e7f2dd Added missing header include. Chris Galvan 2021-08-12 11:43:23 -05:00
  • 538276c993 Allow project path changing and auto-completion (#3057) Alex Peterson 2021-08-12 09:32:23 -07:00
  • 85d4abae83 Move MultiplayerComponent destructor to cpp (which #includes the controller) so that when it comes time to destroy the unique_ptr<Controller> it can do so on a complete type. Also, minor spelling error fix Gene Walters 2021-08-12 09:22:56 -07:00
  • 117bd0e680 {LYN-2336} Fix: Python Console script help opens empty (#3060) jackalbe 2021-08-12 11:19:15 -05:00
  • b5828e327d Moved custom tree view dragging logic from Entity Outliner to common class so it could be re-used for the UI Editor tree view. Chris Galvan 2021-08-12 11:15:55 -05:00
  • 288d366c2a [Atom][RHI][Vulkan][Android] - Add 2D image array null descriptors fo… (#2722) AMZN-tpeng 2021-08-12 09:04:38 -07:00
  • d7c9231b03 Merge pull request #3063 from aws-lumberyard-dev/scriptcanvas/icon_warning Luis Sempé 2021-08-12 08:57:10 -07:00
  • 5fd2d8e7ee updating comments Guthrie Adams 2021-08-12 10:48:09 -05:00
  • d273298840 Merge pull request #3064 from aws-lumberyard-dev/michabr/editor_input Chris Galvan 2021-08-12 10:20:46 -05:00
  • 98ba833c78 Merge branch 'development' into Atom/guthadam/atomtools_refactor_main Guthrie Adams 2021-08-12 09:46:11 -05:00
  • c3ca0172a2 Merge branch 'development' into Atom/guthadam/atomtools_refactor_main Guthrie Adams 2021-08-12 09:36:06 -05:00
  • 2afd3b0959 Merge pull request #3052 from aws-lumberyard-dev/Atom/guthadam/atomtools_refactor_move_mainwindow_bus Guthrie Adams 2021-08-12 09:33:58 -05:00
  • 416179da5e Merge pull request #3056 from aws-lumberyard-dev/Atom/guthadam/atomtools_refactor_statusbar_and_central_widget Guthrie Adams 2021-08-12 09:33:24 -05:00
  • 83e56b6ab5 Remove new camera flag functions and legacy code paths (#3071) AMZN-Alexandre Corcia Aguilera 2021-08-12 15:06:16 +01:00
  • 218d5e4a68 Merge branch 'development' into Atom/guthadam/atomtools_refactor_statusbar_and_central_widget Guthrie Adams 2021-08-12 08:35:11 -05:00
  • f6923124f4 Merge branch 'development' into Atom/guthadam/atomtools_refactor_move_mainwindow_bus Guthrie Adams 2021-08-12 08:34:30 -05:00
  • b233efbfed Merge branch 'development' into Atom/guthadam/atomtools_refactor_main Guthrie Adams 2021-08-12 08:33:55 -05:00
  • eeef858b4c Merge pull request #3059 from aws-lumberyard-dev/daimini/issue-3053 Chris Galvan 2021-08-12 08:33:52 -05:00
  • 7e03e87d9e Merge pull request #3073 from aws-lumberyard-dev/tiaf_scripts_logging SergeyAMZN 2021-08-12 14:03:51 +01:00
  • 199273b880 Remove positional argument from change list generaiton. John 2021-08-12 12:00:51 +01:00
  • 9601db55aa Add sanity checking to last commit hash. John 2021-08-12 11:19:48 +01:00
  • 268a7f547e Add additional logging to s3 storage. John 2021-08-12 11:19:27 +01:00
  • f4e8ecd35e TIAF script fixes (#3044) jonawals 2021-08-12 10:21:33 +01:00
  • c410f1385c First step removing legacy code from the camera hultonha 2021-08-12 09:36:45 +01:00
  • f6e7760e85 Fix for checking environment variable existence abrmich 2021-08-12 00:06:13 -07:00
  • 87922af706 Jack remains in A-pose while it's animation is playing (#3038) Benjamin Jillich 2021-08-12 00:07:04 -07:00
  • 1f23297abb [EMotionFX] Avoid using invalid Aabbs #3048 Benjamin Jillich 2021-08-12 00:06:42 -07:00
  • cea334dbc4 Fixed enum value problems Kyle B 2021-08-11 22:23:06 -07:00
  • 3fc0a197a0 [redcode/crythread-2nd-pass] removed re-implemented stubs of Windows synchapi.h functions and CrySimpleThread define in platform.h AMZN-ScottR 2021-08-11 21:32:02 -07:00
  • 8dd44075c8 [redcode/crythread-2nd-pass] post merge include fixes AMZN-ScottR 2021-08-11 21:04:19 -07:00
  • f55ffae994 Merge branch 'development' into redcode/crythread-2nd-pass AMZN-ScottR 2021-08-11 20:31:58 -07:00
  • 6f4951234d Fix for input not being reenabled after game mode abrmich 2021-08-11 17:35:19 -07:00
  • d2c87fd21f initial json serialization for editor sc properties chcurran 2021-08-11 17:30:16 -07:00