log

age author description
Wed, 06 Jul 2005 10:43:36 +0000 hackykid (svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs. draft
Wed, 06 Jul 2005 10:41:56 +0000 Darkvater (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files. draft
Wed, 06 Jul 2005 06:18:53 +0000 tron (svn r2523) Readd a comment which got lost in r2522 draft
Tue, 05 Jul 2005 19:54:35 +0000 tron (svn r2522) Reorganize sprite load and decompression in order to remove a special case from the sprite blitter, which decompressed certain sprites every time when blitting them draft
Tue, 05 Jul 2005 17:47:10 +0000 celestar (svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements draft
Tue, 05 Jul 2005 17:45:50 +0000 miham (svn r2520) [Translators] Updated translations to 20050705 (14 lang(s)) draft
Tue, 05 Jul 2005 12:10:06 +0000 orudge (svn r2519) - Fix: Update OS/2 project with pbs.c draft
Tue, 05 Jul 2005 11:09:18 +0000 tron (svn r2518) Small cleanup draft
Mon, 04 Jul 2005 15:25:06 +0000 hackykid (svn r2517) - Fix: [pbs] Detect end-of-lines properly regarding depots. draft
Mon, 04 Jul 2005 14:58:55 +0000 hackykid (svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows multiple trains within the same signal block, provided their paths dont intersect. For this the block must have all exit and entry signals be pbs signals. Place these by ctrl-clicking 4 times on a normal signal. draft
Mon, 04 Jul 2005 10:01:06 +0000 celestar (svn r2515) -Codechange: Removed a good deal of magic sprite numbers in the rail drawing code, and placed neatly into arrays and enums. This also makes way to implement more railtypes without having to do tons of ugly hacks. draft
Sun, 03 Jul 2005 13:02:54 +0000 matthijs (svn r2514) - Codechange: [NPF] Move the checking of railtype into a funciton IsCompatibleRail(). draft
Sun, 03 Jul 2005 11:31:03 +0000 tron (svn r2513) Small cleanup draft
Sun, 03 Jul 2005 10:22:20 +0000 tron (svn r2512) Small cleanup draft
Sun, 03 Jul 2005 07:51:13 +0000 tron (svn r2511) Fix an old bug in the PCX writer: The first pixel column contained garbage, the picture was shifted one to the right, and the last column was dropped draft
Sat, 02 Jul 2005 17:45:05 +0000 miham (svn r2510) [Translators] Updated translations to 20050702 (1 lang(s)) draft
Sat, 02 Jul 2005 13:03:56 +0000 celestar (svn r2507) -Fix: Forgot to change an enum in rail.h in r2499 (thanks blathijs for draft
Fri, 01 Jul 2005 18:16:16 +0000 bjarni (svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX draft
Fri, 01 Jul 2005 15:46:27 +0000 tron (svn r2505) Remove some unnecessary #includes draft
Fri, 01 Jul 2005 14:05:44 +0000 tron (svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependencies draft
Fri, 01 Jul 2005 06:25:35 +0000 tron (svn r2503) Small cleanup draft
Thu, 30 Jun 2005 19:49:01 +0000 tron (svn r2502) Small cleanup draft
Thu, 30 Jun 2005 19:28:00 +0000 tron (svn r2501) Forgot to change part of the win32 code in r2497 draft
Thu, 30 Jun 2005 17:45:14 +0000 miham (svn r2500) [Translators] Updated translations to 20050630 (1 lang(s)) draft
Thu, 30 Jun 2005 13:24:17 +0000 celestar (svn r2499) -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_hi for rails, in order to make way for pbs draft
Thu, 30 Jun 2005 12:42:27 +0000 tron (svn r2498) -Fix: [1230241] The console variable autoclean_unprotected was linked to the variable _network_autoclean_protected draft
Thu, 30 Jun 2005 05:27:32 +0000 tron (svn r2497) Use a struct array for palette entries instead of a flat byte array draft
Wed, 29 Jun 2005 08:14:09 +0000 tron (svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn draft
Tue, 28 Jun 2005 17:45:15 +0000 miham (svn r2495) [Translators] Updated translations to 20050628 (1 lang(s)) draft
Mon, 27 Jun 2005 21:34:31 +0000 hackykid (svn r2494) - Fix: [newgrf] Dont assume a spriteset can only have 4 or 8 sprites. draft
Mon, 27 Jun 2005 17:45:21 +0000 miham (svn r2493) [Translators] Updated translations to 20050627 (1 lang(s)) draft
Mon, 27 Jun 2005 06:57:24 +0000 tron (svn r2492) Remove some pointless casts and fix some nearby indentation draft
Sun, 26 Jun 2005 21:59:21 +0000 celestar (svn r2491) -Fix: Solved a performance problem introduced in r2467. While busy draft
Sun, 26 Jun 2005 17:45:13 +0000 miham (svn r2490) [Translators] Updated translations to 20050626 (2 lang(s)) draft
Sat, 25 Jun 2005 19:08:58 +0000 tron (svn r2489) static, bracing style and use clamp() draft
Sat, 25 Jun 2005 17:45:40 +0000 miham (svn r2488) [Translators] Updated translations to 20050625 (1 lang(s)) draft
Sat, 25 Jun 2005 16:44:57 +0000 tron (svn r2487) Replace TILE_XY by TileXY/TileDiffXY draft
Sat, 25 Jun 2005 06:15:43 +0000 tron (svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVirtXY draft
Fri, 24 Jun 2005 17:41:08 +0000 tron (svn r2485) Missed two uint -> TileIndex, thanks _Luca_ draft
Fri, 24 Jun 2005 13:55:29 +0000 orudge (svn r2484) - Fix: Update Watcom project file (add rail.c) draft
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" draft
Thu, 23 Jun 2005 18:32:41 +0000 miham (svn r2482) [Translators] Updated translations to 20050623 (1 lang(s)) draft
Thu, 23 Jun 2005 18:07:17 +0000 miham (svn r2481) [Translators] Updated translations to 20050623 draft
Thu, 23 Jun 2005 17:55:21 +0000 miham (svn r2480) [Test] Removed dummy file draft
Thu, 23 Jun 2005 17:48:54 +0000 miham (svn r2479) [Test of the new language-commiter system, please ignore it!] draft
Thu, 23 Jun 2005 13:35:41 +0000 miham (svn r2478) [Translations] Updated to 2005-06-23 (?? str / 10 langs) draft
Thu, 23 Jun 2005 13:21:10 +0000 truelight (svn r2477) -Nothing: SVN Mirror Test 2/2 draft
Thu, 23 Jun 2005 13:00:45 +0000 truelight (svn r2476) -Nothing: SVNMirror Test File draft
Thu, 23 Jun 2005 06:19:06 +0000 celestar (svn r2475) -Fix: [ 1214982 & 1217473 ] realistic acceleration problem. (glx) draft
Thu, 23 Jun 2005 01:26:54 +0000 hackykid (svn r2474) - Fix: [newgrf] Some road vehicle action 0 properties were loaded as the wrong type (int8,int16,int32) causing undefined results. (like cargo types being wrong) draft
Wed, 22 Jun 2005 22:38:18 +0000 matthijs (svn r2473) - Add: VehicleMayEnterTile(), which checks if the tile owner of a tile is correct for a vehicle to enter it. Based upon glx's code. draft
Wed, 22 Jun 2005 18:00:48 +0000 miham (svn r2472) [Translations] Updated to 2005-06-22 (1 str / 1 lang + 1 string modified in english.txt lately) draft
Wed, 22 Jun 2005 01:06:04 +0000 matthijs (svn r2471) - Fix: [ 1221249 ] [NPF] Vehicles try to drive into a tunnel entrance from above. draft
Tue, 21 Jun 2005 21:13:10 +0000 hackykid (svn r2470) - Fix: Display station signs correctly in smallest zoom level in transparent buildings or tranparant station signs mode. (Peter1138) draft
Tue, 21 Jun 2005 19:45:05 +0000 hackykid (svn r2469) - Add: When removing tracks with the 'remove' tool, have it automatically remove signals on the tracks. draft
Tue, 21 Jun 2005 16:28:17 +0000 celestar (svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer draft
Tue, 21 Jun 2005 14:50:08 +0000 hackykid (svn r2467) - Fix: [newgrf] Prevent trains with shorter wagons breaking apart when reversing in some cases. (Therax) draft
Tue, 21 Jun 2005 07:30:01 +0000 miham (svn r2466) [Translations] Updated to 2005-06-21 (37 strs / 2 langs) draft
Mon, 20 Jun 2005 20:09:46 +0000 tron (svn r2465) Remove some unreachable code draft
Mon, 20 Jun 2005 20:08:10 +0000 tron (svn r2464) Move definition of _inclined_tileh out of variables.h draft