------------------------------------------------------------------------ r2549 | miham | 2005-07-12 17:45:09 +0000 (Tue, 12 Jul 2005) | 1 line [Translators] Updated translations to 20050712 (1 lang(s)) ------------------------------------------------------------------------ r2548 | Darkvater | 2005-07-12 10:50:56 +0000 (Tue, 12 Jul 2005) | 1 line -Fix: blinking 'lock' gfx in multiplayer games. Some pixels had special values that triggered palette-change ------------------------------------------------------------------------ r2547 | miham | 2005-07-11 17:45:26 +0000 (Mon, 11 Jul 2005) | 1 line [Translators] Updated translations to 20050711 (3 lang(s)) ------------------------------------------------------------------------ r2546 | tron | 2005-07-11 15:47:20 +0000 (Mon, 11 Jul 2005) | 1 line Don't calculate a value which never gets used and simplify some calculations ------------------------------------------------------------------------ r2545 | celestar | 2005-07-11 09:12:41 +0000 (Mon, 11 Jul 2005) | 2 lines -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :) ------------------------------------------------------------------------ r2544 | celestar | 2005-07-11 09:00:49 +0000 (Mon, 11 Jul 2005) | 4 lines -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). documentation will be stored in docs/source/html/ (request by blathijs) ------------------------------------------------------------------------ r2543 | miham | 2005-07-10 17:46:07 +0000 (Sun, 10 Jul 2005) | 1 line [Translators] Updated translations to 20050710 (2 lang(s)) ------------------------------------------------------------------------ r2542 | truelight | 2005-07-10 14:57:43 +0000 (Sun, 10 Jul 2005) | 4 lines -Add: [GPMI] Added GPMI (http://sourceforge.net/projects/libgpmi/) support to OpenTTD in preperation of AIScripts (long term). It is OFF by default. Add GPMI:=1 to Makefile.config to enable. ------------------------------------------------------------------------ r2541 | celestar | 2005-07-10 01:25:17 +0000 (Sun, 10 Jul 2005) | 5 lines -Feature: Modified IsCompatibleRail so that an engine can move on more than one railtype (like Diesel engines on electrified rail). -Codechange: Use IsCompatibleRail where it should be used ------------------------------------------------------------------------ r2540 | miham | 2005-07-09 17:45:57 +0000 (Sat, 09 Jul 2005) | 1 line [Translators] Updated translations to 20050709 (12 lang(s)) ------------------------------------------------------------------------ r2539 | matthijs | 2005-07-09 13:45:21 +0000 (Sat, 09 Jul 2005) | 2 lines * Fix: Mixed up use of trackdirs and directions in GetTileRailType() causes NPF to not consider routes under bridges. ------------------------------------------------------------------------ r2538 | hackykid | 2005-07-09 11:39:35 +0000 (Sat, 09 Jul 2005) | 2 lines - Fix: Use IsCompatibleRailType() function instead of checking this yourself. ------------------------------------------------------------------------ r2537 | tron | 2005-07-09 09:24:34 +0000 (Sat, 09 Jul 2005) | 1 line Small changes, especially use fprintf to stderr for warnings and errors instead of plain printf ------------------------------------------------------------------------ r2536 | Darkvater | 2005-07-09 00:14:40 +0000 (Sat, 09 Jul 2005) | 1 line - Fix: [ 1215999 ] Segmentation fault in main menu - corrupted sample.cat. Flush the output buffer to print the error message before the game crashes. (mcmohr) ------------------------------------------------------------------------ r2535 | tron | 2005-07-08 22:25:24 +0000 (Fri, 08 Jul 2005) | 1 line Tabs ------------------------------------------------------------------------ r2534 | tron | 2005-07-08 21:24:27 +0000 (Fri, 08 Jul 2005) | 1 line Small cleanup ------------------------------------------------------------------------ r2533 | tron | 2005-07-08 19:46:41 +0000 (Fri, 08 Jul 2005) | 1 line Move misplaced parenthesis, found by ludde ------------------------------------------------------------------------ r2532 | hackykid | 2005-07-08 19:02:26 +0000 (Fri, 08 Jul 2005) | 2 lines - Fix: Don't waste space using an int where a byte would suffice. (ludde) ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------