log

age author description
Mon, 20 Jun 2005 19:39:49 +0000 Darkvater (svn r2463) - Fix: partly revert the strncat madness and update nightly script (invisible) to correctly insert date. draft
Mon, 20 Jun 2005 09:33:43 +0000 miham (svn r2462) [Translations] Updated to 2005-06-20 (202 strs / 5 langs) draft
Sun, 19 Jun 2005 17:05:24 +0000 bjarni (svn r2461) -Feature [Makefile] libpng-config can now be called something else in Makefile.config draft
Sun, 19 Jun 2005 11:56:07 +0000 hackykid (svn r2460) - Fix: Prevent assertion failure when trying to drag signals starting from a non-rail tile. draft
Sat, 18 Jun 2005 20:23:35 +0000 Darkvater (svn r2459) - Fix: windows title-bar did not correctly add date/revision for nightly build draft
Sat, 18 Jun 2005 15:08:35 +0000 truelight (svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this... draft
Sat, 18 Jun 2005 10:02:47 +0000 truelight (svn r2457) -Fix: typo in Makefile for OSX builds draft
Fri, 17 Jun 2005 17:11:05 +0000 matthijs (svn r2456) * Prettyfied npf.c using enums and wrappers from rail.h. draft
Fri, 17 Jun 2005 13:39:59 +0000 miham (svn r2455) [Translations] Updated to 2005-06-17 (100+ strs / 10+ langs) draft
Fri, 17 Jun 2005 11:30:50 +0000 matthijs (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c draft
Fri, 17 Jun 2005 09:53:22 +0000 matthijs (svn r2453) * CodeChange: Declared the lookup arrays in rail.h as extern, so the linker will complain if they are not defined (ie when rail.c is not included). draft
Fri, 17 Jun 2005 07:35:10 +0000 tron (svn r2452) Fix defect in r2448 which caused building tracks unexpectedly fail or succeed draft
Fri, 17 Jun 2005 00:46:33 +0000 matthijs (svn r2451) * Fix: Assertion caused by passing a trackdir where a track was expected. draft
Fri, 17 Jun 2005 00:22:46 +0000 matthijs (svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with calls to the associated wrapper functions. draft
Thu, 16 Jun 2005 20:54:37 +0000 matthijs (svn r2449) * Added an extra warning to the stopall command, "For debugging only!". draft
Thu, 16 Jun 2005 18:04:02 +0000 matthijs (svn r2448) General cleanup of rail related code, more to follow. draft
Thu, 16 Jun 2005 17:53:40 +0000 matthijs (svn r2447) * Add: [NPF] Penalty for road vehicles making turns. draft
Thu, 16 Jun 2005 01:25:01 +0000 matthijs (svn r2446) * Made os/debian/rules executable. draft
Thu, 16 Jun 2005 00:54:19 +0000 matthijs (svn r2445) * Add: "stopall" console command, which forcibly stops all vehicles (useful for debugging). draft
Wed, 15 Jun 2005 17:27:14 +0000 hackykid (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'flags' parameter of DrawFrameRect(). (_Abraxa_) draft
Wed, 15 Jun 2005 17:18:32 +0000 celestar (svn r2443) -Fix: somehow I delete one line too many :( draft
Wed, 15 Jun 2005 17:09:24 +0000 miham (svn r2442) [Translations] Updated to 2005-06-15 #2. (27+X strs / all lang) draft
Wed, 15 Jun 2005 16:58:15 +0000 celestar (svn r2441) -Feature: You can now give transfer order to set up feeder systems draft
Wed, 15 Jun 2005 14:04:48 +0000 hackykid (svn r2440) - Fix: [newgrf] Fix the spritesorter to handle overlapping sprites properly, this fixes display problems with really short wagons. (algorithm by patchman, ported by therax) draft
Wed, 15 Jun 2005 09:28:02 +0000 miham (svn r2439) [Translations] Updated to 2005-06-15 (6 strs / 3 lang) draft
Tue, 14 Jun 2005 10:59:05 +0000 hackykid (svn r2438) - Feature: New display option, 'transparent station signs', makes station signs transparent instead of using a solid bar to draw text on (peter1138) draft
Fri, 10 Jun 2005 07:41:26 +0000 miham (svn r2437) [Translations] Updated to 2005-06-10 (28 strs / 5 lang) draft
Thu, 09 Jun 2005 13:54:08 +0000 Darkvater (svn r2436) - Fix: Deleting canals under bridges removes bridges first in certain configurations (peter1138) draft
Wed, 08 Jun 2005 15:13:50 +0000 miham (svn r2435) [Translations] Updated to 2005-06-08 (11 strs / 1 lang) draft
Wed, 08 Jun 2005 09:03:29 +0000 tron (svn r2434) Fix some defects in r2433 draft
Tue, 07 Jun 2005 21:37:00 +0000 Darkvater (svn r2433) - CodeChange: unmagicify all road/train crossings with IsLevelCrossing() function (peter1138) draft
Tue, 07 Jun 2005 18:13:49 +0000 tron (svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[] draft
Tue, 07 Jun 2005 16:44:54 +0000 hackykid (svn r2431) - Fix: [newgrf] clamp() instead of assert() on the result of the vehicle length calculation, as it can depend on external input. (thanks tron) draft
Tue, 07 Jun 2005 16:11:19 +0000 miham (svn r2430) [Translations] Updated to 2005-06-07 (118 strs / 8 langs) draft
Tue, 07 Jun 2005 01:21:56 +0000 hackykid (svn r2429) - Fix: Oops, forgot to increase the size of the autoreplace window to fit the extra info from powered wagons. draft
Mon, 06 Jun 2005 22:44:11 +0000 hackykid (svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), and the callback that goes with it. draft
Mon, 06 Jun 2005 21:32:04 +0000 hackykid (svn r2427) - Fix: CmdMoveRailVehice; Prevent possible assertion failure when moving vehicles within one chain. draft
Mon, 06 Jun 2005 19:18:40 +0000 miham (svn r2426) [Translations] Updated to 2005-06-06 #2. (133 strs / 12 langs) draft
Mon, 06 Jun 2005 17:30:52 +0000 Darkvater (svn r2425) - Fix (regression): wrong sprite for level-land cursor (thx Tron) draft
Mon, 06 Jun 2005 15:58:58 +0000 Darkvater (svn r2424) - Fix: backport the smallmap_gui.c changes from the map/ branch into trunk. This also implicitely fixes the bug where the game would crash in certain resolutions with certain minimap masks when dragged partly outside the game-area. draft
Mon, 06 Jun 2005 14:26:15 +0000 hackykid (svn r2423) - CodeChange: Include first_engine in the train cache, instead of calculating it all over the place. draft
Mon, 06 Jun 2005 14:11:15 +0000 Darkvater (svn r2422) - Codechange: magic number fix in network window (anonymous) draft
Mon, 06 Jun 2005 14:07:50 +0000 Darkvater (svn r2421) - how come you didn't get committed you evil file? Be gone! draft
Mon, 06 Jun 2005 13:47:06 +0000 Darkvater (svn r2420) - Codechange: magic number elminitation of cursorsprites. draft
Mon, 06 Jun 2005 13:11:35 +0000 Darkvater (svn r2419) - Fix: saving no longer changes your cursor if it is in a non-mouse state. draft
Mon, 06 Jun 2005 12:27:47 +0000 Darkvater (svn r2418) - Fix: typo draft
Mon, 06 Jun 2005 12:11:44 +0000 Darkvater (svn r2417) - Fix: threads on morphos are apparently unexistent, so implement stubs for them (tokai) draft
Mon, 06 Jun 2005 05:29:06 +0000 miham (svn r2416) [Translations] Updated to 2005-06-06 (lots of strings has changed in english, therefore further changes ahead..) draft
Mon, 06 Jun 2005 01:31:36 +0000 hackykid (svn r2415) - Fix: [newgrf] Powered Wagons - Don't assume an undefined callback will fail. draft
Mon, 06 Jun 2005 00:19:24 +0000 hackykid (svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback that goes with it. draft
Sun, 05 Jun 2005 23:01:10 +0000 hackykid (svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, make it easyer to add lines later. draft
Sun, 05 Jun 2005 20:45:04 +0000 hackykid (svn r2412) - Fix: [ 1214948 ] building vehicles without depot crashes game. (Chris Huebsch) draft
Sun, 05 Jun 2005 15:37:00 +0000 hackykid (svn r2411) - Codechange: Have trains cache stuff like consist power/weight/max speed instead of recalculating it each time. draft
Sun, 05 Jun 2005 05:35:12 +0000 hackykid (svn r2410) - Fix: [newgrf] When resolving callbacks, dont ignore wagon overrides. draft
Sat, 04 Jun 2005 12:14:51 +0000 tron (svn r2409) Missed one _map_owner -> IsTileOwner() draft
Sat, 04 Jun 2005 12:13:24 +0000 tron (svn r2408) Introduce SetTileOwner() and use it draft
Sat, 04 Jun 2005 11:56:32 +0000 tron (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner draft
Sat, 04 Jun 2005 07:36:28 +0000 miham (svn r2406) [Translations] Updated to 2005-06-04 (42 strs / 11 langs) draft
Sat, 04 Jun 2005 07:35:12 +0000 tron (svn r2405) Simplify a few '? true : false' and '? false : true', especially the latter is confusing draft
Fri, 03 Jun 2005 22:43:59 +0000 tron (svn r2404) assert that GetTileOwner() isn't called for tiles, which don't store owner information draft