Commit Graph

  • fc2fc8459b Fix missing `return;` statement (this is why we use `-Wunused-value`) Chris Burel 2022-02-10 13:04:10 -0800
  • f59ac65d2c Move platform-specific variable to be inside a platform-specific `#ifdef` Chris Burel 2022-02-10 13:02:49 -0800
  • 5cc258d509 Remove unused variable Chris Burel 2022-02-10 13:02:11 -0800
  • b79d5faa16 Remove unused captures Chris Burel 2022-02-10 13:02:00 -0800
  • ddb66786dc Remove unused variable Chris Burel 2022-02-10 13:01:07 -0800
  • 664403c5de Mark benchmark state variables in for loops as unused in benchmarks Chris Burel 2022-02-10 13:00:49 -0800
  • 36487c1588 Fix alignment of `CONTEXT` variable Chris Burel 2022-02-10 12:57:09 -0800
  • 024cbdd2cd Remove unused `azSmyType` variable Chris Burel 2022-02-10 12:51:46 -0800
  • b44c362af0 Fix comparing an array in a conditional, which is always true Chris Burel 2022-02-10 12:50:56 -0800
  • cff6fb97af Fix "expression result unused" warning Chris Burel 2022-02-10 12:49:41 -0800
  • 27c6388c3c Add DomPrefixTree, a DOM path => value lookup structure Nicholas Van Sickle 2022-02-10 15:20:04 -0800
  • bc29e31367 Updating whitespace and improving component CRUD readability jckand-amzn 2022-02-10 16:28:32 -0600
  • 16758ae52f Adding new Image Gradient test to validate surface modification jckand-amzn 2022-02-10 16:25:47 -0600
  • 1adfd4e3f9 Delete merge artifact that snuck in puvvadar 2022-02-10 14:24:00 -0800
  • 1865e3085e Fix improper early out skipping valid entities puvvadar 2022-02-10 14:17:39 -0800
  • 27abad7564
    Fix Mac SQL Package (#7538) Steve Pham 2022-02-10 13:32:22 -0800
  • d00436e26a Improved the way the Settings Registry can handle stacks/arrays. AMZN-koppersr 2022-02-10 10:57:16 -0800
  • f709ba07a9
    Merge pull request #7545 from aws-lumberyard-dev/Atom/GraphicsDevMode Jeremy Ong 2022-02-10 11:48:44 -0700
  • 0789fbfa85
    Merge pull request #7544 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-17278 dmcdiarmid-ly 2022-02-10 11:13:06 -0700
  • 2ad3cb770b merge from development greerdv 2022-02-10 17:23:25 +0000
  • 36285aa834 apply minor feedback from PR greerdv 2022-02-10 17:22:41 +0000
  • c7e1a6d0b6 add more collider manipulator tests greerdv 2022-02-10 16:43:49 +0000
  • 6791b652cc
    Fix memory allocation that caused benchmark runs to crash. (#7535) Mike Balfour 2022-02-10 10:17:01 -0600
  • a715897699
    Merge pull request #7439 from aws-lumberyard-dev/TerrainMaterialsFix SergeyAMZN 2022-02-10 15:59:24 +0000
  • 396ec8a247
    [Terrain] Optimize bulk queries to the Terrain System to retrieve height, surface weights, and normals (#7357) amzn-sj 2022-02-10 05:53:21 -0800
  • dac3bc4ba6
    Added option to disable edit button in asset widgets when there are no asset selected. (#7521) moraaar 2022-02-10 12:23:38 +0000
  • c964d2085f Removed pragma once from cpp Sergey Pereslavtsev 2022-02-10 10:45:25 +0000
  • 469fcc4fb2 Merge branch 'development' of https://github.com/o3de/o3de into TerrainMaterialsFix Sergey Pereslavtsev 2022-02-10 10:40:38 +0000
  • aec7b58c39 Introduce Atom/GraphicsDevMode settings registry key Jeremy Ong 2022-02-10 02:27:49 -0700
  • 3ad7888107 Checked the device raytracing feature flag before initializing the visualization raytracing objects dmcdiarmid-ly 2022-02-09 22:11:43 -0700
  • 1c3a61983a
    Refactor EditorEntityUiHandlerBaseto be explicitly Outliner-focused. This lays the groundwork for multiple widget-based handlers in the future. (#7443) Danilo Aimini 2022-02-09 20:50:32 -0800
  • a4a1514729
    Merge pull request #7509 from aws-lumberyard-dev/daimini/FocusMode/boxSelectAndManipulatorsHidingTests Chris Galvan 2022-02-09 21:44:21 -0600
  • 6b047fd89f Addressed code review feedback, minor updates. santorac 2022-02-09 19:43:25 -0800
  • 5ef2b12dca
    Collects failed assets on LyTestTools test failures (#7368) evanchia-ly-sdets 2022-02-09 18:13:01 -0800
  • 214b53de73 Fixed a unit test. santorac 2022-02-09 16:22:44 -0800
  • cdedd38767
    Merge pull request #7523 from aws-lumberyard-dev/scripting/xfail_tests Luis Sempé 2022-02-09 16:21:49 -0800
  • dc5d50a4ce
    Terrain default surface material (#7481) Ken Pruiksma 2022-02-09 17:41:38 -0600
  • e5800d738a
    Fix position of newly created UI element (#7510) michabr 2022-02-09 15:27:53 -0800
  • 9d6062d96f Added an RPISystemInterface method to set the application-wide MSAA state The Editor will now properly apply the MSAA state from MainRenderPipeline.azasset Corrected a race condition with the cubemap baking pipeline dmcdiarmid-ly 2022-02-09 16:18:43 -0700
  • 4f06be88f6 Fix Rewindable volume bounds and missing component notification puvvadar 2022-02-09 15:11:32 -0800
  • 51bac9a6c0
    remove code that loads member variables on SC editor component twice (#7506) carlitosan 2022-02-09 14:45:56 -0800
  • 32f9e48ad4 add more tests for collider offset and scale manipulators with non-uniform scale greerdv 2022-02-09 22:39:25 +0000
  • caae0b0ec3
    Motion Matching: Fix for test build on nightly linux builds (#7522) Benjamin Jillich 2022-02-09 23:18:19 +0100
  • daee055a97
    Merge pull request #7526 from aws-lumberyard-dev/cgalvan/ImproveImageGradientGetValuesPerformance Chris Galvan 2022-02-09 16:11:45 -0600
  • f79fa57b4a
    Fix race condition crash with the gradient preview. (#7530) Mike Balfour 2022-02-09 16:09:08 -0600
  • 0ecf41f6bc Merge remote-tracking branch 'upstream/development' into Atom/santorac/RemixableMaterialTypes4_Layering Signed-off-by: santorac <55155825+santorac@users.noreply.github.com> santorac 2022-02-09 13:17:51 -0800
  • 8fbd2aaaf5 Tied up a few loose ends to support deeply nested property groups. santorac 2022-02-09 13:13:40 -0800
  • 2e762ba0eb Modified activate logic from PR feedback Chris Galvan 2022-02-09 14:35:34 -0600
  • 2a977510de
    Merge pull request #7527 from aws-lumberyard-dev/physics_fix Sean Sweeney 2022-02-09 12:21:14 -0800
  • f5463bd903 Prevent unsafe calls to AssetProcessor sweeneys 2022-02-09 10:40:11 -0800
  • f74e980659
    fix errors when generic nodes fail to add slots (#7508) carlitosan 2022-02-09 10:23:16 -0800
  • 2f3c4d37df Improved image gradient GetValue(s) performance by using cached image data Chris Galvan 2022-02-09 12:22:38 -0600
  • 8cd8638316
    initial locale safety for translating to Lua on multiple platforms (#7490) carlitosan 2022-02-09 10:19:39 -0800
  • 08a9f908a2 Disabled tests that are reported failing on nightly builds lsemp3d 2022-02-09 09:16:21 -0800
  • fee95f3f5e
    sandboxing the sponza level from the level test because it causes a hardlock 4%-12% of the time (#7513) jromnoa 2022-02-09 08:10:33 -0800
  • 39777e7afb
    Merge pull request #7406 from aws-lumberyard-dev/cgalvan/ImageGradientStreamingImageSupport Chris Galvan 2022-02-09 09:40:54 -0600
  • b2206be14d
    Fixed range-loop-analysis warninig reported as error on mac/ios (#7511) moraaar 2022-02-09 13:37:34 +0000
  • 4852cb0d60 Remove redundant ProgramVariant feature because it got deprecated. Yaakuro 2021-12-07 23:28:02 +0100
  • 220eeef386 Merge branch 'development' of https://github.com/o3de/o3de into daimini/FocusMode/boxSelectAndManipulatorsHidingTests Danilo Aimini 2022-02-08 18:39:33 -0800
  • 8c54513867 Add box selection tests for Editor Focus Mode Danilo Aimini 2022-02-08 16:59:25 -0800
  • 3f32669883
    Merge pull request #7449 from aws-lumberyard-dev/Atom/santorac/RemixableMaterialTypes4_FlatMaterialFiles santorac 2022-02-08 16:19:55 -0800
  • d666b7a1e8
    Merge pull request #7437 from aws-lumberyard-dev/Atom/ShaderRefactor Jeremy Ong 2022-02-08 17:05:34 -0700
  • bc3f957270
    Merge pull request #7093 from aws-lumberyard-dev/nvsickle/DomPatch Nicholas Van Sickle 2022-02-08 18:49:57 -0500
  • 90503f2bef
    Remove error message from InMemorySpawnableAssetContainer (#7499) chiyenteng 2022-02-08 15:25:35 -0800
  • 42c2243eaa Fix benchmark non-unity build Nicholas Van Sickle 2022-02-08 14:34:04 -0800
  • 25016112ca
    Merge pull request #7446 from AMZN-scspaldi/scspaldi_launcher_sanity_tests Sean Sweeney 2022-02-08 14:23:50 -0800
  • 1894cd60c7 Merge remote-tracking branch 'upstream/development' into Atom/santorac/RemixableMaterialTypes4_FlatMaterialFiles Signed-off-by: santorac <55155825+santorac@users.noreply.github.com> santorac 2022-02-08 14:07:32 -0800
  • 2a3c5b38e5 Added a unit test demonstrating that MaterialSourceData can support properties and subgroups together in the same property group. santorac 2022-02-08 14:06:53 -0800
  • 5f914e8e1a Add README to describe upcoming material type changes Jeremy Ong 2022-02-08 12:03:28 -0700
  • faa65bca1b Refactor shader definitions to be more consistent with other shaders Jeremy Ong 2022-02-08 11:51:16 -0700
  • 86d8ececfb Resolve incorrect SHADOWS definitions Jeremy Ong 2022-02-07 10:54:31 -0700
  • 9ed9bcbb2f Fix incorrect include header casing Jeremy Ong 2022-02-05 12:31:03 -0700
  • 4bcc83e7ac Address PR feedback, ensure all ASV tests pass Jeremy Ong 2022-02-04 23:59:45 -0700
  • 7aace39c2f Consolidate alpha retrieval and clip Jeremy Ong 2022-02-04 13:37:42 -0700
  • 61f915366a Shader refactor (no functional changes) Jeremy Ong 2022-02-04 11:53:37 -0700
  • d1bb5a0543 Move DOM delta comparison to its own file, enhance inverting moves Nicholas Van Sickle 2022-02-08 13:44:08 -0800
  • 94644cad1e Merged development, fixed merge conflict Chris Galvan 2022-02-08 15:31:49 -0600
  • 742ea34d44
    Add a function to get the internal data for a disk light from it's feature processor (#7450) rgba16f 2022-02-08 15:24:37 -0600
  • c46c558038
    Switched Gradient Surface benchmarks to use actual surface components. (#7468) Mike Balfour 2022-02-08 15:00:19 -0600
  • 8eafb7e057 Merge branch 'Atom/santorac/RemixableMaterialTypes4_FlatMaterialFiles' into Atom/santorac/RemixableMaterialTypes4_Layering santorac 2022-02-08 12:42:15 -0800
  • 1af5b28ea3 Fixed a copy-paste mistake, wrong name for a property. santorac 2022-02-08 12:41:03 -0800
  • 48313cd6de
    Remove const reference to prevent issues in nightly builds. (#7491) Danilo Aimini 2022-02-08 12:40:10 -0800
  • bdeb08f352 Merge remote-tracking branch 'upstream/development' into Atom/santorac/RemixableMaterialTypes4_Layering Signed-off-by: santorac <55155825+santorac@users.noreply.github.com> santorac 2022-02-08 12:12:53 -0800
  • 74f6d1ec74 Cleanup up and resolving conflicts after the latest merge. santorac 2022-02-08 12:12:40 -0800
  • 1a10369adb Merge branch 'development' into Atom/santorac/RemixableMaterialTypes4_Layering santorac 2022-02-08 11:44:09 -0800
  • ddab03d678 Reponse to code review feedback. The main change is making GetPropertyValues return by const ref. santorac 2022-02-08 11:18:17 -0800
  • 45c8e55b62
    Merge pull request #7467 from aws-lumberyard-dev/Atom/guthadam/atom_tools_replace_document_settings_with_registry Guthrie Adams 2022-02-08 12:51:29 -0600
  • b669878ef6
    Merge pull request #7476 from aws-lumberyard-dev/scripting/fix_groups Luis Sempé 2022-02-08 09:06:35 -0800
  • 44172d532d
    Merge pull request #7483 from aws-lumberyard-dev/PipelineStateBuildFix SergeyAMZN 2022-02-08 17:02:57 +0000
  • 3337bdd05d
    Update Lua to 5.4.4 (#7460) Nicholas Lawson 2022-02-08 08:00:34 -0800
  • 46a435b877
    {ghi7403} cleaning up file handles and warnings for PYI files (#7461) Allen Jackson 2022-02-08 09:11:25 -0600
  • 5dfbddd0cf Build fix Sergey Pereslavtsev 2022-02-08 14:48:52 +0000
  • 01cac7871b PipelineState build fix for non-unity builds Sergey Pereslavtsev 2022-02-08 13:11:27 +0000
  • 231c25df89 Merge branch 'development' of https://github.com/o3de/o3de into TerrainMaterialsFix Sergey Pereslavtsev 2022-02-08 12:49:12 +0000
  • 701b7a55e6 PR feedback addressing Sergey Pereslavtsev 2022-02-08 12:43:40 +0000
  • 3a426344dd Updated all of the .material files in AutomatedTesting and Atom/TestData to use the new flat list format. The conversion was done using local changes with a script that opens and re-saves every .material file in a given folder (those WIP changes are on a branch here: Atom/santorac/UpgradeMaterialScript). santorac 2022-02-08 00:51:03 -0800
  • 1db12ca463
    Always store LinkIds during prefab instance serialization except when saving to disk (#7444) srikappa-amzn 2022-02-07 17:59:13 -0800
  • 1b52339b6b PR feedback lsemp3d 2022-02-07 16:48:23 -0800
  • a33529e860 Fixed group and bookmark display on graph load lsemp3d 2022-02-07 16:19:24 -0800
  • 5b8176e99b Address some review feedback Nicholas Van Sickle 2022-02-07 16:01:29 -0800