------------------------------------------------------------------------ r11670 | smatz | 2007-12-19 23:35:14 +0000 (Wed, 19 Dec 2007) | 1 line -Feature [FS#1565]: list neutral stations where the player has service in the station list too ------------------------------------------------------------------------ r11669 | rubidium | 2007-12-19 23:26:02 +0000 (Wed, 19 Dec 2007) | 2 lines -Codechange: refactor tile.h -> tile_type.h and tile_map.h ------------------------------------------------------------------------ r11668 | rubidium | 2007-12-19 20:45:46 +0000 (Wed, 19 Dec 2007) | 2 lines -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. ------------------------------------------------------------------------ r11667 | rubidium | 2007-12-19 19:44:29 +0000 (Wed, 19 Dec 2007) | 2 lines -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. ------------------------------------------------------------------------ r11666 | glx | 2007-12-19 02:41:25 +0000 (Wed, 19 Dec 2007) | 1 line -Fix (r11504): when removing buoys, return to water or canal depending on their owner ------------------------------------------------------------------------ r11665 | belugas | 2007-12-18 21:25:44 +0000 (Tue, 18 Dec 2007) | 2 lines -Fix: Animation informations should not be copied from original industry tile spec, while doing an action 00, industry tile, prop 08. Fix directly inspired by Csaboka ------------------------------------------------------------------------ r11664 | rubidium | 2007-12-18 20:58:12 +0000 (Tue, 18 Dec 2007) | 2 lines -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places. ------------------------------------------------------------------------ r11663 | rubidium | 2007-12-18 20:38:16 +0000 (Tue, 18 Dec 2007) | 2 lines -Codechange: moving of the road related types and functions. ------------------------------------------------------------------------ r11662 | rubidium | 2007-12-18 20:10:21 +0000 (Tue, 18 Dec 2007) | 2 lines -Codechange: move some rail types/related functions around. ------------------------------------------------------------------------ r11661 | rubidium | 2007-12-18 19:52:14 +0000 (Tue, 18 Dec 2007) | 2 lines -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. ------------------------------------------------------------------------ r11660 | miham | 2007-12-18 18:08:51 +0000 (Tue, 18 Dec 2007) | 1 line -Change: english -> english (uk), english_us ->english (us) ------------------------------------------------------------------------ r11659 | smatz | 2007-12-18 18:02:00 +0000 (Tue, 18 Dec 2007) | 1 line -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled ------------------------------------------------------------------------ r11658 | glx | 2007-12-17 23:30:25 +0000 (Mon, 17 Dec 2007) | 1 line -Fix (r11654): forgot project files ------------------------------------------------------------------------ r11657 | smatz | 2007-12-17 22:29:27 +0000 (Mon, 17 Dec 2007) | 2 lines -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 ------------------------------------------------------------------------ r11656 | smatz | 2007-12-17 22:04:07 +0000 (Mon, 17 Dec 2007) | 1 line -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLevel can be used in some iterations ------------------------------------------------------------------------ r11655 | miham | 2007-12-17 19:16:53 +0000 (Mon, 17 Dec 2007) | 6 lines -Update: WebTranslator2 update to 2007-12-17 20:16:03 danish - 22 fixed by ThomasA (22) estonian - 18 fixed, 47 changed by kristjans (65) italian - 4 changed by lorenzodv (4) norwegian_nynorsk - 20 fixed by pollux (20) ------------------------------------------------------------------------ r11654 | miham | 2007-12-17 18:49:51 +0000 (Mon, 17 Dec 2007) | 1 line -Change: renaming american languagefile to english_US ------------------------------------------------------------------------ r11653 | egladil | 2007-12-17 07:47:21 +0000 (Mon, 17 Dec 2007) | 1 line -Feature: [OSX] Allow windowed mode subdrivers to be disabled at compile time. ------------------------------------------------------------------------ r11652 | smatz | 2007-12-17 01:35:45 +0000 (Mon, 17 Dec 2007) | 1 line -Codechange: add the svn $ header for several files ------------------------------------------------------------------------ r11651 | rubidium | 2007-12-16 23:10:30 +0000 (Sun, 16 Dec 2007) | 2 lines -Codechange [FS#1555]: implement GRF parameter querying for industries and fix a 'bug' as side effect. ------------------------------------------------------------------------ r11650 | rubidium | 2007-12-16 22:21:34 +0000 (Sun, 16 Dec 2007) | 2 lines -Fix: 'initialised' NewGRFs could still be deactivated in the later 'activation' pass. ------------------------------------------------------------------------ r11649 | smatz | 2007-12-16 19:30:42 +0000 (Sun, 16 Dec 2007) | 1 line -Codechange: some code can be simplified thanks to changes in r11642 ------------------------------------------------------------------------ r11648 | rubidium | 2007-12-16 19:28:07 +0000 (Sun, 16 Dec 2007) | 2 lines -Fix [FS#1560]: the company password was not set when one pressed the enter key. ------------------------------------------------------------------------ r11647 | rubidium | 2007-12-16 19:21:28 +0000 (Sun, 16 Dec 2007) | 2 lines -Fix (r11646): it did not compile without freetype... ------------------------------------------------------------------------ r11646 | rubidium | 2007-12-16 18:38:19 +0000 (Sun, 16 Dec 2007) | 2 lines -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen. ------------------------------------------------------------------------ r11645 | glx | 2007-12-16 17:50:09 +0000 (Sun, 16 Dec 2007) | 1 line -Fix (r8128): station ground tiles may have transparency or company colour ------------------------------------------------------------------------ r11644 | smatz | 2007-12-16 15:38:51 +0000 (Sun, 16 Dec 2007) | 1 line -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h ------------------------------------------------------------------------ r11643 | rubidium | 2007-12-16 10:54:08 +0000 (Sun, 16 Dec 2007) | 2 lines -Codechange: conform with the coding style for the WP macro uses. ------------------------------------------------------------------------ r11642 | smatz | 2007-12-15 23:11:18 +0000 (Sat, 15 Dec 2007) | 1 line -Codechange: VehicleFromPos does check for v->tile == tile, so remove useless checks ------------------------------------------------------------------------ r11641 | rubidium | 2007-12-15 22:42:12 +0000 (Sat, 15 Dec 2007) | 2 lines -Add: configure time parameter to enable some desync debugging functionality. ------------------------------------------------------------------------ r11640 | rubidium | 2007-12-15 22:05:02 +0000 (Sat, 15 Dec 2007) | 2 lines -Fix: missed change of include when moving stuff to random_func.cpp ------------------------------------------------------------------------ r11639 | smatz | 2007-12-15 20:30:43 +0000 (Sat, 15 Dec 2007) | 1 line -Codechange: simplify EnsureNoVehicleOnGround ------------------------------------------------------------------------ r11638 | smatz | 2007-12-15 19:46:34 +0000 (Sat, 15 Dec 2007) | 1 line -Codechange: use faster check in SignalVehicleCheck for tunnel/bridge ------------------------------------------------------------------------ r11637 | smatz | 2007-12-15 16:11:29 +0000 (Sat, 15 Dec 2007) | 1 line -Fix: mark viewports dirty when removing visible vehicle chain ------------------------------------------------------------------------ r11636 | smatz | 2007-12-15 13:59:38 +0000 (Sat, 15 Dec 2007) | 1 line -Fix: it was possible to build/remove road/tram in tunnel/bridge when there was vehicle in it ------------------------------------------------------------------------ r11635 | belugas | 2007-12-15 03:42:41 +0000 (Sat, 15 Dec 2007) | 1 line -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo) ------------------------------------------------------------------------ r11634 | smatz | 2007-12-15 00:04:01 +0000 (Sat, 15 Dec 2007) | 1 line -Fix: update signals when deleting crashed train on a bridge, update even when train is rotated ------------------------------------------------------------------------ r11633 | smatz | 2007-12-14 23:21:20 +0000 (Fri, 14 Dec 2007) | 1 line -Codechange: merge CheckTunnelEmpty and IsVehicleOnBridge into GetVehicleTunnelBridge ------------------------------------------------------------------------ r11632 | rubidium | 2007-12-14 21:11:30 +0000 (Fri, 14 Dec 2007) | 2 lines -Fix [FS#1541]: vehicles were still followed when sold. ------------------------------------------------------------------------ r11631 | glx | 2007-12-14 00:25:00 +0000 (Fri, 14 Dec 2007) | 1 line -Fix (r11585, r11626): remove MSVC warnings ------------------------------------------------------------------------ r11630 | rubidium | 2007-12-13 23:26:00 +0000 (Thu, 13 Dec 2007) | 2 lines -Fix [FS#1544] (r11556): the chat GUI got broken. ------------------------------------------------------------------------