Mercurial > hg > openttd
graph
-
(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
-
(svn r12435) -Fix: do not remove the case from the Brazilian Portuguese translation while it is still in use. draftWed, 26 Mar 2008 16:46:33 +0000, by rubidium
-
(svn r12428) -Fix [FS#1878]: loading from the config file could fail even when the data is correct. Patch by Dominik. draftWed, 26 Mar 2008 11:50:53 +0000, by rubidium
-
(svn r12426) -Cleanup: sprinkle some coding style over a few files. draftWed, 26 Mar 2008 10:38:31 +0000, by rubidium
-
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik. draftWed, 26 Mar 2008 10:08:17 +0000, by rubidium
-
(svn r12421) -Feature: [autoreplace] the autoreplace button in train depots will now also replace wagons even if they aren't connected to a locomotive draftTue, 25 Mar 2008 21:58:13 +0000, by bjarni
-
(svn r12420) -Cleanup: Fix the indentation, improve a variable name, and add a NOT_REACHED to DeterminePluralForm. draftTue, 25 Mar 2008 19:56:16 +0000, by maedhros
-
(svn r12419) -Cleanup: of the internal road-piece building and removing. draftTue, 25 Mar 2008 18:59:25 +0000, by skidd13
-
(svn r12417) -Fix: Add a new plural rule for Icelandic. draftTue, 25 Mar 2008 17:39:02 +0000, by maedhros
-
(svn r12410) -Codechange: abstract out the test for catenary on electric rails draftTue, 25 Mar 2008 12:10:13 +0000, by peter1138
-
(svn r12408) -Update: WebTranslator2 update to 2008-03-25 09:44:24 draftTue, 25 Mar 2008 08:45:21 +0000, by miham
-
(svn r12407) -Add [FS#1866]: more language flags for servers draftMon, 24 Mar 2008 20:30:08 +0000, by glx
-
(svn r12405) -Codechange: some coding style and 'untodoifying' some comments that were certainly not todos. draftMon, 24 Mar 2008 06:52:52 +0000, by rubidium
-
(svn r12404) -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now. draftMon, 24 Mar 2008 06:38:20 +0000, by rubidium
-
(svn r12403) -Codechange: unmisuse a variable in the chat window and make the code a little cleaner. draftMon, 24 Mar 2008 06:32:53 +0000, by rubidium
-
(svn r12402) -Fix: some toolbars didn't seem to show anymore. draftMon, 24 Mar 2008 05:59:42 +0000, by rubidium
-
(svn r12399) -Fix: some old DOS savegame didn't load properly due to 'garbage' that was sprinkled in some places. draftSun, 23 Mar 2008 21:31:43 +0000, by rubidium
-
(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik. draftSun, 23 Mar 2008 07:35:29 +0000, by rubidium
-
(svn r12397) -Codechange [FS#1856]: enumify widget number for time tables. Patch by Phil Sophus. draftSun, 23 Mar 2008 06:56:33 +0000, by rubidium
-
(svn r12396) -Codechange: change a few things to reflect that we aren't aiming for 0.6 anymore in trunk. draftSat, 22 Mar 2008 19:54:50 +0000, by rubidium
-
(svn r12394) -Fix: make the style of the changelog more uniform. draftSat, 22 Mar 2008 16:24:36 +0000, by rubidium
-
(svn r12393) -Fix [FS#1872]: Vehicle lists related to stations not closed when the station is deleted. draftSat, 22 Mar 2008 16:23:47 +0000, by rubidium
-
(svn r12392) -Fix (r12391): Remove yapf/follow_track.cpp again. draftSat, 22 Mar 2008 11:29:03 +0000, by maedhros
-
(svn r12391) -Feature: Show whether a town is a "city" in the town description title bar. draftSat, 22 Mar 2008 11:27:46 +0000, by maedhros
-
(svn r12390) -Fix [FS#1851]: trams failing to turn on bridge heads/tunnel entrances. draftSat, 22 Mar 2008 10:56:08 +0000, by rubidium
-
(svn r12389) -Codechange: remove unneeded code from the Cheat window handling and bring it in line with the coding guidelines. draftSat, 22 Mar 2008 10:50:50 +0000, by rubidium
-
(svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback. draftFri, 21 Mar 2008 11:10:36 +0000, by maedhros
-
(svn r12387) -Update: WebTranslator2 update to 2008-03-21 00:20:05 draftThu, 20 Mar 2008 23:20:46 +0000, by miham
-
(svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot draftWed, 19 Mar 2008 20:50:19 +0000, by smatz
-
(svn r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken. draftWed, 19 Mar 2008 20:46:56 +0000, by peter1138