Commit Graph

  • 0750dd59ca Linux/Clang fix warn-unused and related Esteban Papp 2021-08-26 09:58:18 -07:00
  • ebe35eeed6 Merge pull request #3587 from aws-lumberyard-dev/MPWeaponSQ2 SergeyAMZN 2021-08-26 17:23:47 +01:00
  • ccd648c600 Removed unnecessary print statements santorac 2021-08-26 08:51:28 -07:00
  • 822a8f31f1 Merge remote-tracking branch 'upstream/development' into Atom/santorac/MoreShaderHotReloadFixes santorac 2021-08-26 08:41:42 -07:00
  • 906ace3d03 Merge branch 'development' into cmake/linux_fix_warn_unused Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Esteban Papp 2021-08-26 08:23:02 -07:00
  • 040b75c02c Fix PAL.cmake logic, thanks to lumberyard-employee-dm! (#3516) bosnichd 2021-08-26 07:31:30 -06:00
  • 865d877d8e LYN-5558 Fixed Blast assets loading in the Launcher pereslav 2021-08-26 13:05:45 +01:00
  • d5ee6fb36f Expose camera settings to the Editor UI (#3442) hultonha 2021-08-26 10:01:22 +01:00
  • 7aa24fd58f Fixed shader variant hot reload which was failing due to mismatched timestamps. The ShaderAsset was using microseconds and the ShaderVariantAsset was using system ticks. Since ticks will always be higher than microseconds, stale variants were not prevented from being used. santorac 2021-08-26 00:26:35 -07:00
  • 8485f20bf2 Merge pull request #3566 from aws-lumberyard-dev/FixWhiteBoxCompileError Jeremy Ong 2021-08-26 00:32:23 -06:00
  • b49b5a7c54 Add missing AzToolsFramework budget declaration Jeremy Ong 2021-08-25 21:59:04 -06:00
  • 486157f89b Merge pull request #3428 from aws-lumberyard-dev/cgalvan/FixedTrackViewNodeCrash Chris Galvan 2021-08-25 19:14:26 -05:00
  • ae9dd275b4 Correct default value issue with PacketDispatchResult puvvadar 2021-08-25 16:45:16 -07:00
  • e5e271f45a One more fix Esteban Papp 2021-08-25 16:42:01 -07:00
  • 8d2383e408 Merge pull request #3493 from aws-lumberyard-dev/windowsdecls Jeremy Ong 2021-08-25 17:32:56 -06:00
  • db1a89a492 Fix level creation on Linux (#3488) amzn-phist 2021-08-25 17:43:04 -05:00
  • ae4cfc3bd3 Merge branch 'development' into cmake/linux_fix_warn_unused Esteban Papp 2021-08-25 15:40:41 -07:00
  • b9daf7f7c3 Enabling several warnings on MSVC that are not enabled by default and are good to have Esteban Papp 2021-08-25 15:38:09 -07:00
  • fded2bafad More PR comments/fixes Esteban Papp 2021-08-25 15:35:37 -07:00
  • 032366f9c9 Move undefs of problematic Windows defines to PlatformIncl_Windows.h Jeremy Ong 2021-08-25 14:41:01 -06:00
  • d53026f186 Merge pull request #3490 from aws-lumberyard-dev/gitignorechange Jeremy Ong 2021-08-25 16:23:23 -06:00
  • f20d17398c Merge branch 'development' into cmake/linux_fix_warn_unused Esteban Papp 2021-08-25 14:50:05 -07:00
  • 4b672a0a32 Fixed merge conflict. Chris Galvan 2021-08-25 16:13:22 -05:00
  • c30642d855 Renaming test files for standardization and setting optimized tests to run alongside existing jckand-amzn 2021-08-25 16:13:10 -05:00
  • 058f6e0f22 PR comments/fixes Esteban Papp 2021-08-25 14:06:26 -07:00
  • 45b2336dce Legacy cleanup (#3383) Artur K 2021-08-25 23:04:38 +02:00
  • d211771253 Updating PR to change lower API to return AZStd::string instead of const char* for safety. Chris Galvan 2021-08-25 15:28:42 -05:00
  • c3b6725118 Merge pull request #3461 from aws-lumberyard-dev/daimini/ui-editor-fix Chris Galvan 2021-08-25 15:13:47 -05:00
  • 4a05d6f7ec Add CMakeUserPresets.json file to gitignore Jeremy Ong 2021-08-25 14:06:47 -06:00
  • 9f6434fc68 Fix an issue with project-centric ninja builds [Linux] (#3429) amzn-phist 2021-08-25 14:16:40 -05:00
  • b1246dcc08 CMakeLists.txt frrom templates are not being installed (#3456) Esteban Papp 2021-08-25 12:12:36 -07:00
  • b8aab28759 Merge branch 'development' into cmake/linux_fix_warn_unused Esteban Papp 2021-08-25 11:52:55 -07:00
  • b4687fa72f Merge pull request #3418 from aws-lumberyard-dev/jckand/EditorAutomationOptimization Chris Galvan 2021-08-25 13:49:15 -05:00
  • 6b96be82ea Merge branch 'development' into cmake/linux_fix_warn_unused Esteban Papp 2021-08-25 11:47:19 -07:00
  • 803bff70e4 Merge pull request #3438 from aws-lumberyard-dev/carlitosan/development carlitosan 2021-08-25 11:41:22 -07:00
  • e2acd66c46 Fixes Guid formatting Esteban Papp 2021-08-25 11:37:35 -07:00
  • b53182fdb6 Fixed invalid variable access in register.py (#3433) lumberyard-employee-dm 2021-08-25 13:29:24 -05:00
  • 63cad40db2 Merge pull request #3435 from aws-lumberyard-dev/scripting/slottypeselectorwidget Luis Sempé 2021-08-25 11:06:41 -07:00
  • 6bd5cd7bde Fix release build warning error chcurran 2021-08-25 10:53:34 -07:00
  • d270031e59 Set allocator to the UI Editor HierarchyWidget to prevent initialization error when restoring layout Danilo Aimini 2021-08-25 10:37:27 -07:00
  • ebbe4b99a4 Add const to some funcs and fix a comment puvvadar 2021-08-25 10:21:29 -07:00
  • d64c034fee Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/FixedTrackViewNodeCrash Chris Galvan 2021-08-25 12:05:09 -05:00
  • a3868068d5 Merge branch 'development' of https://github.com/o3de/o3de into jckand/EditorAutomationOptimization jckand-amzn 2021-08-25 11:33:17 -05:00
  • e091450e80 Merge pull request #3394 from aws-lumberyard-dev/Budgets Jeremy Ong 2021-08-25 09:03:25 -06:00
  • 7fbfda0371 Fix mouse capture behavior for Editor Viewport (#3417) hultonha 2021-08-25 09:28:41 +01:00
  • 89a415d50c Removed az::u8 from Prefab save preference Enum srikappa-amzn 2021-08-24 19:56:29 -07:00
  • 06b1d9afbb Delete some accidentally committed local ui work srikappa-amzn 2021-08-24 19:25:06 -07:00
  • a13fb3c13a Added some comments and some minor fixes srikappa-amzn 2021-08-24 19:21:06 -07:00
  • 1ca67cad80 Moved PrefabSavePreference settings registry code from PrefabEditorEntityOwnershipInterface to PrefabLoaderInterface srikappa-amzn 2021-08-24 18:34:51 -07:00
  • c3e83387db Address additional PR feedback Jeremy Ong 2021-08-24 19:33:34 -06:00
  • be9ad98b24 remove commented out debugging artifacts chcurran 2021-08-24 17:46:25 -07:00
  • 214700a73e Finish repair for scanning for upgrade tool chcurran 2021-08-24 17:38:34 -07:00
  • 79dd041d02 Add helper methods to create and execute save level dialogs srikappa-amzn 2021-08-24 17:22:50 -07:00
  • 4545e2fb33 Improved layout and behavior of the SlotTypeSelector widget lsemp3d 2021-08-24 16:27:55 -07:00
  • 2ef5e956ba Fix a function header comment puvvadar 2021-08-24 16:26:32 -07:00
  • 082273b543 Whitespace cleanup jckand-amzn 2021-08-24 18:19:38 -05:00
  • decf15df21 Move packet dispatch to return an enum that includes a pending option puvvadar 2021-08-24 16:19:38 -07:00
  • 789d5904da More test filename cleanup/re-org and enabled existing tests alongside optimized tests jckand-amzn 2021-08-24 18:18:19 -05:00
  • cd5df6b372 Some more fixes Esteban Papp 2021-08-24 16:16:36 -07:00
  • bb90c4ddfe Disabling RootSpawnable warning (#3427) Mikhail Naumov 2021-08-24 15:43:26 -07:00
  • 3b424bd545 Fixed a shader hot reload issue where the new root shader variant asset was not getting saved in the Shader object during OnAssetReloaded, it was only saved during OnAssetReady. MaterialHotReloadTest 06_VerticalPattern now passes. santorac 2021-08-24 15:40:47 -07:00
  • a9b4ad3486 Compile out tracker in release mode Jeremy Ong 2021-08-24 15:06:56 -06:00
  • f22ecc7830 of course, was disabling/enabling the warning Esteban Papp 2021-08-24 15:15:40 -07:00
  • 26f6a714c8 initial fix for version scan chcurran 2021-08-24 15:14:20 -07:00
  • f94043dc83 Adds functions so targets can define install directories/files Esteban Papp 2021-08-24 15:12:02 -07:00
  • cb1d680a56 Removing sandbox tests from main suite jckand-amzn 2021-08-24 16:43:16 -05:00
  • 2f8d029832 Moving 2 tests to sandbox that are intermittently failing on Jenkins but passing locally jckand-amzn 2021-08-24 16:35:11 -05:00
  • 4458a245d1 Adding xfail marker to test run, and updating CMakeLists to point to the optimized test file jckand-amzn 2021-08-24 16:19:01 -05:00
  • fb39aa5b86 Removing old test files jckand-amzn 2021-08-24 16:14:15 -05:00
  • 86770deefa Add linux equivalents for all the places that enumerate platforms (#3325) Chris Burel 2021-08-24 14:10:59 -07:00
  • b466788cc4 Updating editor_test.py to allow for per-test null_renderer overrides jckand-amzn 2021-08-24 16:10:36 -05:00
  • c37c0cab08 Refactor budget definitions as named functions instead of template specializations Jeremy Ong 2021-08-23 22:09:02 -06:00
  • 5e04c3737f Add preliminary budget tracking system and remove driller integration Jeremy Ong 2021-08-23 12:44:21 -06:00
  • 07a14bdce1 Add AZ_BUDGET_DEFINE/AZ_BUDGET_DECLARE and remove driller Jeremy Ong 2021-08-21 02:27:56 -06:00
  • 8c1ab46901 Removing unneeded periodic suite test file jckand-amzn 2021-08-24 16:02:01 -05:00
  • fc44063a0a Renaming test files for standardization. Keeping old, unoptimized files temporarily. jckand-amzn 2021-08-24 16:00:45 -05:00
  • b31d673de0 Fix the Editor launcher for LuaIDE on Linux (#3407) Steve Pham 2021-08-24 13:43:02 -07:00
  • 306a7a622d Fixed memory stomping leading to Track View nodes with invalid labels and crash. Chris Galvan 2021-08-24 15:29:00 -05:00
  • 6a15a2d91b Merge pull request #3350 from aws-lumberyard-dev/Atom/mriegger/fixupeditorshadowoptions Guthrie Adams 2021-08-24 15:25:54 -05:00
  • b2a9908a5c Merge branch 'development' of https://github.com/o3de/o3de into jckand/EditorAutomationOptimization jckand-amzn 2021-08-24 14:48:29 -05:00
  • ef5b49fc2b Adjust the sharpness of TAA's Catmull-Rom filter based on local area luminance (#3400) Ken Pruiksma 2021-08-24 14:10:39 -05:00
  • d513307023 another warn fix Esteban Papp 2021-08-24 12:10:31 -07:00
  • 426ba2f4a6 Added conversion of physics tests using new optimizations. Fixed issue on editor test framework to close the AP correctly (#3145) AMZN-AlexOteiza 2021-08-24 20:54:48 +02:00
  • d91dbe3d92 Merge branch 'development' into cmake/linux_fix_warn_unused Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Esteban Papp 2021-08-24 11:49:35 -07:00
  • 5361cf3b26 Merge branch 'development' into cmake/win_fix_wnew Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Esteban Papp 2021-08-24 11:49:07 -07:00
  • d7fda783a8 improves comment Esteban Papp 2021-08-24 11:48:49 -07:00
  • 4e0399b283 Merge pull request #3309 from aws-lumberyard-dev/carlitosan/development carlitosan 2021-08-24 11:45:18 -07:00
  • 40f41689ee Initial Terrain System (#3401) Mike Balfour 2021-08-24 13:29:50 -05:00
  • 0f3381a7a7 required warning to disable until we get to the right MSVC version Esteban Papp 2021-08-24 11:13:04 -07:00
  • f9c2dd62f7 Merge pull request #3363 from aws-lumberyard-dev/remote_console_fix Sean Sweeney 2021-08-24 11:12:30 -07:00
  • 5ca84cb07e Merge branch 'development' into cmake/win_fix_wnew Esteban Papp 2021-08-24 10:46:18 -07:00
  • 9c7b55a31d Merge branch 'development' into cmake/linux_fix_warn_unused Esteban Papp 2021-08-24 10:43:48 -07:00
  • ce85bb3b7d Add awsi deployment as a non-blocking step in nightly pipeline (#3397) Shirang Jia 2021-08-24 10:43:17 -07:00
  • 0d74d3ed5d Merge pull request #3377 from aws-lumberyard-dev/mnaumov/LYN-4539 AMZN-koppersr 2021-08-24 10:42:40 -07:00
  • dc8b48601c PR comments/improvements Esteban Papp 2021-08-24 10:36:31 -07:00
  • cd9621f16e Remove unnecessary ALIGN macros Esteban Papp 2021-08-24 10:35:14 -07:00
  • de4f2fc629 Merge pull request #3411 from aws-lumberyard-dev/MPWeaponSQ2 SergeyAMZN 2021-08-24 18:23:42 +01:00
  • bfbfdabef9 Merge branch 'development' of https://github.com/o3de/o3de into jckand/EditorAutomationOptimization jckand-amzn 2021-08-24 11:48:15 -05:00
  • 871cb6761e More Editor automation conversions to TestAutomationBase jckand-amzn 2021-08-24 11:47:46 -05:00
  • 6c1ae1e618 Merge branch 'development' of https://github.com/aws-lumberyard-dev/o3de into mnaumov/LYN-4539 Mikhail Naumov 2021-08-24 09:45:01 -07:00