------------------------------------------------------------------------ r2517 | hackykid | 2005-07-04 15:25:06 +0000 (Mon, 04 Jul 2005) | 2 lines - Fix: [pbs] Detect end-of-lines properly regarding depots. ------------------------------------------------------------------------ r2516 | hackykid | 2005-07-04 14:58:55 +0000 (Mon, 04 Jul 2005) | 4 lines - 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. - Feature: [pbs] Implement autoplacement of pbs blocks, when a block has an entry and an exit pbs signal, covert the entire block to pbs. Can be turned off in the patch settings. - Feature: [pbs] Allow showing of reserved status by making the tracks darker, when the pbs debug level is at least 1. ------------------------------------------------------------------------ r2515 | celestar | 2005-07-04 10:01:06 +0000 (Mon, 04 Jul 2005) | 2 lines -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. ------------------------------------------------------------------------ r2514 | matthijs | 2005-07-03 13:02:54 +0000 (Sun, 03 Jul 2005) | 4 lines - Codechange: [NPF] Move the checking of railtype into a funciton IsCompatibleRail(). - Codechange: [NPF] Check the railtype along a route against the engine type instead of against the previouse tile. This clears the way for electriefied rails. - Add: [NPF] [ 1209644 ] A penalty for crossings (peter1138) ------------------------------------------------------------------------ r2513 | tron | 2005-07-03 11:31:03 +0000 (Sun, 03 Jul 2005) | 1 line Small cleanup ------------------------------------------------------------------------ r2512 | tron | 2005-07-03 10:22:20 +0000 (Sun, 03 Jul 2005) | 1 line Small cleanup ------------------------------------------------------------------------ r2511 | tron | 2005-07-03 07:51:13 +0000 (Sun, 03 Jul 2005) | 1 line 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 ------------------------------------------------------------------------ r2510 | miham | 2005-07-02 17:45:05 +0000 (Sat, 02 Jul 2005) | 1 line [Translators] Updated translations to 20050702 (1 lang(s)) ------------------------------------------------------------------------ r2507 | celestar | 2005-07-02 13:03:56 +0000 (Sat, 02 Jul 2005) | 3 lines -Fix: Forgot to change an enum in rail.h in r2499 (thanks blathijs for pointing it out) ------------------------------------------------------------------------ r2506 | bjarni | 2005-07-01 18:16:16 +0000 (Fri, 01 Jul 2005) | 1 line - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX ------------------------------------------------------------------------ r2505 | tron | 2005-07-01 15:46:27 +0000 (Fri, 01 Jul 2005) | 1 line Remove some unnecessary #includes ------------------------------------------------------------------------ r2504 | tron | 2005-07-01 14:05:44 +0000 (Fri, 01 Jul 2005) | 1 line Move Draw*EngineInfo to engine_gui.c to reduce dependencies ------------------------------------------------------------------------ r2503 | tron | 2005-07-01 06:25:35 +0000 (Fri, 01 Jul 2005) | 1 line Small cleanup ------------------------------------------------------------------------ r2502 | tron | 2005-06-30 19:49:01 +0000 (Thu, 30 Jun 2005) | 1 line Small cleanup ------------------------------------------------------------------------ r2501 | tron | 2005-06-30 19:28:00 +0000 (Thu, 30 Jun 2005) | 1 line Forgot to change part of the win32 code in r2497 ------------------------------------------------------------------------ r2500 | miham | 2005-06-30 17:45:14 +0000 (Thu, 30 Jun 2005) | 1 line [Translators] Updated translations to 20050630 (1 lang(s)) ------------------------------------------------------------------------ r2499 | celestar | 2005-06-30 13:24:17 +0000 (Thu, 30 Jun 2005) | 1 line -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_hi for rails, in order to make way for pbs ------------------------------------------------------------------------ r2498 | tron | 2005-06-30 12:42:27 +0000 (Thu, 30 Jun 2005) | 1 line -Fix: [1230241] The console variable autoclean_unprotected was linked to the variable _network_autoclean_protected ------------------------------------------------------------------------ r2497 | tron | 2005-06-30 05:27:32 +0000 (Thu, 30 Jun 2005) | 1 line Use a struct array for palette entries instead of a flat byte array ------------------------------------------------------------------------ r2496 | tron | 2005-06-29 08:14:09 +0000 (Wed, 29 Jun 2005) | 1 line -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn ------------------------------------------------------------------------ r2495 | miham | 2005-06-28 17:45:15 +0000 (Tue, 28 Jun 2005) | 1 line [Translators] Updated translations to 20050628 (1 lang(s)) ------------------------------------------------------------------------ r2494 | hackykid | 2005-06-27 21:34:31 +0000 (Mon, 27 Jun 2005) | 2 lines - Fix: [newgrf] Dont assume a spriteset can only have 4 or 8 sprites. ------------------------------------------------------------------------