- Android/HTML5 automation projects reference OneSky, UAT compiled for AnyCPU platform.
- contributed by amigo.
[CL 2324466 by Dmitry Rekman in Main branch]
- 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]
- 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]
- 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]
Log files are labeled with timestamp and are not deleted on each run.
Added set -e to allow early exit on errors.
[CL 2261033 by Adric Worley in Main branch]
- Currently only UBT will do the check when using SSH, and will run the script. This should really be moved to the editor.
- Keys can be in My Documents, or in Engine\\Build (for source control sharing)
- SSH is still not 100% ready for primetime (IPP needs re-integration into UAT)
- Epic default is to use the standard builder account on the standard machine
[CL 2229159 by Josh Adams in Main branch]
- Code cleanup and minor rearrangement (e.g. variable name changes).
- Additions.
- Case issues fixed.
- Minor fixes (init ordering).
[CL 2172690 by Dmitry Rekman in Main branch]