krzys-h
|
02aa281d30
|
Remove unnecessary m_instance declarations
They don't do anything at all in gcc and clang, but cause compile errors in MSVC
see #955
|
2017-05-24 14:00:34 +02:00 |
Abigail
|
11d950221b
|
Fix all compiler warnings and enable -Werror (#955)
This removes all compilation warnings on:
* g++ 4.7.4, 4.8.5, 4.9.4, 5.4.1, 6.3.0, 7.0.1-svn246759
* clang++ 3.9.1, 4.0.0, 5.0.0-svn303007
|
2017-05-22 11:10:35 +02:00 |
krzys-h
|
a3477edc8e
|
Pause game when in background, closes #609
|
2016-02-13 21:35:01 +01:00 |
krzys-h
|
977607a934
|
Updated license headers
|
2016-02-13 14:11:30 +01:00 |
krzys-h
|
40352be5cc
|
Add language switcher to the settings UI, closes #506
|
2016-01-24 16:03:24 +01:00 |
krzys-h
|
6d8a5bab31
|
Removed system mouse option
Not really needed, as it is an SDL cursor not system cursor, which is no better than ours
|
2016-01-24 15:24:59 +01:00 |
Piotr Dziwinski
|
c3d4d46583
|
Fix missing empty line after license header
|
2015-08-22 17:52:07 +02:00 |
Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
krzys-h
|
eda7435eb6
|
Removed a lot of useless settings (#556)
|
2015-08-14 13:04:05 +02:00 |
krzys-h
|
e5e1d4973f
|
CDestroyableObject, CFragileObject, CShieldedObject and CShieldedAutoRegenObject
|
2015-08-13 13:41:25 +02:00 |
krzys-h
|
7649731b49
|
Reimplemented hiding mouse during loading
|
2015-08-06 18:28:28 +02:00 |
krzys-h
|
3f48e4699d
|
Moved window position and font size storage from CRobotMain to CSettings
|
2015-08-04 13:09:34 +02:00 |
krzys-h
|
4b271cee2d
|
Moved settings out of CMainDialog into a separate class
Also fixed some problems with resolution list selection after starting game
|
2015-08-04 12:46:54 +02:00 |