Mercurial > hg > openttd
graph
-
(svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent. draftFri, 20 Jul 2007 16:50:11 +0000, by belugas
-
(svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE. draftFri, 20 Jul 2007 16:08:28 +0000, by belugas
-
(svn r10635) -Codechange: Correct some typos and code beautifying (a little bit) draftFri, 20 Jul 2007 14:49:41 +0000, by belugas
-
(svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way. draftThu, 19 Jul 2007 17:28:55 +0000, by peter1138
-
(svn r10627) -Fix [FS#1052]: be consistent with the space between the company name and the player number, i.e. always put a space between them. draftThu, 19 Jul 2007 17:27:49 +0000, by rubidium
-
(svn r10626) -Update: WebTranslator2 update to 2007-07-19 19:23:12 draftThu, 19 Jul 2007 17:23:28 +0000, by miham
-
(svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat). draftThu, 19 Jul 2007 16:24:48 +0000, by rubidium
-
(svn r10622) -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window. draftThu, 19 Jul 2007 01:47:32 +0000, by belugas
-
(svn r10621) -Codechange: install a struct holding the user's selection from _fund_gui. draftThu, 19 Jul 2007 01:35:48 +0000, by belugas
-
(svn r10620) -Update: WebTranslator2 update to 2007-07-18 19:37:17 draftWed, 18 Jul 2007 17:37:34 +0000, by miham
-
(svn r10619) -Codechange: Use shorter variable/member names and add some code separation. draftWed, 18 Jul 2007 17:05:23 +0000, by belugas
-
(svn r10618) -Fix(r10167): remove unneeded comment draftWed, 18 Jul 2007 16:02:42 +0000, by belugas
-
(svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment) draftWed, 18 Jul 2007 15:59:08 +0000, by belugas
-
(svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't like 'and') draftWed, 18 Jul 2007 02:08:56 +0000, by glx
-
(svn r10606) -Fix (r8826): plural and single cargo names were mixed up. draftTue, 17 Jul 2007 20:32:27 +0000, by peter1138
-
(svn r10605) -Fix [FS#1046]: also OpenBSD does not know wchar. Patch by Matthias. draftTue, 17 Jul 2007 16:59:21 +0000, by rubidium
-
(svn r10604) -Fix [FS#1044] (r9866): some industries produced cargo they should not be producing, which would result in the industry offering invalid cargo to a station resulting in crashes.. draftTue, 17 Jul 2007 08:18:57 +0000, by rubidium
-
(svn r10603) -Codechange: avoid direct access to _engine_info draftTue, 17 Jul 2007 06:56:09 +0000, by peter1138
-
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs. draftMon, 16 Jul 2007 23:55:22 +0000, by rubidium
-
(svn r10600) -Codechange: code-stylising the gui switch-case code draftMon, 16 Jul 2007 23:48:25 +0000, by belugas
-
(svn r10593) -Fix [FS#1038]: one could not remove locks that were build in a (very) old version of OpenTTD. draftMon, 16 Jul 2007 21:00:40 +0000, by rubidium
-
(svn r10592) -Update: WebTranslator2 update to 2007-07-16 19:35:30 draftMon, 16 Jul 2007 17:37:40 +0000, by miham
-
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files draftMon, 16 Jul 2007 13:51:17 +0000, by glx
-
(svn r10589) -Fix (Debian): --enable-install is not needed anymore. draftMon, 16 Jul 2007 13:48:12 +0000, by rubidium
-
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h draftMon, 16 Jul 2007 09:16:58 +0000, by rubidium
-
(svn r10584) -Fix: [Translations] Fixed translations screwed up by translator draftSun, 15 Jul 2007 18:14:21 +0000, by miham
-
(svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18 draftSun, 15 Jul 2007 17:17:44 +0000, by miham
-
(svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa) draftSun, 15 Jul 2007 11:45:38 +0000, by KUDr
-
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation draftSun, 15 Jul 2007 00:26:12 +0000, by belugas
-
(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries draftSun, 15 Jul 2007 00:19:40 +0000, by belugas
-
(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE draftSun, 15 Jul 2007 00:03:17 +0000, by belugas
-
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. draftSat, 14 Jul 2007 23:10:27 +0000, by rubidium
-
(svn r10563) -Fix: gcc 2.95 (which is still needed for MorphOS :() does have trouble with using the protected/private variables of the enclosing class (and super classes of that enclosing class). draftSat, 14 Jul 2007 20:40:11 +0000, by rubidium
-
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wchars, so disable all code that has to use wchars for MorphOS. draftSat, 14 Jul 2007 20:30:35 +0000, by rubidium
-
(svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts draftSat, 14 Jul 2007 20:21:02 +0000, by truelight
-
(svn r10559) -Update: WebTranslator2 update to 2007-07-14 19:32:31 draftSat, 14 Jul 2007 17:32:50 +0000, by miham
-
(svn r10552) -Fix [FS#1034, r10546]: opening Available Aircrafts segfaulted draftFri, 13 Jul 2007 19:06:12 +0000, by truelight
-
(svn r10550) -Update: WebTranslator2 update to 2007-07-13 18:55:52 draftFri, 13 Jul 2007 16:56:07 +0000, by miham
-
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions. draftFri, 13 Jul 2007 15:12:36 +0000, by rubidium
-
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen draftFri, 13 Jul 2007 15:02:22 +0000, by truelight
-
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly draftFri, 13 Jul 2007 15:01:16 +0000, by truelight
-
(svn r10546) -Fix [FS#1026]: you can now have both Available Train as Available Ship window open draftFri, 13 Jul 2007 14:51:55 +0000, by truelight
-
(svn r10542) -Codechange: use class member instead of global variable for null ticks value draftFri, 13 Jul 2007 13:03:20 +0000, by peter1138
-
(svn r10541) -Fix [FS#1028]: cargo payment rates overflow. draftFri, 13 Jul 2007 12:08:37 +0000, by rubidium
-
(svn r10537) -Backport r10536: added option for null-driver to configure how long it should run (-vnull:ticks=10000) draftFri, 13 Jul 2007 10:46:07 +0000, by truelight
-
(svn r10532) -Update: WebTranslator2 update to 2007-07-12 19:08:41 draftThu, 12 Jul 2007 17:08:56 +0000, by miham
-
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them. draftThu, 12 Jul 2007 13:40:24 +0000, by rubidium
-
(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries. draftThu, 12 Jul 2007 13:25:06 +0000, by rubidium
-
(svn r10520) -Fix: when a "can I build this industry tile here" callback did not fail, it doesn't automatically mean that the industry tile can be built there. draftThu, 12 Jul 2007 09:15:57 +0000, by rubidium
-
(svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map. draftThu, 12 Jul 2007 08:10:40 +0000, by rubidium
-
(svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful. draftThu, 12 Jul 2007 07:57:08 +0000, by rubidium
-
(svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land. draftThu, 12 Jul 2007 07:55:35 +0000, by rubidium
-
(svn r10516) -Fix: if doing a lookup for a ID, scan the whole range instead of only the "new" ones because the old ones could be overriden too. draftThu, 12 Jul 2007 07:53:53 +0000, by rubidium
-
(svn r10515) -Codechange: allow getting some more data about the environment of an industry. draftWed, 11 Jul 2007 23:10:22 +0000, by rubidium
-
(svn r10514) -Codechange: add support for getting the nearest industry with a given type. draftWed, 11 Jul 2007 22:57:47 +0000, by rubidium
-
(svn r10513) -Fix [FS#1022]: use vehicle subtile position to update cache, not tile, so that collision detection works on bridges and tunnels. draftWed, 11 Jul 2007 21:31:34 +0000, by peter1138
-
(svn r10510) -Update: WebTranslator2 update to 2007-07-11 19:01:42 draftWed, 11 Jul 2007 17:02:15 +0000, by miham