Esteban Papp
29c71b4e53
SPEC-2513 Fixes to enable w4701 ( #1105 )
...
* Some fixes
* more fixes
* fixes for debug
2021-06-03 09:30:33 -07:00
AMZN-puvvadar
e340f3ca56
Merge pull request #1102 from aws-lumberyard-dev/MultiplayerPipeline
...
Fixed ctrl+g port number
2021-06-03 08:50:29 -07:00
jckand-amzn
5fbf587b9e
Updating File Menu actions in test_Menus_FileMenuOptions_Work. Temporarily marking test as xfail due to LYN-4208
2021-06-03 10:50:27 -05:00
kberg-amzn
dbcb42b4c2
Merge pull request #1098 from aws-lumberyard-dev/MultiplayerComponents
...
Multiplayer components
2021-06-03 08:50:02 -07:00
Gene Walters
cd619e14dc
Allow script canvas users to send RPCs via entityId
2021-06-03 08:31:38 -07:00
scottr
8214706ff9
[cpack_installer] reworked how packaging is enabled for windows
2021-06-03 08:24:01 -07:00
Tom Hulton-Harrop
cf08f4dab1
Improve camera orbit behavior ( #1060 )
2021-06-03 15:48:44 +01:00
scottr
328ced0059
[cpack_installer] replaced missing get_target_property hack and fixed a typo
2021-06-03 07:24:30 -07:00
Terry Michaels
f2a7cd9a2d
Fixed monolithic build warning/error ( #1116 )
2021-06-03 08:29:24 -05:00
scottr
881c51dc9c
[cpack_installer] removed unnecessary explicit use of CMAKE_INSTALL_DEFAULT_COMPONENT_NAME
2021-06-02 22:05:20 -07:00
scottr
602dd01434
[cpack_installer] fixed typo in error message
2021-06-02 22:02:11 -07:00
Doug McDiarmid
091d6894cb
Fixed non-Windows platform include
2021-06-02 22:02:10 -07:00
scottr
5695681ed3
[cpack_installer] fifth attempt to fix cpack selection
2021-06-02 21:03:41 -07:00
Doug McDiarmid
9afd9b0992
Fixed PAL cmake files for non-Windows builds
2021-06-02 20:58:22 -07:00
Doug McDiarmid
99497672f4
Fixed cmake platform files for non-Windows platforms
2021-06-02 20:51:07 -07:00
scottr
b09f73378f
[cpack_installer] replaced LY_DEFAULT_INSTALL_COMPONENT with built-in CMAKE_INSTALL_DEFAULT_COMPONENT_NAME. updated stale references to ly_install_target_COMPONENT with a get_prop call
2021-06-02 20:49:39 -07:00
Doug McDiarmid
113073ca31
Removed unnecessary include
2021-06-02 19:54:22 -07:00
clujames
2da7825e37
Merge pull request #1042 from aws-lumberyard-dev/LYN-3969
...
Added an optional variable to the cdk deploy function to allow additional flags and arguments.
2021-06-02 19:53:07 -07:00
Doug McDiarmid
d737fcd3d3
Removed extra newline
2021-06-02 19:52:28 -07:00
Doug McDiarmid
69e2d6bba1
Minor comment update
2021-06-02 19:44:55 -07:00
Gene Walters
89b1afc50e
Adding Multiplayer:: namespace to RpcIndex so components outside the Multiplayer gem can compile
2021-06-02 19:37:35 -07:00
karlberg
afeea87862
Fix for linux being a banned keyword
2021-06-02 19:21:39 -07:00
Doug McDiarmid
d63edf9b84
Merge branch 'main' into Atom/dmcdiar/ATOM-15517
2021-06-02 19:09:48 -07:00
Doug McDiarmid
8623484168
Added Masked Occlusion Culling external files
2021-06-02 19:02:42 -07:00
mgwynn
35fed77223
Adding CLI script for modifying project properties (LYN-3918). Updating O3de to support it.
...
Fixing some typo errors in manifest.py and minor optimizations
2021-06-02 21:56:03 -04:00
mnaumov
c3df73bed8
PR feedback and fixing TrackView
2021-06-02 18:48:50 -07:00
scottr
3f9811e498
[cpack_installer] fifth attempt to fix cpack selection
2021-06-02 18:40:22 -07:00
Doug McDiarmid
9dbe596e40
Added reflection probe cubemap quality levels
2021-06-02 18:39:05 -07:00
scottr
9e76956b7b
Merge branch 'main' into cpack_installer
2021-06-02 18:15:24 -07:00
scottr
01f3ba5608
[cpack_installer] fourth attempt to fix cpack selection
2021-06-02 17:58:58 -07:00
rgba16f
bb92e4c0b8
Font update to dynamic draw per view ( #1085 )
...
* Move AtomFont over to use the new per viewport dynamic draw context.
Remove scene tracking and listening for bootstrap scene created.
Remove build dependency on the Bootstrap gem.
Add build dependency on the AtomBridge gem.
FFont's are now initialized with a viewport Id.
Remove previous DynamicDraw context per scene system.
Verify FFont can get a dynamic draw context before attempting initialization.
Ensure a render scene exists before attempting font initialization (as a proxy for rendering has begun)
* Move AtomFont FFont to use ShaderInputNameIndex's
This allowed removing all of the InitFont function as no longer need to query compiled shader info for constant data offsets.
* cache the AZ::Name used to find the dynamic draw context rather than recreate it each use
2021-06-02 19:49:38 -05:00
Qing Tao
312c704ba6
ATOM-15352 Find a solution to modify a render pipeline when enable a feature gem ( #960 )
...
* Added atom_rpi_tools python module in Atom_RPI gem.
The tool includes functions to modify pass template data and some utility functions.
* Added pytest tests for atom_rpi_tools
2021-06-02 17:39:50 -07:00
scottr
201d6b1b72
[cpack_installer] third attempt to fix cpack selection
2021-06-02 17:29:50 -07:00
pereslav
e445c64321
Fixed TimedThread bled %d ms logging to not spam the console
2021-06-03 01:21:27 +01:00
pereslav
bffb7d1b28
Simplified the change to rely on sv_port cvar
2021-06-03 01:20:22 +01:00
pereslav
3b519c6475
removed whitespace
2021-06-03 01:06:15 +01:00
pereslav
c752b9d0fc
Fixed ctrl+g port number. Enabled server spawn for levels with no network entities since we can spawn net entities from the scripts
2021-06-03 01:04:01 +01:00
scottr
3a7ec61efd
Merge branch 'main' into cpack_installer
2021-06-02 17:02:44 -07:00
Esteban Papp
f1dbeb584a
LYN-4206 CMake bakes install prefix during configure ( #1100 )
2021-06-02 16:50:18 -07:00
srikappa-amzn
39e47a2906
Merge pull request #1036 from aws-lumberyard-dev/DetachPrefab
...
Implement Detach Prefab workflow
2021-06-02 16:24:59 -07:00
scottr
fd8cff6aec
[cpack_installer] second attempt to fix cpack selection
2021-06-02 16:10:41 -07:00
scottr
197241f16d
[cpack_installer] fixed issue with cpack selection
2021-06-02 15:40:41 -07:00
karlberg
38853eb2c2
Linux build fix
2021-06-02 15:34:35 -07:00
karlberg
82f9d08cfd
Build fix for uniform scale changes
2021-06-02 15:21:43 -07:00
srikappa
574563adaf
Merge branch 'main' into DetachPrefab
2021-06-02 15:09:40 -07:00
scottr
134258c18a
[cpack_installer] add trailing newline to some new files
2021-06-02 15:03:26 -07:00
scottr
40f4e8de93
Merge branch 'main' into cpack_installer
2021-06-02 14:59:14 -07:00
scottr
c6e4e3ed1f
[cpack_installer] few more small fixes to installer Jenkins scripts
2021-06-02 14:57:18 -07:00
karlberg
14bc0ba8ac
Merge remote-tracking branch 'origin' into MultiplayerComponents
2021-06-02 14:57:00 -07:00
karlberg
b013d7ac67
Minor cleanup
2021-06-02 14:53:33 -07:00