stdafx.h
Sat, 18 Mar 2006 15:14:34 +0000 Darkvater (svn r3950) - Add directives to allow Visual Studio 2005 compilation. Backport of r3551 from trunk. 0.4.5
Sat, 18 Mar 2006 15:12:24 +0000 Darkvater (svn r3948) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help). Backport of r3529, r3553 from trunk 0.4.5
Sat, 30 Dec 2006 18:36:42 +0000 KUDr (svn r7656) -Fix: warning 'not all control path return value' generated by VC in debug mode (bridge_cmd.c:1038) custombridgeheads
Tue, 20 Mar 2007 00:02:18 +0000 glx (svn r9358) [0.5] -Backport from trunk (r9055, r9082, r9083, r9084, r9085, r9086): 0.5
Mon, 19 Mar 2007 20:05:49 +0000 rubidium (svn r9348) [0.5] -Backport from trunk (r8974, r8994, r9074): 0.5
Wed, 17 Jan 2007 00:38:27 +0000 Darkvater (svn r8176) -Backport from trunk (r8042, r8089, r8090, r8112): 0.5
Sat, 30 Dec 2006 23:04:14 +0000 Darkvater (svn r7666) -Backport from trunk (r7548): 0.5
Tue, 28 Nov 2006 14:42:31 +0000 Darkvater (svn r7274) -Codechange [utf8]: Add input/output unicode support. This actually only changes win32
Tue, 21 Nov 2006 13:03:06 +0000 Darkvater (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded
Sat, 18 Nov 2006 00:14:43 +0000 Darkvater (svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById
Tue, 14 Nov 2006 12:02:36 +0000 KUDr (svn r7146) -CodeChange: ST_CONST macro removed as it is no longer needed (Tron)
Wed, 06 Sep 2006 14:24:43 +0000 glx (svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
Fri, 25 Aug 2006 12:26:34 +0000 truelight (svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input
Sun, 20 Aug 2006 11:18:46 +0000 truelight (svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)
Sat, 05 Aug 2006 00:47:32 +0000 Darkvater (svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List functions into fios.c, as well as FiosGetSavegameList and FiosGetScenarioList functions with the help of some callbacks.
Fri, 04 Aug 2006 23:27:36 +0000 Darkvater (svn r5760) - Codechange: Use a define for case-string comparison in OS/2 instead of function.
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Sat, 22 Apr 2006 10:12:14 +0000 truelight (svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.
Tue, 18 Apr 2006 18:02:52 +0000 KUDr (svn r4470) -Fix: FS#97 ? Possible bug in Win64 versions (by michi_cc)
Tue, 18 Apr 2006 13:55:11 +0000 celestar (svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
Tue, 21 Mar 2006 23:18:43 +0000 Darkvater (svn r4003) - Minor codebeautifier@work
Sun, 12 Feb 2006 14:31:33 +0000 bjarni (svn r3596) -Codechange: [OSX] changed to use Apple's macros instead of OTTD macros for endian conversion
Sun, 05 Feb 2006 23:12:23 +0000 Darkvater (svn r3559) - CodeChange: simplify MKCOLOR(x) macro for smallmap_gui.c by adding a TO_LE32X() macro next to TO_BE32X(). The 'X' signifies them as macros and not-inline functions so they can be used in variable declarations.
Sun, 05 Feb 2006 14:18:28 +0000 bjarni (svn r3555) -Codechange: [Big Endian] removed defining OTTD_ALIGNMENT by default on Big Endian CPUs
Sun, 05 Feb 2006 11:10:31 +0000 Darkvater (svn r3553) - Revert r3549 "Change the behaviour of OTTD_ALIGNMENT". Some tests showed that forcing aligned reads slowed down the code (drawing smallmap) by 14%. Change back to the old behaviour.
Sun, 05 Feb 2006 09:28:06 +0000 peter1138 (svn r3551) Add directives to allow Visual Studio 2005 compilation.
Sat, 04 Feb 2006 23:03:35 +0000 Darkvater (svn r3549) - Change the behaviour of OTTD_ALIGNMENT. Force aligned reading as default, undefine it if unwanted/unneeded for some reason. I undeffed windows and watcom for now as they were like this.
Fri, 03 Feb 2006 21:51:42 +0000 Darkvater (svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help)
Fri, 27 Jan 2006 09:45:44 +0000 Darkvater (svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research
Thu, 26 Jan 2006 22:09:25 +0000 Darkvater (svn r3448) - Fix: wrap up some MinGW warnings
Thu, 26 Jan 2006 17:32:49 +0000 Darkvater (svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC
Fri, 09 Dec 2005 13:17:31 +0000 bjarni (svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
Fri, 09 Dec 2005 13:07:21 +0000 bjarni (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Sat, 26 Nov 2005 13:23:16 +0000 Darkvater (svn r3237) - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still.
Sat, 26 Nov 2005 12:57:42 +0000 Darkvater (svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Mon, 03 Oct 2005 22:16:30 +0000 Darkvater (svn r3011) Refix last revision's fix of VS6 which broke compilation on MinGW. Also beautify stdafx.h with nice indentation and comments after big #ifdef blocks. Hope it didn't break compilation on any OS's.
Mon, 03 Oct 2005 21:10:51 +0000 Darkvater (svn r3009) DIEEEEEEEEEEE VS6 (you good-for-nothing compiler)
Sun, 02 Oct 2005 22:39:56 +0000 Darkvater (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Fri, 29 Jul 2005 09:45:25 +0000 bjarni (svn r2745) -Fix: [OSX] removed the assert window introduced in 2741 from strgen
Thu, 28 Jul 2005 21:47:41 +0000 bjarni (svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin)
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Tue, 19 Jul 2005 11:42:40 +0000 ludde (svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* instead of Dijkstra.
Sun, 17 Jul 2005 18:11:17 +0000 Darkvater (svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned warnings
Wed, 13 Jul 2005 19:51:31 +0000 ludde (svn r2560) Fix: various minor code changes.
Mon, 30 May 2005 22:16:05 +0000 Darkvater (svn r2387) - CodeChange: made the saveload code more readable and also removed the 'byte' saveload arrays which means you can save an array of more than 255 elements, or bigger structs than 255 bytes. This doesn't yet solve the problem that a chunk can be a maximum of 16384 big.
Sat, 14 May 2005 23:48:39 +0000 Darkvater (svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)
Sun, 24 Apr 2005 15:41:01 +0000 truelight (svn r2225) -Fix: split the endian-detection to target/host. Now cross-compiling
Sun, 06 Feb 2005 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
Sat, 15 Jan 2005 15:48:05 +0000 darkvater (svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Mon, 03 Jan 2005 14:33:59 +0000 darkvater (svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
Thu, 23 Dec 2004 22:31:46 +0000 darkvater (svn r1266) -Fix: fix some cygwin/mingw warnings
Thu, 23 Dec 2004 14:46:16 +0000 truelight (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Wed, 22 Dec 2004 21:12:36 +0000 bjarni (svn r1236) MorphOS: added make release like in OSX (tokai)
Wed, 08 Dec 2004 16:27:54 +0000 bjarni (svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Fri, 03 Dec 2004 07:43:00 +0000 tron (svn r907) Sprinkle holy ANSI water: