summaryrefslogtreecommitdiff
path: root/src/gui/models
AgeCommit message (Collapse)AuthorFilesLines
2025-06-23Clarify that sort by type also sorts by slotFedja Beader2-4/+4
depends on !192 **** mana/plus!197
2025-06-23Use an array of char arrays to store server type list model textsFedja Beader1-15/+17
This brings it inline with how other models are implemented, and also makes code so much clearer. **** mana/plus!193
2025-06-23Move NUM_ELEMENTS() to localconsts and convert some more files to use it ↵Fedja Beader6-9/+3
instead of hardcoding constants. **** mana/plus!192
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader44-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-12Add dark magic to text command magic schools listFedja Beader1-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-11Introduce a kludge to deduplicate server type strings.Fedja Beader1-15/+16
**** mana/plus!104
2024-09-19Rename server types - Test_User spent time figuring out why herc doesen't ↵Fedja Beader1-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-11Total weight sortingFedja Beader2-4/+12
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva44-44/+88
2019-01-01Update copyright year.Andrei Karas44-44/+44
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-19Fix code style.Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas44-44/+44
2017-12-28Add missing override and final to destructors.Andrei Karas28-68/+8
Also remove some empty destructors.
2017-12-26Remove default parameters from dropdown.Andrei Karas1-1/+6
2017-12-24Remove default parameters from widget2.Andrei Karas1-2/+2
2017-10-13Fix code style.Andrei Karas1-1/+1
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas2-0/+13
2017-08-21Remove useless else.Andrei Karas3-10/+4
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas12-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-13Add vector.h for use different vectors.Andrei Karas3-5/+4
Also replace <vector> include into "utils/vector.h"
2017-06-30Remove extra includes again.Andrei Karas2-2/+1
2017-06-30Remove extra includes from headers.Andrei Karas3-3/+0
2017-06-29Move cast macroses into separate file.Andrei Karas12-0/+16
2017-06-29Move foreach macroses into separate file.Andrei Karas7-0/+13
2017-06-13Add missing const references to constructor parameters.Andrei Karas1-1/+1
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas1-0/+14
For non free: (NON FREE) for unknown: (UNKNOWN)
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-5/+5
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas12-23/+23
2017-02-06Add custom currency also into shop items list.Andrei Karas2-5/+28
2017-01-20Fix code style.Andrei Karas4-0/+4
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas21-1/+90
2017-01-03Fix some doxygen issues.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas44-44/+44
2016-12-12Add noexcept in some files.Andrei Karas3-7/+7
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-4/+4
2016-09-23Add missing comments into defines.Andrei Karas3-6/+6
2016-09-08Add esperanto language in language selection.Andrei Karas1-2/+4
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-08-13Remove some useless includes.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-7/+1
Now eathena like support enabled always.
2016-07-18Move skillinfo into resources/skill directory.Andrei Karas1-1/+2
2016-07-18Move skilldata into resources/skill directory.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+1
2016-05-12Fix wrong image loading in LangListModel.Andrei Karas1-2/+10