Commit Graph

625 Commits

Author SHA1 Message Date
Matt Kuhlenschmidt
cb140c07dc Merged GitHub pull request #202 to main.
refactored tga code to allows use outside of EditorFactories.cpp
added support for grayscale jpeg
fix memory leak in jpeg code
changes in AssetTools to allow to specify precise factory when multiple factories support the same filetype
changes in Plugin.cs to allow binary only plugins
exposed parts of engine API to other modules

[CL 2108453 by Matt Kuhlenschmidt in Main branch]
2014-06-17 16:16:40 -04:00
Michael Trepka
9b3937d1a7 Fixed a few compile errors (mostly non-unity)
[CL 2108328 by Michael Trepka in Main branch]
2014-06-17 14:06:07 -04:00
Jaroslaw Surowiec
9d9ce7c3f6 CrashReporter - XML WER is always send as UTF8 regardless the internal format (changed from UTF16 to UTF8)
[CL 2108103 by Jaroslaw Surowiec in Main branch]
2014-06-17 10:06:30 -04:00
Jaroslaw Surowiec
0f52d117de UBT - Added an option to compile a shipping target configuration and save binary with the development name
#codereview Robert.Manuszewski

[CL 2108006 by Jaroslaw Surowiec in Main branch]
2014-06-17 07:35:46 -04:00
Jaroslaw Palczynski
c6002f6ed5 [GitHub] 223 : Allow to register IUEToolChain implementations
#ttp 338160

[CL 2107855 by Jaroslaw Palczynski in Main branch]
2014-06-17 03:29:49 -04:00
Jaroslaw Palczynski
7e2048dd5c [GitHub] 222 : Enable unregistering of ToolChains
#ttp 338159

[CL 2107841 by Jaroslaw Palczynski in Main branch]
2014-06-17 03:24:48 -04:00
Jaroslaw Palczynski
7865157a1e [GitHub] 219 : Move post build handling to ToolChain
#ttp 338156

[CL 2107782 by Jaroslaw Palczynski in Main branch]
2014-06-17 02:04:37 -04:00
Gil Gribb
246428a3bc build minor tweak to red-after-red criteria, if there are no errors, then we consider that non-reducible
[CL 2107420 by Gil Gribb in Main branch]
2014-06-16 17:07:24 -04:00
Jaroslaw Surowiec
b0d39fe609 CrashReporter - XML WER is always send as UTF16 regardless the internal format which may be (UTF8 or UTF16)
#codereview Bob.Tellez, James.Hopkin

[CL 2107374 by Jaroslaw Surowiec in Main branch]
2014-06-16 16:17:10 -04:00
Daniel Lamb
5c7d8cad41 Reworked deploy process for android automation testing.
Was previously using staging build when should have been using archive builds.

[CL 2107247 by Daniel Lamb in Main branch]
2014-06-16 14:26:41 -04:00
Gil Gribb
cd77c518c1 build script, fix red-after-red spam reduction
[CL 2107124 by Gil Gribb in Main branch]
2014-06-16 12:46:07 -04:00
Gil Gribb
995cddccc8 build script, remove a certain error from red-after-red spam reduction because it contains the build CL and jobid
[CL 2107098 by Gil Gribb in Main branch]
2014-06-16 12:15:58 -04:00
Gil Gribb
f110b703de build script, red-after-red spam reduction
[CL 2107090 by Gil Gribb in Main branch]
2014-06-16 12:05:56 -04:00
Gil Gribb
b20ca468ba build script, fix race condition in automated testing
[CL 2107065 by Gil Gribb in Main branch]
2014-06-16 11:36:00 -04:00
Daniel Lamb
14e2e29af5 Changed the running directory for clang on android so that we can use relative path names for library files.
Gets around issue with too many commandline parameters going to the linker :(.

[CL 2107042 by Daniel Lamb in Main branch]
2014-06-16 11:10:54 -04:00
Ben Marsh
8efea281ab Try switching chmod command line to use an escaped string rather than a quoted string. Should fix Rocket builds in main.
[CL 2106889 by Ben Marsh in Main branch]
2014-06-16 08:50:05 -04:00
Gil Gribb
3be8081d76 build script, disable client server tests for now
[CL 2106871 by Gil Gribb in Main branch]
2014-06-16 08:19:58 -04:00
Jaroslaw Palczynski
3a35a8dd0e Deprecate and remove checkAtCompileTime.
#ttp 337754
#codereview Robert.Manuszewski

[CL 2106862 by Jaroslaw Palczynski in Main branch]
2014-06-16 08:04:54 -04:00
Steve Robb
472dd00708 Updated UHTDebugging.manifest to new format.
#codereview robert.manuszewski

[CL 2106854 by Steve Robb in Main branch]
2014-06-16 07:34:42 -04:00
Saul Abreu
7db7405411 Backed out ICU changes temporarily. To be resolved not-during-the-weekend.
[CL 2105281 by Saul Abreu in Main branch]
2014-06-13 20:13:34 -04:00
Chris Babcock
d2fedfac47 Changed "rm -rf" to "rm -r" in Android generated install batch file; -f not supported on all devices
#android
#UAT

[CL 2105157 by Chris Babcock in Main branch]
2014-06-13 18:16:32 -04:00
Saul Abreu
00b58a5ea5 Swapped ICU 51.2 for 53.1 when using the ICU module. Updated preprocessor definitions when using the ICU module to match updated ICU build without transliteration functionality. Implemented common data file open/close callbacks in UE4 and hooked into ICU. Added memory stats for ICU data files. Updated number formatting tests to validate new CLDR data. Updated checks to ensure the new ICU common data directory is present and fallback appropriately where possible.
[CL 2105058 by Saul Abreu in Main branch]
2014-06-13 17:16:14 -04:00
Chris Babcock
f245eacdaa Android generated install batch file now takes an optional device serial number to pass to ADB
#android

[CL 2104994 by Chris Babcock in Main branch]
2014-06-13 16:46:03 -04:00
Saul Abreu
7d6c6f552f Changes to UBT for third party directories. UEThirdPartyDirectory is now obsolete and should be replaced with UEThirdPartySourceDirectory. An error message will appear when attempting to build if this is not heeded.
[CL 2104963 by Saul Abreu in Main branch]
2014-06-13 16:31:00 -04:00
Ankit Khare
b5913d13e5 #HTML5
Fix HTML5 Build for CL 2095675  (GitHub pull request #194: Full binary type. Removing hardcoded binary file extensions)

[CL 2104881 by Ankit Khare in Main branch]
2014-06-13 15:05:41 -04:00