Commit Graph

38 Commits

Author SHA1 Message Date
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Dmitry Rekman
03abf32964 Fix HLSLCC Linux build.
#codereview Rolando.Caloca

[CL 2370125 by Dmitry Rekman in Main branch]
2014-11-25 17:55:17 -05:00
Dmitry Rekman
58cb89f637 Minor change in Linux readme.
[CL 2361185 by Dmitry Rekman in Main branch]
2014-11-15 00:50:13 -05:00
Dmitry Rekman
1fd7bf8e29 Updated Linux README.
[CL 2361125 by Dmitry Rekman in Main branch]
2014-11-14 23:05:13 -05:00
Dmitry Rekman
cae142b414 Added fixes for case sensitivity issues.
(missed in previous commit).

[CL 2360970 by Dmitry Rekman in Main branch]
2014-11-14 18:53:39 -05:00
Dmitry Rekman
65d4f0940e Changes to build process.
- One time setup moved to Setup.sh, with GenerateProjectFiles.sh attempting to detect whether this was ever run previously.
- Checking git/perforce build differently, turned off updating deps.
- Updated smoke test appropriately.
- Closes UEPLAT-231.

#codereview Adric.Worley, Ben.Marsh

[CL 2360733 by Dmitry Rekman in Main branch]
2014-11-14 16:58:40 -05:00
Dmitry Rekman
6cba53e7c8 Add GitDependencies as a post-merge hook.
- Also add it to GenerateProjectFiles.sh so the flow is not too different between 4.5 and 4.6
- Remove unpacking zips and older solution.

#codereview Ben.Marsh

[CL 2352604 by Dmitry Rekman in Main branch]
2014-11-07 09:47:50 -05:00
Dmitry Rekman
02bd8563a2 Improvements to code projects on Linux.
- Changes from PR #560 (contributed by salamanderrake).
- KDevelop accessor plugin added (switched to it in settings).
- Closes UE-4724.

[CL 2348971 by Dmitry Rekman in Main branch]
2014-11-04 16:37:36 -05:00
Dmitry Rekman
9e04402720 UBT: Changes to project generators.
- Separates CMake generator from makefile one and adds qmake generator.
- Contributed by salamanderrake (PR #560).

#codereview Josh.Adams, Robert.Manuszewski

[CL 2347904 by Dmitry Rekman in Main branch]
2014-11-04 00:22:19 -05:00
Dmitry Rekman
ca22225729 Changes to TPS unpacker from PR #560
- Contributed by Salamanderrake.

[CL 2347886 by Dmitry Rekman in Main branch]
2014-11-03 23:17:25 -05:00
Dmitry Rekman
793f1f27ec Linux: add prebuilt libs for ARM.
- built for armv6k (allow to target Raspberry Pi). Work on Jetson TK1 too.
- fixes/changes to some places in TPS for easier compilation (needs to be properly addressed).

[CL 2345912 by Dmitry Rekman in Main branch]
2014-10-31 03:16:02 -04:00
Dmitry Rekman
c526692412 Point main branch scripts to latest-preview tag.
[CL 2339454 by Dmitry Rekman in Main branch]
2014-10-23 22:33:21 -04:00
Dmitry Rekman
bed27c6d07 Proper Linux Mint LSB distributor id.
- fixed by gagga.

[CL 2324524 by Dmitry Rekman in Main branch]
2014-10-09 17:16:57 -04:00
Dmitry Rekman
e1b8fc1d03 Minor fixes to UAT projects (PR #492).
- Android/HTML5 automation projects reference OneSky, UAT compiled for AnyCPU platform.
- contributed by amigo.

[CL 2324466 by Dmitry Rekman in Main branch]
2014-10-09 17:15:41 -04:00
Ben Marsh
f3756d108c [INTEGRATE] Content back from 4.5 branch.
[CL 2321688 by Ben Marsh in Main branch]
2014-10-07 15:34:18 -04:00
Dmitry Rekman
d388edd2ad Deleted stale files.
[CL 2321220 by Dmitry Rekman in Main branch]
2014-10-07 09:58:58 -04:00
Dmitry Rekman
a698d3c7d0 Merging back updated Linux readme from 4.5 to main.
[CL 2319355 by Dmitry Rekman in Main branch]
2014-10-04 02:03:59 -04:00
Dmitry Rekman
3d4f75f27e Fixes to native Linux build scripts.
[CL 2319251 by Dmitry Rekman in Main branch]
2014-10-03 21:22:49 -04:00
Dmitry Rekman
59beaeeaf7 Reworked workflow for native Linux builds.
- The flow should be now as simple as ./GenerateProjectFiles.sh + make <target>
   (you will need OAUTH_TOKEN variable set and you may need to answer "y" occasionally - when removing existing files).

- Archvies should be now automatically (re-)downloaded by GetAssets.py script by nycat. They won't be
  re-downloaded if the files on github have not been updated since the last download.

- BuildThirdParty.sh is invoked by the above script and only builds LND (PR #469).
   It can still be invoked manually to build whatever if desired so, but watch out -
   you will need to take care not to build against too new glibc so you can distribute your game's binaries,
   and you will need to match options we built libraries with (e.g. Xinerama/XRandR headers for SDL2).

- UpdateDeps.sh now should only be called by GenerateProjectFiles.sh. It does a lot less
   work and shares variables with GetAssets.py

Resolves TTP #347988.

[CL 2319227 by Dmitry Rekman in Main branch]
2014-10-03 20:22:34 -04:00
Dmitry Rekman
4c0868da26 Correct name-casing fix for a different misspelling in 4.5 branch.
[CL 2307806 by Dmitry Rekman in Main branch]
2014-09-23 20:11:18 -04:00
Dmitry Rekman
4a832b9dc9 Minor fix for BuildThirdParty script.
[CL 2307286 by Dmitry Rekman in Main branch]
2014-09-23 15:35:31 -04:00
Dmitry Rekman
cc4c1284ed Changes for cross-compiling hlslcc for Linux.
- Builders should now build Linux binary together with Windows.
- Each time files added/deleted the batch file needs to be regenerated on a machine with cygwin installed (feel free to ping me).

#codereview Rolando.Caloca

[CL 2307169 by Dmitry Rekman in Main branch]
2014-09-23 14:20:01 -04:00
Dmitry Rekman
89f0b7cdd9 SDL2 changes.
- Get rid of dynamic lib and only build static ones (with -fPIC, too).
- Extend the library with a flag that allows "utility" windows (currently specific to X11 and uses different window type, as _SKIP_TASKBAR state is apparently ignored by KWin).
- Make tooltip/etc windows use the above flag.

[CL 2302731 by Dmitry Rekman in Main branch]
2014-09-18 13:44:47 -04:00
Dmitry Rekman
6b2fb2a6db Linux: build nvtt with better options.
Note: binaries in this CL are built for at least Sandy Bridge CPU.

[CL 2300593 by Dmitry Rekman in Main branch]
2014-09-17 02:29:10 -04:00
Dmitry Rekman
52f5d06e09 Fix BuildThirdParty.sh and QASmokeManual.sh
- Check out files it is modifying.
- Build LND before building SlateViewer.

#codereview Adric.Worley

[CL 2293007 by Dmitry Rekman in Main branch]
2014-09-10 17:44:37 -04:00