Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-07-01 | Change the wrong, but mostly supported WIN32 macro to the correct _WIN32 | Fedja Beader | 1 | -8/+8 | |
ManaPlus was apparently forked before Mana 8954a7ca0f70bbf1. However, running a bulk sed replace was easier than cherry-picking, resolving 14 years of conflicts and then still having to do a bulk sed to catch the rest. Special thanks to Meway (for attempting to build on windows) and Bjorn (for pointing to that commit) **** mana/verse!211 | |||||
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> | |||||
2022-12-18 | fix HWND reference for SDL 2 builds | Jordan Irwin | 1 | -0/+8 | |
2020-05-30 | Revert "Disable warning conditionally-supported for opengl function pointers" | Andrei Karas | 1 | -9/+0 | |
This reverts commit 2715ed0cadbe5a0d83a0cf810f70916a897f03c4. | |||||
2020-05-30 | Disable warning conditionally-supported for opengl function pointers | Andrei Karas | 1 | -0/+9 | |
2020-04-23 | switch: enable opengles2 renderer | cpasjuste | 1 | -7/+11 | |
2020-04-22 | switch: enable joystick and mouse | cpasjuste | 1 | -0/+3 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -114/+116 | |
2018-04-01 | Fix formatting in graphicsmanager.cpp | Andrei Karas | 1 | -3/+7 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-13 | Add option to select any existing SDL renderer drivers for SDL2 default mode. | Andrei Karas | 1 | -1/+1 | |
2017-09-12 | Add option for enable high dpi mode in SDL 2. | Andrei Karas | 1 | -3/+10 | |
2017-09-07 | Fix possible reading wrong pixel sizes in SDL2. | Andrei Karas | 1 | -2/+2 | |
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-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -6/+6 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+6 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-04-25 | Report into log OpenGL errors if enabled configure option --enable-openglerrors. | Andrei Karas | 1 | -1/+1 | |
2017-04-25 | Add option for enable/disable DSA OpenGL extension. | Andrei Karas | 1 | -17/+25 | |
By default this option disabled. | |||||
2017-03-10 | Fix new style issue detected by mplint. | Andrei Karas | 1 | -1/+1 | |
new class() -> new class | |||||
2017-03-09 | Enable sound by default after auto detection tests. | Andrei Karas | 1 | -0/+1 | |
Sound test ignored. | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Remove LLVM from auto detection black list. | Andrei Karas | 1 | -7/+0 | |
2016-12-10 | Fix some issues without C++11 flags. | Andrei Karas | 1 | -2/+2 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -2/+4 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -2/+2 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -42/+54 | |
2016-09-03 | Add option for create custom OpenGL context. | Andrei Karas | 1 | -1/+1 | |
By default this option disabled, because may create issues. | |||||
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -2/+0 | |
2016-05-31 | Fix compilation without OpenGL. | Andrei Karas | 1 | -1/+5 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -4/+2 | |
2016-05-09 | Fix too long line. | Andrei Karas | 1 | -1/+2 | |
2016-05-09 | Fix issue with DSO. | Andrei Karas | 1 | -8/+9 | |
EXT and ARB extensions have bit different signatures. Disable DSO black list for now. | |||||
2016-05-09 | Black list Mesa 11.2 for DSO. | Andrei Karas | 1 | -0/+1 | |
Because DSO here look like broken too. | |||||
2016-05-04 | Blacklist DSA for Mesa 11.1.3 look like it also broken :( | Andrei Karas | 1 | -0/+1 | |
2016-04-30 | Dont include GL/glx.h if x11 usage disabled. | Andrei Karas | 1 | -0/+2 | |
2016-04-21 | Add option for disable OpenGL version check and rollback to other renderer. | Andrei Karas | 1 | -33/+36 | |
2016-02-27 | Add Mesa 11.1.2 to black list. DSO here broken too. | Andrei Karas | 1 | -0/+1 | |
2016-02-13 | Add Mesa 11.1.1 to black list. Look like here DSO broken too. | Andrei Karas | 1 | -0/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -9/+9 | |
2016-01-15 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
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 | -5/+6 | |
2015-12-19 | Fix OpenGL rederers in Android. | Andrei Karas | 1 | -1/+18 | |
2015-12-18 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-12-16 | Add support for check is OpenGL ES present ot not. Also fix comparessions in ↵ | Andrei Karas | 1 | -4/+13 | |
nacl. | |||||
2015-12-16 | Add mobileopenglscreenshothelper. | Andrei Karas | 1 | -1/+2 | |
2015-12-16 | Add sdl2softwarescreenshothelper. | Andrei Karas | 1 | -2/+5 | |