Mercurial > hg > openttd
graph
-
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again. draftSun, 23 Dec 2007 18:08:39 +0000, by egladil
-
(svn r11687) -Codechange: move some defines to a better place draftSun, 23 Dec 2007 14:06:03 +0000, by skidd13
-
(svn r11686) -Fix (r11684): win32 compilation was broken again :) draftSun, 23 Dec 2007 13:31:24 +0000, by glx
-
(svn r11685) -Codechange: remove a few 'useless' includes. draftSun, 23 Dec 2007 11:20:41 +0000, by rubidium
-
(svn r11684) -Codechange: split gfx.h in a type and functional header. draftSun, 23 Dec 2007 10:56:02 +0000, by rubidium
-
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now. draftSun, 23 Dec 2007 04:31:45 +0000, by belugas
-
(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. draftSat, 22 Dec 2007 23:30:28 +0000, by rubidium
-
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines. draftSat, 22 Dec 2007 21:01:49 +0000, by rubidium
-
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h. draftFri, 21 Dec 2007 22:50:51 +0000, by rubidium
-
(svn r11679) -Add: [newgrf] support for station vars 67 and 68 draftFri, 21 Dec 2007 22:11:55 +0000, by glx
-
(svn r11678) -Fix (r11674): [OSX] fixed compilation draftFri, 21 Dec 2007 22:08:59 +0000, by bjarni
-
(svn r11677) -Codechange: move price and command related types/functions to their respective places. draftFri, 21 Dec 2007 21:50:46 +0000, by rubidium
-
(svn r11676) -Fix (r11674): some references to macros.h were left draftFri, 21 Dec 2007 21:16:14 +0000, by glx
-
(svn r11675) -Codechange: split the string types from the string functions. draftFri, 21 Dec 2007 19:49:27 +0000, by rubidium
-
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. draftFri, 21 Dec 2007 19:21:21 +0000, by rubidium
-
(svn r11673) -Codechange: move the overflow safe type to a separate file. draftFri, 21 Dec 2007 08:34:53 +0000, by rubidium
-
(svn r11672) -Codechange: refactor some stuff out of gui.h. draftFri, 21 Dec 2007 07:38:36 +0000, by rubidium
-
(svn r11671) -Fix: sometimes a vehicle was selected in the vehicle list when it was opened draftThu, 20 Dec 2007 22:45:56 +0000, by smatz
-
(svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too draftWed, 19 Dec 2007 23:35:14 +0000, by smatz
-
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h draftWed, 19 Dec 2007 23:26:02 +0000, by rubidium
-
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. draftWed, 19 Dec 2007 20:45:46 +0000, by rubidium
-
(svn r11666) -Fix (r11504): when removing buoys, return to water or canal depending on their owner draftWed, 19 Dec 2007 02:41:25 +0000, by glx
-
(svn r11665) -Fix: Animation informations should not be copied from original industry tile spec, while doing an action 00, industry tile, prop 08. draftTue, 18 Dec 2007 21:25:44 +0000, by belugas
-
(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places. draftTue, 18 Dec 2007 20:58:12 +0000, by rubidium
-
(svn r11663) -Codechange: moving of the road related types and functions. draftTue, 18 Dec 2007 20:38:16 +0000, by rubidium
-
(svn r11662) -Codechange: move some rail types/related functions around. draftTue, 18 Dec 2007 20:10:21 +0000, by rubidium
-
(svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. draftTue, 18 Dec 2007 19:52:14 +0000, by rubidium
-
(svn r11660) -Change: english -> english (uk), english_us ->english (us) draftTue, 18 Dec 2007 18:08:51 +0000, by miham
-
(svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled draftTue, 18 Dec 2007 18:02:00 +0000, by smatz
-
(svn r11657) -Fix: show better error message when trying to convert rail draftMon, 17 Dec 2007 22:29:27 +0000, by smatz
-
(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLevel can be used in some iterations draftMon, 17 Dec 2007 22:04:07 +0000, by smatz
-
(svn r11655) -Update: WebTranslator2 update to 2007-12-17 20:16:03 draftMon, 17 Dec 2007 19:16:53 +0000, by miham
-
(svn r11654) -Change: renaming american languagefile to english_US draftMon, 17 Dec 2007 18:49:51 +0000, by miham
-
(svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at compile time. draftMon, 17 Dec 2007 07:47:21 +0000, by egladil
-
(svn r11652) -Codechange: add the svn $ header for several files draftMon, 17 Dec 2007 01:35:45 +0000, by smatz
-
(svn r11651) -Codechange [FS#1555]: implement GRF parameter querying for industries and fix a 'bug' as side effect. draftSun, 16 Dec 2007 23:10:30 +0000, by rubidium
-
(svn r11650) -Fix: 'initialised' NewGRFs could still be deactivated in the later 'activation' pass. draftSun, 16 Dec 2007 22:21:34 +0000, by rubidium
-
(svn r11649) -Codechange: some code can be simplified thanks to changes in r11642 draftSun, 16 Dec 2007 19:30:42 +0000, by smatz
-
(svn r11648) -Fix [FS#1560]: the company password was not set when one pressed the enter key. draftSun, 16 Dec 2007 19:28:07 +0000, by rubidium
-
(svn r11647) -Fix (r11646): it did not compile without freetype... draftSun, 16 Dec 2007 19:21:28 +0000, by rubidium
-
(svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen. draftSun, 16 Dec 2007 18:38:19 +0000, by rubidium
-
(svn r11645) -Fix (r8128): station ground tiles may have transparency or company colour draftSun, 16 Dec 2007 17:50:09 +0000, by glx
-
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h draftSun, 16 Dec 2007 15:38:51 +0000, by smatz
-
(svn r11643) -Codechange: conform with the coding style for the WP macro uses. draftSun, 16 Dec 2007 10:54:08 +0000, by rubidium
-
(svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so remove useless checks draftSat, 15 Dec 2007 23:11:18 +0000, by smatz
-
(svn r11641) -Add: configure time parameter to enable some desync debugging functionality. draftSat, 15 Dec 2007 22:42:12 +0000, by rubidium
-
(svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp draftSat, 15 Dec 2007 22:05:02 +0000, by rubidium
-
(svn r11639) -Codechange: simplify EnsureNoVehicleOnGround draftSat, 15 Dec 2007 20:30:43 +0000, by smatz
-
(svn r11638) -Codechange: use faster check in SignalVehicleCheck for tunnel/bridge draftSat, 15 Dec 2007 19:46:34 +0000, by smatz
-
(svn r11637) -Fix: mark viewports dirty when removing visible vehicle chain draftSat, 15 Dec 2007 16:11:29 +0000, by smatz
-
(svn r11636) -Fix: it was possible to build/remove road/tram in tunnel/bridge when there was vehicle in it draftSat, 15 Dec 2007 13:59:38 +0000, by smatz
-
(svn r11635) -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo) draftSat, 15 Dec 2007 03:42:41 +0000, by belugas
-
(svn r11634) -Fix: update signals when deleting crashed train on a bridge, update even when train is rotated draftSat, 15 Dec 2007 00:04:01 +0000, by smatz
-
(svn r11633) -Codechange: merge CheckTunnelEmpty and IsVehicleOnBridge into GetVehicleTunnelBridge draftFri, 14 Dec 2007 23:21:20 +0000, by smatz
-
(svn r11632) -Fix [FS#1541]: vehicles were still followed when sold. draftFri, 14 Dec 2007 21:11:30 +0000, by rubidium
-
(svn r11631) -Fix (r11585, r11626): remove MSVC warnings draftFri, 14 Dec 2007 00:25:00 +0000, by glx
-
(svn r11630) -Fix [FS#1544] (r11556): the chat GUI got broken. draftThu, 13 Dec 2007 23:26:00 +0000, by rubidium
-
(svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor. draftThu, 13 Dec 2007 18:46:04 +0000, by rubidium