alberth
|
b714160fcc
|
(svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad().
|
2010-03-20 17:14:26 +00:00 |
|
frosch
|
a974195284
|
(svn r19436) -Fix: With certain game settings one could clear tiles for free when building long roads.
|
2010-03-16 17:54:10 +00:00 |
|
frosch
|
7bf13ea692
|
(svn r19436) -Fix: With certain game settings one could clear tiles for free when building long roads.
|
2010-03-16 17:54:10 +00:00 |
|
peter1138
|
a7b93cdeb5
|
(svn r19434) -Add: Add rail speed limit to land area information window.
|
2010-03-16 06:43:41 +00:00 |
|
peter1138
|
604da97364
|
(svn r19434) -Add: Add rail speed limit to land area information window.
|
2010-03-16 06:43:41 +00:00 |
|
alberth
|
bf54baf991
|
(svn r19420) -Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean.
|
2010-03-14 15:42:26 +00:00 |
|
alberth
|
05e549ccdc
|
(svn r19420) -Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean.
|
2010-03-14 15:42:26 +00:00 |
|
alberth
|
cb10444807
|
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
|
2010-03-14 12:58:51 +00:00 |
|
alberth
|
3b367ab708
|
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
|
2010-03-14 12:58:51 +00:00 |
|
alberth
|
e5529f46f4
|
(svn r19412) -Codechange (r9942): One pair of parentheses is enough.
|
2010-03-13 20:03:58 +00:00 |
|
alberth
|
5e7c4398ae
|
(svn r19412) -Codechange (r9942): One pair of parentheses is enough.
|
2010-03-13 20:03:58 +00:00 |
|
alberth
|
d5fe3f96c7
|
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
|
2010-03-13 17:11:28 +00:00 |
|
alberth
|
7cc68f493d
|
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
|
2010-03-13 17:11:28 +00:00 |
|
alberth
|
59caa8ea94
|
(svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost.
|
2010-03-13 15:53:44 +00:00 |
|
alberth
|
7e1a91db21
|
(svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost.
|
2010-03-13 15:53:44 +00:00 |
|
alberth
|
ae5b11321b
|
(svn r19400) -Codechange: CheckforTownRating returns a CommandCost.
|
2010-03-13 15:33:07 +00:00 |
|
alberth
|
6b6ff9c52b
|
(svn r19400) -Codechange: CheckforTownRating returns a CommandCost.
|
2010-03-13 15:33:07 +00:00 |
|
alberth
|
6005227ac9
|
(svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost.
|
2010-03-07 20:44:05 +00:00 |
|
alberth
|
40f106ba7c
|
(svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost.
|
2010-03-07 20:44:05 +00:00 |
|
alberth
|
4c0d4990f5
|
(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
|
2010-03-05 21:20:22 +00:00 |
|
alberth
|
c395b93acd
|
(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
|
2010-03-05 21:20:22 +00:00 |
|
alberth
|
d0ec21fd3f
|
(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status.
|
2010-02-28 18:15:19 +00:00 |
|
alberth
|
63dd6ce6b0
|
(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status.
|
2010-02-28 18:15:19 +00:00 |
|
smatz
|
cdaeead70f
|
(svn r19249) -Fix [FS#3642](r18803): start and end tiles were swapped in CMD_REMOVE_LONG_ROAD
|
2010-02-25 14:09:58 +00:00 |
|
smatz
|
1ad5e1cece
|
(svn r19249) -Fix [FS#3642](r18803): start and end tiles were swapped in CMD_REMOVE_LONG_ROAD
|
2010-02-25 14:09:58 +00:00 |
|
alberth
|
a2af272a52
|
(svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this.
|
2010-02-14 15:30:08 +00:00 |
|
alberth
|
e8d40d6a19
|
(svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this.
|
2010-02-14 15:30:08 +00:00 |
|
peter1138
|
7cc76dcbda
|
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)
|
2010-02-07 22:22:54 +00:00 |
|
peter1138
|
898e879bd9
|
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)
|
2010-02-07 22:22:54 +00:00 |
|
smatz
|
6c1ab1a2fa
|
(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible
|
2010-02-05 17:05:58 +00:00 |
|
smatz
|
d62d0ac489
|
(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible
|
2010-02-05 17:05:58 +00:00 |
|
terkhen
|
c6d7d42606
|
(svn r19016) -Fix [FS#3591]: When removing roads, the player was also charged for removing the foundations.
|
2010-02-05 14:11:25 +00:00 |
|
terkhen
|
9cf602c7c1
|
(svn r19016) -Fix [FS#3591]: When removing roads, the player was also charged for removing the foundations.
|
2010-02-05 14:11:25 +00:00 |
|
terkhen
|
7f26268d0e
|
(svn r18986) -Fix (r18803): Make building long roads fail for AIs if there is an obstacle in the way.
|
2010-02-02 21:25:01 +00:00 |
|
terkhen
|
b02a522038
|
(svn r18986) -Fix (r18803): Make building long roads fail for AIs if there is an obstacle in the way.
|
2010-02-02 21:25:01 +00:00 |
|
frosch
|
6ade772f01
|
(svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused.
|
2010-01-31 20:55:10 +00:00 |
|
frosch
|
5f4f562d53
|
(svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused.
|
2010-01-31 20:55:10 +00:00 |
|
frosch
|
15f0fcf3c4
|
(svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not access tiles anymore after clearing them; that fails either in test or exec run.
|
2010-01-31 20:28:36 +00:00 |
|
frosch
|
cbbe311cea
|
(svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not access tiles anymore after clearing them; that fails either in test or exec run.
|
2010-01-31 20:28:36 +00:00 |
|
rubidium
|
7127338414
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
f618acfb7d
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
rubidium
|
4d93b704d9
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
frosch
|
eded89633c
|
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
|
2010-01-17 15:05:25 +00:00 |
|
frosch
|
24e0945bc4
|
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
|
2010-01-17 15:05:25 +00:00 |
|
frosch
|
fc2ceddce8
|
(svn r18840) -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing.
|
2010-01-16 22:52:51 +00:00 |
|
frosch
|
2e9529aff3
|
(svn r18840) -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing.
|
2010-01-16 22:52:51 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
45a978a104
|
(svn r18803) -Feature [FS#3318]: make building (long) roads work like building rail; build upon the first obstruction instead of failing totally. Patch by Terkhen.
|
2010-01-14 23:05:07 +00:00 |
|