Mercurial > hg > openttd
graph
-
(svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts. draftWed, 02 Apr 2008 14:13:15 +0000, by frosch
-
(svn r12540) -Codechange: Enumify some values in original pathfinder and remove an unused variable. draftWed, 02 Apr 2008 13:57:25 +0000, by frosch
-
(svn r12537) -Cleanup: comment newgrf_config.h a bit draftWed, 02 Apr 2008 00:13:44 +0000, by smatz
-
(svn r12535) -Fix: A little typo and 4 omissions on bridge sprites. draftTue, 01 Apr 2008 17:21:24 +0000, by belugas
-
(svn r12534) -Feature: Add a new type of town road layouts - random for each town draftTue, 01 Apr 2008 16:27:01 +0000, by skidd13
-
(svn r12533) -Cleanup: Remove some wizardry from default ai by using existings enums and helper functions. draftTue, 01 Apr 2008 15:03:59 +0000, by frosch
-
(svn r12532) -Cleanup: Replace two tables of magic values with already existing functions. draftTue, 01 Apr 2008 14:47:57 +0000, by frosch
-
(svn r12531) -Codechange: Rename some variables for consistency. draftTue, 01 Apr 2008 14:03:20 +0000, by frosch
-
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future draftMon, 31 Mar 2008 16:07:50 +0000, by skidd13
-
(svn r12513) -Codechange: rename OriginalTileRandomiser something more descriptive draftMon, 31 Mar 2008 15:10:24 +0000, by skidd13
-
(svn r12499) -Codechange: some coding style tweaks for network_internal.h. draftMon, 31 Mar 2008 07:11:18 +0000, by rubidium
-
(svn r12498) -Codechange: bring a little 'order' to openttd.cpp's includes and do not 'define' VARDEF for files that do not have them anymore. draftMon, 31 Mar 2008 07:03:35 +0000, by rubidium
-
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). draftMon, 31 Mar 2008 06:42:26 +0000, by rubidium
-
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. draftMon, 31 Mar 2008 00:17:39 +0000, by rubidium
-
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h. draftMon, 31 Mar 2008 00:06:17 +0000, by rubidium
-
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h. draftSun, 30 Mar 2008 23:24:18 +0000, by rubidium
-
(svn r12486) -Fix: the copyright date wasn't set correctly in ottdres.rc. draftSun, 30 Mar 2008 17:37:50 +0000, by rubidium
-
(svn r12483) -Change: disable stripping of binaries by default so we have a (much) better chance of actually getting something useful out of OSX stacktraces. draftSat, 29 Mar 2008 21:50:14 +0000, by rubidium
-
(svn r12482) -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either draftFri, 28 Mar 2008 22:59:43 +0000, by bjarni
-
(svn r12480) -Change: enable and show asserts in crash.log for MSVC releases by default draftFri, 28 Mar 2008 21:28:32 +0000, by glx
-
(svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the industry view window. The window is now shown the correct size so the resize button is also removed. draftFri, 28 Mar 2008 19:37:12 +0000, by peter1138
-
(svn r12477) -Fix [FS#1883]: timetable times for aircraft were always doubled. draftFri, 28 Mar 2008 18:43:01 +0000, by rubidium
-
(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h. draftFri, 28 Mar 2008 18:00:38 +0000, by rubidium
-
(svn r12475) -Codechange: cleanup coding style in news_gui.cpp. draftFri, 28 Mar 2008 16:45:20 +0000, by rubidium
-
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h. draftFri, 28 Mar 2008 16:41:12 +0000, by rubidium
-
(svn r12473) -Codechange: move EngineList to a more logical location. draftFri, 28 Mar 2008 16:39:19 +0000, by rubidium
-
(svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo. draftFri, 28 Mar 2008 16:38:18 +0000, by rubidium
-
(svn r12471) -Codechange: move SignID to a more logical location. draftFri, 28 Mar 2008 16:36:59 +0000, by rubidium
-
(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h. draftFri, 28 Mar 2008 16:36:32 +0000, by rubidium
-
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h. draftFri, 28 Mar 2008 16:34:50 +0000, by rubidium
-
(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h. draftFri, 28 Mar 2008 16:33:28 +0000, by rubidium
-
(svn r12467) -Codechange: move DepotID to a more logical location. draftFri, 28 Mar 2008 16:32:27 +0000, by rubidium
-
(svn r12466) -Codechange: move DestinationID to a more logical location. draftFri, 28 Mar 2008 16:31:26 +0000, by rubidium
-
(svn r12464) -Change: remove an include that doesn't define anything anyway. draftFri, 28 Mar 2008 11:09:14 +0000, by rubidium
-
(svn r12461) -Change: add (quite) some missing headers to the MSVC project files. draftFri, 28 Mar 2008 09:43:06 +0000, by rubidium
-
(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist. draftFri, 28 Mar 2008 09:15:08 +0000, by rubidium
-
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h. draftFri, 28 Mar 2008 08:53:36 +0000, by rubidium
-
(svn r12458) -Codechange: split acquiring the sprite ID for cargos from the actual drawing of them. draftFri, 28 Mar 2008 04:57:32 +0000, by rubidium
-
(svn r12457) -Codechange: Move signal enums on their own header. draftFri, 28 Mar 2008 03:23:49 +0000, by belugas
-
(svn r12456) -Update: apply english.txt changes from r12455 to other languages draftFri, 28 Mar 2008 02:47:54 +0000, by glx
-
(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type display for industries) draftFri, 28 Mar 2008 02:30:10 +0000, by glx
-
(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this chain of vehicles with the same ID' (thx DaleStan) draftFri, 28 Mar 2008 02:10:25 +0000, by glx
-
(svn r12453) -Fix [FS#1880]: Remove broken endian-dependent code and unnecessary rgb to bgr swapping. draftFri, 28 Mar 2008 01:22:47 +0000, by peter1138
-
(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only. draftThu, 27 Mar 2008 21:36:16 +0000, by glx
-
(svn r12451) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops draftThu, 27 Mar 2008 19:02:18 +0000, by peter1138
-
(svn r12450) -Codechange: Use a pointer instead of several array dereferences. draftThu, 27 Mar 2008 17:51:20 +0000, by peter1138
-
(svn r12449) -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: Diificulty level draftThu, 27 Mar 2008 17:06:35 +0000, by belugas
-
(svn r12448) -Change: add a spec file for RPMs. The spec file replaces the SuSE and Mandrake versions as these distributions are also supported by the new spec file. New spec file by Denis Burlaka. draftThu, 27 Mar 2008 16:09:15 +0000, by rubidium
-
(svn r12447) -Add: company colours to hangars and road depots; train depots already have them. draftThu, 27 Mar 2008 15:59:56 +0000, by rubidium
-
(svn r12446) -Feature: Add +/- toggle buttons to station cargo waiting list to show/hide the detailed transferred cargo information. draftThu, 27 Mar 2008 15:51:11 +0000, by peter1138
-
(svn r12445) -Fix: Add missing compile asserts for window data structs draftThu, 27 Mar 2008 15:48:54 +0000, by peter1138
-
(svn r12443) -Add: OpenTTDs version to openttd.cfg, just so we do not need to keep to ask people for their version number because it's likely they give you the wrong answer anyway. draftThu, 27 Mar 2008 15:29:42 +0000, by rubidium
-
(svn r12442) -Feature: Allow build leveled roads on slopes for the old ai draftThu, 27 Mar 2008 14:46:27 +0000, by skidd13
-
(svn r12441) -Feature: open the time table when pressing the order button while pressing the CTRL key. Patch by Phil Sophus. draftThu, 27 Mar 2008 14:34:29 +0000, by rubidium
-
(svn r12440) -Fix [FS#1694]: Make the road building and road removing conditions more union draftThu, 27 Mar 2008 14:26:31 +0000, by skidd13
-
(svn r12439) -Fix [FS#1871]: do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection). Patch by Icosikai. draftThu, 27 Mar 2008 14:10:09 +0000, by rubidium