Fri, 20 Jul 2007 17:25:07 +0000 belugas (svn r10640) -Fix(r10638): little typo...
Fri, 20 Jul 2007 17:14:03 +0000 belugas (svn r10639) -Codechange: Give meaninfull name to a magic number
Fri, 20 Jul 2007 16:50:11 +0000 belugas (svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent.
Fri, 20 Jul 2007 16:08:28 +0000 belugas (svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE.
Fri, 20 Jul 2007 14:49:41 +0000 belugas (svn r10635) -Codechange: Correct some typos and code beautifying (a little bit)
Thu, 19 Jul 2007 17:28:55 +0000 peter1138 (svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way.
Thu, 19 Jul 2007 17:27:49 +0000 rubidium (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.
Thu, 19 Jul 2007 17:23:28 +0000 miham (svn r10626) -Update: WebTranslator2 update to 2007-07-19 19:23:12
Thu, 19 Jul 2007 16:24:48 +0000 rubidium (svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat).
Thu, 19 Jul 2007 01:47:32 +0000 belugas (svn r10622) -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window.
Thu, 19 Jul 2007 01:35:48 +0000 belugas (svn r10621) -Codechange: install a struct holding the user's selection from _fund_gui.
Wed, 18 Jul 2007 17:37:34 +0000 miham (svn r10620) -Update: WebTranslator2 update to 2007-07-18 19:37:17
Wed, 18 Jul 2007 17:05:23 +0000 belugas (svn r10619) -Codechange: Use shorter variable/member names and add some code separation.
Wed, 18 Jul 2007 16:02:42 +0000 belugas (svn r10618) -Fix(r10167): remove unneeded comment
Wed, 18 Jul 2007 15:59:08 +0000 belugas (svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment)
Wed, 18 Jul 2007 02:08:56 +0000 glx (svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't like 'and')
Tue, 17 Jul 2007 20:32:27 +0000 peter1138 (svn r10606) -Fix (r8826): plural and single cargo names were mixed up.
Tue, 17 Jul 2007 16:59:21 +0000 rubidium (svn r10605) -Fix [FS#1046]: also OpenBSD does not know wchar. Patch by Matthias.
Tue, 17 Jul 2007 08:18:57 +0000 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..
Tue, 17 Jul 2007 06:56:09 +0000 peter1138 (svn r10603) -Codechange: avoid direct access to _engine_info
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Mon, 16 Jul 2007 23:48:25 +0000 belugas (svn r10600) -Codechange: code-stylising the gui switch-case code
Mon, 16 Jul 2007 21:00:40 +0000 rubidium (svn r10593) -Fix [FS#1038]: one could not remove locks that were build in a (very) old version of OpenTTD.
Mon, 16 Jul 2007 17:37:40 +0000 miham (svn r10592) -Update: WebTranslator2 update to 2007-07-16 19:35:30
Mon, 16 Jul 2007 13:51:17 +0000 glx (svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
Mon, 16 Jul 2007 13:48:12 +0000 rubidium (svn r10589) -Fix (Debian): --enable-install is not needed anymore.
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Sun, 15 Jul 2007 18:14:21 +0000 miham (svn r10584) -Fix: [Translations] Fixed translations screwed up by translator
Sun, 15 Jul 2007 17:17:44 +0000 miham (svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18
Sun, 15 Jul 2007 11:45:38 +0000 KUDr (svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa)
Sun, 15 Jul 2007 00:45:02 +0000 glx (svn r10575) -Fix r10573: misplaced )
Sun, 15 Jul 2007 00:26:12 +0000 belugas (svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation
Sun, 15 Jul 2007 00:19:40 +0000 belugas (svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries
Sun, 15 Jul 2007 00:03:17 +0000 belugas (svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE
Sat, 14 Jul 2007 23:10:27 +0000 rubidium (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf.
Sat, 14 Jul 2007 22:37:40 +0000 rubidium (svn r10566) -Fix [FS#1025]: a NewGRF could have a information message that is too long for the internal buffers to handle. We should not crash on such a case even though the message is too big for the window anyway.
Sat, 14 Jul 2007 20:40:11 +0000 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).
Sat, 14 Jul 2007 20:30:35 +0000 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.
Sat, 14 Jul 2007 20:21:02 +0000 truelight (svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts
Sat, 14 Jul 2007 17:32:50 +0000 miham (svn r10559) -Update: WebTranslator2 update to 2007-07-14 19:32:31
Fri, 13 Jul 2007 20:46:53 +0000 rubidium (svn r10555) -Codechange/Fix: add a soft limit of 4096 "entities" in a station's waiting queue and a hard limit of 32768 so (malicious) people cannot cause a "denial of service" attack by filling cargo lists.
Fri, 13 Jul 2007 19:06:12 +0000 truelight (svn r10552) -Fix [FS#1034, r10546]: opening Available Aircrafts segfaulted
Fri, 13 Jul 2007 16:56:07 +0000 miham (svn r10550) -Update: WebTranslator2 update to 2007-07-13 18:55:52
Fri, 13 Jul 2007 15:12:36 +0000 rubidium (svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
Fri, 13 Jul 2007 15:02:22 +0000 truelight (svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen
Fri, 13 Jul 2007 15:01:16 +0000 truelight (svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
Fri, 13 Jul 2007 14:51:55 +0000 truelight (svn r10546) -Fix [FS#1026]: you can now have both Available Train as Available Ship window open
Fri, 13 Jul 2007 13:03:20 +0000 peter1138 (svn r10542) -Codechange: use class member instead of global variable for null ticks value
Fri, 13 Jul 2007 12:08:37 +0000 rubidium (svn r10541) -Fix [FS#1028]: cargo payment rates overflow.
Fri, 13 Jul 2007 10:46:07 +0000 truelight (svn r10537) -Backport r10536: added option for null-driver to configure how long it should run (-vnull:ticks=10000)
Thu, 12 Jul 2007 17:08:56 +0000 miham (svn r10532) -Update: WebTranslator2 update to 2007-07-12 19:08:41
Thu, 12 Jul 2007 13:40:24 +0000 rubidium (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.
Thu, 12 Jul 2007 13:25:06 +0000 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.
Thu, 12 Jul 2007 09:15:57 +0000 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.
Thu, 12 Jul 2007 08:10:40 +0000 rubidium (svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map.
Thu, 12 Jul 2007 07:57:08 +0000 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.
Thu, 12 Jul 2007 07:55:35 +0000 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.
Thu, 12 Jul 2007 07:53:53 +0000 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.
Wed, 11 Jul 2007 23:10:22 +0000 rubidium (svn r10515) -Codechange: allow getting some more data about the environment of an industry.
Wed, 11 Jul 2007 22:57:47 +0000 rubidium (svn r10514) -Codechange: add support for getting the nearest industry with a given type.