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-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -1/+1 | |
2016-03-11 | Fix code style. | Andrei Karas | 1 | -13/+0 | |
2016-03-08 | Move setStat from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -204/+0 | |
2016-03-06 | Remove decreaseAttribute because it left from manaserv. | Andrei Karas | 1 | -4/+0 | |
2016-03-05 | Replace in Being speed field from vector to int. | Andrei Karas | 1 | -6/+3 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-12 | Remove old manaserv related code from status window. | Andrei Karas | 1 | -5/+0 | |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -10/+0 | |
2015-08-30 | Move receive code from playerhandler into separate file. | Andrei Karas | 1 | -175/+1 | |
2015-07-11 | Add missing checks into other files. | Andrei Karas | 1 | -0/+5 | |
2015-06-29 | Move notifytypes.h into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-06-20 | Move processMapMask from ea namespace to eathena. | Andrei Karas | 1 | -9/+0 | |
2015-06-20 | Move processOnlineList from ea namespace into eathena. | Andrei Karas | 1 | -63/+0 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-05-29 | Convert Gender enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 1 | -3/+4 | |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -6/+6 | |
2015-04-21 | While updating stats Use INT_MAX as unset value for mod stat. | Andrei Karas | 1 | -5/+5 | |
2015-04-10 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -9/+9 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+1 | |
2015-02-20 | eathena: add support for online list packets. | Andrei Karas | 1 | -0/+63 | |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-05 | fix code style. | Andrei Karas | 1 | -4/+0 | |
2014-12-02 | Move weight notification from playerhander. | Andrei Karas | 1 | -49/+0 | |
2014-12-02 | Move death dialog showing from playerhandler. | Andrei Karas | 1 | -21/+0 | |
2014-12-02 | Rename PlayerDeathListener into PlayerPostDeathListener. | Andrei Karas | 1 | -3/+3 | |
2014-11-30 | eathena: add packet SMSG_MAP_MUSIC 0x0b05. | Andrei Karas | 1 | -0/+12 | |
2014-11-28 | eathena: add map mask packet. | Andrei Karas | 1 | -0/+9 | |
Also change network version to 3. | |||||
2014-10-23 | Add packet fields comments in playerhandler. | Andrei Karas | 1 | -7/+7 | |
2014-10-19 | Add static in playerhandler. | Andrei Karas | 1 | -10/+10 | |
2014-10-01 | Use constants for all server side stats. | Andrei Karas | 1 | -43/+44 | |
2014-10-01 | Move JOB stat from net enum into attributes. | Andrei Karas | 1 | -10/+5 | |
2014-10-01 | Move STR stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move AGI stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move VIT stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move INT stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move DEX stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move LUK stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move ATK stat from net enum into attributes. | Andrei Karas | 1 | -9/+2 | |
2014-10-01 | Move DEF stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move MATK stat from net enum into attributes. | Andrei Karas | 1 | -3/+3 | |
2014-10-01 | Move MDEF stat from net enum into attributes. | Andrei Karas | 1 | -2/+2 | |
2014-10-01 | Move HIT stat from net enum into attributes. | Andrei Karas | 1 | -1/+1 | |