alberth
|
597380e099
|
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
|
2016-09-04 12:57:43 +00:00 |
|
alberth
|
c3bed437ee
|
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
|
2016-09-04 12:57:20 +00:00 |
|
alberth
|
df9a9f074a
|
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
|
2016-09-04 12:57:20 +00:00 |
|
alberth
|
ec2b2fad58
|
(svn r27647) -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode
|
2016-09-04 12:56:23 +00:00 |
|
alberth
|
75ad6d0100
|
(svn r27647) -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode
|
2016-09-04 12:56:23 +00:00 |
|
alberth
|
76cd96e709
|
(svn r27645) -Add: Give console commands their own file list storage.
|
2016-09-04 12:55:21 +00:00 |
|
alberth
|
5969685954
|
(svn r27645) -Add: Give console commands their own file list storage.
|
2016-09-04 12:55:21 +00:00 |
|
alberth
|
8a9e9f838b
|
(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, and move both to FileList.
|
2016-09-04 12:54:52 +00:00 |
|
alberth
|
d6cd3b1605
|
(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, and move both to FileList.
|
2016-09-04 12:54:52 +00:00 |
|
alberth
|
93baf192a0
|
(svn r27642) -Codechange: FiosGet* file query functions take a destination file list.
|
2016-09-04 12:54:03 +00:00 |
|
alberth
|
caf3379746
|
(svn r27642) -Codechange: FiosGet* file query functions take a destination file list.
|
2016-09-04 12:54:03 +00:00 |
|
alberth
|
a38cdeccc0
|
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own class.
|
2016-09-04 12:50:22 +00:00 |
|
alberth
|
bc08fe7c5f
|
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own class.
|
2016-09-04 12:50:22 +00:00 |
|
alberth
|
e78627f2f1
|
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.
|
2016-09-04 12:47:07 +00:00 |
|
alberth
|
2fa0fdb176
|
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.
|
2016-09-04 12:47:07 +00:00 |
|
alberth
|
55c7c21c5d
|
(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList
|
2016-09-04 12:44:42 +00:00 |
|
alberth
|
a52864ef27
|
(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList
|
2016-09-04 12:44:42 +00:00 |
|
Jonathan G Rennison
|
0ea1d69ac0
|
Workaround console command to fix blocked heliports.
This is for savegames affected by the improved breakdowns bug.
|
2016-03-22 23:17:45 +00:00 |
|
Jonathan G Rennison
|
dde1c16105
|
Minimap screenshot: add console params and help to mostly match screenshot.
|
2015-09-11 03:44:25 +01:00 |
|
patch-import
|
019e862536
|
Import minimap patch.
Fix various compilation issues and update to current trunk.
http://www.tt-forums.net/viewtopic.php?p=848661#p848661
|
2015-09-11 03:31:27 +01:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
zuu
|
27c67dfef2
|
(svn r26000) -Add: Optional filter parameter to the 'content state' console command, to limit the content list to only content where the name match the filter
|
2013-11-14 22:50:16 +00:00 |
|
zuu
|
a31b46ba84
|
(svn r26000) -Add: Optional filter parameter to the 'content state' console command, to limit the content list to only content where the name match the filter
|
2013-11-14 22:50:16 +00:00 |
|
zuu
|
c67bff42e0
|
(svn r25999) -Add: When calling the 'content select' console command without args, display all selected content
|
2013-11-14 22:48:03 +00:00 |
|
zuu
|
9088972738
|
(svn r25999) -Add: When calling the 'content select' console command without args, display all selected content
|
2013-11-14 22:48:03 +00:00 |
|
rubidium
|
c702853917
|
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
|
2013-08-09 18:43:44 +00:00 |
|
rubidium
|
13855f0a09
|
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
|
2013-08-09 18:43:44 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
d5ed1d7be9
|
(svn r24807) -Add [FS#2820]: Enable usage of 'companies' console command also in singleplayer.
|
2012-12-09 16:53:41 +00:00 |
|
frosch
|
870eab53d2
|
(svn r24807) -Add [FS#2820]: Enable usage of 'companies' console command also in singleplayer.
|
2012-12-09 16:53:41 +00:00 |
|
frosch
|
7783f90a3b
|
(svn r24722) -Add: Display unique ID and md5sum in console content info.
|
2012-11-13 21:46:09 +00:00 |
|
frosch
|
4aa17c5109
|
(svn r24722) -Add: Display unique ID and md5sum in console content info.
|
2012-11-13 21:46:09 +00:00 |
|
rubidium
|
3481ca0f57
|
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
|
2012-01-03 21:47:01 +00:00 |
|
rubidium
|
d8d2f74559
|
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
|
2012-01-03 21:47:01 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
231a407eb8
|
(svn r23680) -Fix [FS#4915]: prevent removal of the (AI) company the local player is in
|
2011-12-28 17:33:12 +00:00 |
|
rubidium
|
98fdf81320
|
(svn r23680) -Fix [FS#4915]: prevent removal of the (AI) company the local player is in
|
2011-12-28 17:33:12 +00:00 |
|
truebrain
|
3399420e87
|
(svn r23647) -Add: add rescan_game as console command (patch by Xaroth)
|
2011-12-21 12:25:17 +00:00 |
|
truebrain
|
726ce254ff
|
(svn r23647) -Add: add rescan_game as console command (patch by Xaroth)
|
2011-12-21 12:25:17 +00:00 |
|
truebrain
|
ff7797c421
|
(svn r23612) -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library)
|
2011-12-19 20:56:59 +00:00 |
|
truebrain
|
963802e9a7
|
(svn r23612) -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library)
|
2011-12-19 20:56:59 +00:00 |
|
truebrain
|
17fea560ba
|
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
|
2011-12-19 20:55:56 +00:00 |
|
truebrain
|
c99950c215
|
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
|
2011-12-19 20:55:56 +00:00 |
|
truebrain
|
14325e2391
|
(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory
|
2011-12-19 20:54:37 +00:00 |
|
truebrain
|
b4f832f29f
|
(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory
|
2011-12-19 20:54:37 +00:00 |
|