Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2025-04-27 | GameModifiers: use descriptive parameter names + reformat + DOCUMENT | Fedja Beader | 1 | -36/+37 | |
+ shift one argument's position in changeMode(...) Addendum to !171. **** mana/plus!172 | |||||
2025-04-27 | Use descriptive argument names for GameModifiers macros | Fedja Beader | 1 | -21/+21 | |
+ slight reformat **** mana/plus!171 | |||||
2024-08-28 | Fix off-by-one causing archer attack mode to approach to within attack range - 1 | Fedja Beader | 1 | -14/+14 | |
**** mana/plus!96 | |||||
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 | -1/+1 | |
2018-10-29 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -4/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -11/+11 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -3/+3 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-10-31 | Move away message to per server configuration file. | Andrei Karas | 1 | -1/+1 | |
2015-07-25 | add targetingType feature | Joseph Botosh | 1 | -0/+12 | |
2015-06-14 | Rename CREATEWIDGET* macroses. | Andrei Karas | 1 | -1/+1 | |
2015-06-14 | Use CREATEWIDGET2 in gamemodifiers. | Andrei Karas | 1 | -3/+5 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-06-03 | Convert MapType enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -0/+1 | |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 1 | -1/+1 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+5 | |
2015-04-20 | Add quick settings page for yellow bar options. | Andrei Karas | 1 | -2/+22 | |
2015-04-18 | Improve gamemodifiers class for using from other places. | Andrei Karas | 1 | -6/+6 | |
2015-02-23 | Move crazy move state into settings class. | Andrei Karas | 1 | -1/+1 | |
2015-01-25 | Fix fps after exiting from away mode (SDL2) | Andrei Karas | 1 | -0/+2 | |
2015-01-06 | Move dialogtype.h into enums directory. | Andrei Karas | 1 | -1/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-05 | Fix map draw type after disconnect by error. | Andrei Karas | 1 | -0/+1 | |
2014-10-12 | Move ChatTab into chat subdir. | Andrei Karas | 1 | -1/+1 | |
2014-09-26 | Disable away mode if reconnected to server. | Andrei Karas | 1 | -0/+1 | |
2014-08-18 | Add parameter for button name in okdialog. | Andrei Karas | 1 | -0/+2 | |
2014-08-18 | Remove default values from okdialog constructor. | Andrei Karas | 1 | -1/+1 | |
2014-08-03 | Fix some casts. | Andrei Karas | 1 | -1/+1 | |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -13/+13 | |
2014-07-29 | Fix yellow bar settings loading. | Andrei Karas | 1 | -5/+2 | |
2014-07-25 | Use all methods in gamemodifiers as static. | Andrei Karas | 1 | -4/+2 | |
2014-07-25 | Move reset yellow bar into gamemmodifiers. | Andrei Karas | 1 | -0/+30 | |
2014-07-23 | In gamemodifiers combine macro addModifier and stringModifier. | Andrei Karas | 1 | -30/+19 | |
2014-07-23 | In gamemodifiers add addmodifier2 macro. | Andrei Karas | 1 | -43/+30 | |
2014-07-23 | In gamemodifiers combine stringModifier and changeMethod. | Andrei Karas | 1 | -24/+20 | |
2014-07-23 | In gamemodifiers simplify change methods. | Andrei Karas | 1 | -50/+18 | |
2014-07-23 | In gamemodifiers add macro stringModifier. | Andrei Karas | 1 | -65/+20 | |
2014-07-23 | Simplify gamemodifiers with macro addModifier. | Andrei Karas | 1 | -111/+89 | |
2014-07-23 | In gamemodifiers for local vars add prefix m. | Andrei Karas | 1 | -68/+68 | |
2014-07-23 | move "change camera mode" option into gamemodifiers. | Andrei Karas | 1 | -0/+18 | |
2014-07-23 | move "change away type" option into gamemodifiers. | Andrei Karas | 1 | -0/+66 | |
2014-07-22 | Move "map draw type" variable into settings. | Andrei Karas | 1 | -1/+1 | |
2014-07-22 | move "change map draw type" option into gamemodifiers. | Andrei Karas | 1 | -0/+30 | |