srikappa
9328c944b2
Remove an unnecessary check in the if statement
2021-05-13 14:49:06 -07:00
srikappa
7d8180a3bb
Fixed a typo
2021-05-13 14:46:30 -07:00
srikappa
b92a68f5a4
Improved a comment
2021-05-13 14:45:06 -07:00
srikappa
cd4be3a708
Found a better way to find common owning instance
2021-05-13 14:37:22 -07:00
srikappa
76e8a0ef47
Fixed bug with delete prefab where the prefabs were not being deleted from the correct instances
2021-05-13 14:11:47 -07:00
Mike Balfour
0ae123eae6
Fix AssetContainer behavior with immediate load errors
...
The AssetContainer was getting "stuck" in the case that it tried to load a missing asset that was already registered with the AssetManager as missing. This fixes the bug, as well as adding a unit test for the specific condition.
2021-05-13 16:08:47 -05:00
greerdv
41ea7a1b81
add stubs for non-uniform scale component mode
2021-05-13 20:52:29 +01:00
mbalfour
7866178f3e
Fix AssetContainer behavior with immediate load errors
...
The AssetContainer was getting "stuck" in the case that it tried to load a missing asset that was already registered with the AssetManager as missing. This fixes the bug, as well as adding a unit test for the specific condition.
2021-05-13 14:10:45 -05:00
jjjoness
5940f2ebbe
Merge pull request #739 from aws-lumberyard-dev/LYN-1099
...
LYN-1099 DEV TASK - Play Controls
2021-05-13 17:35:17 +01:00
phistere
debbfc38d8
Merge branch 'main' into ly-as-sdk/LYN-2948
2021-05-13 11:25:03 -05:00
Tom Hulton-Harrop
795aa114e6
Improve selection in the viewport ( #720 )
...
* improve selection in the viewport
* remove debug code
* updates following review feedback
- update API comments from /// to //! from
- add [[nodiscard]] attribute to member function
- move constructor implementations to .cpp files
* use lambda instead of ternary operator
* fix unit test failure caused by typo
2021-05-13 16:19:53 +01:00
igarri
33240c9f90
Selecting assets from tableview
2021-05-13 16:08:14 +01:00
bosnichd
4aff32e719
More red code ( #732 )
...
Remove:
- Code/CryEngine/CryCommon/Platform
- Some unused Code/CryEngine/CryCommon/Mock files
- Code/Tools/CryXML and almost all of Code/Tools/CryCommonTools
- Code/Tools/TestBed/ResourceCompilerImage
- Tools/DeepBandwidthToExcel
- Various .p4ignore files
2021-05-13 08:55:36 -06:00
amzn-sean
7f79cc8796
RemoveSimulatedBody automatically updates the requested handle to be invalid once removed. ( #740 )
2021-05-13 15:04:00 +01:00
Hasareej
a13c9e8d53
Hasareej lyn 2301 cluster space ( #717 )
...
ViewportUi widget anchoring & alignment update.
2021-05-13 14:23:31 +01:00
greerdv
2ef0e70fff
Merge pull request #730 from aws-lumberyard-dev/non-uniform-scale-compatibility
...
update compatibility for non-uniform scale service
2021-05-13 13:42:01 +01:00
igarri
d7ca3f273b
croll to top on view when the filter updates
2021-05-13 13:25:03 +01:00
igarri
d6868df735
Expanding TableView Columns
2021-05-13 12:29:16 +01:00
amzn-sean
d690c3fee4
static rigid body and rigid body component use Handles instead of pointers ( #662 )
2021-05-13 11:59:22 +01:00
sphrose
36a79aca8a
Remove redundant function.
2021-05-13 10:56:39 +01:00
jjjoness
26b8181cc1
Merge branch 'main' into LYN-1099
2021-05-13 09:18:13 +01:00
greerdv
ce3842ac84
Merge branch 'main' into non-uniform-scale-compatibility
2021-05-12 22:19:33 +01:00
Mike Balfour
2679826421
Change SerializeContextTools into a ToolsApplication so that it can correctly read in slice data
2021-05-12 16:03:52 -05:00
srikappa-amzn
1895c2d18d
Merge pull request #675 from aws-lumberyard-dev/Prefab/CreatePrefab
...
Get instantiation to work after creation of a prefab is undone
2021-05-12 13:54:26 -07:00
srikappa
7bdf44a099
Detect cyclical dependencies in the nested prefabs of the prefab being instantiated
2021-05-12 13:38:44 -07:00
greerdv
059f69e5e6
tidy up NonUniformScaleService compatibility
2021-05-12 21:20:23 +01:00
srikappa
98a579abef
Added a comment
2021-05-12 12:17:36 -07:00
nvsickle
559798251d
Merge remote-tracking branch 'upstream/main' into nvsickle/DebugInfoDisplay
2021-05-12 11:55:51 -07:00
bosnichd
7cec2d8b07
Remove more unused things from CryCommon and CrySystem. ( #709 )
...
Lots of unrelated removals, I basically tried to remove everything exposed via gEnv that isn't used anymore, and following the threads found a few other things to remove also.
2021-05-12 08:30:15 -06:00
igarri
c1e21185b4
Selecting correct indexes from Asset Browser Model
2021-05-12 12:20:23 +01:00
igarri
80684b383b
Code cleanup
2021-05-12 11:42:39 +01:00
jjjoness
552ebea135
Added Simulate button
2021-05-12 11:40:36 +01:00
igarri
1c990b2ef6
Filter Sorting Working
2021-05-12 11:03:02 +01:00
Tom Hulton-Harrop
f9fb61cc5d
Fix issue with viewport interaction ordering and viewport matrix changed handler ( #695 )
...
* fix for ctrl+mouse-wheel to cycle transform modes in the viewport
* ensure correct callback function is invoked
* remove redundant check in CameraInput
2021-05-12 09:40:37 +01:00
kberg-amzn
deae9db5c2
Merge pull request #704 from aws-lumberyard-dev/MultiplayerComponents
...
Removing unused GridMate touchpoints from AzFramework, and non-inclusive code removal
2021-05-11 17:51:03 -07:00
karlberg
35500981eb
More removal fixes
2021-05-11 16:36:44 -07:00
sharmajs-amzn
7f5962d1ba
disable AssetJobsFloodTest.ContainerCoreTest_BasicDependencyManagement_Success test ( #703 )
2021-05-11 15:23:43 -07:00
sconel
4e54df49db
Merge pull request #438 from aws-lumberyard-dev/Spawnable/ProductDependency
...
AddProductDependency to handle inter-product dependencies in PrefabProcessors
2021-05-11 15:19:01 -07:00
karlberg
3169b3477d
Adding missing files to azframework_files.cmake and fixing include errors due to network removal
2021-05-11 15:15:35 -07:00
karlberg
318f97a717
build fix for removed gridmate headers
2021-05-11 14:28:10 -07:00
karlberg
74385a575f
Merge remote-tracking branch 'origin' into MultiplayerComponents
2021-05-11 13:43:17 -07:00
srikappa
33af6c1014
Merge branch 'main' into Prefab/CreatePrefab
2021-05-11 13:41:48 -07:00
mbalfour
21dfcfed74
Fix bug where setting autoLoad to false for one gem will prevent every gem after it from loading as well.
2021-05-11 15:26:07 -05:00
karlberg
3e13dd52d1
First pass, removing gridmate touchpoints from AzFramework and non inclusive terminology purge
2021-05-11 12:47:15 -07:00
mbalfour
899d4c438d
Move ThumbnailerNullComponent into AzToolsFramework so that it can be used by other tools that need it.
...
SerializeContextTools will soon rely on this.
2021-05-11 14:25:25 -05:00
nvsickle
fe29318293
Make ScriptTimePoint::Get const correct
2021-05-11 12:18:49 -07:00
nvsickle
7ff5c0e105
Add multiline spacing and GetTextSize to Atom Font
2021-05-11 12:18:04 -07:00
srikappa
b11234097d
Fixed a capitalization issue
2021-05-11 11:30:16 -07:00
Mike Balfour
9ccddab552
Merge pull request #694 from aws-lumberyard-dev/mbalfour/slice-prefab-converter
...
Fix up incorrect autoDelete use and handling.
2021-05-11 12:02:28 -05:00
sconel
c2a9ab18e4
Merge branch 'main' into Spawnable/ProductDependency
2021-05-11 09:59:50 -07:00