krzys-h
|
1efa4b132c
|
Fixed mouse invert settings; removed camera scroll setting
|
2016-02-19 17:14:08 +01: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 |
Krzysztof Dermont
|
8a0cda1c2a
|
Fix issue #648
Should be proper fix
|
2016-02-10 17:06:02 +01:00 |
Krzysztof Dermont
|
12e3724319
|
Implement issue #606
Add button to open SatCom in main menu
|
2016-02-10 17:04:26 +01:00 |
krzys-h
|
7a521fbc90
|
Joystick configuration, closes #499
Not yet tested as I don't have a joystick currently with me, but should work fine
|
2016-01-24 17:36:25 +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 |
krzys-h
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
5db1254dd8
|
Unified CBot error naming
|
2015-12-20 19:01:03 +01:00 |
krzys-h
|
51644369cb
|
Moved standard math and file functions into CBot library
|
2015-12-20 18:36:20 +01:00 |
Grunaka
|
ece0666954
|
Create new file CBot.h. Included only useful interfaces.
|
2015-12-01 23:25:36 +01:00 |
krzys-h
|
6f91442db1
|
Removed some more unused strings
|
2015-11-21 17:10:14 +01:00 |
krzys-h
|
9bea0355f0
|
Removed some unused strings
|
2015-11-21 16:54:21 +01:00 |
krzys-h
|
f6823389cc
|
Fixed displaying joystick button 0 name, closes #646
|
2015-09-25 23:24:29 +02:00 |
krzys-h
|
a0034f8000
|
Finalized SDL2 migration
|
2015-09-25 21:26:49 +02:00 |
krzys-h
|
53e4470dbf
|
Started SDL2 migration
|
2015-09-24 21:09:46 +02:00 |
krzys-h
|
20105d09ec
|
Added code battles button to the main menu
|
2015-09-10 20:20:24 +02:00 |
krzys-h
|
78e4e440b5
|
Removed cancel button from player selection screen
Not really needed, and it had a bug with removing players (it would still go back to the deleted player)
|
2015-09-01 16:30:05 +02:00 |
Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
Piotr Dziwinski
|
2289d69735
|
Replace NULL -> nullptr
|
2015-08-16 12:43:42 +02:00 |
krzys-h
|
fe5a8c4629
|
Updated progress bar values
|
2015-08-15 23:37:30 +02:00 |
krzys-h
|
9a15db1bea
|
Split global.h
|
2015-08-15 14:02:07 +02:00 |
krzys-h
|
78a279b479
|
Better shadow type selection UI
|
2015-08-14 13:37:27 +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
|
ff957afefc
|
Moved files not directly related to CObject into src/level/ directory
|
2015-08-13 11:47:32 +02:00 |
krzys-h
|
60797f72d3
|
Removed some old, unused code
|
2015-08-12 17:25:41 +02:00 |
krzys-h
|
f7d2f501bb
|
Moved common interface implementations to separate classes
Additionaly, merged all "inappropariate bot" errors into one and renamed ERR_GENERIC -> ERR_UNKNOWN
|
2015-08-12 16:54:44 +02:00 |
krzys-h
|
bb3fc63e03
|
More details on terrain loading
|
2015-08-07 23:40:38 +02:00 |
krzys-h
|
57469533b6
|
Implemented loading progress bar
|
2015-08-07 20:48:55 +02:00 |
krzys-h
|
8d34286b1d
|
Added "No userlevels installed" message
|
2015-08-06 19:37:18 +02:00 |
krzys-h
|
e05fba22fd
|
Moved some interface controls around
|
2015-08-06 19:03:15 +02:00 |
krzys-h
|
ec3ded75b8
|
Removed unused LOD level setting
|
2015-08-06 18:35:56 +02:00 |
krzys-h
|
dc9e2d2e8b
|
GUI loading error popup
Also added fireParticles option
|
2015-08-06 18:19:01 +02:00 |
krzys-h
|
711643b454
|
Refactored CMainDialog
|
2015-08-06 16:02:59 +02:00 |
Piotr Dziwinski
|
596bb49de0
|
Normalize static variables and functions
* get rid of some of them
* put the rest into anonymous namespaces
|
2015-08-06 10:12:20 +02:00 |
Piotr Dziwinski
|
11b0398c03
|
Include refactoring
* reordered includes according to correct style
* removed some unnecessary includes
|
2015-08-02 17:49:07 +02:00 |
krzys-h
|
9e7cc0bab5
|
Renamed original shadows to simple shadows
|
2015-07-20 18:51:01 +02:00 |
krzys-h
|
f03734d17f
|
Added shadow mapping to settings screen
|
2015-07-20 18:42:09 +02:00 |
krzys-h
|
e2ebcb769e
|
Added MSAA to settings screen
|
2015-07-20 16:29:09 +02:00 |
krzys-h
|
90756f8b34
|
Added FilterMode, MipmapLevel and Anisotropy to settings screen
|
2015-07-20 13:56:45 +02:00 |
krzys-h
|
a879e496f5
|
Removed unused texture quality setting
|
2015-07-20 12:21:16 +02:00 |
krzys-h
|
a0e0ee3631
|
Separate shortcut bars for teams
|
2015-07-16 13:46:40 +02:00 |
krzys-h
|
78f4749134
|
Disallow controlling enemy objects from CBot
|
2015-07-13 18:53:56 +02:00 |
krzys-h
|
38a0849e10
|
Added system mouse option
This reverts commit e21853d632 .
|
2015-07-13 12:11:11 +02:00 |
Piotr Dziwinski
|
394f911d7b
|
Remove unnecessary #include "object/object.h"
|
2015-07-12 14:23:18 +02:00 |
krzys-h
|
24db675d3f
|
Added x6 speed option
|
2015-07-10 20:17:00 +02:00 |
Tomasz Kapuściński
|
c7ccb29d6a
|
Removed spoiler from tooltip in options menu (fixes #489)
|
2015-06-28 23:07:42 +02:00 |
Tomasz Kapuściński
|
6434ff55dd
|
Ending splashscreen enhancement (fixes #472)
|
2015-06-05 20:20:06 +02:00 |
Piotr Dziwinski
|
4c8127c6ec
|
Fix two bugs uncovered by MSVC
|
2015-04-27 20:04:01 +02:00 |