Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+2 | |
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-16 | Client rebranding: Partly import changes from !28 | Jesusalva Jesusalva | 1 | -2/+3 | |
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch> | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
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 | -1/+1 | |
2017-12-24 | Remove default parameter from staticbrowserbox. | Andrei Karas | 1 | -2/+4 | |
2017-06-19 | Use staticbrowserbox in desktop. | Andrei Karas | 1 | -5/+6 | |
2017-06-19 | Add function updateSize into browserbox. | Andrei Karas | 1 | -1/+1 | |
2017-06-18 | Fix browserbox initial size in desktop. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -10/+10 | |
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 1 | -2/+2 | |
2017-03-14 | Fix shadow variables in PopupMenu and Desktop. | Andrei Karas | 1 | -1/+2 | |
2017-01-27 | Move browserboxmode into separate file. | Andrei Karas | 1 | -1/+1 | |
Also convert it to strong typed enum. | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -1/+1 | |
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 | -1/+2 | |
2016-05-27 | Move rescaled images load function from resourcemanager into separate file. | Andrei Karas | 1 | -1/+3 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+2 | |
2016-03-11 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-20 | Move OpenGL functions related files into opengl directory. | Andrei Karas | 1 | -1/+1 | |
2015-12-10 | Add support for mobileopengl2 backend (still copy from modern opengl). | Andrei Karas | 1 | -2/+2 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -4/+3 | |
2015-05-30 | Move theme colors enum into separate file. | Andrei Karas | 1 | -2/+2 | |
2015-05-25 | Fix some issues in safe OpenGL renderer after last changes. | Andrei Karas | 1 | -0/+5 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 | |
2015-02-19 | Fix overload virtual function BasicContainer2::add. | Andrei Karas | 1 | -2/+3 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-05-30 | Move main window related code into windowmanager. | Andrei Karas | 1 | -0/+2 | |
2014-05-25 | Fix license headers. | Andrei Karas | 1 | -2/+2 | |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -1/+1 | |
2014-05-14 | Move skin into separate file. | Andrei Karas | 1 | -0/+2 | |
2014-04-08 | Add support for OpenGL extension GL_EXT_debug_marker. | Andrei Karas | 1 | -0/+4 | |
2014-03-16 | Improve theme usage. | Andrei Karas | 1 | -3/+2 | |
Removed instance method. | |||||
2014-03-15 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-03-14 | Dont draw background on version and copyright labels. | Andrei Karas | 1 | -5/+1 | |
2014-03-11 | Show copyright at background. | Andrei Karas | 1 | -6/+18 | |
2014-02-24 | Rename Rectangle into Rect. | Andrei Karas | 1 | -5/+5 | |
Rename ClipRectangle into ClipRect. | |||||
2014-02-23 | Rename drawImage2 methods into drawImage. | Andrei Karas | 1 | -1/+1 | |
2014-02-22 | Move Rectangle and ClipRectangle into gui directory. | Andrei Karas | 1 | -5/+5 | |
2014-02-16 | move event into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-16 | move widgetlistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-02-15 | Remove useless graphics casts. | Andrei Karas | 1 | -9/+8 | |
2014-02-15 | move some methods from base/graphics into render/graphics. | Andrei Karas | 1 | -1/+1 | |
Remove base/graphcs. | |||||
2014-01-17 | fix crash on window resize. | Andrei Karas | 1 | -2/+2 | |