Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+1 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -2/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-17 | Remove default parameter from sdlmusic. | Andrei Karas | 1 | -1/+1 | |
2017-12-17 | Remove default parameter from soundeffect.h | Andrei Karas | 1 | -1/+1 | |
2017-10-25 | Add sdlmusichelper with some SDL/SDL2 functions. | Andrei Karas | 1 | -2/+3 | |
2017-10-06 | remove extra includes if build without tmwa support. | Andrei Karas | 1 | -4/+3 | |
2017-09-18 | Free music from cache after music disabled or on exit. | Andrei Karas | 1 | -1/+10 | |
2017-09-18 | Replace SDL macro defines to SDL_GetError. | Andrei Karas | 1 | -2/+2 | |
2017-09-15 | Add option for change number of max parallel sounds. | Andrei Karas | 1 | -1/+10 | |
2017-06-30 | Remove more extra headers. | Andrei Karas | 1 | -0/+2 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+2 | |
2017-06-21 | Remove extra "sfx/" in sound files path and assert about this. | Andrei Karas | 1 | -10/+1 | |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -3/+3 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+3 | |
2017-06-09 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -15/+16 | |
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -5/+6 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+1 | |
2017-03-10 | Add assert about wrong sfx path. | Andrei Karas | 1 | -0/+5 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-02-14 | In virtfs replace parameters type from char* to std::string. | Andrei Karas | 1 | -1/+1 | |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -2/+2 | |
2017-01-20 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -5/+5 | |
2016-07-28 | Split musicloader into musicloader and soundloader. | Andrei Karas | 1 | -0/+1 | |
2016-06-20 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2016-06-01 | Dont try to play gui sound if it empty. | Andrei Karas | 1 | -2/+9 | |
2016-05-25 | Change namespace in resources loaders from other to Loader. | Andrei Karas | 1 | -3/+3 | |
2016-05-24 | Move music load functions from resourcemanager into separate file. | Andrei Karas | 1 | -4/+4 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+2 | |
2016-05-24 | Fix asserts with missing default music files. | Andrei Karas | 1 | -7/+20 | |
2016-04-23 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-03-18 | Add function for test SDL audio features. Now disabled. | Andrei Karas | 1 | -0/+63 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -6/+4 | |
2015-08-04 | Fix compilation warnings. | Andrei Karas | 1 | -2/+8 | |
2015-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 1 | -0/+4 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -3/+3 | |
2014-05-29 | Move variables definition into each file with class definition. | Andrei Karas | 1 | -0/+2 | |
2014-05-25 | Fix align in constructors. | Andrei Karas | 1 | -1/+1 | |
2014-02-02 | Add missing const and static into other classes. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |