summaryrefslogtreecommitdiff
path: root/src/test/testlauncher.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-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-02-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-1/+1
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-12-07Fix code style.Andrei Karas1-2/+2
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+4
2017-09-18Move imagewriter into utils directory and rename to pnglib.Andrei Karas1-5/+5
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
clang-tidy warning: readability-static-accessed-through-instance
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-13/+13
2017-06-05Fix compilation warnings with some flags.s20170605Andrei Karas1-0/+3
2017-06-04Fix code style.Andrei Karas1-1/+2
2017-06-04Add test for custom blitter vs sdl_gfx.Andrei Karas1-8/+86
Result: custom is 3x faster.
2017-05-26Fix code style.Andrei Karas1-3/+10
2017-05-25Fix compilation without simd support.Andrei Karas1-1/+1
2017-05-25Fix compilation without simd support.Andrei Karas1-1/+6
2017-05-25Fix dye speed tests.Andrei Karas1-6/+0
2017-05-24Switch in replaceSColor into using custom despatcher.Andrei Karas1-2/+4
2017-05-05Rename virtfsrwops into rwops.Andrei Karas1-1/+1
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-1/+3
2017-03-29Move rwops code into virtfs namespace.Andrei Karas1-2/+2
2017-03-28Move virtfsrwops into virtfs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-2/+2
2017-02-10Fix virtfs checks.Andrei Karas1-1/+0
Remove old check files related to physfs.
2017-02-10Rename physfsrwops into virtfsrwops.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Fix style issues.Andrei Karas1-2/+2
2016-12-23Add s color dye function for sse2 (software).Andrei Karas1-0/+2
2016-12-23Add a color dye function for sse2 (software).Andrei Karas1-67/+39
2016-12-22Improve dye speed tests.Andrei Karas1-4/+41
2016-12-22Add speed test for dye A software function.Andrei Karas1-3/+37
2016-12-18Improve dye speed test.Andrei Karas1-1/+4
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-3/+0
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+1
2016-05-09Try disable warnings in testlauncher.cppAndrei Karas1-6/+6
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-1/+1
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-04-21Remove extra spaces at line ends.Andrei Karas1-2/+0
2016-04-10Add pragma for clang for disable some warnings.Andrei Karas1-0/+9
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-08Fix compilation on windows.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1