aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-05-02Merge branch '2.7-rc'oldmud0
Includes full code reformat. # Conflicts: # src/aomusicplayer.cpp # src/path_functions.cpp
2020-04-18compress it moresD
2020-04-18this and post_build do the same thingsD
2020-04-18zip it and upload the correct filesD
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2019-08-13forgot macdeployqtmac builder
2019-08-13post build executablemac builder
2019-08-13bruh moment, qmake isn't in pathmac builder
2019-08-05Add double quotes around ${ROOT_DIR} (#91)windrammer
Without this the script fails with ./configure_ubuntu.sh: line 10: cd: too many arguments if there's any space in the patch of the root folder
2019-07-31Revert "make default clone compileable to improve new dev experience and ↵stonedDiscord
switch to qt on linux" This reverts commit bf8aad33de3b326f3a36cad33ced5d3acd7f2c24.
2019-07-31make default clone compileable to improve new dev experience and switch to ↵stonedDiscord
qt on linux
2019-07-29Update configure_ubuntu.shcents02
2019-07-29Ubuntu config gets curl toocents02
Config now gets curl incase of fresh vm.
2019-07-27CI: Add libarchive for launcher buildsoldmud0
2019-07-27CI: Fix entry point bug in build artifactoldmud0
2019-07-20Change the shebang of configure_ubuntu.sh from sh to bashwindrammer
because the script it's using the bash only variable BASH_SOURCE
2019-07-02Merge branch 'ci' into 'master'oldmud0
2019-06-29Mac improvementsDavid Skoland
Just modifying build scripts to make it less painful to build and release on Mac See merge request AttorneyOnline/AO2-Client!64
2019-04-11Use /bin/sh and exit immediately if a command fails.nnoodle
2019-04-03Use --name-status instead of --summaryoldmud0
2019-04-03I hate JavaScript sometimesoldmud0
2019-04-03Cover rename and deleted directory casesoldmud0
2019-04-03Fix typo in getting added/modified filesoldmud0
2019-04-03Remove S3_MANIFESTS and S3_ARCHIVESoldmud0
2019-04-03Fix issues parsing deletions fileoldmud0
2019-04-03Stronger check for array lengtholdmud0
2019-04-03Allow overwriting versions of same nameoldmud0
2019-04-03Fix type errors during argument parsingoldmud0
2019-04-03Fix unbound variable (again)oldmud0
2019-04-03Fix unbound variable EXECUTABLEoldmud0
2019-04-03Fix some bugs in manifest scriptoldmud0
2019-04-03Continue work on manifest scriptsoldmud0
2019-03-29Add a bunch of scriptsoldmud0
2019-02-10Add BASSOPUS to all target platformsoldmud0
2019-02-10Keep fixing issues with the Mac build scriptoldmud0
2019-02-10Actually save the discord-rpc zipoldmud0
2019-02-10Okay, let's try this again...oldmud0
2019-02-10Add Travis script for Mac buildsoldmud0
2019-01-06updated macos build scriptDavid Skoland
2019-01-05remove old mac scriptDavid Skoland
2019-01-03adjusted macos post build scriptDavid Skoland
2019-01-03added macos post build scriptDavid Skoland
2018-12-26added dynamic linking fix script for macosDavid Skoland
2018-12-26removed redundant statement from ubuntu config scriptDavid Skoland
2018-12-26added lib folder to ubuntu configure scriptDavid Skoland
2018-12-26finished ubuntu build script and made default plugin mode dynamic linkingDavid Skoland
2018-12-26added ubuntu config scriptDavid Skoland