Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 28 | -84/+84 | |
.. 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 | 28 | -28/+56 | |
2019-01-01 | Update copyright year. | Andrei Karas | 28 | -28/+28 | |
2018-12-06 | Fix style in enums. | Andrei Karas | 1 | -9/+9 | |
2018-01-17 | Show error message if bank check action failed. | Andrei Karas | 1 | -0/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 28 | -28/+28 | |
2017-08-26 | Add support for getting attached money from mail message. | Andrei Karas | 1 | -0/+3 | |
2017-08-26 | Add support for getting attached items from mail message. | Andrei Karas | 1 | -0/+1 | |
2017-08-26 | Close mail edit window on success send. | Andrei Karas | 1 | -0/+4 | |
Also show mail send error messages. | |||||
2017-08-25 | Validate destination name after it entered in mail edit window. | Andrei Karas | 1 | -1/+1 | |
2017-08-24 | Add support for removing item from mail. | Andrei Karas | 1 | -0/+1 | |
2017-08-24 | Add attach items to new mail. | Andrei Karas | 1 | -0/+5 | |
2017-08-23 | Add mailqueuetype enum for mail queue types. | Andrei Karas | 1 | -0/+35 | |
2017-08-23 | Add ability to send new mail by /sendmail chat command. | Andrei Karas | 1 | -0/+1 | |
2017-08-22 | Add strong typed enum DisplayType. | Andrei Karas | 1 | -0/+33 | |
2017-07-21 | Remove empty line at end of serverpermissiontype.h | Andrei Karas | 1 | -1/+0 | |
2017-07-20 | Prevent excluding some includes. | Andrei Karas | 2 | -0/+2 | |
2017-07-19 | Prevent excluding servercommands.inc | Andrei Karas | 1 | -0/+2 | |
2017-07-19 | Add support for loading permissions from groups.xml | Andrei Karas | 1 | -33/+8 | |
2017-07-19 | Load commands for each group from groups.xml | Andrei Karas | 1 | -269/+9 | |
2017-07-18 | Remove extra includes. | Andrei Karas | 1 | -1/+1 | |
2017-07-18 | Add permissions and commands fields into groups. | Andrei Karas | 3 | -0/+404 | |
For now not reading it from xml or using it in any way. | |||||
2017-01-31 | Allow buy multiply items at once from cash shops. | Andrei Karas | 1 | -0/+3 | |
2017-01-03 | Update copyright year. | Andrei Karas | 23 | -23/+23 | |
2016-12-13 | Add support for possible new skill set types. | Andrei Karas | 1 | -0/+33 | |
2016-10-04 | Move maplayerposition into enums directory. | Andrei Karas | 1 | -0/+37 | |
2016-10-04 | Move collisiontype into enums directory. | Andrei Karas | 1 | -0/+41 | |
2016-10-04 | Move maplayertype into enums directory. | Andrei Karas | 1 | -0/+39 | |
2016-10-04 | Move FrameType enum into enums directory. | Andrei Karas | 1 | -0/+40 | |
2016-10-04 | Move Cursor enum into enums directory. | Andrei Karas | 1 | -0/+45 | |
2016-08-25 | Impliment packet SMSG_VENDING_REPORT. | Andrei Karas | 1 | -0/+1 | |
2016-08-25 | Impliment packet SMSG_VENDING_BUY_ACK. | Andrei Karas | 1 | -0/+1 | |
2016-08-15 | Move itemtype.h into item directory. | Andrei Karas | 1 | -3/+3 | |
2016-08-15 | Move itemsoundevent.h into item directory. | Andrei Karas | 1 | -3/+3 | |
2016-08-15 | Move itemdbtype.h into item directory. | Andrei Karas | 1 | -3/+3 | |
2016-08-15 | Move skilltype.h and skilltype2.h into skill directory. | Andrei Karas | 2 | -6/+6 | |
2016-08-15 | Move skillowner.h into skill directory. | Andrei Karas | 1 | -3/+3 | |
2016-08-14 | Add skill cast type option in skills window. | Andrei Karas | 1 | -0/+35 | |
Can be changed, but for now unused. | |||||
2016-08-08 | Fix collision monster wall. | Andrei Karas | 1 | -1/+1 | |
2016-08-07 | Add monster wall collision type. | Andrei Karas | 2 | -13/+15 | |
2016-08-07 | Add player wall collision type (5). | Andrei Karas | 2 | -11/+13 | |
2016-07-19 | Add support casting flag what allow moving. | Andrei Karas | 2 | -0/+52 | |
2016-07-04 | Move skillowner into enum directory. | Andrei Karas | 1 | -0/+35 | |
2016-07-04 | Move skilltype into enums directory. | Andrei Karas | 1 | -0/+38 | |
2016-06-06 | Add image type for image classes. for detect what kind of class used in image. | Andrei Karas | 1 | -0/+33 | |
2016-04-30 | Fix possible issue with MapType::DEBUG | Andrei Karas | 1 | -6/+6 | |
Renamed to MapType::DEBUGTYPE | |||||
2016-03-26 | Fix code style. | Andrei Karas | 2 | -6/+6 | |
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -0/+44 | |
2016-03-24 | Rename enum ItemType into ItemDbType. | Andrei Karas | 1 | -5/+5 | |
2016-03-24 | Change ItemType into strong typed enum. | Andrei Karas | 1 | -25/+22 | |