chcurran
83fc1989ac
Merge branch 'development' of https://github.com/o3de/o3de into carlitosan/development
2021-07-12 16:05:19 -07:00
Scott Romero
b7723ad0ea
[stabilization/2106] Auto generate installer 3rd party license URL from version string ( #2111 )
...
3rd party license URL is now auto generated from the version string (which should be synchronized with the GitHub release tags) and pulled directly from the source repo it originated from, but only when the version is non-zero. This also fixes an issue where configure would fail when the previous 3rd party URL wasn't supplied
Fixed an issue where CrashHandler required version strings to be 4 components
Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com
2021-07-12 15:34:11 -07:00
chcurran
11eb920e40
Removal of dead code and bug fixes for reflection
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-07-12 15:29:56 -07:00
srikappa
86a6d75b40
Remove an additional check during patch application to report errors
...
Signed-off-by: srikappa <srikappa@amazon.com >
2021-07-12 15:01:11 -07:00
Chris Galvan
df9358c492
Merge pull request #2109 from aws-lumberyard-dev/cgalvan/RemoveDeprecatedGraphicsMenuItems
...
Removed deprecated graphics settings/performance menu options. Updated automated test accordingly.
2021-07-12 16:57:34 -05:00
AMZN-Phil
17fd577056
Merge pull request #2032 from aws-lumberyard-dev/PM-viewbuildlog
...
Show link to log while building in Project Manager.
2021-07-12 14:57:18 -07:00
srikappa
c494adba88
Use a utility function to compare json document and expected string
...
Signed-off-by: srikappa <srikappa@amazon.com >
2021-07-12 14:21:04 -07:00
AMZN-ScottR
aeae1555fe
[installer/2106-3p-license-fix] fixed issue with CrashHandler requiring 4-component version strings
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com >
2021-07-12 12:29:27 -07:00
Chris Galvan
f278bbcd65
Merge pull request #2094 from aws-lumberyard-dev/cgalvan/gitflow_210712
...
Merged stabilization/2106 to development
2021-07-12 14:05:19 -05:00
srikappa
b7e3db9d82
Make prefab patch application use a best effort mechanism
...
Signed-off-by: srikappa <srikappa@amazon.com >
2021-07-12 11:58:14 -07:00
AMZN-nggieber
2fad7f37db
Added a Warning When VS2019 is not Installed with Link to Download it ( #2042 )
...
* Added a warning when VS2019 is not installed with link to download it
Signed-off-by: nggieber <nggieber@amazon.com >
* Widden VSWarning dialog
Signed-off-by: nggieber <nggieber@amazon.com >
* Fix issue with checking for Visual Studio
Signed-off-by: nggieber <nggieber@amazon.com >
* PALify compiler detection
Signed-off-by: nggieber <nggieber@amazon.com >
* Changed windows compiler check to waitForFinished instead of waitForReadyRead
Signed-off-by: nggieber <nggieber@amazon.com >
2021-07-12 11:54:36 -07:00
SergeyAMZN
c4a50b961e
Merge pull request #2102 from aws-lumberyard-dev/MultiplayerRigidBodiesLerp
...
Added an option to character component not use auto-apply velocities on a physics tick
2021-07-12 19:49:50 +01:00
Chris Galvan
2fc1062802
Removed deprecated graphics settings/performance menu options. Updated automated test accordingly.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-07-12 13:42:08 -05:00
puvvadar
a48a0d1f8a
Fix positional desync of network objects plus related log spam
...
Signed-off-by: puvvadar <puvvadar@amazon.com >
2021-07-12 11:15:38 -07:00
Gene Walters
e7b44b7d6b
Git Issue 1948: LoadLevel Console Command Requires Full Asset Path Instead of Level Name ( #1952 )
...
* Update LoadLevel to also search inside the Level folder for a spawnable if LevelName isnt a fullpath to a spawnable
Signed-off-by: Gene Walters <genewalt@amazon.com >
* A better check to see if users provided a file extension
Signed-off-by: Gene Walters <genewalt@amazon.com >
2021-07-12 11:03:19 -07:00
pereslav
39daa9f361
Added an option to not use auto-apply velocities on a physics tick
...
Signed-off-by: pereslav <pereslav@amazon.com >
2021-07-12 18:29:02 +01:00
Chris Galvan
e924ed0b86
Merged stabilization/2106 to development; Resolved merge conflicts
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-07-12 10:45:23 -05:00
aaguilea
36a8c0a8cc
changed all amazon to o3de
...
Signed-off-by: aaguilea <aaguilea@amazon.com >
2021-07-12 16:34:01 +01:00
John Jones-Steele
13879665df
Change from PR feedback.
...
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
2021-07-12 15:50:29 +01:00
John Jones-Steele
a573d859c7
One minor change.
...
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
2021-07-12 14:25:21 +01:00
John Jones-Steele
5bdbf0baa3
Merge branch 'development' into LYN-4501
...
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
2021-07-12 14:24:05 +01:00
John Jones-Steele
c7d1117ebf
Text changed and default behaviour changed
...
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
2021-07-12 12:19:01 +01:00
greerdv
504201aef2
Merge pull request #2036 from aws-lumberyard-dev/lua-scene-queries
...
Lua scene queries
2021-07-12 11:57:51 +01:00
Benjamin Jillich
c9ff634080
Aftermath for PR-1956 and PR-2025 ( #2035 )
...
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
2021-07-12 08:30:07 +02:00
Alex Montgomery
372ac2707f
fix outliner sorting using incorrect types for comparisons ( #2052 )
...
* fix outliner sorting using incorrect types for comparisons, fixes for [LY-122258] and [LYN-3666]
Signed-off-by: Alex Montgomery <alexmont@amazon.com >
* fix annoying but necessary Qt type cast
Signed-off-by: Alex Montgomery <alexmont@amazon.com >
2021-07-09 19:37:57 -07:00
Nicholas Van Sickle
8eb8088a36
Remove Cry -> Atom camera sync. ( #2047 )
...
Signed-off-by: nvsickle <nvsickle@amazon.com >
2021-07-09 16:25:13 -07:00
Danilo Aimini
1d022907dc
Prefabs | Introduce sanitation of prefab doms on loading ( #1929 )
...
* Update PrefabLoader to sanitize ingested prefabs and have core systems operate with default values
Signed-off-by: sconel <sconel@amazon.com >
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Remove IsExplicitDefault implementation to avoid confusion (since the function isn't virtual).
Avoid copying PrefabDoms over in SanitizeLoadTemplate.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Address naming and commenting concerns from PR reviews.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Fix to error detection code
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
* Add support for all uuid formats for zero check.
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
Co-authored-by: sconel <sconel@amazon.com >
2021-07-09 16:22:38 -07:00
carlitosan
70810dfbb9
Merge pull request #1969 from aws-lumberyard-dev/carlitosan/thecleansing
...
Fix parser crash related to ebus handler control, and compile time null check
2021-07-09 15:30:40 -07:00
AMZN-Phil
b92848ed88
Move the show log text to be part of building label.
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com >
2021-07-09 14:12:31 -07:00
sconel
22a52bc7b2
Fix issue where game and editor entities could exist simultaneously while exiting game mode ( #2015 )
...
Signed-off-by: sconel <sconel@amazon.com >
2021-07-09 15:39:17 -05:00
moraaar
4475528df2
Fixed Event Hander's copy constructor and copy assignments
...
It was missing to save the event before connecting to it. (#2026 )
Signed-off-by: moraaar <moraaar@amazon.com >
2021-07-09 11:48:04 -07:00
Chris Galvan
b65c972392
Merge pull request #2007 from aws-lumberyard-dev/daimini/NewsBuilder/removal
...
Remove NewsBuilder project from Editor solution.
2021-07-09 13:42:26 -05:00
greerdv
08c3bb6bd7
some tidying up
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-07-09 19:39:07 +01:00
jackalbe
7ce6eec39e
{SPEC-7645} Disabling FileWatcherUnitTests for Linux ( #2012 )
...
* Disabling FileWatcherUnitTests for Linux
Signed-off-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
* added comments to explain the update
Signed-off-by: jackalbe <23512001+jackalbe@users.noreply.github.com >
2021-07-09 13:36:33 -05:00
greerdv
c7b3a06c6b
expose scene queries to lua
...
Signed-off-by: greerdv <greerdv@amazon.com >
2021-07-09 19:24:09 +01:00
lumberyard-employee-dm
6ebf3a93d1
Added protection in the register python script queries of the default folders against a non-existent key causing a KeyError in python ( #1946 )
...
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com >
2021-07-09 12:56:29 -05:00
lumberyard-employee-dm
8a76ec713e
Updated the SettingsRegistry Specialization tag name max size to 64 ( #2016 )
...
The tag name max size should match the maximum size of a project name,
since the project name is automatically added as a specialization tag in
the settings registry when loading .setreg files from within the
<ExecutableDirectory>/Registry directory
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com >
2021-07-09 12:41:43 -05:00
jjjoness
1b530195fc
Clarify ImGui activation in Editor viewport ( #1765 )
...
* Clarify ImGui activation in Editor viewport
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* All working following changes from comments in PR
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* One more change
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* fixes from comments in PR.
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Fixed git merge error
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Added header to ImGuiBus.h
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Fix for Jenkins error
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
* Minor typo fix
Signed-off-by: John Jones-Steele <jjjoness@amazon.com >
2021-07-09 12:03:20 -05:00
Benjamin Jillich
76cef6e91f
Project Manager: Showing a progress bar when copying projects ( #2025 )
...
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
2021-07-09 18:38:11 +02:00
AMZN-Phil
443e8071e7
Show link to log while building for currently building build.
...
Signed-off-by: AMZN-Phil <pconroy@amazon.com >
2021-07-09 09:32:40 -07:00
Esteban Papp
e3be8b4c46
Enable AZ_TRAIT_AZFRAMEWORK_USE_PROJECT_MANAGER for Mac/Linux ( #2017 )
...
Validated it opens the project manager in Mac
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-07-09 09:01:35 -07:00
Benjamin Jillich
595ac3fb08
Project Manager: Feature tag filtering for header of the gem catalog ( #1956 )
...
* [LYN-4440] Added new feature tag remove icon
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
* [LYN-4440] Added new gem filter tag widget
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
* [LYN-4440] Added feature tag widget used for showing the filtered tags in the gem catalog header
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
* [LYN-4440] Added filter tag widget container to the gem catalog header and connected it to the gem model
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
* [LYN-4440] Syncing the feature tag filters on the left panel with the tag widgets in the header and styling the item delegates
Signed-off-by: Benjamin Jillich <jillich@amazon.com >
2021-07-09 17:18:35 +02:00
AMZN-nggieber
5b44ea9b9a
Project Manager: Added Per Project Template Previews and Icon Overlays ( #1994 )
...
* Project Manager: Added Per Project Template Previews and Icon Overlays
Signed-off-by: nggieber <nggieber@amazon.com >
* Remove template icon overlays and bake them into template preview
Signed-off-by: nggieber <nggieber@amazon.com >
* Remove unused variables and headers
Signed-off-by: nggieber <nggieber@amazon.com >
2021-07-09 17:15:34 +02:00
aaguilea
01ed7d70aa
Merge branch 'development' into lyn5017_LockSelection/UnlockAll_bug
2021-07-09 13:47:22 +01:00
aaguilea
b07ed7817d
Fixed small bug with edit menu
...
Signed-off-by: aaguilea <aaguilea@amazon.com >
2021-07-09 12:00:11 +01:00
Danilo Aimini
2cc9095702
Remove unused functions referencing the News ErrorCode class
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-07-08 21:35:17 -07:00
Danilo Aimini
92ff99c6a0
Remove NewsShared includes in the WelcomeDialog class
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-07-08 18:11:08 -07:00
Esteban Papp
d7c8c0192f
SPEC-7503 Mac nightly run asset profile failed to process "Translation/scriptcanvas_en_us.ts" ( #1742 )
...
* copy frameworks to output for loose file case
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* patching lrelease
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Fix for python in loose files and bundles
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* found what the problem is, setting a version just in case
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* fixup_bundle working with Python.framework and codesigning on AssetProcessor.app
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Trying to ignore other files to solve Jenkins
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Fix some qt stuff for mac
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* removal of cstemp files to prevent signature failures
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Updating Qt with fixes to solve some qt framework issues with include paths
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-07-08 17:20:20 -07:00
Terry Michaels
9ea9cbf589
Merge pull request #1989 from aws-lumberyard-dev/cgalvan/gitflow_210708
...
Merged stabilization/2106 to development
2021-07-08 18:03:30 -05:00
Danilo Aimini
242b4923ae
Remove NewsBuilder project from Editor solution, as it is no longer used.
...
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com >
2021-07-08 15:51:53 -07:00