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 | |||||
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 | -1/+1 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -3/+3 | |
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/+6 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -5/+5 | |
2017-12-24 | Remove default parameters from browserbox. | Andrei Karas | 1 | -1/+2 | |
2017-06-30 | Fix wrong asserts in browserbox resize. | Andrei Karas | 1 | -2/+6 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-26 | Move define readColor from browserbox.cpp/staticbrowserbox.cpp into ↵ | Andrei Karas | 1 | -4/+1 | |
browserbox.inc | |||||
2017-06-23 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2017-06-21 | Remove browserboxmode. | Andrei Karas | 1 | -78/+43 | |
2017-06-19 | Add function updateSize into browserbox. | Andrei Karas | 1 | -0/+7 | |
2017-06-18 | Fix asserts in browserbox on resize. | Andrei Karas | 1 | -0/+7 | |
2017-06-18 | Add debug assert in browserbox if called calcheight from draw. | Andrei Karas | 1 | -0/+4 | |
2017-06-17 | Move mouseoverlink into separate file. | Andrei Karas | 1 | -24/+1 | |
2017-06-17 | Fix width in browserbox if padding non standard. | Andrei Karas | 1 | -1/+1 | |
2017-06-14 | Add workaround to browserbox if text line start with bold sign. | Andrei Karas | 1 | -1/+6 | |
This fix only most used cases. | |||||
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -19/+19 | |
2017-01-28 | Fix code style. Remove some useless checks. | Andrei Karas | 1 | -5/+0 | |
2017-01-27 | Fix style issues in browserbox. | Andrei Karas | 1 | -1/+2 | |
2017-01-27 | Move tabs replace code from browserbox into browserboxtools. | Andrei Karas | 1 | -17/+1 | |
2017-01-27 | Move links replace code from browserbox into browserboxtools. | Andrei Karas | 1 | -81/+1 | |
2017-01-27 | Move keys replace code from browserbox into browserboxtools. | Andrei Karas | 1 | -13/+1 | |
2017-01-27 | Move variables replace code from browserbox into browserboxtools. | Andrei Karas | 1 | -2/+2 | |
2017-01-27 | Move color names into separate file. | Andrei Karas | 1 | -22/+22 | |
2017-01-27 | Move link highlight mode into separate file. | Andrei Karas | 1 | -7/+9 | |
2017-01-27 | Move browserboxmode into separate file. | Andrei Karas | 1 | -6/+11 | |
Also convert it to strong typed enum. | |||||
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. | Andrei Karas | 1 | -3/+8 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -5/+5 | |
2016-09-27 | Fix too long string in browserbox.cpp | Andrei Karas | 1 | -1/+2 | |
2016-09-27 | Add support for links to mercenaries. | Andrei Karas | 1 | -0/+9 | |
Format is: @@MID|@@ Example: [@@M1191|@@] | |||||
2016-09-27 | Add support for links to homunculuses. | Andrei Karas | 1 | -0/+9 | |
Format is: @@hID|@@ Example: [@@h6001|@@] | |||||
2016-09-27 | Add support for links to pets. | Andrei Karas | 1 | -0/+9 | |
Format is: @@pID|@@ Example: [@@p1002|@@] | |||||
2016-09-27 | Add support for links to monsters. | Andrei Karas | 1 | -19/+36 | |
Format is: @@mID|@@ Example: [@@m1002|@@] | |||||
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+2 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -2/+2 | |
2016-09-14 | Fix highlighted links drawing with bold text. | Andrei Karas | 1 | -2/+11 | |
2016-07-29 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2016-07-15 | Fix different include issues. | Andrei Karas | 1 | -0/+2 | |
2016-06-20 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 | |
2016-06-07 | Move image class into image directory. | Andrei Karas | 1 | -2/+2 | |
2016-05-29 | Fix code style. | Andrei Karas | 1 | -2/+4 | |
2016-05-25 | Move imageset load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+2 | |