log

age author description
Thu, 14 Jul 2005 06:10:23 +0000 tron (svn r2563) -Fix: [1209084] Spaces in the path to the MIDI files caused the win32 MIDI player to fail draft
Wed, 13 Jul 2005 20:41:44 +0000 ludde (svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now. draft
Wed, 13 Jul 2005 20:35:52 +0000 ludde (svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore. draft
Wed, 13 Jul 2005 19:51:31 +0000 ludde (svn r2560) Fix: various minor code changes. draft
Wed, 13 Jul 2005 18:46:51 +0000 ludde (svn r2559) Cleaned up new saveload code for the map draft
Wed, 13 Jul 2005 18:04:01 +0000 tron (svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes. draft
Wed, 13 Jul 2005 09:51:01 +0000 celestar (svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile draft
Tue, 12 Jul 2005 21:27:56 +0000 Darkvater (svn r2556) -Fix: update newline style of new files to native. Don't forget this when you add a new file! 'svn ps svn:eol-style native <file>' draft
Tue, 12 Jul 2005 21:13:30 +0000 tron (svn r2555) Initialise since r2553 uninitialised variable and remove since r2553 unused array (ludde) draft
Tue, 12 Jul 2005 20:41:17 +0000 ludde (svn r2554) - Fix: [pathfinding] Change to using some helper functions for checking the railtype. draft
Tue, 12 Jul 2005 20:28:19 +0000 ludde (svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced old pathfinder. draft
Tue, 12 Jul 2005 19:57:41 +0000 ludde (svn r2552) - Fix: [map] Fix so the code compiles correctly and doesn't crash on MSVC6 in optimization mode. draft
Tue, 12 Jul 2005 19:51:58 +0000 miham (svn r2551) [Translations] Added slovenian language (~20% complete) draft
Tue, 12 Jul 2005 19:15:56 +0000 ludde (svn r2550) raise 32767 limit of gamma values, and 16MB limit of RIFF chunks in saveload code. draft
Tue, 12 Jul 2005 17:45:09 +0000 miham (svn r2549) [Translators] Updated translations to 20050712 (1 lang(s)) draft
Tue, 12 Jul 2005 10:50:56 +0000 Darkvater (svn r2548) -Fix: blinking 'lock' gfx in multiplayer games. Some pixels had special values that triggered palette-change draft
Mon, 11 Jul 2005 17:45:26 +0000 miham (svn r2547) [Translators] Updated translations to 20050711 (3 lang(s)) draft
Mon, 11 Jul 2005 15:47:20 +0000 tron (svn r2546) Don't calculate a value which never gets used and simplify some calculations draft
Mon, 11 Jul 2005 09:12:41 +0000 celestar (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :) draft
Mon, 11 Jul 2005 09:00:49 +0000 celestar (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently). draft
Sun, 10 Jul 2005 17:46:07 +0000 miham (svn r2543) [Translators] Updated translations to 20050710 (2 lang(s)) draft
Sun, 10 Jul 2005 14:57:43 +0000 truelight (svn r2542) -Add: [GPMI] Added GPMI (http://sourceforge.net/projects/libgpmi/) draft
Sun, 10 Jul 2005 01:25:17 +0000 celestar (svn r2541) -Feature: Modified IsCompatibleRail so that an engine can move on more draft
Sat, 09 Jul 2005 17:45:57 +0000 miham (svn r2540) [Translators] Updated translations to 20050709 (12 lang(s)) draft
Sat, 09 Jul 2005 13:45:21 +0000 matthijs (svn r2539) * Fix: Mixed up use of trackdirs and directions in GetTileRailType() causes NPF to not consider routes under bridges. draft
Sat, 09 Jul 2005 11:39:35 +0000 hackykid (svn r2538) - Fix: Use IsCompatibleRailType() function instead of checking this yourself. draft
Sat, 09 Jul 2005 09:24:34 +0000 tron (svn r2537) Small changes, especially use fprintf to stderr for warnings and errors instead of plain printf draft
Sat, 09 Jul 2005 00:14:40 +0000 Darkvater (svn r2536) - Fix: [ 1215999 ] Segmentation fault in main menu - corrupted sample.cat. Flush the output buffer to print the error message before the game crashes. (mcmohr) draft
Fri, 08 Jul 2005 22:25:24 +0000 tron (svn r2535) Tabs draft
Fri, 08 Jul 2005 21:24:27 +0000 tron (svn r2534) Small cleanup draft
Fri, 08 Jul 2005 19:46:41 +0000 tron (svn r2533) Move misplaced parenthesis, found by ludde draft
Fri, 08 Jul 2005 19:02:26 +0000 hackykid (svn r2532) - Fix: Don't waste space using an int where a byte would suffice. (ludde) draft
Fri, 08 Jul 2005 17:46:10 +0000 miham (svn r2531) [Translators] Updated translations to 20050708 (1 lang(s)) draft
Fri, 08 Jul 2005 00:14:19 +0000 Darkvater (svn r2530) - 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) draft
Thu, 07 Jul 2005 22:15:34 +0000 Darkvater (svn r2529) - Fix: PBS signals showed up as normal signals with the query tool draft
Thu, 07 Jul 2005 22:14:37 +0000 Darkvater (svn r2528) - Fix: TTDPatch games had garbage in _map3[hi]&0xF0 which interfered with OpenTTD PBS functionality; fixed in oldloader draft
Thu, 07 Jul 2005 15:21:55 +0000 Darkvater (svn r2527) - 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? draft
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