rubidium
|
2c67320bae
|
(svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch.
|
2007-10-20 21:05:18 +00:00 |
|
rubidium
|
842e0697ec
|
(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.
|
2007-10-20 21:04:14 +00:00 |
|
rubidium
|
ef9e037c2a
|
(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.
|
2007-10-20 21:04:14 +00:00 |
|
rubidium
|
99266a173c
|
(svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch.
|
2007-10-20 16:50:48 +00:00 |
|
rubidium
|
5289aa2010
|
(svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch.
|
2007-10-20 16:50:48 +00:00 |
|
rubidium
|
eadd6765e1
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
rubidium
|
8212088c03
|
(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
2007-10-20 14:51:09 +00:00 |
|
maedhros
|
ee4823857f
|
(svn r11265) -Feature: Make more advanced rail types more expensive to build.
|
2007-10-14 21:20:12 +00:00 |
|
maedhros
|
675a826601
|
(svn r11265) -Feature: Make more advanced rail types more expensive to build.
|
2007-10-14 21:20:12 +00:00 |
|
rubidium
|
f22c5ba602
|
(svn r11237) -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch.
|
2007-10-09 21:11:23 +00:00 |
|
rubidium
|
6cebf4aa53
|
(svn r11237) -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch.
|
2007-10-09 21:11:23 +00:00 |
|
rubidium
|
a28b307c95
|
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
|
2007-09-26 17:33:32 +00:00 |
|
rubidium
|
127c7c9b0f
|
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
|
2007-09-26 17:33:32 +00:00 |
|
rubidium
|
ca5ef5477b
|
(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz.
|
2007-09-26 14:05:09 +00:00 |
|
rubidium
|
93459d1b43
|
(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz.
|
2007-09-26 14:05:09 +00:00 |
|
rubidium
|
5c9553d48b
|
(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch.
|
2007-09-19 16:36:42 +00:00 |
|
rubidium
|
7d325672eb
|
(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch.
|
2007-09-19 16:36:42 +00:00 |
|
rubidium
|
3055d42fc4
|
(svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
|
2007-09-14 22:27:40 +00:00 |
|
rubidium
|
fef64185b8
|
(svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
|
2007-09-14 22:27:40 +00:00 |
|
rubidium
|
c97804461e
|
(svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions of different kinds of rail containing tiles (normal rail, stations, depots, etc). Patch by SmatZ.
|
2007-09-08 09:52:02 +00:00 |
|
rubidium
|
91a49cee55
|
(svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions of different kinds of rail containing tiles (normal rail, stations, depots, etc). Patch by SmatZ.
|
2007-09-08 09:52:02 +00:00 |
|
rubidium
|
f4482907da
|
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
-Codechange: barren the rail grounds on terraforming.
|
2007-08-30 17:17:04 +00:00 |
|
rubidium
|
b284b5fa92
|
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
-Codechange: barren the rail grounds on terraforming.
|
2007-08-30 17:17:04 +00:00 |
|
rubidium
|
235ad4ab6b
|
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
2007-08-30 13:03:56 +00:00 |
|
rubidium
|
cb7eaff353
|
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
2007-08-30 13:03:56 +00:00 |
|
maedhros
|
bb1d0dbfb1
|
(svn r10922) -Codechange: Allow building and removing tracks and signals when there is a
train on a parallel diagonal track that doesn't interact with this one. (frosch)
|
2007-08-16 13:13:07 +00:00 |
|
maedhros
|
9c75e6d87b
|
(svn r10922) -Codechange: Allow building and removing tracks and signals when there is a
train on a parallel diagonal track that doesn't interact with this one. (frosch)
|
2007-08-16 13:13:07 +00:00 |
|
rubidium
|
c60988a1d5
|
(svn r10758) -Codechange: make the depot struct use the pool item class as super class.
|
2007-08-02 22:33:53 +00:00 |
|
rubidium
|
549450d31a
|
(svn r10758) -Codechange: make the depot struct use the pool item class as super class.
|
2007-08-02 22:33:53 +00:00 |
|
peter1138
|
9b9bca40b9
|
(svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collision detection on bridges/tunnels.
|
2007-07-30 08:49:41 +00:00 |
|
peter1138
|
92061aba4e
|
(svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collision detection on bridges/tunnels.
|
2007-07-30 08:49:41 +00:00 |
|
rubidium
|
2800a49f03
|
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
|
2007-07-29 23:42:59 +00:00 |
|
rubidium
|
7fb3f54584
|
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
|
2007-07-29 23:42:59 +00:00 |
|
rubidium
|
903a0a08c2
|
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
2007-07-26 16:51:10 +00:00 |
|
rubidium
|
d624f66c79
|
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
2007-07-26 16:51:10 +00:00 |
|
rubidium
|
a26ef1ee3a
|
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
|
2007-07-26 14:07:11 +00:00 |
|
rubidium
|
02ab86631e
|
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
|
2007-07-26 14:07:11 +00:00 |
|
truelight
|
1583b5b4db
|
(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch)
-Codechange: added documentation and SPR_ enums for track fences (frosch)
|
2007-07-23 16:08:58 +00:00 |
|
truelight
|
98b23edeb3
|
(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch)
-Codechange: added documentation and SPR_ enums for track fences (frosch)
|
2007-07-23 16:08:58 +00:00 |
|
rubidium
|
45b0b7755d
|
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
|
2007-07-16 23:55:22 +00:00 |
|
rubidium
|
3dd6362bb8
|
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
|
2007-07-16 23:55:22 +00:00 |
|
peter1138
|
30de2a0984
|
(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type.
|
2007-07-04 17:21:28 +00:00 |
|
peter1138
|
efef78f786
|
(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type.
|
2007-07-04 17:21:28 +00:00 |
|
peter1138
|
b36d31bb22
|
(svn r10432) -Codechange: use existing function instead of data duplication
|
2007-07-04 09:42:47 +00:00 |
|
peter1138
|
ca49b1e997
|
(svn r10432) -Codechange: use existing function instead of data duplication
|
2007-07-04 09:42:47 +00:00 |
|
rubidium
|
949fc3d78c
|
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119.
|
2007-06-24 20:06:10 +00:00 |
|
rubidium
|
1caa0f7fb7
|
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119.
|
2007-06-24 20:06:10 +00:00 |
|
rubidium
|
0d8e82b7d7
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
rubidium
|
f806b46cc9
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
rubidium
|
773a7c9cb6
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|