c3838464cc
Blast gem cleanup m_materialLibrary asset on Deactivate to avoid holding onto asset reference after AssetManager has shutdown (#5505)
amzn-mike
2021-11-11 14:58:21 -06:00
e3c3db4ba6
In Atom_Feature_Common.static, get cvar values from cvar system instead of reading directly (#5350)
Tommy Walton
2021-11-11 12:55:23 -08:00
f1d9e7ae28
Skybox hot reloading - fix black screen when running the editor for the first time with a clean cache (#5529)
Tommy Walton
2021-11-11 12:55:06 -08:00
57989c35db
Changed material builder to not fail on warnings. The main reason for this is to give consistent results between the AP and Material Editor, where a placholder texture can be used if a texture is missing. Otherwise, you could get a placeholder texture in Material Editor and stale data in the runtime; this inconsistency would be confusing. As a consequence, it is possible for example that the user could mess up the name of a property in a .material file and not notice the problem because it is now a warning instead of an error. If warnings-as-errors is desirable, you can enable the new "/O3DE/Atom/RPI/MaterialBuilder/WarningsAsErrors" registry setting.
santorac
2021-11-11 12:50:17 -08:00
394ba9a8bc
Atom CPU threading optimization (#5481)
rgba16f
2021-11-10 14:08:55 -06:00
71eedb895d
Move PipelineStateCache validation of set uniqeness to only be active in debug builds (#5472)
rgba16f
2021-11-10 10:26:03 -06:00
19acf94606
Remove the legacy ViewSystem and some other tangentially related legacy code. (#5558)
bosnichd
2021-11-11 13:29:51 -07:00
d9622e74ab
make default names NOT the default name of a previously existing file
chcurran
2021-11-11 12:18:50 -08:00
4e0e3c7904
Entering the Game Mode when the SlideAlongAxisBasedOnAngle in the Camera Rig is set results in an assert (#5410)
AMZN-Igarri
2021-11-11 13:16:11 +01:00
039d2fc0c4
Remove SurfaceManipulator.
John
2021-11-11 12:13:55 +00:00
c3093edffe
Redoing tests that got lost when TerrainPhysicsManager was merged.
sphrose
2021-11-11 12:12:18 +00:00
f24c3d3457
ASV Trace::Assert Environment.h(438) You are using an invalid variable, (#5521)
galibzon
2021-11-11 05:24:33 -06:00
b482a1a6a1
Disable failing smoke tests on Linux
sweeneys
2021-11-10 21:56:56 -08:00
fe5aeb9a5f
Merging latest dev
Gene Walters
2021-11-10 19:41:36 -08:00
d6803d800b
Externed cvars dont get registered with setreg (not sure why). Updating sv_defaultPlayer to grab the variable via console string lookup instead so the proper value is gathered
Gene Walters
2021-11-10 19:37:11 -08:00
f27203a5fa
Updated Material Editor to use the available default fallback images to visually indicate a missing texture. Material Editor also warns the user when saving a material that is populated with fallback image references. Factored out the path strings for the default images to ImateSystemInterface.h.
santorac
2021-11-10 19:28:42 -08:00
e40b226374
Updated the default fallback textures to have a smaller version of the message they they can be read at different UV scales. Added assetinfo files to make these be processed as "Reference Image" to avoid texture compression that makes the text difficult to read.
santorac
2021-11-10 19:22:44 -08:00
eefc3f9a91
new source file close button works, but not on multiple tabs
chcurran
2021-11-10 16:40:33 -08:00
3ca30d559b
Merge pull request #5522 from aws-lumberyard-dev/cgalvan/FixLCPrefabCrash
Chris Galvan
2021-11-10 18:30:44 -06:00
161600a412
Removing old cry code that would load client.cfg for server launcher. Client.cfg should not be loaded by default. If you want to load a cfg then you should provide it via commandline (--console-command-file).
Gene Walters
2021-11-10 16:24:55 -08:00
0b6c3382f1
Add an additional comment
AMZN-Phil
2021-11-10 16:05:38 -08:00
9c57c9e64f
Fix track view bug where postfxs do not render correctly. (#5465)
hershey5045
2021-11-10 16:03:50 -08:00
99f1783138
Merge branch 'development' into Atom/jromnoa/fix-asset-path-calls-to-use-new-asset-test-class
jromnoa
2021-11-10 15:44:01 -08:00
0fa56ba5f8
new source file button works
chcurran
2021-11-10 15:39:17 -08:00
9b393d16fe
[lyn3736] adding init files to module paths (#5111)
Allen Jackson
2021-11-10 17:34:20 -06:00
c29ca07d54
Enable python-based tests in Linux AR
sweeneys
2021-11-10 15:34:08 -08:00
d9443ec42c
Addressed some PR feedback and continue filtering with same search string even after refresh
nggieber
2021-11-10 15:29:20 -08:00
b202bbfbc9
SSAO component P0 automation
Scott Murray
2021-11-10 15:26:32 -08:00
cd28d210ab
Working on making Material Editor able to open materials that have missing textures. Made it a warning instead of an error when MaterialAssetCreator can't find a texture. Updated the Material Editor's MaterialDocument class to not elevate warnings to errors. Material Editor uses new features in TraceRecorder to show a message dialog when warnings are detected so the user is notified of the missing texture.
santorac
2021-11-10 14:02:17 -08:00
9a470f35ad
Merge remote-tracking branch 'upstream/stabilization/2110' into Atom/amzn-tommy/ATOM-16289_SkyboxHotReloading
Tommy Walton
2021-11-10 13:20:47 -08:00
09b9d371e0
Use a different fallback image depending on the status of the asset. Including a setting to use a friendly image that is less obnoxious for anything that might have been missed in a release build
Tommy Walton
2021-11-10 13:20:25 -08:00
21a254e9dc
Fixed a type with pass filter (#5506)
Qing Tao
2021-11-10 13:15:04 -08:00
cf58398c6c
[AWSMetrics] Fail to build the project when include AWSMetricsBus header in the project C++ code (#5468)
Junbo Liang
2021-11-10 13:05:32 -08:00
41a64b1346
Added a null pointer check to EMFX system component
Guthrie Adams
2021-11-10 14:56:17 -06:00
2913d72d17
Merge branch 'stabilization/2110' into Prism/DeleteUpdateGemsUI
nggieber
2021-11-10 12:49:22 -08:00
6f80aab699
Updating parent path usage has part of cherry picked from stabilization combining source data changes with relative path changes
Guthrie Adams
2021-11-10 14:42:55 -06:00
0bc3e6a18f
Let cart overlay be opened to view downloads even when there are no gems to be added or removed
AMZN-Phil
2021-11-10 12:33:28 -08:00
f470351d0c
Hook up Gem Updating and Uninstallation and fix lots of minor bugs between gem catalog and gem repos
nggieber
2021-11-10 12:33:24 -08:00
e9a57380bb
Generic DOM: Add DomBackend abstraction and JSON support
Nicholas Van Sickle
2021-11-10 12:14:07 -08:00