------------------------------------------------------------------------ r2531 | miham | 2005-07-08 17:46:10 +0000 (Fri, 08 Jul 2005) | 1 line [Translators] Updated translations to 20050708 (1 lang(s)) ------------------------------------------------------------------------ r2530 | Darkvater | 2005-07-08 00:14:19 +0000 (Fri, 08 Jul 2005) | 1 line - Fix: [ 1219829 ] Mouse-wheel crashes OTTD. Widget detection failed to detect the most-right and most-bottom pixels of a widget. If scrollwheel is used on a not-found widget (such as the background of the toolbar), it will now fail correctly (glx) ------------------------------------------------------------------------ r2529 | Darkvater | 2005-07-07 22:15:34 +0000 (Thu, 07 Jul 2005) | 2 lines - Fix: PBS signals showed up as normal signals with the query tool - Update landscape_grid.html to show busy bits used by PBS. ------------------------------------------------------------------------ r2528 | Darkvater | 2005-07-07 22:14:37 +0000 (Thu, 07 Jul 2005) | 2 lines - Fix: TTDPatch games had garbage in _map3[hi]&0xF0 which interfered with OpenTTD PBS functionality; fixed in oldloader - Fix: TTD AI internals are still a puzzle and the AI in state 'SellVehicle' doesn't have a valid vehicle, so change the state to something harmless. Both fixed make sure that Megarail TTD scenario works ------------------------------------------------------------------------ r2527 | Darkvater | 2005-07-07 15:21:55 +0000 (Thu, 07 Jul 2005) | 1 line - Clarify map-description file. Bits are from left to right with the lowest bit on the left. Eg. 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... Is that clear? ------------------------------------------------------------------------ r2525 | hackykid | 2005-07-06 10:43:36 +0000 (Wed, 06 Jul 2005) | 2 lines - Fix: [pbs] Fix a mistake in the comments/docs. ------------------------------------------------------------------------ r2524 | Darkvater | 2005-07-06 10:41:56 +0000 (Wed, 06 Jul 2005) | 1 line - Add pbs.[ch] to VS.NET2003 and VS6 project files. ------------------------------------------------------------------------ r2523 | tron | 2005-07-06 06:18:53 +0000 (Wed, 06 Jul 2005) | 1 line Readd a comment which got lost in r2522 ------------------------------------------------------------------------ r2522 | tron | 2005-07-05 19:54:35 +0000 (Tue, 05 Jul 2005) | 1 line 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 ------------------------------------------------------------------------ r2521 | celestar | 2005-07-05 17:47:10 +0000 (Tue, 05 Jul 2005) | 2 lines -Codechange: Removed trailing "\n"s from DEBUG statements ------------------------------------------------------------------------ r2520 | miham | 2005-07-05 17:45:50 +0000 (Tue, 05 Jul 2005) | 1 line [Translators] Updated translations to 20050705 (14 lang(s)) ------------------------------------------------------------------------ r2519 | orudge | 2005-07-05 12:10:06 +0000 (Tue, 05 Jul 2005) | 1 line - Fix: Update OS/2 project with pbs.c ------------------------------------------------------------------------ r2518 | tron | 2005-07-05 11:09:18 +0000 (Tue, 05 Jul 2005) | 1 line Small cleanup ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------