Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-23 | Clarify that sort by type also sorts by slot | Fedja Beader | 2 | -4/+4 | |
depends on !192 **** mana/plus!197 | |||||
2025-06-23 | Use an array of char arrays to store server type list model texts | Fedja Beader | 1 | -15/+17 | |
This brings it inline with how other models are implemented, and also makes code so much clearer. **** mana/plus!193 | |||||
2025-06-23 | Move NUM_ELEMENTS() to localconsts and convert some more files to use it ↵ | Fedja Beader | 6 | -9/+3 | |
instead of hardcoding constants. **** mana/plus!192 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 44 | -132/+132 | |
.. 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-10-12 | Add dark magic to text command magic schools list | Fedja Beader | 1 | -3/+7 | |
Further idea: a lot of these models are wrappers around a string options array. Maybe convert the classes into a single template class taking an array parameter? **** mana/plus!111 Approved-by: Led Mitz <smoothshifter@tuta.io> | |||||
2024-10-11 | Introduce a kludge to deduplicate server type strings. | Fedja Beader | 1 | -15/+16 | |
**** mana/plus!104 | |||||
2024-09-19 | Rename server types - Test_User spent time figuring out why herc doesen't ↵ | Fedja Beader | 1 | -3/+3 | |
work for ML Squashed with: * Sync with last comment (Evol->Evol2) * Another rename, to reflect TMW->Manasource rebrand (maybe?) **** mana/plus!79 | |||||
2024-02-11 | Total weight sorting | Fedja Beader | 2 | -4/+12 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 44 | -44/+88 | |
2019-01-01 | Update copyright year. | Andrei Karas | 44 | -44/+44 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -3/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 44 | -44/+44 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 28 | -68/+8 | |
Also remove some empty destructors. | |||||
2017-12-26 | Remove default parameters from dropdown. | Andrei Karas | 1 | -1/+6 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -2/+2 | |
2017-10-13 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2017-09-13 | Add option to select any existing SDL renderer drivers for SDL2 default mode. | Andrei Karas | 2 | -0/+13 | |
2017-08-21 | Remove useless else. | Andrei Karas | 3 | -10/+4 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 12 | -26/+26 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-07-13 | Add vector.h for use different vectors. | Andrei Karas | 3 | -5/+4 | |
Also replace <vector> include into "utils/vector.h" | |||||
2017-06-30 | Remove extra includes again. | Andrei Karas | 2 | -2/+1 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 3 | -3/+0 | |
2017-06-29 | Move cast macroses into separate file. | Andrei Karas | 12 | -0/+16 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 7 | -0/+13 | |
2017-06-13 | Add missing const references to constructor parameters. | Andrei Karas | 1 | -1/+1 | |
2017-06-12 | Add comments for unknown licensed and non free servers. | Andrei Karas | 1 | -0/+14 | |
For non free: (NON FREE) for unknown: (UNKNOWN) | |||||
2017-06-11 | Rename player_relations into playerRelations. | Andrei Karas | 2 | -5/+5 | |
2017-06-08 | Remove useless string initialisations. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 12 | -23/+23 | |
2017-02-06 | Add custom currency also into shop items list. | Andrei Karas | 2 | -5/+28 | |
2017-01-20 | Fix code style. | Andrei Karas | 4 | -0/+4 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. | Andrei Karas | 21 | -1/+90 | |
2017-01-03 | Fix some doxygen issues. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 44 | -44/+44 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 3 | -7/+7 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -4/+4 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 3 | -6/+6 | |
2016-09-08 | Add esperanto language in language selection. | Andrei Karas | 1 | -2/+4 | |
2016-08-15 | Move itemtype.h into item directory. | Andrei Karas | 1 | -1/+1 | |
2016-08-13 | Remove some useless includes. | Andrei Karas | 1 | -1/+1 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -7/+1 | |
Now eathena like support enabled always. | |||||
2016-07-18 | Move skillinfo into resources/skill directory. | Andrei Karas | 1 | -1/+2 | |
2016-07-18 | Move skilldata into resources/skill directory. | Andrei Karas | 1 | -1/+1 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -2/+0 | |
2016-06-07 | Move image class into image directory. | Andrei Karas | 1 | -2/+2 | |
2016-05-25 | Change namespace in resources loaders from other to Loader. | Andrei Karas | 1 | -1/+1 | |
2016-05-25 | Move images load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+2 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+1 | |
2016-05-12 | Fix wrong image loading in LangListModel. | Andrei Karas | 1 | -2/+10 | |