Esteban Papp
b96b99363c
Merge branch 'development' into cmake/linux_fix_warn_unused
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
ea2f74dc0f
more fixes for Gems
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
9245a31196
more fixes for Code
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
c8c29b1aff
Enable warning MSVC 4296: 'operator': expression is always false
4 years ago
Esteban Papp
57a8e4fb4e
build fixes ( #3369 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
8bc9ed3d01
removing some rad leftovers ( #3366 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
moudgils
b2b6886338
Fixes asserts related to buffer allocation using null rhi ( #3367 )
...
Fixes GPU crashes when releasing Indirect draw and query related dx12 objects
Fixes imgui profiler related to viewing buffer allocations
Signed-off-by: moudgils <moudgils@amazon.com>
4 years ago
Kyle Birnbaum
2b1f4c2fc0
Merge branch 'development' into ExposeLodControls
4 years ago
Kyle B
b53a085700
Merge branch 'development' into ExposeLodControls
4 years ago
Esteban Papp
b406129fd2
Another warning fixes
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
b3023242d0
Merge branch 'development' into cmake/win_fix_warn_4296
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
moudgils
aa68122002
Atom starter game ios fixes ( #3297 )
...
* Various fixes for AtomStarterGame on ios
- Use low end pipeline on ioos by default for BoootStrapComponent
- Track the need to bind null heap within Argument buffers
- Only bind the null heap if its needed
- Track its usage for Vertex/Fragment stages
- Increase null dummy buffer to 1K to address GPU crash oon thee first frame
Signed-off-by: moudgils <moudgils@amazon.com>
4 years ago
amzn-phist
b0fe07158c
Fixes AZ_PROFILE markers that failed release build ( #3364 )
...
Removes a ToString function that wasn't really needed, it was only
defined for release builds, but AZ_PROFILE macros are still defined to
something in release.
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
4 years ago
Sean Sweeney
99b7c5f8ec
Merge pull request #3362 from aws-lumberyard-dev/lytesttools_unittest_fix
...
fixes a flaky lytesttools unit test
4 years ago
Esteban Papp
a35464ca08
more fixes
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
puvvadar
80584a7130
Merge pull request #3310 from aws-lumberyard-dev/mp_serverrpc_bugfix
...
Fix type error with Server to Authority RPC generation
4 years ago
puvvadar
4e618db62d
Merge pull request #3082 from aws-lumberyard-dev/MultiplayerForwardDeclControllerErrorFix
...
Fix Multiplayer AutoComponent Delete Incomplete Type Compile Error
4 years ago
Artur K
992f87b03d
Remove `std::bind` usages from Code/Editor ( #3358 )
...
A few small modernizations as well ( override )
Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
4 years ago
Chris Galvan
30e46cc377
Merge pull request #3361 from aws-lumberyard-dev/cgalvan/FixConsoleVarsCrash
...
Fixed console variables crash.
4 years ago
Esteban Papp
6005fdda28
fixing wwise warns/compilation errors ( #3353 )
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Guthrie Adams
5c727c4198
Merge pull request #3355 from aws-lumberyard-dev/Atom/guthadam/atomtools_moving_app_init_to_base_class
...
AtomTools: moved more startup code from main cpp files into the base application class
4 years ago
Chris Galvan
e59778485f
Merge pull request #3351 from aws-lumberyard-dev/jckand/PhysXVegTestFix
...
Updating test with PhysX Mesh asset assignment workaround
4 years ago
Mike Balfour
bf42e3f02a
Non-terrain-gem changes in support of upcoming terrain work. ( #3345 )
...
In preparation for a prototype Terrain Gem to get submitted, there are a few changes that are needed outside of the Terrain Gem as well:
The TerrainDataNotificationBus lives in AzFramework/Terrain, and needed to be extended to contain an optional OnTerrainDataChanged event to notify other systems when a terrain region has changed.
The HeightmapUpdateNotificationBus was removed, as this was a legacy file from the old already-removed terrain system.
The EditorWrappedComponentBase<> wrapper received a small optimization to ensure that ConfigurationChanged() is only called when the value of visibility actually changes. With prefabs, it appears that sometimes OnEntityVisibilityChanged could be called multiple times in a row with the same visibility value.
The TerrainSurfaceDataSystemComponent was updated to use the correct busses, and is ready to be moved to the Terrain Gem in a subsequent PR.
Signed-off-by: Mike Balfour 82224783+mbalfour-amzn@users.noreply.github.com
4 years ago
evanchia
8d6df19592
fixes a flaky lytesttools unit test
...
Signed-off-by: evanchia <evanchia@amazon.com>
4 years ago
bosnichd
cef82f0313
Fix the GameStateSamples Gem and remove an unused variable from DebugConsole.h ( #3347 )
...
Signed-off-by: bosnichd <bosnichd@amazon.com>
4 years ago
Chris Galvan
69c6e63249
Fixed console variables crash.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
jckand-amzn
860e6b0a5f
Merge branch 'development' of https://github.com/o3de/o3de into jckand/PhysXVegTestFix
4 years ago
SergeyAMZN
5bc46fc676
Merge pull request #2639 from aws-lumberyard-dev/nvsickle/NetworkingActivationOrder
...
Ensure network autonomy gets set before entity activation
4 years ago
SergeyAMZN
2f48973921
Merge pull request #3327 from aws-lumberyard-dev/MPWeaponsSQ
...
Added the ability to look up a Net Entity ID for a given AZ Entity ID
4 years ago
hultonha
a529256274
Add extra logging for CHANGE_ID and COMMIT_ID - TIAF
...
Merge pull request #3328 from aws-lumberyard-dev/jenkins_commit_hash_log
4 years ago
Kyle B
e410eecd93
fixed mesh feature processor abstract interface
...
Signed-off-by: Kyle B <kylebirnbaum@gmail.com>
4 years ago
Esteban Papp
83f8d90e28
PR comments
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
cf6c7c4d8d
some unused fixes
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
Esteban Papp
63cd3db956
Removes LOADING_TIME_PROFILE_SECTION macros that are unused
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
evanchia
a68f5c53c9
Adds a verification response for the remote console connecting
...
Signed-off-by: evanchia <evanchia@amazon.com>
4 years ago
santorac
47758ab7a6
Updated RapidJSON package name and hashes.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
Guthrie Adams
5997313bb5
AtomTools: moved more startup code from main cpp files into the base application class
...
Deleted a bunch of unused headers
Signed-off-by: Guthrie Adams <guthadam@amazon.com>
4 years ago
puvvadar
41ec5c6ddd
Fix one more jinja issue with IsProtected in RPCs
...
Signed-off-by: puvvadar <puvvadar@amazon.com>
4 years ago
lsemp3d
fd97a7688c
Added missing reflection tag
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
4 years ago
santorac
dad24fb927
Updated the RapidJSON hashes again due to iteration on my 3p-package-source changes.
...
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
puvvadar
99317a4ad1
Update naming to match other functions in jinja header
...
Signed-off-by: puvvadar <puvvadar@amazon.com>
4 years ago
lsemp3d
15af7e692e
Removed old codegen tags and documented the only required Nodeable preprocessor definition
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
4 years ago
puvvadar
cbf612d4e7
Update naming to match other functions in jinja
...
Signed-off-by: puvvadar <puvvadar@amazon.com>
4 years ago
puvvadar
ec351c9fce
Correct jinja logic slightly
...
Signed-off-by: puvvadar <puvvadar@amazon.com>
4 years ago
Esteban Papp
62a0041245
enable warning 4296: 'operator': expression is always false
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
William Hayward
53ea897371
Clarify CMake GUI step
...
Signed-off-by: William Hayward <wilhayw@amazon.com>
4 years ago
William Hayward
b5491a4081
Updates to CMake GUI instructions and other minor edits
...
Signed-off-by: William Hayward <wilhayw@amazon.com>
4 years ago
lsemp3d
ec7b76c1e9
Fixed typo in previous commit
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
4 years ago
Judy Ng
f41438770c
add shaderoptiongroup natvis ( #3315 )
...
Signed-off-by: Judy Ng <njud@amazon.com>
4 years ago
jckand-amzn
e8bca8bc00
Updating test with a workaround for assigning a PhysX Mesh asset to a PhysX Collider component
...
Signed-off-by: jckand-amzn <jckand@amazon.com>
4 years ago