Alex Peterson
a55cb3e35f
Fixed white-bar at bottom of Project Manager screen ( #3091 )
...
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
4 years ago
Kevin Y
99b369198b
Typo fix in duplicate project progress window ( #2969 )
...
Signed-off-by: Kevin Yu <kevinjoeyu@gmail.com>
4 years ago
Scott Romero
f2958bac93
[development] complete removal of CryThread*.h and MultiThread.h from CryCommon ( #3067 )
...
- Replaced Cry-threading related code with AZ equivalents in the Remote Console runtime
- Replaced (or removed) usage of CryMutex/CryLock with appropriate AZStd mutex type
- Replaced usage of CrySpinLock/CryWriteLock with equivalent AZStd::spin_mutex
- Replaced usage of CryInterlocked* with AZStd atomics
- Removed all CryThread*.h files
- Removed MultiThread.h
-- Includes removal of the CryInterlocked* and Cry*CriticalSection functions defined elsewhere
- Removed re-implemented stubs of Windows synchapi.h functions
Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com
4 years ago
greerdv
d46c2f7be6
Merge pull request #3100 from aws-lumberyard-dev/tiaf_rerun_cornercase
...
Address commit re-run corner case.
4 years ago
John
a1d855a920
Invert corner case flag for readability.
...
Signed-off-by: John <jonawals@amazon.com>
4 years ago
John
4dd39c3929
Address commit re-run corner case.
...
Signed-off-by: John <jonawals@amazon.com>
4 years ago
moudgils
4cf384c2c5
Fix minor typo ( #3095 )
...
Signed-off-by: moudgils <moudgils@amazon.com>
4 years ago
Chris Galvan
f46f9fb7bc
Merge pull request #3094 from aws-lumberyard-dev/cgalvan/CreateEntitiesInViewportCorrectPosition
...
Fixed creating entities in the viewport logic to use hit test detection.
4 years ago
AMZN-ScottR
f0ff8da1d7
[redcode/crythread-2nd-pass] post merge duplicates removed
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
AMZN-ScottR
f660990e8a
Merge branch 'development' into redcode/crythread-2nd-pass
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
Esteban Papp
8f05c7aa2f
Several build fixes
4 years ago
Chris Galvan
11d5009f46
Fixed creating entities in the viewport logic to use hit test detection.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
AMZN-ScottR
b32cf24310
Merge branch 'development' into redcode/crythread-2nd-pass
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
AMZN-ScottR
c3ee798acc
[redcode/crythread-2nd-pass] updated condition variable handling in Remote Console runtime to cut out extra unlock/lock
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
Chris Galvan
48503679c4
Merge pull request #3081 from aws-lumberyard-dev/cgalvan/StyledTreeView
...
Moved custom tree view dragging logic from Entity Outliner to common class so it could be re-used for the UI Editor tree view.
4 years ago
lumberyard-employee-dm
ecd3b015ee
Fixed Signed/Unsigned Mismatch fix in LyShine UiAnimViewAnimNode.cpp ( #3062 )
...
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
jonawals
ff659fbbb6
Tiaf bucket top level fix ( #3085 )
...
* Revert to regular run when invalid commits used.
* Cirrect s3 logging of last commit hash storage
* Add s3 top level url and build number script params.
* Use existing REPOSITORY_NAME env var.
Signed-off-by: John <jonawals@amazon.com>
4 years ago
AMZN-ScottR
cc3d2e9969
[redcode/crythread-2nd-pass] replaced instances of AZStd::lock_guard<> with AZStd::scoped_lock as per feedback
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
carlitosan
8c21c85972
Merge pull request #3028 from aws-lumberyard-dev/carlitosan/development
...
Addes JSON serialization support for properties stored in the EditorScriptCanvasComponent. Add tool tips to explain repeater node behavior, remove empty "User Functions" and "Script Event" headings from Editor.
4 years ago
moudgils
c2b8542bbd
Support for refresh rate and sync interval ( #2989 )
...
* Add support for querying the refresh rate and sync interval
4 years ago
Chris Galvan
589a05062b
Merge pull request #3084 from aws-lumberyard-dev/cgalvan/FixEMFXModalToastNotifications
...
Prevent EMFX notifications from being modal, which was blocking input while visible.
4 years ago
Chris Galvan
c9df7c69a4
Updated slice entity outliner to use new consolidated StyledTreeView as well.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
Sean Sweeney
bdb3132e27
Merge pull request #1997 from aws-lumberyard-dev/aztestrunner_retry_command
...
Adding C++ retry command
4 years ago
AMZN-ScottR
72e99dd52b
[redcode/crythread-2nd-pass] removed platform.h include hack linked to CryThread.h for apple platforms in ILog.h and ISystem.h
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
AMZN-ScottR
28c477997d
[redcode/crythread-2nd-pass] fixed missing iOS include
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
Vincent Liu
9579826b5c
[SPEC-7971] Update gem module name to match cmake target name ( #3055 )
...
Fixes for module names so they match cmake target name
4 years ago
AMZN-ScottR
bbe6ff7b90
[redcode/crythread-2nd-pass] re-add LARGE_INTEGER definition to AppleSpecific.h
...
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
4 years ago
Chris Galvan
8997cab253
Merge pull request #3070 from aws-lumberyard-dev/michabr/env_var
...
Fix for checking environment variable existence
4 years ago
chcurran
fe21b89d8e
working support for editor property json serialization
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
4 years ago
Chris Galvan
4ceff99ba1
Prevent EMFX notifications from being modal, which was blocking input while visible.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
Junbo Liang
6d5d042e40
Set the default region for the Resource Mapping Tool when no region is configured via AWS CLI ( #2856 )
...
Ensure a valid region is always present when generating resource mapping files.
4 years ago
Chris Galvan
2063e7f2dd
Added missing header include.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
Alex Peterson
538276c993
Allow project path changing and auto-completion ( #3057 )
...
* Allow project path changing and auto-complete
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
* Improved error message regarding the absolute path requirement
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
4 years ago
jackalbe
117bd0e680
{LYN-2336} Fix: Python Console script help opens empty ( #3060 )
...
* {LYN-2336} Fix: Python Console script help opens empty
Fixes: Python Console: Script Help opens empty in AutomatedTesting project
This fixes the missing Python symbols in the Editor
This also fixes the PYI files to write out for the AutomatedTesting project
Signed-off-by: Jackson <23512001+jackalbe@users.noreply.github.com>
* Fixing proper symbol log execution times
Signed-off-by: Jackson <23512001+jackalbe@users.noreply.github.com>
* annotating input values with const
Signed-off-by: Jackson <23512001+jackalbe@users.noreply.github.com>
4 years ago
Chris Galvan
b5828e327d
Moved custom tree view dragging logic from Entity Outliner to common class so it could be re-used for the UI Editor tree view.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com>
4 years ago
AMZN-tpeng
288d366c2a
[Atom][RHI][Vulkan][Android] - Add 2D image array null descriptors fo… ( #2722 )
...
* [Atom][RHI][Vulkan][Android] - Add 2D image array null descriptors for devices without the null descriptor extension.
Signed-off-by: Peng <tonypeng@amazon.com>
* [Atom][RHI][Vulkan][Android] - Fix spacing.
Signed-off-by: Peng <tonypeng@amazon.com>
4 years ago
Luis Sempé
d7c9231b03
Merge pull request #3063 from aws-lumberyard-dev/scriptcanvas/icon_warning
...
Updated path to icon that was emitting a warning
4 years ago
Chris Galvan
d273298840
Merge pull request #3064 from aws-lumberyard-dev/michabr/editor_input
...
Fix for input not being reenabled after game mode
4 years ago
Guthrie Adams
2afd3b0959
Merge pull request #3052 from aws-lumberyard-dev/Atom/guthadam/atomtools_refactor_move_mainwindow_bus
...
AtomTools: move main window bus reflection to atom tools
4 years ago
Guthrie Adams
416179da5e
Merge pull request #3056 from aws-lumberyard-dev/Atom/guthadam/atomtools_refactor_statusbar_and_central_widget
...
AtomTools: fixing status bar messages
4 years ago
AMZN-Alexandre Corcia Aguilera
83e56b6ab5
Remove new camera flag functions and legacy code paths ( #3071 )
...
Signed-off-by: aaguilea <aaguilea@amazon.com>
4 years ago
Guthrie Adams
218d5e4a68
Merge branch 'development' into Atom/guthadam/atomtools_refactor_statusbar_and_central_widget
4 years ago
Guthrie Adams
f6923124f4
Merge branch 'development' into Atom/guthadam/atomtools_refactor_move_mainwindow_bus
4 years ago
Chris Galvan
eeef858b4c
Merge pull request #3059 from aws-lumberyard-dev/daimini/issue-3053
...
[Error] (AtomViewportDisplayIconSystemComponent) - Failed to locate icon on disk: "Icons/Components/Viewport/NonUniformScale.svg"
4 years ago
SergeyAMZN
7e03e87d9e
Merge pull request #3073 from aws-lumberyard-dev/tiaf_scripts_logging
...
Tiaf scripts logging and sanity checking
4 years ago
John
199273b880
Remove positional argument from change list generaiton.
...
Signed-off-by: John <jonawals@amazon.com>
4 years ago
John
9601db55aa
Add sanity checking to last commit hash.
...
Signed-off-by: John <jonawals@amazon.com>
4 years ago
John
268a7f547e
Add additional logging to s3 storage.
...
Signed-off-by: John <jonawals@amazon.com>
4 years ago
jonawals
f4e8ecd35e
TIAF script fixes ( #3044 )
...
* Fix typo in MARS document key.
Signed-off-by: John <jonawals@amazon.com>
* Add diff support for commits on different branches.
Signed-off-by: John <jonawals@amazon.com>
* Restore archiving of historic data objects.
Signed-off-by: John <jonawals@amazon.com>
* Correctly handle commit diffs for PR builds.
Signed-off-by: John <jonawals@amazon.com>
* Comment out archiving of historic data objects.
Signed-off-by: John <jonawals@amazon.com>
* Fix python typo
Signed-off-by: John <jonawals@amazon.com>
* Remove comment pertaining to s3 bucket.
Signed-off-by: John <jonawals@amazon.com>
* Fix test selection efficiency for MARS.
Signed-off-by: John <jonawals@amazon.com>
4 years ago
hultonha
c410f1385c
First step removing legacy code from the camera
...
Merge pull request #2997 from aws-lumberyard-dev/legacy_camera_removing
4 years ago