summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
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-03-06Fix include type in main.cppAndrei Karas1-1/+1
2017-03-06Fix linking with some mingw versions.Andrei Karas1-0/+4
2017-01-05Fix different issues in unit tests.Andrei Karas1-4/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-30Fix compilation for nacl.Andrei Karas1-0/+3
2015-09-04Fix wrong linkage on Android.Andrei Karas1-1/+1
2015-08-02Move main function code into mainGui.Andrei Karas1-109/+2
2015-08-02Move command line options parsing to separate file.Andrei Karas1-216/+1
2015-05-26Replace gtest with catch. Add basic support for catch.Andrei Karas1-10/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-25Improve logging speed.Andrei Karas1-0/+2
2014-11-16Add new command option --server-type.Andrei Karas1-1/+7
2014-06-14Add --renderer command flag to override rendererAndrei Karas1-1/+7
2014-05-29Move options into settings.Andrei Karas1-13/+13
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-04Remove nacl debug thingsDan Sagunov1-13/+0
2013-11-01move physfs initialisation code in physfstools.Andrei Karas1-17/+2
2013-10-29Initial porting to NACL by Vasily_Makarov.Andrei Karas1-1/+16
2013-09-28fix compilation with very old SDL.Andrei Karas1-0/+23
2013-09-22remove unused android related includes.Andrei Karas1-2/+0
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-1/+3
2013-09-16add init and quit code for SDL_Image and SDL_Mixer.Andrei Karas1-0/+9
2013-09-15add RWops leaks reporting.Andrei Karas1-1/+7
2013-09-14add rwops leak detection.Andrei Karas1-0/+2
2013-09-09remove useless includes from some files.Andrei Karas1-3/+0
2013-08-29move SDL2 preprocessor checks into localconsts.hAndrei Karas1-10/+0
2013-08-27fix code style.Andrei Karas1-1/+1
2013-08-24save Client object into global variable.Andrei Karas1-5/+9
2013-08-24add configure option --with-sdl2 for enable SDL2 support.Andrei Karas1-0/+13
2013-05-03add comments for translators.Andrei Karas1-0/+24
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-03-11Fix termination with using help and version command line switches.Andrei Karas1-2/+3
2013-03-09Improve main.cppAndrei Karas1-26/+27
2013-03-02Last fixes after Coverity checks.Andrei Karas1-0/+1
2013-02-26Fix command line parameters.Andrei Karas1-4/+4
2013-02-24Improve string usage in some files.Andrei Karas1-1/+1
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-0/+2
2013-02-18Change process priority depend on game state.Andrei Karas1-0/+2
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-2/+2