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-30 | Clean buy dialog dungling pointer if buy dialog was destroyed. | Andrei Karas | 1 | -0/+6 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -14/+0 | |
2015-08-24 | Move receive code from buysellhandler into separate file. | Andrei Karas | 1 | -74/+3 | |
2015-06-29 | Move notifytypes.h into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-06-14 | Use CREATEWIDGET macro in buysellhandler. | Andrei Karas | 1 | -4/+4 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -3/+3 | |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 1 | -1/+2 | |
2015-03-01 | Move sendSellRequest from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -28/+1 | |
2015-03-01 | Move sendBuyRequest from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -18/+0 | |
2015-03-01 | Move requestBuyList from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -22/+0 | |
2015-03-01 | Move requestSellList from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -21/+0 | |
2015-02-27 | Fix compilation with eathena only. | Andrei Karas | 1 | -1/+6 | |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 1 | -1/+1 | |
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-10-17 | Add static in buysellhandler. | Andrei Karas | 1 | -5/+8 | |
2014-10-09 | Add missing buy fail reasons. | Andrei Karas | 1 | -8/+24 | |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-09-22 | Add egg selection dialog. | Andrei Karas | 1 | -0/+1 | |
2014-09-22 | Move npc sell code from SellDialog into NpcSellDialog. | Andrei Karas | 1 | -2/+2 | |
2014-09-17 | Remove getter for chatHandler. | Andrei Karas | 1 | -4/+4 | |
2014-09-06 | add packet comments in buysellhandler. | Andrei Karas | 1 | -6/+6 | |
2014-08-30 | Remove additional parameters from processNpcSell function. | Andrei Karas | 1 | -3/+4 | |
2014-07-14 | Rename readInt8 into readUInt8 because it really read uint8_t. | Andrei Karas | 1 | -1/+1 | |
2014-06-07 | fix code style. | Andrei Karas | 1 | -4/+5 | |
2014-05-16 | Move chatmsgtype into separate file. | Andrei Karas | 1 | -4/+4 | |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -2/+3 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -2/+0 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 1 | -1/+2 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -5/+6 | |
2013-09-25 | improve a bit strings declaration. | Andrei Karas | 1 | -2/+2 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -4/+4 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 1 | -0/+1 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -2/+3 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-03-27 | improve some network handlers classes. | Andrei Karas | 1 | -10/+11 | |
2013-03-12 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2013-03-08 | Impliment notify manager. | Andrei Karas | 1 | -4/+4 | |
Move buy/sell notifications to NotifyManager. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -1/+2 | |
fix other small style issues. | |||||
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -6/+6 | |
2012-08-26 | Add const to some classes. | Andrei Karas | 1 | -4/+6 | |