summaryrefslogtreecommitdiff
path: root/win32.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-15(svn r7500) -Fix (r7460): GetEnvironmentVariable and strncat take the number ...Darkvater
2006-12-10(svn r7468) -Codechange: [win32] Add some comments to MB/WIDE_TO_WIDE/MB_[BUF...Darkvater
2006-12-10(svn r7467) -Cleanup: [win32] Disable the submit-savegame-on-crash code as we...Darkvater
2006-12-10(svn r7466) -Cleanup: [win32] Coding style, indentation, variable localization.Darkvater
2006-12-09(svn r7460) -Fix (r7337): [win32] If the underlying OS didn't have support fo...Darkvater
2006-12-09(svn r7449) -Codechange: Rename _path to _paths as it is technically more cor...Darkvater
2006-12-03(svn r7333) -Codechange: [win32] Extend the OTTD2FS and FS2OTTD functions to ...Darkvater
2006-11-28(svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on ...Darkvater
2006-11-28(svn r7274) -Codechange [utf8]: Add input/output unicode support. This actual...Darkvater
2006-11-18(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, us...Darkvater
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-09-07(svn r6421) -Revert r6420: The dedicated server's console actually needs to w...Darkvater
2006-09-07(svn r6420) -Feature [Win32]: Use an existing console if openttd was started ...Darkvater
2006-08-24(svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen...truelight
2006-08-24(svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the ...rubidium
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-10(svn r5836) - Silence a warning on mingw. Thanks glx.Darkvater
2006-08-10(svn r5831) - Fix (r5765): regression regarding windows filetimes. st->st_mti...Darkvater
2006-08-07(svn r5801) - Codechange: The exception dialog showed the last modification-d...Darkvater
2006-08-05(svn r5769) - Fix (r5762): fix some mistakes in the opendir code and filesize...Darkvater
2006-08-05(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move...Darkvater
2006-08-05(svn r5766) - Cleanup: Unify FiosBrowseTo and FiosGetDescTextDarkvater
2006-08-05(svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List function...Darkvater
2006-08-05(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_Fio...Darkvater
2006-08-04(svn r5763) - Cleanup: Move the now unified GetLanguageList and comparator fu...Darkvater
2006-08-04(svn r5762) - Codechange: Implementation of POSIX-style opendir/readdir/close...Darkvater
2006-08-01(svn r5698) - Fix [r5697]: don't remove ctype include for win32.c; needed for...Darkvater
2006-08-01(svn r5697) -Fix [r5684]: tolower() was undefined for certain architectures, ...Darkvater
2006-06-28(svn r5393) CodeChange : Little typo correction. Nothing spectacular. Only b...belugas
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-05-09(svn r4807) - Fix: win32 compilation was broken by r4802glx
2006-04-23(svn r4560) - Fix: (r3008) Remove VS2005 undefined vsnprintf() as it doesn't ...Darkvater
2006-04-06(svn r4301) - Fix: the maxlength parameter of Textbuf is supposed to be the s...Darkvater
2006-03-31(svn r4203) - Fix compilation on mingw32 (stdint.h not included)orudge
2006-03-26(svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or som...Darkvater
2006-03-26(svn r4124) - CodeChange: remove windows-specific code from initializing the ...Darkvater
2006-03-25(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the...Darkvater
2006-03-21(svn r4001) - Add length parameter to FiosMakeSavegameName() and use this fun...Darkvater
2006-03-14(svn r3872) - [win32] Show the revision in crash.txt and enable the button to...Darkvater
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-31(svn r3496) - Validate filename titles before they get displayed. This avoids...peter1138
2006-01-26(svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp ...Darkvater
2005-12-16(svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing dec...peter1138
2005-11-14(svn r3181) -Bracingtron
2005-11-10(svn r3163) Include header for toupper()tron
2005-10-28(svn r3097) - Fix (regression): unix has a trailing slash after the paths, wi...Darkvater