log

age author description
Mon, 16 Jul 2007 23:48:25 +0000 belugas (svn r10600) -Codechange: code-stylising the gui switch-case code draft
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. draft
Mon, 16 Jul 2007 17:37:40 +0000 miham (svn r10592) -Update: WebTranslator2 update to 2007-07-16 19:35:30 draft
Mon, 16 Jul 2007 13:51:17 +0000 glx (svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files draft
Mon, 16 Jul 2007 13:48:12 +0000 rubidium (svn r10589) -Fix (Debian): --enable-install is not needed anymore. draft
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h draft
Sun, 15 Jul 2007 18:14:21 +0000 miham (svn r10584) -Fix: [Translations] Fixed translations screwed up by translator draft
Sun, 15 Jul 2007 17:17:44 +0000 miham (svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18 draft
Sun, 15 Jul 2007 11:45:38 +0000 KUDr (svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa) draft
Sun, 15 Jul 2007 00:45:02 +0000 glx (svn r10575) -Fix r10573: misplaced ) draft
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 draft
Sun, 15 Jul 2007 00:19:40 +0000 belugas (svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries draft
Sun, 15 Jul 2007 00:03:17 +0000 belugas (svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE draft
Sat, 14 Jul 2007 23:10:27 +0000 rubidium (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. draft
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. draft
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). draft
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. draft
Sat, 14 Jul 2007 20:21:02 +0000 truelight (svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts draft
Sat, 14 Jul 2007 17:32:50 +0000 miham (svn r10559) -Update: WebTranslator2 update to 2007-07-14 19:32:31 draft
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. draft
Fri, 13 Jul 2007 19:06:12 +0000 truelight (svn r10552) -Fix [FS#1034, r10546]: opening Available Aircrafts segfaulted draft
Fri, 13 Jul 2007 16:56:07 +0000 miham (svn r10550) -Update: WebTranslator2 update to 2007-07-13 18:55:52 draft
Fri, 13 Jul 2007 15:12:36 +0000 rubidium (svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions. draft
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 draft
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 draft
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 draft
Fri, 13 Jul 2007 13:03:20 +0000 peter1138 (svn r10542) -Codechange: use class member instead of global variable for null ticks value draft
Fri, 13 Jul 2007 12:08:37 +0000 rubidium (svn r10541) -Fix [FS#1028]: cargo payment rates overflow. draft
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) draft
Thu, 12 Jul 2007 17:08:56 +0000 miham (svn r10532) -Update: WebTranslator2 update to 2007-07-12 19:08:41 draft
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. draft
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. draft
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. draft
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. draft
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. draft
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. draft
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. draft
Wed, 11 Jul 2007 23:10:22 +0000 rubidium (svn r10515) -Codechange: allow getting some more data about the environment of an industry. draft
Wed, 11 Jul 2007 22:57:47 +0000 rubidium (svn r10514) -Codechange: add support for getting the nearest industry with a given type. draft
Wed, 11 Jul 2007 21:31:34 +0000 peter1138 (svn r10513) -Fix [FS#1022]: use vehicle subtile position to update cache, not tile, so that collision detection works on bridges and tunnels. draft
Wed, 11 Jul 2007 17:02:15 +0000 miham (svn r10510) -Update: WebTranslator2 update to 2007-07-11 19:01:42 draft
Wed, 11 Jul 2007 16:37:20 +0000 peter1138 (svn r10509) -Codechange: cache expensive newgrf station variables during draft
Wed, 11 Jul 2007 15:03:29 +0000 rubidium (svn r10508) -Codechange: allow customizable animation schemes for industries. draft
Wed, 11 Jul 2007 08:35:14 +0000 rubidium (svn r10507) -Fix [FS#1019]: apparantly we used the wrong sprites for some pieces of the tram catenary (even though TTDP did so too). draft
Wed, 11 Jul 2007 08:20:57 +0000 rubidium (svn r10506) -Fix: the (manual) building of banks was always rejected. draft
Wed, 11 Jul 2007 02:13:00 +0000 belugas (svn r10505) -Fix(r10249)[FS#1016]: Town was still trying to gather information for tiles on which it could not build. aising the values to 2 will prevent further invasion of the water-at-the-edge :) draft
Wed, 11 Jul 2007 01:45:44 +0000 belugas (svn r10504) -Codechange: Shorten the test if no track bit has been found draft
Wed, 11 Jul 2007 00:36:03 +0000 belugas (svn r10503) -Codechange: Mark Callback CBID_INDUSTRY_FUND_MORE_TEXT (cb38) as implemented. draft
Tue, 10 Jul 2007 22:45:09 +0000 rubidium (svn r10502) -Fix [FS#1017]: trying to get the town from a tile that can never be associated with a town. draft
Tue, 10 Jul 2007 20:59:41 +0000 rubidium (svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command. draft
Tue, 10 Jul 2007 20:58:07 +0000 rubidium (svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc. draft
Tue, 10 Jul 2007 07:46:58 +0000 rubidium (svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour. draft
Tue, 10 Jul 2007 07:10:23 +0000 peter1138 (svn r10497) -Fix (FS#1013,r8464): Ship max speed wrongly shown (benc) draft
Tue, 10 Jul 2007 00:59:00 +0000 belugas (svn r10496) -Feature: Replace all the windows for Industry building by a more flexible one. draft
Tue, 10 Jul 2007 00:10:19 +0000 belugas (svn r10495) -Codechange: Add the Action 00 property handlers for Industries and Industry tiles draft
Mon, 09 Jul 2007 20:08:25 +0000 rubidium (svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs. draft
Mon, 09 Jul 2007 19:38:12 +0000 rubidium (svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments. draft
Mon, 09 Jul 2007 19:24:45 +0000 KUDr (svn r10492) -Fix [YAPF, r10491]: commands with no effect (glx) draft
Mon, 09 Jul 2007 18:57:12 +0000 KUDr (svn r10491) -Fix [FS#988, YAPF]: When rail segment was cached using electric engine and it ended with non-electric rail it was incorrectly cached with the end reason ESRB_DEAD_END instead of ESRB_RAIL_TYPE. (Eddi) draft
Mon, 09 Jul 2007 18:53:43 +0000 rubidium (svn r10490) -Codechange: add support for industries on non-flat surfaces. draft