Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-05 | Rename --without-manaplusgame to --without-gameclient | Fedja Beader | 5 | -13/+13 | |
@jesusalva asked what to rename it to, here: https://forums.themanaworld.org/viewtopic.php?t=21691 Squashed with: * Rename --without-manaversegame to --without-gameclient This makes the most sense, I think. Jes agrees, too. * Rename --without-manaplusgame to --without-manaversegame Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!138 Co-authored-by: jak1 <jak1@themanaworld.org> | |||||
2025-02-26 | Rename log file manaplus.log -> manaverse.log | jak1 | 2 | -8/+8 | |
(Fedja) I'm suspecting that some CI will break on this. Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!135 Co-authored-by: Fedja Beader <fedja@protonmail.ch> | |||||
2025-02-10 | Properly fail the nsiqcppstyle part of the linters CI job | Fedja Beader | 1 | -0/+6 | |
From updating to buster->bullseye in !124: nsiqcppstyle was silently failing, too >_> Squashed with: * I always forget newlines at end of printfs. * Add sore thumb to remind me of untreated wounds beneath bandages * nsiqcppstyle was silently failing, too >_> *Explicitly call python2 *Grep will exit non-zero if it finds nothing. *fix* **** mana/plus!125 | |||||
2025-02-10 | Properly fail the failing cpplint.py part of linters CI job | Fedja Beader | 1 | -0/+2 | |
Squashed with: * Split out change * Let's get this to properly fail, first. put unfiltered file name into a variable and append .log to make it viewable online + direct URL for cpplint.py like before IT's LOGFILE, not ERRFILE.. sigh Nevermind, it actually is ERRFILE + add unfiltered version to init Downgrade version, py3 later Let's get unfiltered log to print if find fails Related: mana/plus!122 **** mana/plus!123 | |||||
2025-02-03 | Expose exe in artifacts and report its size in log | Fedja Beader | 1 | -0/+10 | |
Sometimes we're curious about the impact of a change on code size, this might satisfy us. **** mana/plus!121 | |||||
2024-05-10 | Download mplint release instead of recompiling every time | Fedja Beader | 2 | -19/+22 | |
Saves 1min10s by not compiling and another 15s by moving it together with linters. Squashed with: * Make sure mplint internal error or failure to run is detected * Make mplint breaking cause job to fail * Move linters out of lightweight.. goes faster, 3m46s -> 1m45s * Make script fail if any command returns nonzero or if any variable is unset. * Donwload mplint instead of building it **** mana/plus!80 | |||||
2024-02-08 | Cut down some of the waiting times during CI tests. | Jesusaves | 2 | -5/+5 | |
If it works, CI performance will be greatly improved. | |||||
2023-09-10 | trim useless uses of cat | Fedja Beader | 3 | -19/+9 | |
2023-09-10 | Reduce number of grep invocations + prettify + wrap param expansion in quotes | Fedja Beader | 3 | -42/+49 | |
2023-09-10 | deduplicate repeating retries | Fedja Beader | 1 | -69/+28 | |
2023-04-06 | removed assertion for sdl surface bpp, tests get ugly, but default runtime ↵ | jak1 | 1 | -1/+1 | |
works fine added "-A 20" to assert grep, so we get the backtrace directly in our pipelines | |||||
2023-04-03 | change serverlist url to tmw2.org, since manaplus.germantmw.de doesnt work ↵ | jak1 | 1 | -1/+1 | |
(i dont rly know why, but all our updates are hosted there, so our serverlist now) | |||||
2023-04-03 | CI: fixed some apt issues (some vars are usable, some are not TF dont ↵ | jak1 | 2 | -2/+2 | |
deprecate working stuff <_<) | |||||
2021-05-23 | [ci] splitted jobs | jak1 | 1 | -2/+2 | |
gcov -> build doxygen -> build pages -> deploy | |||||
2021-05-22 | [ci] added pages stage | jak1 | 1 | -1/+3 | |
added doxygen to pages stage added gcov_gcc6 to pages stage changed ci init script to use public dir. | |||||
2020-06-04 | Remove s from command sleep in run scripts in ci | Andrei Karas | 2 | -10/+11 | |
2020-06-04 | Update runtests.sh for cirrus ci | Andrei Karas | 1 | -2/+4 | |
2020-06-04 | Use cross platform path to bash in ci scripts | Andrei Karas | 31 | -31/+31 | |
2020-06-02 | Update runtest ci script for support offset from variable | Andrei Karas | 1 | -1/+5 | |
2020-06-01 | Increase sleep from 5 to 7 seconds in runtest ci script | Andrei Karas | 1 | -1/+1 | |
2020-06-01 | Add gcc-9 and gcc-10 ci triggers | Andrei Karas | 1 | -0/+7 | |
2020-05-30 | Exit with error if docker pull in ci scripts failed | Andrei Karas | 2 | -2/+2 | |
2020-05-30 | Fiz azure login to docker registry | Andrei Karas | 1 | -2/+4 | |
2020-05-30 | Use token for login into gitlab registry in azure build scripts | Andrei Karas | 1 | -1/+1 | |
2020-05-30 | Replace cosmic image to xenial in ci scripts | Andrei Karas | 1 | -4/+4 | |
2020-05-30 | Update image names in circleci scripts | Andrei Karas | 3 | -10/+10 | |
2019-05-16 | fix libxml issue in deheader | Andrei Karas | 2 | -2/+2 | |
2019-02-12 | Use debian stretch in cicrcle ci build for gcc-6 | Andrei Karas | 3 | -10/+10 | |
2019-01-26 | Use cosmic in circle ci builds | Andrei Karas | 1 | -4/+4 | |
2018-11-25 | Add SDL 1.2 workaround into docker builds. | Andrei Karas | 1 | -0/+1 | |
2018-11-24 | Add workaround for compilation warning in SDL 1.2 with new Mesa. | Andrei Karas | 1 | -0/+4 | |
2018-11-12 | Test dyecmd in some ci jobs. | Andrei Karas | 1 | -0/+14 | |
2018-09-20 | Fix azure windows builds due issue with lf recoded to crlf. | Andrei Karas | 1 | -0/+15 | |
2018-09-20 | Add azure pipeline for build and run windows tests. | Andrei Karas | 4 | -0/+83 | |
2018-07-11 | Exclude header doctest.h from deheader. | Andrei Karas | 2 | -0/+2 | |
2018-07-10 | Disable valgrind in run tests due performance issue. | Andrei Karas | 1 | -8/+9 | |
2018-06-18 | Add gcc-8 tests branch and remove some tests from gcc-7 branch. | Andrei Karas | 1 | -2/+3 | |
2018-06-18 | Add gcc-8 build in ci_gcc8 branch. | Andrei Karas | 1 | -0/+2 | |
2018-05-23 | Add ci_gcc7 into triggers. | Andrei Karas | 1 | -1/+2 | |
2018-05-19 | Add deheader script for support --std2 parameter. | Andrei Karas | 1 | -0/+42 | |
2018-03-28 | Remove from circle ci sanitize builds on i386. | Andrei Karas | 2 | -16/+4 | |
2018-02-19 | add ci_clang7 branch into triggers. | Andrei Karas | 1 | -0/+2 | |
2018-02-14 | Disable uninitialised memory valgrind reports in unit tests. | Andrei Karas | 1 | -7/+8 | |
Look like it found some false positives. | |||||
2018-02-14 | Save any temporary logs in test builds into logs directory. | Andrei Karas | 1 | -3/+3 | |
2018-02-14 | Save valgrind tests log into logs directory. | Andrei Karas | 1 | -6/+6 | |
2017-10-13 | Add ci_main1 into triggers. | Andrei Karas | 1 | -11/+12 | |
2017-10-12 | Add ci_site into triggers. | Andrei Karas | 1 | -0/+2 | |
2017-10-12 | Use variable GIT_DEPTH in git clone commands. | Andrei Karas | 1 | -1/+1 | |
2017-10-12 | Add ci_gcc3 into triggers. | Andrei Karas | 1 | -10/+1 | |
2017-10-12 | Add ci_gcc7_tests into triggers. | Andrei Karas | 1 | -0/+2 | |