Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-05 | Clarify what the Switch button does -> Switch Worldcharselect_clarify_switch | Fedja Beader | 1 | -2/+2 | |
Or maybe Logout? | |||||
2025-06-04 | Remove the blank space left behind with removal of the "Switch" button for ↵ | Fedja Beader | 1 | -14/+7 | |
launcher users Pre:  Post:  **** mana/plus!183 | |||||
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-03-11 | Remove last-login(time) from char select window. | Fedja Beader | 1 | -3/+3 | |
No server in use still sends that field. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2021-06-06 | disable logout option in unique sessions (-S) | jak1 | 1 | -5/+10 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-07-27 | Fix moving between slots in character selection dialog. | Andrei Karas | 1 | -4/+4 | |
2018-04-01 | Remove useless check. | Andrei Karas | 1 | -2/+0 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -6/+9 | |
2018-03-08 | Add option to change pin code into char selection dialog. | Andrei Karas | 1 | -0/+20 | |
2018-03-08 | Dont allow select/delete character if any pincode modes active. | Andrei Karas | 1 | -0/+15 | |
2018-03-07 | Add support for set new pincode. | Andrei Karas | 1 | -1/+0 | |
Add pincode dialog and widget. | |||||
2018-03-05 | Add empty pincode manager. | Andrei Karas | 1 | -12/+0 | |
2018-01-16 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -2/+2 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -9/+9 | |
2017-12-23 | Remove default parameters from editdialog. | Andrei Karas | 1 | -2/+8 | |
2017-12-22 | Remove default parameters from textdialog. | Andrei Karas | 1 | -2/+4 | |
2017-10-06 | remove extra includes if build without tmwa support. | Andrei Karas | 1 | -0/+2 | |
2017-09-28 | Remove extra include. | Andrei Karas | 1 | -1/+0 | |
2017-09-27 | Fix some issues with int64 to int32 implicit conversions. | Andrei Karas | 1 | -2/+2 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Change attributes value type to int64. | Andrei Karas | 1 | -3/+5 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
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-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+2 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -28/+30 | |
2017-05-08 | Fix wrong checks after removing some server features. | Andrei Karas | 1 | -1/+1 | |
2017-05-01 | Remove ServerFeatures haveCharRename because it depend only on server type. | Andrei Karas | 1 | -1/+4 | |
2017-01-31 | Move units into db directory. | Andrei Karas | 1 | -2/+3 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-02 | Remove unused unregister dialog and states for it. | Andrei Karas | 1 | -5/+0 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -4/+0 | |
Now eathena like support enabled always. | |||||
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -6/+6 | |
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -4/+8 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -12/+12 | |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -2/+7 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-16 | Convert State enum into strong typed. | Andrei Karas | 1 | -4/+4 | |
2015-11-16 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2015-11-13 | Remove manaserv related RegistrationOptions. | Andrei Karas | 1 | -28/+0 | |
2015-09-11 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-06-25 | Add missing checks in windows. | Andrei Karas | 1 | -3/+3 | |
2015-06-14 | Use CREATEWIDGET macro in charselectdialog. | Andrei Karas | 1 | -20/+29 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -6/+0 | |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |