krzys-h
|
40352be5cc
|
Add language switcher to the settings UI, closes #506
|
2016-01-24 16:03:24 +01:00 |
krzys-h
|
04e9e8768d
|
Removed unused CRobotMain members
|
2016-01-15 16:55:56 +01:00 |
krzys-h
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
51644369cb
|
Moved standard math and file functions into CBot library
|
2015-12-20 18:36:20 +01:00 |
krzys-h
|
6832c91496
|
Fixed #695
|
2015-12-20 14:28:38 +01:00 |
Grunaka
|
ece0666954
|
Create new file CBot.h. Included only useful interfaces.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
1a6b5ded64
|
Delete CBotDll.h
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
43ac0e35f2
|
Moving global files function from CBot.cpp to CBotFileUtils.cpp
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
77d738634c
|
Moving CBotClass class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Piotr Dziwinski
|
1182dea692
|
Merge pull request #678
|
2015-11-10 21:36:29 +00:00 |
piotrwalkusz1
|
ce480c1720
|
Fix #670
|
2015-11-08 19:03:35 +01:00 |
Piotr Dziwinski
|
d11ebc891c
|
Bring to zero some types of issues reported by colobot-lint
|
2015-10-04 00:09:10 +02:00 |
krzys-h
|
2111c6d177
|
More CRobotMain cleanup
|
2015-10-01 20:10:52 +02:00 |
krzys-h
|
2c7deea6a9
|
Removed some unused functions from CRobotMain
|
2015-10-01 19:37:31 +02:00 |
krzys-h
|
b5e98dd6e9
|
Removed CSettings access through CRobotMain
|
2015-10-01 19:19:40 +02:00 |
krzys-h
|
3815ef0bd6
|
Refactored CPauseManager (again)
|
2015-10-01 18:55:41 +02:00 |
krzys-h
|
95f1e3f19a
|
Fixed water/lava moving and waves (#659)
|
2015-09-30 20:31:09 +02:00 |
Piotr Dziwinski
|
66ce745be0
|
Introduce forward declarations as suggested by colobot-lint
|
2015-09-27 16:28:14 +02:00 |
krzys-h
|
dfa06dafcf
|
Refactored window resize
|
2015-09-25 11:11:35 +02:00 |
krzys-h
|
53e4470dbf
|
Started SDL2 migration
|
2015-09-24 21:09:46 +02:00 |
krzys-h
|
7500ab4988
|
Added code battle spectator mode switch
|
2015-09-13 15:59:42 +02:00 |
krzys-h
|
21a7f1bced
|
Made 'invui' work in main menu
|
2015-09-12 10:35:31 +02:00 |
krzys-h
|
e6e38eae7f
|
Fixed cheat console actiaving multiple times, closes #627
|
2015-09-10 21:32:25 +02:00 |
krzys-h
|
74cee19c09
|
Fixed objects being deselected if not clicked on any object
|
2015-09-09 20:32:56 +02:00 |
krzys-h
|
b058a6986b
|
Minor improvments to plane camera
|
2015-09-06 20:33:04 +02:00 |
krzys-h
|
f6fdec1479
|
Allow controlling free camera with arrows when no object is selected
|
2015-09-06 20:09:47 +02:00 |
krzys-h
|
883348c6cf
|
Do not (auto)save code battles
|
2015-09-06 20:01:59 +02:00 |
krzys-h
|
d36fcf4187
|
New code battle camera behavior
|
2015-09-06 19:59:26 +02:00 |
krzys-h
|
51330dde5e
|
Added code battle start button; fixed bug with starting code battle
|
2015-09-06 19:12:00 +02:00 |
Piotr Dziwinski
|
44a1f85891
|
Refactor CRobotMain::DeleteObject -> DestroySelectedObject
|
2015-09-06 13:23:43 +02:00 |
krzys-h
|
fb03a497d7
|
Added command to hide the UI
|
2015-09-04 19:16:21 +02:00 |
krzys-h
|
e956311626
|
Moved free camera controls to numpad; added 'camtype %d', 'camspeed %f', 'freecam'
|
2015-09-04 19:04:42 +02:00 |
krzys-h
|
e015d9f1c3
|
Don't allow saving if crashed during loading
|
2015-09-01 16:15:59 +02:00 |
krzys-h
|
c3d7876a5c
|
Made CPauseManager not a singleton
|
2015-08-31 22:05:21 +02:00 |
krzys-h
|
ff17961584
|
Refactored CPauseManager
|
2015-08-31 21:47:55 +02:00 |
krzys-h
|
6711154762
|
Fixed produce() and NewScript not marking programs as loaded from level files (closes #613); refactored NewScript to std::vector and std::string
|
2015-08-29 16:52:07 +02:00 |
krzys-h
|
934d97a801
|
Fixed #581 for aliens
|
2015-08-25 17:25:53 +02:00 |
krzys-h
|
5eae234b83
|
Fixed EndMissionDelay win=-1 not working, closes #592
|
2015-08-25 17:17:11 +02:00 |
krzys-h
|
fe44e617a8
|
Fixed selection markers not disappearing when moving gun away
|
2015-08-25 16:57:10 +02:00 |
krzys-h
|
d4b431adaa
|
Recalculate camera projection matrix after aspect ratio change
|
2015-08-25 16:18:01 +02:00 |
krzys-h
|
39d2236be6
|
Fixed %lvl% in saved games, closes #586
|
2015-08-24 20:08:08 +02:00 |
Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
krzys-h
|
118ceaa099
|
Fixed music stopping during apperance phase, closes #573
|
2015-08-18 19:33:01 +02:00 |
krzys-h
|
28925106e4
|
Cleaned up some long lists of ifs
|
2015-08-18 12:29:41 +02:00 |
krzys-h
|
a5c84b9a1e
|
Removed unused OBJECT_FIX and OBJECT_FRET
|
2015-08-18 11:43:41 +02:00 |
Piotr Dziwinski
|
a63a959dbe
|
Apply clang-modernize -use-nullptr
|
2015-08-17 22:40:52 +02:00 |
krzys-h
|
98748d757f
|
Fixed paths to RemoveDirectory
|
2015-08-17 21:03:40 +02:00 |
krzys-h
|
7e028977bd
|
Implemented emergency save on crash, closes #572
|
2015-08-17 20:56:42 +02:00 |
krzys-h
|
e11d2ec33e
|
Refactor object dying status and GetActive
|
2015-08-16 20:24:48 +02:00 |
krzys-h
|
b5cca39cc2
|
Prevent big simulation step after loading
|
2015-08-16 17:08:38 +02:00 |