Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-01 | Rename the program from ManaPlus to ManaVerse. | jak1 | 1 | -3/+3 | |
2025-03-01 | Rename --without-manaversegame to --without-gameclient | Fedja Beader | 1 | -7/+7 | |
This makes the most sense, I think. Jes agrees, too. | |||||
2025-02-27 | Rename --without-manaplusgame to --without-manaversegame | jak1 | 1 | -8/+8 | |
Split off from !45: Rename the program from ManaPlus to ManaVerse. | |||||
2025-02-22 | Set C++11 as default C++ standard | Fedja Beader | 1 | -1/+1 | |
Autoconf manual states that CXXFLAGS is a user variable and should not be overriden, so I did not use AX_APPEND_COMPILE_FLAGS for this. Thus, there are no checks if the compiler supports it, but also the builder can override this flag by passing another flag that overrides it on the command line. Okay, this is now way too theoretical. Indeed, the override happens with ./configure 'CXXFLAGS=-std=c++17' (both flags in final command line) Do note: - The standard was not explicitly set for some builds (thus compiler default was used) - The default on my own box is C++17 - I'm setting C++11 as that's required by my previous change. Upgrade to C++17 is deferred to until it becomes required. - The use of CPPFLAGS could be reviewed... they may be used incorrectly (instead of CXXFLAGS). I would really like to get all the builders going before requirements are raised. - CI cleanup would be nice - wish 4144 would return. **** mana/plus!128 | |||||
2024-09-08 | Quote all the variable expansions | Fedja Beader | 1 | -60/+60 | |
Squashed with: * More quoting, but these are likely unnecessary [^"x]$[a-zA-Z] [^"]x$[a-zA-Z] **** mana/plus!98 | |||||
2024-08-22 | POSIX test does not support == | Fedja Beader | 1 | -42/+42 | |
Reported by Skyflare **** mana/plus!97 | |||||
2024-02-16 | Remove data/evol | Fedja Beader | 1 | -3/+0 | |
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch> | |||||
2024-02-10 | Clarify that dyecmd is a tool | jak1 | 1 | -1/+1 | |
Commit reviewed and changed by jesusalva and specing | |||||
2022-11-01 | Remove versioning (1.9.3.23 -> 1.0) | Jesusaves | 1 | -1/+1 | |
2019-06-10 | Add chat command /trimmemory for force trim freed memory | Andrei Karas | 1 | -0/+1 | |
2019-05-31 | Fix compilation warnings with new mesa and SDL 1.2 | Andrei Karas | 1 | -0/+34 | |
Add workaround to fix SDL redefine bug. | |||||
2019-03-23 | Change version to 1.9.3.23 | Andrei Karas | 1 | -1/+1 | |
2018-12-08 | Change version to 1.8.12.8. | Andrei Karas | 1 | -1/+1 | |
2018-09-26 | Fix cross compilation issue in configure.ac | Andrei Karas | 1 | -1/+0 | |
2018-09-01 | Change version to 1.8.9.1 | Andrei Karas | 1 | -1/+1 | |
2018-06-11 | Add cross compilation fix by Helmut Grohne <helmut@subdivi.de>.s20180614 | Andrei Karas | 1 | -0/+1 | |
Related issue https://bugs.debian.org/901221 | |||||
2018-05-22 | Add configure option for enable/disable accepting password from command line. | Andrei Karas | 1 | -0/+13 | |
2018-05-05 | Remove support for CILK plus. | Andrei Karas | 1 | -11/+0 | |
2018-04-14 | Change version to 1.8.4.14v1.8.4.14s20180417 | Andrei Karas | 1 | -1/+1 | |
2018-02-17 | Change verstion to 1.8.2.17.v1.8.2.17 | Andrei Karas | 1 | -1/+1 | |
2017-11-11 | Change version to 1.7.11.11.v1.7.11.11 | Andrei Karas | 1 | -1/+1 | |
2017-11-04 | Add workaround for fix compilation with tinyxml2 from master branch.s20171107 | Andrei Karas | 1 | -0/+57 | |
In tinyxml2 was unversioned api breakage in master branch. | |||||
2017-10-28 | Change verstion to 1.7.10.28.v1.7.10.28 | Andrei Karas | 1 | -1/+1 | |
2017-10-25 | Add configure options for build only tests binary with system catch and doctest. | Andrei Karas | 1 | -1/+19 | |
2017-10-25 | Add configure options for build with system catch and doctest. | Andrei Karas | 1 | -1/+19 | |
2017-10-14 | Change verstion to 1.7.10.14.v1.7.10.14 | Andrei Karas | 1 | -1/+1 | |
2017-10-10 | Fix configure option --with-unittestsdir. | Andrei Karas | 1 | -7/+8 | |
2017-10-09 | Add support for configure parameter for override home dir for unit tests. | Andrei Karas | 1 | -0/+9 | |
New configure parameter: --with-unittestsdir=path | |||||
2017-09-30 | Change version to 1.7.9.30.v1.7.9.30 | Andrei Karas | 1 | -1/+1 | |
2017-09-16 | Change version to 1.7.9.16. | Andrei Karas | 1 | -1/+1 | |
2017-09-06 | Fix and update internal sdl2_gfx files. | Andrei Karas | 1 | -3/+7 | |
Used by default in SDL2 builds. | |||||
2017-09-02 | Change version to 1.7.9.2. | Andrei Karas | 1 | -1/+1 | |
2017-08-31 | Add jewelry theme clone with name jewelry-simple. | Andrei Karas | 1 | -0/+1 | |
2017-08-19 | Change verstion to 1.7.8.19. | Andrei Karas | 1 | -1/+1 | |
2017-08-05 | Change verstion to 1.7.8.5. | Andrei Karas | 1 | -1/+1 | |
2017-07-22 | Change version to 1.7.7.22.v1.7.7.22 | Andrei Karas | 1 | -1/+1 | |
2017-07-13 | Add mse libs for replacing std::vector. | Andrei Karas | 1 | -0/+13 | |
Also add configure flag --enable-stldebug For now unused. | |||||
2017-07-08 | Change verstion to 1.7.7.8 | Andrei Karas | 1 | -1/+1 | |
2017-07-06 | Fix icu-59 and libxml2 issue. | Andrei Karas | 1 | -2/+7 | |
2017-07-04 | Add possible workaround into configure for broken libxml2 or/and icu. | Andrei Karas | 1 | -2/+13 | |
Some icu versions allow only C++11 compilation, but libxml2 not adding this flags. | |||||
2017-06-24 | Change verstion to 1.7.6.24.v1.7.6.24 | Andrei Karas | 1 | -1/+1 | |
2017-06-10 | Change version to 1.7.6.10.v1.7.6.10 | Andrei Karas | 1 | -1/+1 | |
2017-05-27 | Change version to 1.7.5.27.v1.7.5.27 | Andrei Karas | 1 | -1/+1 | |
2017-05-19 | Allow select catch or doctest in unit tests binary only compilation. | Andrei Karas | 1 | -2/+18 | |
2017-05-18 | Add support for additional unit test library doctest. | Andrei Karas | 1 | -2/+18 | |
2017-05-13 | Change version to 1.7.5.14. | Andrei Karas | 1 | -1/+1 | |
2017-04-29 | Change version to 1.7.4.29.v1.7.4.29 | Andrei Karas | 1 | -1/+1 | |
2017-04-25 | Add configure option --enable-openglerrors for report OpenGL errors on ↵ | Andrei Karas | 1 | -0/+13 | |
legacy drivers. This option slow down execution, but can be usefull for debugging. | |||||
2017-04-15 | Change verstion to 1.7.4.15. | Andrei Karas | 1 | -1/+1 | |
2017-04-01 | Change version to 1.7.4.1v1.7.4.1 | Andrei Karas | 1 | -1/+1 | |