summaryrefslogtreecommitdiff
path: root/src/test/testmain.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-1/+1
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from configuration.Andrei Karas1-2/+6
2017-12-17Remove default parameters from process.cppAndrei Karas1-1/+1
2017-08-31Improve setting default values for configuration objects.Andrei Karas1-1/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+21
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-2/+2
2017-03-09Enable sound by default after auto detection tests.Andrei Karas1-1/+1
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-3/+0
2016-03-11Fix code style.Andrei Karas1-0/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-16/+16
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-16Recreate config file for tests on each run.Andrei Karas1-0/+1
2014-07-16Add max texture size detection for all modes.Andrei Karas1-41/+37
2014-07-16Add support for modern OpenGL in renderers tests.Andrei Karas1-9/+61
2014-06-21Add spelling fixes by Brian Callahan.Andrei Karas1-1/+1
2014-06-08Add Modern OpenGL render type.Andrei Karas1-2/+3
2014-06-03Replace fastopengl into normalopengl in some functions.Andrei Karas1-22/+22
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-29Move many variables from client into settings.Andrei Karas1-6/+6
2014-05-26Fix compilation warning.Andrei Karas1-1/+0
2014-05-25Detect max texture size also in safe OpenGL mode.Andrei Karas1-4/+31
2014-05-25Fix texture size detection and saving.Andrei Karas1-0/+1
2014-05-25Add support for simple texture size detection.Andrei Karas1-4/+28
2014-05-23Add functions for resize batch size (OpenGL).Andrei Karas1-1/+2
2014-05-08Fix code style in other files.Andrei Karas1-2/+2
2014-05-01Add missing const.Andrei Karas1-5/+5
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-22dehardcode render values.Andrei Karas1-5/+5
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-18add const to other files.Andrei Karas1-3/+2
2013-09-15remove unused include from test files.Andrei Karas1-2/+0
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas1-8/+8
2013-08-24improve dirs usage in Client.Andrei Karas1-4/+4
2013-08-20fix typo.Andrei Karas1-1/+1
2013-04-20fix style in other files.Andrei Karas1-1/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-4/+4
2013-03-02Other fixes after Coverity checks.Andrei Karas1-0/+6
2013-02-26Improve string usage in other files.Andrei Karas1-14/+14