bosnichd
9876d86d5d
Fix two compilation errors exposed when enabling tools support for any restricted platform. ( #3633 )
...
* Various fixes and empty boilerplate files required for restricted platforms.
Signed-off-by: bosnichd <bosnichd@amazon.com >
* Add comments to address review feedback.
Signed-off-by: bosnichd <bosnichd@amazon.com >
* Fix two compilation errors exposed when enabling tools support for any restricted platform.
- The simple one: remove menu commands that call OnChangeGameSpec (which has since been removed) from CryEdit.cpp
- The "I almost threw my computer out the window" one: pull PVRTC.cpp out of unity builds, because it indirectly #includes winnt.h, which typedefs wchar_t WCHAR, which causes a complilation error (Error C2632 'wchar_t' followed by 'wchar_t' is illegal ImageProcessingAtom.Editor.Static C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\winnt.h 471) if something else in the unity file has also happened to define WCHAR as wchar_t. Enabling tools support for any restricted platform resulted in this happening due to different compile definitions being set for ImageConvert.cpp and BuilderSettingManager.cpp (see Gems/Atom/Asset/ImageProcessingAtom/Code/CMakeLists.txt), which resulted in those two files being pulled out of unity builds, which resulted in the entirely unrelated PVRTC.cpp file being moved from the first thing included by a unity file to the second last thing included by a different unity file, that just happened to include something else (prior to PVRTC.cpp) which was defining WCHAR as wchar_t.
Signed-off-by: bosnichd <bosnichd@amazon.com >
2021-08-27 11:33:28 -06:00
..
2021-08-05 12:43:46 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-20 17:53:14 -07:00
2021-08-16 16:42:05 -07:00
2021-06-29 13:55:28 -07:00
2021-08-25 14:50:05 -07:00
2021-08-26 15:59:40 -07:00
2021-08-05 16:37:43 +02:00
2021-08-25 14:06:26 -07:00
2021-08-25 15:28:42 -05:00
2021-08-16 16:42:30 -07:00
2021-08-25 14:50:05 -07:00
2021-07-16 15:25:48 -07:00
2021-08-27 09:29:08 +01:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-25 16:42:01 -07:00
2021-08-25 14:06:26 -07:00
2021-08-25 14:50:05 -07:00
2021-08-16 16:42:30 -07:00
2021-08-20 17:53:14 -07:00
2021-07-07 11:29:18 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-26 08:23:02 -07:00
2021-06-29 13:55:28 -07:00
2021-08-19 16:16:28 -07:00
2021-08-26 08:23:02 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:30 -07:00
2021-07-16 15:25:48 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-25 15:28:42 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-08-10 09:23:34 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:06:22 -07:00
2021-07-16 15:25:48 -07:00
2021-08-10 09:23:34 -07:00
2021-08-16 16:42:05 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-08-09 13:06:29 -05:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:42:37 -07:00
2021-08-19 09:06:24 +01:00
2021-08-16 16:42:05 -07:00
2021-08-10 09:23:34 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-09 13:06:29 -05:00
2021-08-27 11:33:28 -06:00
2021-08-10 09:23:34 -07:00
2021-06-29 13:55:28 -07:00
2021-08-25 11:47:19 -07:00
2021-08-10 09:23:34 -07:00
2021-06-29 13:55:28 -07:00
2021-08-20 17:53:14 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-16 16:42:30 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-27 09:29:08 +01:00
2021-07-16 15:25:48 -07:00
2021-08-19 09:06:24 +01:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-24 15:07:27 -06:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-10 09:23:34 -07:00
2021-08-09 13:06:29 -05:00
2021-08-27 13:06:56 +01:00
2021-08-27 09:29:08 +01:00
2021-08-27 09:29:08 +01:00
2021-08-16 12:41:24 -05:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-02 09:27:21 +01:00
2021-08-02 09:27:21 +01:00
2021-07-21 08:55:58 +01:00
2021-07-21 08:55:58 +01:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:30 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-27 09:29:08 +01:00
2021-08-27 09:29:08 +01:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-27 09:29:08 +01:00
2021-08-27 09:29:08 +01:00
2021-08-27 09:29:08 +01:00
2021-08-27 09:29:08 +01:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-09 13:06:29 -05:00
2021-07-27 19:32:01 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-16 16:42:30 -07:00
2021-07-16 15:25:48 -07:00
2021-08-23 13:00:27 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-19 18:26:09 -07:00
2021-08-11 21:04:19 -07:00
2021-08-16 16:42:05 -07:00
2021-08-20 17:53:14 -07:00
2021-08-16 16:42:05 -07:00
2021-07-16 15:25:48 -07:00
2021-08-10 09:23:34 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-16 16:42:30 -07:00
2021-07-16 15:25:48 -07:00
2021-07-02 12:42:44 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-23 13:00:27 -07:00
2021-08-25 15:04:38 -06:00
2021-08-24 15:07:27 -06:00
2021-08-24 15:07:27 -06:00
2021-08-16 12:41:24 -05:00
2021-08-16 12:41:24 -05:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-09 13:06:29 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-08-20 17:53:14 -07:00
2021-08-05 16:52:43 +02:00
2021-08-23 13:00:27 -07:00
2021-08-20 17:53:14 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-25 15:40:41 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-26 13:14:30 -05:00
2021-07-16 15:25:48 -07:00
2021-08-26 13:14:30 -05:00
2021-07-16 15:25:48 -07:00
2021-08-25 14:06:26 -07:00
2021-08-04 13:05:00 +01:00
2021-06-29 13:55:28 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-08-16 16:42:30 -07:00
2021-08-25 15:04:38 -06:00
2021-08-16 16:42:30 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:05 -07:00
2021-07-16 15:25:48 -07:00
2021-08-05 19:30:52 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-20 17:53:14 -07:00
2021-07-16 15:25:48 -07:00
2021-08-11 11:16:24 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-20 17:53:14 -07:00
2021-08-20 17:53:14 -07:00
2021-08-05 19:31:12 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-04 13:05:00 +01:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-02 17:56:56 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:30 -07:00
2021-08-06 10:18:26 +01:00
2021-08-25 15:04:38 -06:00
2021-07-16 15:25:48 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-20 18:04:08 +01:00
2021-07-16 15:25:48 -07:00
2021-07-02 18:38:28 -05:00
2021-06-29 13:55:28 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-07-02 18:38:28 -05:00
2021-06-29 13:55:28 -07:00
2021-08-20 17:53:14 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-20 17:53:14 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:30 -07:00
2021-08-05 16:52:43 +02:00
2021-08-23 13:00:27 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-25 11:47:19 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-08-25 15:28:42 -05:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00
2021-08-05 16:52:43 +02:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:05 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-05 10:50:29 -04:00
2021-08-05 10:05:19 -04:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-06 10:32:38 -04:00
2021-08-06 12:49:05 +01:00
2021-08-19 16:16:28 -07:00
2021-08-20 17:53:14 -07:00
2021-08-24 15:07:27 -06:00
2021-08-12 16:31:39 -05:00
2021-08-25 09:28:41 +01:00
2021-08-17 17:09:17 +01:00
2021-08-18 12:39:24 -07:00
2021-08-17 17:59:09 -05:00
2021-06-30 16:47:59 -05:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-06-29 13:55:28 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-07-16 15:25:48 -07:00
2021-08-16 16:42:05 -07:00
2021-08-05 16:52:43 +02:00
2021-08-16 16:42:05 -07:00
2021-08-05 16:52:43 +02:00
2021-06-29 13:55:28 -07:00
2021-06-29 13:55:28 -07:00