Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | 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. | Andrei Karas | 1 | -1/+1 | |
2017-06-10 | Change version to 1.7.6.10. | Andrei Karas | 1 | -1/+1 | |
2017-05-27 | Change version to 1.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. | 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.1 | Andrei Karas | 1 | -1/+1 | |
2017-03-30 | Add configure flag enable-unittestsbin for build unit tests binary but not ↵ | Andrei Karas | 1 | -1/+13 | |
run it. | |||||
2017-03-28 | Remove physfs support. | Andrei Karas | 1 | -16/+0 | |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 1 | -0/+16 | |
2017-03-18 | Update version to 1.7.3.18 | Andrei Karas | 1 | -1/+1 | |
2017-03-10 | Fix compilation with mingw and gettext. | Andrei Karas | 1 | -12/+14 | |
2017-03-08 | Enable stack generation if target platform support this. | Andrei Karas | 1 | -0/+16 | |
2017-03-08 | Fix removing CXXFLAGS in configure. | Andrei Karas | 1 | -7/+6 | |
2017-03-08 | Fix librt detection in configure. | Andrei Karas | 1 | -1/+1 | |
2017-03-07 | Fix error in configure. Improve detection functions. | Andrei Karas | 1 | -7/+8 | |
2017-03-07 | Auto detect if librt usable for current compiler. | Andrei Karas | 1 | -53/+57 | |
2017-03-07 | Enable -rdynamic flag only if it supported by linker. | Andrei Karas | 1 | -0/+54 | |
2017-03-06 | Add resources into build with mingw and automake. | Andrei Karas | 1 | -2/+10 | |
2017-03-06 | Change configure.ac to allow build with mingw. | Andrei Karas | 1 | -46/+72 | |
2017-03-04 | Disable using physfs in all builds except cmake. | Andrei Karas | 1 | -4/+4 | |
2017-03-04 | Change version to 1.7.3.4. | Andrei Karas | 1 | -1/+1 | |
2017-03-02 | Mark configure flag --without-physfs as experimental. | Andrei Karas | 1 | -1/+1 | |
2017-02-28 | Add configure flag for use physfs. | Andrei Karas | 1 | -4/+13 | |
New configure option: --without-physfs For now manaplus cant be compiled without physfs. | |||||
2017-02-23 | Impliment basic VirtFsDir for virtual fs based on directories. | Andrei Karas | 1 | -0/+1 | |
Api similar to VirtFs. VirtFsDir unused for now. | |||||
2017-02-18 | Change version to 1.7.2.18 | Andrei Karas | 1 | -1/+1 | |
2017-02-15 | Add more unit tests for virtfs. | Andrei Karas | 1 | -0/+1 | |
Also add some testing files. | |||||
2017-02-07 | Show in configure what type of code will be built. | Andrei Karas | 1 | -0/+10 | |
2017-02-05 | Add configure option --enable-glibcdebug for enable libcstdc++ debug mode. | Andrei Karas | 1 | -0/+13 | |
By default this option disabled. | |||||
2017-02-04 | Add pkg-config data after existing variables. | Andrei Karas | 1 | -32/+32 | |
2017-02-04 | Change version to 1.7.2.4. | Andrei Karas | 1 | -1/+1 | |
2017-01-31 | Use pkg_config for all SDL libs in configure. | Andrei Karas | 1 | -0/+21 | |
2017-01-30 | Add configure flag for prevent bulding main game code. | Andrei Karas | 1 | -0/+9 | |
New configure flag:--with-manaplusgame / --without-manaplusgame By default it allow build main game code. | |||||
2017-01-30 | Add first in configure add paths for libs from pkg-config/curl-config. | Andrei Karas | 1 | -12/+12 | |
2017-01-21 | Change version to 1.7.1.21 | Andrei Karas | 1 | -1/+1 | |
2017-01-19 | Use pkg-config for linking with libpng. | Andrei Karas | 1 | -0/+2 | |
2017-01-19 | Dump on startup linked and loaded lib versions. | Andrei Karas | 1 | -4/+11 | |
For now only zlib supported. Also detect zlib by pkgconfig in configure. | |||||
2017-01-16 | Include dejavu and liberation fonts sources. | Andrei Karas | 1 | -0/+1 | |
2017-01-10 | Add configure flag with_gcov for create coverage data. | Andrei Karas | 1 | -0/+11 | |
Disabled by default. | |||||
2017-01-07 | Change version to 1.7.1.7 | Andrei Karas | 1 | -1/+1 | |