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 | |||||
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-01-09 | Remove useless A_CONST attributes. | Andrei Karas | 1 | -2/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-05-01 | Remove ServerFeatures haveSlide because it depend only on server type. | Andrei Karas | 1 | -2/+0 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -9/+9 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -9/+9 | |
2016-02-25 | Add chat command /alive. Also add it to player context menu. | Andrei Karas | 1 | -2/+0 | |
2016-02-24 | Add chat command /spawn. Also add it to monster context menu. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-23 | Add const attribute to net classes. | Andrei Karas | 1 | -2/+2 | |
2015-11-16 | Add slide function in adminhandler. | Andrei Karas | 1 | -0/+2 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -5/+0 | |
2015-08-23 | Move receive code from adminhandler into separate file. | Andrei Karas | 1 | -3/+0 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+2 | |
2015-04-02 | Remove useless virtual keywords. | Andrei Karas | 1 | -5/+5 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-10-23 | In adminhandler add function processKickAck. | Andrei Karas | 1 | -0/+8 | |
2014-09-11 | Move mute from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -3/+0 | |
2014-09-11 | Move recallName from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -2/+0 | |
2014-09-11 | Move gotoName from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -2/+0 | |
2014-09-09 | Move AdminHandler::warp from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -3/+0 | |
2014-05-31 | Add missing notfinal/final to classes. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-24 | add final keyword to net files. | Andrei Karas | 1 | -11/+11 | |
2013-09-18 | add const to net classes. | Andrei Karas | 1 | -4/+4 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -1/+2 | |
2013-07-11 | Remove low level gm actions from popup to net code. | Andrei Karas | 1 | -0/+8 | |
2013-07-11 | Add chat command for gms for creating items. | Andrei Karas | 1 | -0/+3 | |
New command: /createitems It will open creation window. | |||||
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-03-27 | improve some network handlers classes. | Andrei Karas | 1 | -7/+7 | |
2013-03-26 | add missing const to adminhandler. | Andrei Karas | 1 | -7/+7 | |
2013-03-25 | improve adminhandler class. | Andrei Karas | 1 | -4/+6 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor from net classes. | Andrei Karas | 1 | -0/+5 | |
2012-01-29 | Fix possible hiding methods issues. | Andrei Karas | 1 | -3/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 | |
2011-10-08 | Add checks and fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-08-15 | Add warp menu item for gms in navigation items. | Andrei Karas | 1 | -0/+2 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
2011-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -0/+58 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. |