| Sat, 10 Mar 2007 00:29:20 +0000 | Darkvater | (svn r9085) -Codechange/Fix: [win32] Move the initialisation of _codepage (non-UNICODE) to winMain as a dedicated server, or different video driver will not have a win32 messageloop. | file |
diff |
annotate | 
| Sat, 10 Mar 2007 00:27:20 +0000 | Darkvater | (svn r9084) -Fix: [win9x] Clipboard paste for Windows95 (doesn't have CF_UNICODETEXT) correctly converts the input to the current locale. | file |
diff |
annotate | 
| 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. | file |
diff |
annotate | 
| Wed, 07 Mar 2007 12:11:48 +0000 | rubidium | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | file |
diff |
annotate | 
| Wed, 07 Mar 2007 11:47:46 +0000 | rubidium | (svn r9050) -Codechange: Foo(void) -> Foo() | file |
diff |
annotate | 
| 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). | file |
diff |
annotate | 
| Fri, 02 Mar 2007 15:08:28 +0000 | Darkvater | (svn r8975) -Regression: [win32] Possible buffer overflow if unicode text is pasted into an input box and needs trimming. The last character was wrongly assumed to be of length 1 (tb->maxlength - 1), while a unicode character can be up to 4 long. | file |
diff |
annotate | 
| Tue, 27 Feb 2007 23:12:45 +0000 | KUDr | (svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) | file |
diff |
annotate | 
| Tue, 27 Feb 2007 16:05:49 +0000 | Darkvater | (svn r8919) -Regression (UTF8) (try #2): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix. | file |
diff |
annotate | 
| 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. | file |
diff |
annotate | 
| 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 | file |
diff |
annotate | 
| Tue, 20 Feb 2007 14:39:47 +0000 | Darkvater | (svn r8824) -Fix (r8821): don't use MSVC2005 runtime library-only _snwprintf_s function, but use 'insecure/deprecated' version and zero-terminate string ourselves. Thanks for testing glx. | file |
diff |
annotate | 
| 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. | file |
diff |
annotate | 
| Sat, 21 Apr 2007 08:23:57 +0000 | KUDr | (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707)
cpp_gui | file |
diff |
annotate | 
| Sun, 15 Apr 2007 17:04:44 +0000 | KUDr | (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633)
cpp_gui | file |
diff |
annotate | 
| Mon, 26 Mar 2007 22:15:38 +0000 | KUDr | (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476)
cpp_gui | file |
diff |
annotate | 
| Sun, 11 Mar 2007 16:31:18 +0000 | bjarni | (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100)
cpp_gui | file |
diff |
annotate | 
| Sun, 04 Mar 2007 04:25:36 +0000 | KUDr | (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003)
cpp_gui | file |
diff |
annotate | 
| Wed, 28 Feb 2007 00:33:40 +0000 | bjarni | (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900)
cpp_gui | file |
diff |
annotate | 
| Thu, 01 Feb 2007 13:01:05 +0000 | Darkvater | (svn r8508) -Codechange (r5762): [win32] Use an atomic operation to query and set the value of _global_dir_is_in_use for opendir etc to guarantee concurrency. | file |
diff |
annotate | 
| Sun, 21 Jan 2007 14:32:40 +0000 | truelight | (svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changing | file |
diff |
annotate | 
| Thu, 18 Jan 2007 14:06:30 +0000 | Darkvater | (svn r8239) -Regression (r7278): Help window was empty for UNICODE builds | file |
diff |
annotate | 
| Sun, 14 Jan 2007 22:39:53 +0000 | Darkvater | (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output | file |
diff |
annotate | 
| 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 | file |
diff |
annotate | 
| Wed, 10 Jan 2007 18:56:51 +0000 | rubidium | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. | file |
diff |
annotate | 
| Wed, 10 Jan 2007 18:12:09 +0000 | KUDr | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) | file |
diff |
annotate
| base | 
| Mon, 15 Jan 2007 20:14:06 +0000 | celestar | (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge)
custombridgeheads | file |
diff |
annotate | 
| Thu, 11 Jan 2007 13:41:16 +0000 | celestar | (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged
custombridgeheads | file |
diff |
annotate
| base |