Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-22 | Set C++11 as default C++ standard | Fedja Beader | 1 | -2/+4 | |
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 not 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 has 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). | |||||
2019-05-31 | Fix compilation warnings with new mesa and SDL 1.2 | Andrei Karas | 1 | -0/+5 | |
Add workaround to fix SDL redefine bug. | |||||
2019-05-14 | Add packet CMSG_REFINE_ADD_ITEM 0x0aa1 | Andrei Karas | 1 | -0/+5 | |
2019-05-14 | Add packet SMSG_REFINE_WINDOW_OPEN 0x0aa0 | Andrei Karas | 1 | -0/+2 | |
2019-01-25 | Add packet CMSG_NPC_BARTER_CLOSE 0x0b12 | Andrei Karas | 1 | -0/+7 | |
2018-09-26 | Add packet SMSG_PLAYER_COMBINED_INVENTORY 0x0b09. | Andrei Karas | 1 | -1/+1 | |
2018-09-26 | Add inventory type enum for future packets. | Andrei Karas | 1 | -0/+1 | |
2018-09-26 | Add packet CMSG_ACHIEVEMENT_GET_REWARD 0x0a25. | Andrei Karas | 1 | -0/+5 | |
2018-09-26 | Add packet SMSG_ACHIEVEMENT_LIST 0x0a23. | Andrei Karas | 1 | -0/+2 | |
2018-09-07 | Add basic performance counters. | Andrei Karas | 1 | -0/+3 | |
Add in debug window new tab with this counters. | |||||
2018-09-07 | Add stats tab into debug window. Move LPS counter into stats tab. | Andrei Karas | 1 | -0/+2 | |
2018-09-06 | Split debugwindowtabs into separate tab files. | Andrei Karas | 1 | -2/+7 | |
2018-07-30 | Split updateprotocol.cpp into files for lower memory usage in compilation. | Andrei Karas | 1 | -0/+6 | |
2018-07-26 | Update shuffle packets for new packet versions. | Andrei Karas | 1 | -0/+1 | |
Split main and re shuffle files. | |||||
2018-06-19 | Disable iterators debuging in clang builds [ci skip]. | Andrei Karas | 1 | -2/+4 | |
Look like it have false positives or some other issues. | |||||
2018-05-22 | Add configure option for enable/disable accepting password from command line. | Andrei Karas | 1 | -0/+4 | |
2018-05-05 | Remove support for CILK plus. | Andrei Karas | 1 | -5/+0 | |
2018-04-17 | Add packet SMSG_OPEN_WINDOW2 0x0ae2.s20180419 | Andrei Karas | 1 | -0/+2 | |
2018-04-17 | Add empty attendance handler. | Andrei Karas | 1 | -0/+5 | |
2018-03-08 | Add support for change pin code by server request. | Andrei Karas | 1 | -0/+2 | |
2018-03-08 | Add support for enter auth pincode. | Andrei Karas | 1 | -0/+2 | |
2018-03-07 | Add support for set new pincode. | Andrei Karas | 1 | -2/+9 | |
Add pincode dialog and widget. | |||||
2018-03-05 | Add empty pincode manager. | Andrei Karas | 1 | -0/+2 | |
2018-03-02 | Add unit tests for itemxmlutils. | Andrei Karas | 1 | -0/+1 | |
2018-02-26 | Rename themecolortype.h into themecolortype.inc. | Andrei Karas | 1 | -1/+1 | |
2018-02-19 | Move theme colors enums and strings into combined file. | Andrei Karas | 1 | -0/+1 | |
2018-02-17 | Move vector class into resources directory. | Andrei Karas | 1 | -2/+2 | |
2018-02-16 | Add clang debug flag into configure flag --enable-glibcdebug. | Andrei Karas | 1 | -2/+2 | |
2018-02-16 | Revert "Add -D_GLIBCXX_CONCEPT_CHECKS into glibc debug flags." | Andrei Karas | 1 | -2/+2 | |
This reverts commit e9032dbe7344c5dc9832008f2fbcc448c88eec29. Look like in some compilers this check creating issues. | |||||
2018-02-16 | Add -D_GLIBCXX_CONCEPT_CHECKS into glibc debug flags. | Andrei Karas | 1 | -2/+2 | |
2018-02-13 | Add claninfo.h into make files. | Andrei Karas | 1 | -0/+1 | |
2018-02-13 | Add clan window. | Andrei Karas | 1 | -0/+4 | |
For now can be opened only by chat command /clan. | |||||
2018-02-11 | Add clandb support. | Andrei Karas | 1 | -0/+3 | |
2018-02-11 | Move reading and combining item stats into separate file. | Andrei Karas | 1 | -0/+3 | |
2018-02-11 | Rename clanInfo into localClan. | Andrei Karas | 1 | -2/+2 | |
2018-02-11 | Add basic support for clans. | Andrei Karas | 1 | -0/+2 | |
2018-02-09 | Collect clan info information in clan object. | Andrei Karas | 1 | -0/+2 | |
2018-02-09 | Impliment packet CMSG_CLAN_MESSAGE 0x098d. | Andrei Karas | 1 | -0/+4 | |
2018-02-08 | Add packet SMSG_CLAN_INFO 0x098a. | Andrei Karas | 1 | -0/+2 | |
2018-01-06 | Add shuffle packets for main and zero clients. | Andrei Karas | 1 | -1/+2 | |
2018-01-05 | Split packets file into normal and shuffle packets. | Andrei Karas | 1 | -0/+1 | |
2017-12-29 | Add tests for staticbrowserbox. | Andrei Karas | 1 | -0/+1 | |
2017-11-04 | Add workaround for fix compilation with tinyxml2 from master branch.s20171107 | Andrei Karas | 1 | -0/+7 | |
In tinyxml2 was unversioned api breakage in master branch. | |||||
2017-10-25 | Add sdlmusichelper with some SDL/SDL2 functions. | Andrei Karas | 1 | -0/+4 | |
2017-10-25 | Add configure options for build only tests binary with system catch and doctest. | Andrei Karas | 1 | -0/+7 | |
2017-10-25 | Add configure options for build with system catch and doctest. | Andrei Karas | 1 | -0/+3 | |
2017-10-10 | Split unit tests for mount dir and mount zip into separate files. | Andrei Karas | 1 | -2/+4 | |
2017-09-18 | Move imagewriter into utils directory and rename to pnglib. | Andrei Karas | 1 | -2/+2 | |
2017-09-11 | Rename setup_other.cpp into setup_misc.cpp | Andrei Karas | 1 | -2/+2 | |
Same with .h files. | |||||
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 1 | -0/+1 | |
Also add option to enable/disable this workaround. |