Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
draft
|
Mon, 07 Jan 2008 14:23:25 +0000 |
rubidium |
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
draft
|
Fri, 28 Dec 2007 03:14:55 +0000 |
belugas |
(svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition
draft
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
draft
|
Tue, 25 Dec 2007 09:48:53 +0000 |
rubidium |
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
draft
|
Sun, 18 Nov 2007 18:28:32 +0000 |
rubidium |
(svn r11464) -Fix: some issue that made OpenTTD on MorphOS seriously unplayable.
draft
|
Sat, 04 Aug 2007 12:53:41 +0000 |
truelight |
(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more
draft
|
Tue, 03 Jul 2007 11:31:38 +0000 |
peter1138 |
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)
draft
|
Sun, 17 Jun 2007 15:48:57 +0000 |
rubidium |
(svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
draft
|
Thu, 31 May 2007 14:29:19 +0000 |
rubidium |
(svn r9998) -Fix (r9990): possible null pointer dereferences on MorphOS.
draft
|
Wed, 30 May 2007 18:24:54 +0000 |
rubidium |
(svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix.
draft
|
Tue, 17 Apr 2007 20:23:13 +0000 |
belugas |
(svn r9662) -Documentation: Doxygen corrections and @file omissions
draft
|
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.
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Tue, 06 Mar 2007 22:37:04 +0000 |
rubidium |
(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg).
draft
|
Thu, 01 Mar 2007 01:24:44 +0000 |
belugas |
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
draft
|
Fri, 23 Feb 2007 12:56:10 +0000 |
Darkvater |
(svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
draft
|
Fri, 23 Feb 2007 01:48:53 +0000 |
belugas |
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
draft
|
Tue, 20 Feb 2007 09:46:10 +0000 |
Darkvater |
(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)
draft
|
Tue, 20 Feb 2007 00:09:23 +0000 |
Darkvater |
(svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.
draft
|
Sat, 17 Feb 2007 16:41:56 +0000 |
Darkvater |
(svn r8784) -Regression (r7274 most likely): Unable to load TTDP (on *NIX) games because the static buffer used for name conversion is overwritten in the callback function.
draft
|
Sun, 21 Jan 2007 14:21:31 +0000 |
truelight |
(svn r8308) [WinCE] -Revert r5764: in case of WinCE, use the code for FileExists as it was in pre-r5764 for Win32 (tnx Darkvater)
draft
|
Thu, 11 Jan 2007 17:29:39 +0000 |
KUDr |
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|