rubidium
|
1f6043458c
|
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
8f0e68285b
|
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
|
2007-12-22 23:30:28 +00:00 |
|
rubidium
|
3074bca136
|
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
|
2007-12-21 22:50:51 +00:00 |
|
rubidium
|
6a9e77e079
|
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
|
2007-12-21 22:50:51 +00:00 |
|
rubidium
|
766551b0bc
|
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
2007-12-21 21:50:46 +00:00 |
|
rubidium
|
9e9cfe6e59
|
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
2007-12-21 21:50:46 +00:00 |
|
rubidium
|
8427b8bad2
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
rubidium
|
433a9f3c09
|
(svn r11675) -Codechange: split the string types from the string functions.
|
2007-12-21 19:49:27 +00:00 |
|
smatz
|
0e727b8e63
|
(svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too
|
2007-12-19 23:35:14 +00:00 |
|
smatz
|
4a80cf8482
|
(svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too
|
2007-12-19 23:35:14 +00:00 |
|
rubidium
|
be923601bf
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
|
rubidium
|
5b49e75453
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
|
rubidium
|
8bfbfd0031
|
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
2007-12-19 19:44:29 +00:00 |
|
rubidium
|
8896bea306
|
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
2007-12-19 19:44:29 +00:00 |
|
glx
|
41e8396f57
|
(svn r11666) -Fix (r11504): when removing buoys, return to water or canal depending on their owner
|
2007-12-19 02:41:25 +00:00 |
|
glx
|
a9dafdff48
|
(svn r11666) -Fix (r11504): when removing buoys, return to water or canal depending on their owner
|
2007-12-19 02:41:25 +00:00 |
|
rubidium
|
efc18e8ab3
|
(svn r11663) -Codechange: moving of the road related types and functions.
|
2007-12-18 20:38:16 +00:00 |
|
rubidium
|
e4ef359f47
|
(svn r11663) -Codechange: moving of the road related types and functions.
|
2007-12-18 20:38:16 +00:00 |
|
smatz
|
31765f0dfe
|
(svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled
|
2007-12-18 18:02:00 +00:00 |
|
smatz
|
c26a265f21
|
(svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled
|
2007-12-18 18:02:00 +00:00 |
|
smatz
|
531651293e
|
(svn r11657) -Fix: show better error message when trying to convert rail
-Codechange: merge DoConvert functions into one, make test and exec runs the same for tunnels/bridges
|
2007-12-17 22:29:27 +00:00 |
|
smatz
|
0b08f7370d
|
(svn r11657) -Fix: show better error message when trying to convert rail
-Codechange: merge DoConvert functions into one, make test and exec runs the same for tunnels/bridges
|
2007-12-17 22:29:27 +00:00 |
|
smatz
|
60f9bbd17e
|
(svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so remove useless checks
|
2007-12-15 23:11:18 +00:00 |
|
smatz
|
acf6e08f78
|
(svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so remove useless checks
|
2007-12-15 23:11:18 +00:00 |
|
smatz
|
911273948b
|
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
|
2007-12-08 19:53:30 +00:00 |
|
smatz
|
dfba33819b
|
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
|
2007-12-08 19:53:30 +00:00 |
|
smatz
|
9cab7af581
|
(svn r11577) -Fix: invalidate 'list trains/roadvehs/ships/planes' widgets when station part is added/removed
|
2007-12-05 19:13:42 +00:00 |
|
smatz
|
49d632c31b
|
(svn r11577) -Fix: invalidate 'list trains/roadvehs/ships/planes' widgets when station part is added/removed
|
2007-12-05 19:13:42 +00:00 |
|
smatz
|
6ab52ddf89
|
(svn r11576) -Codechange: enumerize and comment station GUI
|
2007-12-05 17:08:10 +00:00 |
|
smatz
|
eda5921284
|
(svn r11576) -Codechange: enumerize and comment station GUI
|
2007-12-05 17:08:10 +00:00 |
|
smatz
|
15a5a1a95b
|
(svn r11575) -Fix [FS#1502]: widget numbers of StationViewWindow were incorrect at some places
|
2007-12-05 16:55:33 +00:00 |
|
smatz
|
079482f0a2
|
(svn r11575) -Fix [FS#1502]: widget numbers of StationViewWindow were incorrect at some places
|
2007-12-05 16:55:33 +00:00 |
|
smatz
|
d4322bc8aa
|
(svn r11570) -Fix: do not flood rail station tiles when there is a vehicle on it (when non-uniform stations are ON)
|
2007-12-04 21:39:03 +00:00 |
|
smatz
|
ddc8f2d16f
|
(svn r11570) -Fix: do not flood rail station tiles when there is a vehicle on it (when non-uniform stations are ON)
|
2007-12-04 21:39:03 +00:00 |
|
skidd13
|
815b8d8df1
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
bf959f926f
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
rubidium
|
7f72e5573a
|
(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.
|
2007-11-24 08:45:04 +00:00 |
|
rubidium
|
ea072322fa
|
(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.
|
2007-11-24 08:45:04 +00:00 |
|
skidd13
|
3ae50673a3
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
eeaa348f8b
|
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
|
2007-11-20 13:35:54 +00:00 |
|
skidd13
|
6801cceda1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
5c31a973a1
|
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
|
2007-11-19 21:32:20 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
98f66552be
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
skidd13
|
8be526e499
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
rubidium
|
fbd234d274
|
(svn r11442) -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
|
2007-11-15 22:20:33 +00:00 |
|
rubidium
|
4dcd71038d
|
(svn r11442) -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
|
2007-11-15 22:20:33 +00:00 |
|
rubidium
|
084ede9dca
|
(svn r11414) -Fix [FS#1387]: when building a station, even though we already 'know' it in memory, it should still be unknown in the realm of callbacks.
|
2007-11-11 20:24:32 +00:00 |
|
rubidium
|
a11271e574
|
(svn r11414) -Fix [FS#1387]: when building a station, even though we already 'know' it in memory, it should still be unknown in the realm of callbacks.
|
2007-11-11 20:24:32 +00:00 |
|