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-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -4/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-21 | Remove default parameter from iteminfo.h | Andrei Karas | 1 | -2/+2 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -14/+11 | |
2017-08-18 | Remove extra includes. | Andrei Karas | 1 | -0/+2 | |
2017-08-09 | Allow for each item replace equip/use menu item to custom menu. | Andrei Karas | 1 | -0/+3 | |
Separate menus supproted for inventory, storage, cart. | |||||
2017-08-07 | Add additional attributes to missile particle in items. | Andrei Karas | 1 | -1/+1 | |
2017-06-23 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2017-06-21 | Remove extra "sfx/" in sound files path and assert about this. | Andrei Karas | 1 | -1/+1 | |
2017-06-20 | Move itemcolordata into separate file. | Andrei Karas | 1 | -7/+7 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -10/+10 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -1/+2 | |
2017-03-10 | Fix new style issue detected by mplint. | Andrei Karas | 1 | -1/+1 | |
new class() -> new class | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-24 | Remove pet id from item db. | Andrei Karas | 1 | -1/+0 | |
2016-07-07 | Fix typo pallette -> palette.s20160708 | Andrei Karas | 1 | -4/+4 | |
2016-06-19 | Add asserts for missing colors in palettes. | Andrei Karas | 1 | -0/+21 | |
2016-06-18 | Fix asserts about not found translated item names. | Andrei Karas | 1 | -0/+6 | |
2016-03-24 | Rename enum ItemType into ItemDbType. | Andrei Karas | 1 | -1/+1 | |
2016-02-20 | Add missing const in resources directory. | Andrei Karas | 1 | -1/+1 | |
2016-02-14 | Dont check and modify floor item position if server support ↵ | Andrei Karas | 1 | -1/+2 | |
haveExtendedDropsPosition. Also add for legacy servers support for maxFloorOffsetX/Y. | |||||
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -5/+5 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-20 | Move spritedirection into enums directory. | Andrei Karas | 1 | -1/+1 | |
2015-12-20 | Move spriteaction.h into const directory. | Andrei Karas | 1 | -2/+3 | |
2015-12-14 | Move mapconsts.h into const directory. | Andrei Karas | 1 | -1/+1 | |
2015-11-10 | Add method into iteminfo for return link to item. | Andrei Karas | 1 | -0/+5 | |
2015-11-02 | Add intmap defines. | Andrei Karas | 1 | -3/+3 | |
2015-08-20 | Add support for reading iconColors palette field from items. | Andrei Karas | 1 | -0/+53 | |
2015-08-16 | Add attribute cardColor to items in items.xml. | Andrei Karas | 1 | -0/+1 | |
2015-08-16 | Rename colors list variables in iteminfo. | Andrei Karas | 1 | -18/+18 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -10/+10 | |
2015-05-29 | Convert Gender enum into strong typed enum. | Andrei Karas | 1 | -2/+2 | |
2015-05-29 | Use BeingTypeId in Being for subtypeid. | Andrei Karas | 1 | -2/+3 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-03-03 | Add rideattack-action into item db. | Andrei Karas | 1 | -0/+9 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-07-27 | Remove some evol server checks. | Andrei Karas | 1 | -2/+0 | |
2014-07-13 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-07-03 | Add item attribute useButton2 and use it in inventory. | Andrei Karas | 1 | -0/+1 | |
2014-07-03 | Add into items.xml option useButton. | Andrei Karas | 1 | -0/+1 | |
For now unused. | |||||
2014-05-21 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -2/+9 | |
2014-05-19 | Move spritedirection into separate file. | Andrei Karas | 1 | -20/+20 | |
2014-05-19 | Move spriteaction into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-05-19 | Move itemsoundevent into separate file. | Andrei Karas | 1 | -3/+3 | |
2014-05-19 | Move itemtype into separate file. | Andrei Karas | 1 | -1/+1 | |