src/stdafx.h
Wed, 04 Apr 2007 01:35:16 +0000 belugas (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Sat, 10 Mar 2007 20:05:31 +0000 KUDr (svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric_limits doesn't exist in gcc 2.95 (MorphOS), so back to tree and use ~0 instead (peter1138)
Fri, 09 Mar 2007 23:26:21 +0000 KUDr (svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_limits<uint32>::max() instead.
Wed, 07 Mar 2007 18:58:28 +0000 Darkvater (svn r9055) -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
Tue, 06 Mar 2007 21:18:25 +0000 rubidium (svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h.
Fri, 02 Mar 2007 15:02:12 +0000 Darkvater (svn r8974) -Fix: [win32] Define a win32 target platform ourselves so that we don't conflict with Vista Platform SDK (boekabart)
Mon, 19 Feb 2007 21:11:44 +0000 rubidium (svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.
Sun, 11 Feb 2007 13:57:35 +0000 truelight (svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulo
Thu, 08 Feb 2007 23:46:25 +0000 truelight (svn r8647) -Codechange: add a general way to handle platforms who can only have a limited amount of file-descripters open at any given time.
Tue, 06 Feb 2007 19:16:38 +0000 KUDr (svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build
Sun, 04 Feb 2007 11:30:22 +0000 KUDr (svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
Sun, 04 Feb 2007 11:20:24 +0000 rubidium (svn r8573) -Cleanup: obey the comment style in stdafx.h.
Sun, 04 Feb 2007 11:14:42 +0000 rubidium (svn r8572) -Fix: use the C++ version of the Standard C Library headers. This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h.
Fri, 26 Jan 2007 08:37:48 +0000 KUDr (svn r8413) -Fix [MORPHOS]: disable #define offsetof conflict on Morphos (seems that g++ 2.95 defines it anyway)
Wed, 24 Jan 2007 00:55:35 +0000 bjarni (svn r8382) -Fix (r8374): moved the include of stdint.h to the front of stdafx.h
Tue, 23 Jan 2007 15:47:28 +0000 maedhros (svn r8374) -Fix (r8367): LLONG_MAX isn't always defined, and INT64_MAX describes the
Tue, 23 Jan 2007 14:58:10 +0000 rubidium (svn r8373) -Codechange: remove some obsolete MSVC6 compatability defines
Sun, 21 Jan 2007 14:19:18 +0000 truelight (svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible
Sun, 14 Jan 2007 21:03:21 +0000 KUDr (svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ?<class>::<member>? of NULL object'. It is weird, but renaming the 'offsetof' macro helped.
Wed, 10 Jan 2007 19:39:54 +0000 orudge (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help)
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Fri, 05 Jan 2007 20:46:53 +0000 bjarni (svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: