Commit graph

82 commits

Author SHA1 Message Date
Jesusalva Jesusalva
ce718ac588 Update copyright headers up to 2023 2024-02-09 13:36:22 +00:00
Andrei Karas
d530e74cc4
Update copyright year. 2019-01-01 20:04:08 +03:00
Andrei Karas
4d2e202ee0
Update copyrights year. 2018-01-04 07:12:38 +03:00
Andrei Karas
5e37f24550
Fix sdl warning hiding pragmas for old compilers. 2017-06-20 04:04:40 +03:00
Andrei Karas
132ee3146d
Prevent Wshadow varnings in SDL code. 2017-06-20 01:02:22 +03:00
Andrei Karas
b1241b3e98
Fix include type in main.cpp 2017-03-06 06:26:28 +03:00
Andrei Karas
78f29b9ea6
Fix linking with some mingw versions. 2017-03-06 05:15:15 +03:00
Andrei Karas
855387d2d7
Fix different issues in unit tests.
Fix crash with some compilers flags.
Clean window container to null after it was removed.
Init and deinit physfs globally.
2017-01-05 17:00:02 +03:00
Andrei Karas
a0451aa4e9
Update copyright year. 2017-01-03 16:48:28 +03:00
Andrei Karas
3c404128c4
Add missing comments into defines. 2016-09-23 22:01:44 +03:00
Andrei Karas
a65d9da124
Update copyrights year. 2016-01-02 18:44:18 +03:00
Andrei Karas
595c6fb41f
Fix compilation for nacl. 2015-11-30 23:57:20 +03:00
Andrei Karas
08c64d2dfa
Fix wrong linkage on Android. 2015-09-04 14:17:36 +03:00
Andrei Karas
480facfc0a
Move main function code into mainGui. 2015-08-02 17:10:36 +03:00
Andrei Karas
6a8bbbcf85
Move command line options parsing to separate file. 2015-08-02 16:54:28 +03:00
Andrei Karas
e4196b3c49 Replace gtest with catch. Add basic support for catch.
Also add make script for tests.
2015-05-26 22:43:41 +03:00
Andrei Karas
23034a4793 Remove useless includes from cpp files 2015-03-16 13:50:43 +03:00
Andrei Karas
4332a501d9 Update copyrights year. 2015-01-01 17:41:51 +03:00
Andrei Karas
a9bad635bc Improve logging speed. 2014-12-25 15:07:13 +03:00
Andrei Karas
cef3523b76 Add new command option --server-type.
It can accept values: eathena, evol, evol2, tmwathena
2014-11-16 18:02:08 +03:00
Andrei Karas
51a88d35e9 Add --renderer command flag to override renderer 2014-06-14 16:36:05 +03:00
Andrei Karas
38aea9a883 Move options into settings. 2014-05-29 12:56:42 +03:00
Andrei Karas
0c35dab0ba simplify variables cleanup. 2014-03-28 11:04:23 +03:00
Andrei Karas
f8269f5ac3 update copyright year in all sources. 2014-01-01 13:36:23 +03:00
Dan Sagunov
61bc04f3a4 Remove nacl debug things 2013-11-04 14:05:16 +04:00
Andrei Karas
23b307ad13 move physfs initialisation code in physfstools. 2013-11-01 21:33:37 +03:00
Andrei Karas
7f2484d821 Initial porting to NACL by Vasily_Makarov. 2013-10-29 23:39:29 +03:00
Andrei Karas
4010ff9dac fix compilation with very old SDL. 2013-09-28 14:29:38 +03:00
Andrei Karas
9f2cf7c95c remove unused android related includes. 2013-09-22 14:18:01 +03:00
Andrei Karas
45fc7dfe87 fix compilation and partial running with SDL2 on Android. 2013-09-22 02:56:50 +03:00
Andrei Karas
fbe0f1c2b1 add init and quit code for SDL_Image and SDL_Mixer. 2013-09-16 17:28:29 +03:00
Andrei Karas
5728889068 add RWops leaks reporting. 2013-09-15 00:32:07 +03:00
Andrei Karas
53947c9d39 add rwops leak detection. 2013-09-14 23:20:17 +03:00
Andrei Karas
872368b15b remove useless includes from some files. 2013-09-09 21:52:19 +03:00
Andrei Karas
1c4ab54d25 move SDL2 preprocessor checks into localconsts.h
also allow use SDL2 on broken systems where SDL2 is used/stored as SDL1.2.
2013-08-29 16:02:31 +03:00
Andrei Karas
53ae7cee19 fix code style. 2013-08-27 21:52:59 +03:00
Andrei Karas
e8a4474319 save Client object into global variable. 2013-08-24 21:08:16 +03:00
Andrei Karas
a6f4bd5c89 add configure option --with-sdl2 for enable SDL2 support. 2013-08-24 21:08:13 +03:00
Andrei Karas
9510979d65 add comments for translators. 2013-05-03 12:51:43 +03:00
Andrei Karas
35cfd46065 some other fixes from cpplint. 2013-04-21 18:57:48 +03:00
Andrei Karas
351821c1f1 first part of style fixed after cpplint checks. 2013-04-12 18:39:00 +03:00
Andrei Karas
de579c6f0d Fix termination with using help and version command line switches. 2013-03-11 00:38:20 +03:00
Andrei Karas
d528e72ade Improve main.cpp 2013-03-09 18:02:29 +03:00
Andrei Karas
a3b2076ba0 Last fixes after Coverity checks. 2013-03-02 21:19:28 +03:00
Andrei Karas
0e14d0a92d Fix command line parameters.
Update command line help and man page.
2013-02-26 17:02:59 +03:00
Andrei Karas
6ce49efadf Improve string usage in some files. 2013-02-24 22:59:54 +03:00
Andrei Karas
de51abd18f Improve physfs calls to get dir separator. 2013-02-21 01:19:46 +03:00
Andrei Karas
e73c5ecc89 Change process priority depend on game state.
implimented only for windows version.
2013-02-18 22:27:06 +03:00
Andrei Karas
566ce2ee76 move most direct calls to physfs to separate file. 2013-02-18 01:07:09 +03:00
Andrei Karas
d0be60aa32 update copyrights year. 2013-01-16 18:16:51 +03:00