summaryrefslogtreecommitdiff
path: root/src/win32.cpp
AgeCommit message (Expand)Author
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-09(svn r11611) -Codechange: it is now possible to use a define to enable assert...glx
2007-12-08(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...rubidium
2007-11-21(svn r11488) -Codechange: Spilt the random functions out to seperate fileskidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-09-15(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32glx
2007-08-19(svn r10948) -Add: [win32] crash.dmp support for MSVC release buildsglx
2007-08-04(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit moretruelight
2007-07-30(svn r10736) -Fix: Correct all mispellings of 'successful'.peter1138
2007-07-27(svn r10713) -Cleanup (r10711): too long string buffers, unsafe sprintf used ...KUDr
2007-07-27(svn r10712) -Fix (r10711): \0 at the end of string constant (glx)KUDr
2007-07-27(svn r10711) -Fix [Win32]: take default language from current user's locale o...KUDr
2007-07-25(svn r10684) -Codechange: some more coding style related changes. Primarily m...rubidium
2007-07-05(svn r10445) -Fix (Win32, r10444): remove #include "hal.h"KUDr
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-08(svn r10073) -Codechange: make the NewGRF paths in the config file without an...rubidium
2007-05-14(svn r9834) -Add: win9x check in win32 buildsglx
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-09(svn r9580) -Documentation: Correction of doxygen function declarationsbelugas
2007-04-06(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...belugas
2007-04-04(svn r9560) -Codechange: add support for multiple 'base' directories for newg...rubidium
2007-03-17(svn r9266) -Codechange: unify the retrieval of the base paths a little more.rubidium
2007-03-12(svn r9129) -Codechange: unify parts of DeterminePaths.rubidium
2007-03-10(svn r9085) -Codechange/Fix: [win32] Move the initialisation of _codepage (no...Darkvater
2007-03-10(svn r9084) -Fix: [win9x] Clipboard paste for Windows95 (doesn't have CF_UNIC...Darkvater
2007-03-07(svn r9055) -Codechange: Change windows unicode handling and allow a pure non...Darkvater
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in...rubidium
2007-03-02(svn r8975) -Regression: [win32] Possible buffer overflow if unicode text is ...Darkvater
2007-02-27(svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc)KUDr
2007-02-27(svn r8919) -Regression (UTF8) (try #2): Win9x is very picky about trailing s...Darkvater
2007-02-23(svn r8860) -Cleanup: some style changes, proper #endif comments, variable in...Darkvater
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-20(svn r8824) -Fix (r8821): don't use MSVC2005 runtime library-only _snwprintf_...Darkvater
2007-02-20(svn r8821) -Regression: Unable to browse directories on *nix if the filesyst...Darkvater
2007-02-01(svn r8508) -Codechange (r5762): [win32] Use an atomic operation to query and...Darkvater
2007-01-21(svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changingtruelight
2007-01-18(svn r8239) -Regression (r7278): Help window was empty for UNICODE buildsDarkvater
2007-01-14(svn r8134) -Fix (r8013): Add a newline after the ShowInfo console outputDarkvater
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr