Steve Pham
b4a2edec6a
Final update copyright headers to reference license files at the repo root ( #1693 )
...
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com >
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com >
2021-06-30 19:51:55 -07:00
Terry Michaels
149863c527
Removed Amazon as Company for QSettings ( #1649 )
...
* Removed Amazon as Company for QSettings
Signed-off-by: Terry Michaels <miterenc@amazon.com >
2021-06-29 14:00:11 -05:00
Terry Michaels
7a2a2dc0d7
Updated branding for application names ( #1617 )
2021-06-28 11:35:13 -05:00
Terry Michaels
21ebff5709
Updated help search and all docs.o3de.org links to o3de.org ( #1594 )
2021-06-25 15:23:57 -05:00
michabr
03138f4936
Fix for cursor not being displayed when asked to display ( #1574 )
2021-06-24 22:19:52 -07:00
Terry Michaels
1e457928f5
Update help URLs and remove unneeded links ( #1520 )
2021-06-23 14:42:33 -05:00
Steve Pham
70042fcdcd
O3DE Copyright Updates for Linux Foundation ( #1504 )
2021-06-23 10:55:22 -07:00
michabr
6584e1290b
Reenable LyShine mask support now using Atom ( #1218 )
...
* Add option to set stencil ref in Dynamic Draw Context
* Add depth/stencil attachment slot to UI pass
* Rework mask rendering to use Atom
* Add missing circle mask image
2021-06-11 10:03:06 -07:00
Terry Michaels
91fb8be535
Added toolbar icons, updated viewport header UX ( #1240 )
2021-06-10 11:42:25 -05:00
Terry Michaels
aa7bab1027
Make SimpleAssetPropertyHandler handle showing the edit button on component cards ( #1221 )
2021-06-09 17:47:35 -05:00
Esteban Papp
36cb0f6d40
SPEC-7178 Removal of precompiled cpp files ( #1171 )
...
* SPEC-7178 Removal of precompiled cpp files
* Missing files...
2021-06-07 15:59:58 -07:00
Esteban Papp
76a6df341b
SPEC-2513 Fixes to enable w4457
2021-06-04 10:51:47 -07:00
Esteban Papp
5d7aae9bd8
SPEC-2513 Fixes to enable w4459 ( #1107 )
...
* fixing w4459
* Fixes for nounity
* putting OLD_APARAM_USER in a common place to avoid duplicated declarations
2021-06-03 11:12:54 -07:00
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
Terry Michaels
f2a7cd9a2d
Fixed monolithic build warning/error ( #1116 )
2021-06-03 08:29:24 -05:00
michabr
5884fc1096
Fix LyShine instance not being initialized ( #1078 )
2021-06-01 15:48:57 -07:00
michabr
aedc270304
Fix path not showing up in asset property control ( #1037 )
2021-05-28 13:40:08 -07:00
pappeste
01933f45b1
Merge branch 'main' into ly-as-sdk/LYN-2948
...
# Conflicts:
# Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/gem.json
2021-05-27 10:39:37 -07:00
pappeste
0dd8fce2b0
Pass on fixing LmbrCentral.Static dependencies
2021-05-27 10:30:11 -07:00
pappeste
f1b688f435
Merge branch 'main' into ly-as-sdk/LYN-2948
...
# Conflicts:
# CMakeLists.txt
# Code/Tools/ProjectManager/Source/GemCatalog/GemInfo.h
# Gems/AtomLyIntegration/AtomViewportDisplayInfo/gem.json
# cmake/LYWrappers.cmake
# cmake/SettingsRegistry.cmake
# scripts/o3de/tests/unit_test_current_project.py
2021-05-27 10:29:19 -07:00
michabr
8bd4c8d974
Add back text drawing using Draw2d ( #928 )
...
This is used by the UI Editor's viewport and also by LyShine to display debug text.
2021-05-26 20:51:05 -07:00
SJ
8ca3b078a2
Remove bootstrap.cfg and some references to it.
...
Merge pull request #836 from aws-lumberyard-dev/LYN-2461
2021-05-26 09:32:57 -07:00
pappeste
a421b4cb71
Merge remote-tracking branch 'origin/ly-as-sdk/LYN-2948-phistere' into ly-as-sdk/LYN-2948
...
# Conflicts:
# scripts/o3de.py
2021-05-26 09:06:49 -07:00
lumberyard-employee-dm
4652d47fb3
Merge remote-tracking branch 'origin/lawsonamzn_prototype_gem_naming_conventions' into ly-as-sdk/LYN-2948-phistere
2021-05-26 00:38:51 -05:00
lumberyard-employee-dm
76fe7f3666
Merge branch 'main' of https://github.com/aws-lumberyard/o3de into ly-as-sdk/LYN-2948-phistere
2021-05-25 23:48:55 -05:00
michabr
29163fba1a
Replace call to Cry renderer to get viewport height ( #939 )
2021-05-25 18:51:37 -07:00
pappeste
df44f782f2
More dependencies fixes
2021-05-25 18:11:48 -07:00
pappeste
19adbf2f41
Removing adding runtime dependencies for gems that are in the BUILD_DEPENDENCIES
2021-05-25 15:12:17 -07:00
michabr
713a3fd885
Convert TextureAtlas gem/builder to use Atom ( #853 )
...
* Convert TextureAtlas gem/builder to use Atom
* Convert image markup to use Atom image
2021-05-25 14:05:03 -07:00
pappeste
db0db5c1c0
Proper dependencies to LmbrCentral/LmbrCentral.Editor, mixing those two can cause Editor modules to load non-Editor modules
2021-05-24 18:57:48 -07:00
amzn-sj
f4e6508347
Test fix for some failing tests on Linux
2021-05-24 09:50:19 -07:00
Nicholas Lawson
c9d5d7fb77
The new gem registration and usage system
...
Merge from mainline (Rebase)
2021-05-20 10:47:03 -07:00
Terry Michaels
8cfe16c06f
Added null check for m_font ( #801 )
2021-05-18 11:42:31 -05:00
bosnichd
e2f5677bbc
Remove a number of unused CryCommon interfaces and docs related folders. ( #788 )
2021-05-17 14:32:44 -06:00
phistere
0a8621ba0a
Merge branch 'main' into ly-as-sdk/LYN-2948
2021-05-16 11:51:00 -05:00
lumberyard-employee-dm
5cc0cc9ee7
Fixed the loading of uicanvas assets due to the NetBindable class being ( #755 )
...
removed from the SerializeContext.
The TransformComponent and ScriptComponent which used to Serialize a
NetBindable instance didn't have their version numbers bumped in order
to skip the old data when loading a binary ObjectStream
2021-05-14 11:03:31 -05:00
bosnichd
a9d986c10f
Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more ( #758 )
...
Remove from CryCommon and CrySystem:
- MemoryManager and all related classes/files
- StreamEngine, ResourceManager, ImageHandler, and AsyncPakManager
- Various other related interfaces/files/classes etc. that are all now unused
2021-05-14 08:53:56 -06:00
michabr
67a1e4dc4f
Merge pull request #711 from aws-lumberyard-dev/michabr/lyshine_viewport_fixes
...
UI Editor Viewport fixes
2021-05-13 10:25:44 -07:00
michabr
9cde3d60e9
Merge pull request #712 from aws-lumberyard-dev/michabr/lyshine_merge
...
LyShine/UI Editor fixes for Atom
2021-05-13 10:21:01 -07:00
phistere
debbfc38d8
Merge branch 'main' into ly-as-sdk/LYN-2948
2021-05-13 11:25:03 -05: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
michabr
d9cb61575e
Fix up particle emitter to work with Atom ( #626 )
...
* Fix up particle emitter component to work with Atom
* PR feedback and disable render target tests until supported
2021-05-11 23:16:36 -07:00
michabr
3219c787ac
UI cursor Atom conversion ( #607 )
2021-05-11 23:00:26 -07:00
michabr
905bdf9627
Fix sprite asset selection in property editor ( #384 )
...
* Fix sprite asset selection in property editor
* Linux compile fix
* More fixes for the custom Sprite property handler
* PR feedback to use existing constant image extension
2021-05-11 22:53:29 -07:00
abrmich
d98a691994
UI Editor Viewport fixes
2021-05-11 21:38:15 -07:00
phistere
5eecd2d5f7
Merge branch 'ly-as-sdk/LYN-2948' of https://github.com/aws-lumberyard-dev/o3de into ly-as-sdk/LYN-2948
2021-05-11 17:27:10 -05:00
pappeste
083849b444
Fixing initialization of LyShin and removing a macro and ISystemEventListner that were not doing anything
2021-05-11 14:41:28 -07:00
bosnichd
3defbce31b
Remove legacy serialization and QPropertyTree ( #684 )
...
Remove:
- CryCommon/CryExtension/*
- CryCommon/Serialization/*
- Sandbox/Plugins/EditorCommon/QPropertyTree/*
- All related CryCommon interfaces
- All CrySystem implementations
- Various related Editor classes
2021-05-11 09:31:02 -06:00
Terry Michaels
8ddfcabae7
Removed unneeded comments ( #673 )
2021-05-10 22:02:30 -05:00
bosnichd
440c40e490
Remove (almost) all references to pRenderer ( #651 )
...
Remove all references to pRenderer, except from the DebugDraw and LyShine Gems that are still being updated.
2021-05-10 10:05:15 -06:00