| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include zen cmd in release (#188) | Dan Engelbrecht | 2022-11-09 | 1 | -3/+32 |
| | | | | | | * make sure we build the zen command line as well in bundle * include zen command line executable * changelog | ||||
| * | Don't use -r option for 7z, it is not needed and picks up more than you ↵ | Dan Engelbrecht | 2022-09-05 | 1 | -1/+1 |
| | | | | | expect (#156) | ||||
| * | tweak compression settings to streamline build | Stefan Boberg | 2022-06-03 | 1 | -2/+2 |
| | | | | | previously the bundles used maximum compression, now it uses the fastest mode. With the old setting bundling (release) took 55s on my machine, with these settings it took 28s | ||||
| * | Commented out key file conditioning | Martin Ridgers | 2022-04-12 | 1 | -1/+2 |
| | | |||||
| * | Add pre-commit config (#69) | Joe Kirchoff | 2022-04-05 | 1 | -138/+0 |
| | | | | | | | | * Add .pre-commit-config.yaml * format all using pre-commit clang-format hook * Add pre-commit to inject unreal header comment * Remove prepare_commit.bat & update CODING.md * Remove check-added-large-files, add headers before clang-format | ||||
| * | Introduced basic validation of the clang-format version | Stefan Boberg | 2022-03-17 | 1 | -1/+18 |
| | | | | | This is a very primitive implementation, which could probably be improved. We should also raise an error if clang-format is not found | ||||
| * | Fixed typo | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | Zip up the frontend content and append to executable when bundling | Martin Ridgers | 2022-03-15 | 1 | -12/+81 |
| | | |||||
| * | Allow nil arguments when bundle.lua launches processes | Martin Ridgers | 2022-03-15 | 1 | -2/+9 |
| | | |||||
| * | remote_build: convert given key file to Unix line endings | Martin Ridgers | 2022-02-23 | 1 | -5/+7 |
| | | |||||
| * | Use AppImage when bundling for Linux to avoid unmet GCC-11 dependencies | Martin Ridgers | 2022-02-22 | 2 | -1/+40 |
| | | |||||
| * | remote_build: allow path .zips are copied to to be overriden | Martin Ridgers | 2022-02-16 | 1 | -1/+2 |
| | | |||||
| * | remote_build: allow clone/fetch from external git daemons | Martin Ridgers | 2022-02-11 | 1 | -22/+31 |
| | | |||||
| * | remote_build: better handling of git-daemon processes | Martin Ridgers | 2022-02-11 | 1 | -17/+7 |
| | | |||||
| * | remote_build: build by commit instead of a remote/branch ref | Martin Ridgers | 2022-02-11 | 1 | -3/+6 |
| | | |||||
| * | Use a clean and detatched head instead of pulling a branch along | Martin Ridgers | 2022-02-08 | 1 | -2/+3 |
| | | |||||
| * | Added --no-batch option to formatcode script | Stefan Boberg | 2022-02-02 | 1 | -4/+14 |
| | | | | | Intended as a workaround for cases when clang-format crashes, which often is "fixed" by only formatting a specific file | ||||
| * | Tweaked remote_build.py TTY output | Martin Ridgers | 2022-02-01 | 1 | -2/+2 |
| | | |||||
| * | Partial remote host validation for remote_build.py | Martin Ridgers | 2022-02-01 | 1 | -7/+20 |
| | | |||||
| * | Validate remote_build.py key file for required tailing EOL | Martin Ridgers | 2022-02-01 | 1 | -7/+14 |
| | | |||||
| * | Disable remote_build.py's ANSI codes if the terminal doesn't support them | Martin Ridgers | 2022-02-01 | 1 | -2/+15 |
| | | |||||
| * | Script for building a branch over SSH | Martin Ridgers | 2022-02-01 | 1 | -0/+237 |
| | | |||||
| * | Super temporary sentry symbol upload script to help jog my memory whenever I ↵ | Stefan Boberg | 2022-01-26 | 1 | -0/+3 |
| | | | | | need to update symbols for a submitted binary | ||||
| * | Changed deployment scripts to always use xmake | Stefan Boberg | 2022-01-26 | 1 | -12/+3 |
| | | |||||
| * | Added generateprojects.bat | Stefan Boberg | 2022-01-24 | 1 | -0/+1 |
| | | |||||
| * | prepare_commit: Add filter for filenames. Print full path from root in the ↵ | mattpetersepic | 2022-01-24 | 1 | -11/+73 |
| | | | | | display. (#37) | ||||
| * | Set a minimum Mac OS version that UE uses | Martin Ridgers | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Moved bundle.lua to scripts/bundle.lua to keep root clean | Martin Ridgers | 2022-01-20 | 1 | -0/+183 |
| | | |||||
| * | Fix issues with deployment python script due to removal of sln files. | Zousar Shaker | 2022-01-04 | 1 | -2/+2 |
| | | |||||
| * | Updated deploy script to set platform, architecture and configuration. | Per Larsson | 2021-11-24 | 1 | -11/+11 |
| | | |||||
| * | Merged from upstream | Stefan Boberg | 2021-10-05 | 1 | -10/+27 |
| | | |||||
| * | Changed path for crashpad exe since vcpkg decided to put it somewhere else ↵ | Stefan Boberg | 2021-09-14 | 1 | -1/+1 |
| | | | | | now, for reasons unknown | ||||
| * | Added gb benchmark tool for test script usage | Stefan Boberg | 2021-09-12 | 1 | -0/+0 |
| | | |||||
| * | Improved deploy script error reporting | Stefan Boberg | 2021-09-03 | 1 | -14/+22 |
| | | |||||
| * | Make sure build scripts fails if the devenv build fails | Stefan Boberg | 2021-09-03 | 1 | -3/+12 |
| | | |||||
| * | Improvements to build deploy scripts | Stefan Boberg | 2021-09-03 | 2 | -7/+341 |
| | | | | | | Deploybuild script now builds code first Jazzed up terminal output | ||||
| * | Updated deploy scripts to handle crashpad and pdb updates better | Stefan Boberg | 2021-08-31 | 1 | -1/+4 |
| | | |||||
| * | Initial build deploy scripts. Still missing debug information upload step so ↵ | Stefan Boberg | 2021-08-21 | 4 | -0/+622 |
| | | | | | should not be used | ||||
| * | Use vcpkg --overlay-ports to handle asio | Joe Kirchoff | 2021-05-19 | 1 | -1/+1 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 3 | -0/+68 |