Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+1 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
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 | |||||
2025-05-11 | Reformat itemcontainer drag&drop matrix logic | Fedja Beader | 1 | -20/+22 | |
Some if-s were changed into else if-s. They cannot happen if the branches above them happen, anyway. **** mana/plus!177 | |||||
2024-02-11 | Total weight sorting | Fedja Beader | 1 | -9/+45 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2021-12-15 | Fix inventory_cell2.xml and similar widgets rendering, fallout traced to ↵ | Hello=) | 1 | -0/+1 | |
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2 | |||||
2020-02-23 | Fix some code style issues | Andrei Karas | 1 | -5/+5 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -2/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2018-01-01 | Replace some status methods usage from member pointers to static member calls. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from theme. | Andrei Karas | 1 | -1/+2 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -4/+5 | |
2017-12-23 | Remove default parameters from itemamountwindow. | Andrei Karas | 1 | -1/+3 | |
2017-08-26 | Fix dragging items from mail edit window into other item containers. | Andrei Karas | 1 | -0/+2 | |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 1 | -4/+12 | |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -2/+2 | |
2017-08-25 | Hide item container slots if item present with amount 0. | Andrei Karas | 1 | -1/+2 | |
2017-08-24 | Add support for removing item from mail. | Andrei Karas | 1 | -4/+20 | |
2017-08-23 | Add partial adding items into new mail message. | Andrei Karas | 1 | -3/+41 | |
2017-08-22 | Remove some parentheses. | Andrei Karas | 1 | -4/+4 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -2/+1 | |
2017-08-14 | Dont try to draw hidden rows by filter in item container. | Andrei Karas | 1 | -4/+4 | |
2017-08-13 | Change height in item containers if some items hidden by filter. | Andrei Karas | 1 | -5/+20 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -2/+2 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 | |
2017-06-08 | Add missing consts or string references. | Andrei Karas | 1 | -2/+2 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -64/+70 | |
2017-05-30 | Fix memory leak in itemcontainer cell image. | Andrei Karas | 1 | -0/+5 | |
2017-05-02 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-05-01 | Remove ServerFeatures haveCards because it depend only on server type. | Andrei Karas | 1 | -1/+2 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. | Andrei Karas | 1 | -0/+12 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-20 | Dont allow try to insert items into each other in legacy server. | Andrei Karas | 1 | -0/+3 | |
2016-08-25 | In item sorting by name in inventort sort by name with colors. | Andrei Karas | 1 | -5/+9 | |
2016-08-25 | In inventory if item same sort it also by inventory index for remove random ↵ | Andrei Karas | 1 | -8/+44 | |
item jumping. | |||||
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -22/+0 | |
Now eathena like support enabled always. | |||||
2016-04-26 | Split graphicsvetexes into multiply files. | Andrei Karas | 1 | -1/+1 | |
2016-04-26 | Move graphicsvertexes into render/vertexes. | Andrei Karas | 1 | -1/+2 | |
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 1 | -1/+2 | |
Also convert it to strong typed enum. | |||||
2016-03-24 | Rename enum ItemType into ItemDbType. | Andrei Karas | 1 | -2/+2 | |
2016-03-24 | Change ItemType into strong typed enum. | Andrei Karas | 1 | -2/+2 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 | |
2016-02-08 | Remove useless variable from itemcontainer. | Andrei Karas | 1 | -2/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -2/+2 | |
2016-01-26 | Add support for move 1 amount of item to craft if hold stop attack key (left ↵ | Andrei Karas | 1 | -1/+6 | |
shift) | |||||
2016-01-24 | Not allow add equipped items to craft inventory. | Andrei Karas | 1 | -0/+2 | |
2016-01-08 | Allow drag & drop more than one amount at time in craft inventory. | Andrei Karas | 1 | -5/+24 | |
2016-01-08 | Impliment craft inventory for moving items one by one. | Andrei Karas | 1 | -21/+12 | |
2016-01-07 | Add partial implimentation for craft inventory. For now almost same with npc ↵ | Andrei Karas | 1 | -0/+69 | |
inventory. |