summaryrefslogtreecommitdiff
path: root/src/win32.cpp
AgeCommit message (Expand)Author
2008-07-14(svn r13701) -Codechange: add some more info in crash.logglx
2008-06-19(svn r13572) -Fix: MSVC x64 complains.rubidium
2008-06-10(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most placessmatz
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-06-02(svn r13361) -Fix (r13360): regexp failedglx
2008-06-02(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()skidd13
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-13(svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+glx
2008-05-08(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)glx
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-06(svn r12981) -Codechange: remove some useless includes and definesglx
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-01-07(svn r11779) -Fix: win32 compile failed. Also removed a duplicate includeglx
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11686) -Fix (r11684): win32 compilation was broken again :)glx
2007-12-23(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least...belugas
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11676) -Fix (r11674): some references to macros.h were leftglx
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