summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.in
AgeCommit message (Collapse)Author
2018-06-06Change: [Win32] Use Uniscribe instead of ICU for text caret handling.Michael Lutz
This removes the need for the ICU lib on Windows.
2018-06-06Change: [Win32/MSVC] Make the Uniscribe text layouter the windows default ↵Michael Lutz
and remove usage of the deprecated ICU layout libs.
2018-05-26Change: [Win32] Enable DirectMusic driver for Win64.Michael Lutz
2018-05-17Feature: Add XAudio2 driverOwen Rudge
2018-04-22Add: post build events to VS projects to copy the output into 'bin'ZehMatt
2018-04-21Cleanup: Use new filename for README file. (#6738)Ricardo N Feliciano
2018-04-10Change: [Win32] Declare in the app manifest that all current Windows ↵Michael Lutz
versions are natively supported. The main effect of this is currently a proper OS version in the crashlog.
2017-03-13(svn r27791) -Fix (r27790) [FS#6366]: Try #2. Now also for Visual Studio 2010.michi_cc
2017-03-13(svn r27790) -Fix [FS#6366]: [Win32] Mark OpenTTD as DPI-aware to avoid OS ↵michi_cc
window scaling that breaks mouse input.
2016-04-17(svn r27542) -Fix (r27367) [FS#6427]: ICU got disabled for Windows builds.frosch
2014-01-02(svn r26194) -Change: add SSE detection to the configure script with the ↵rubidium
possibility to disable it (based on patch by MJP)
2013-08-05(svn r25679) -Codechange: [Win32] Get the result string of an IME input ↵michi_cc
directly without a trip through the window messaging system.
2013-06-25(svn r25470) -Feature-ish: use ICU's layout engine when that's availablerubidium
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ↵truebrain
parts some compilers failed at, are integrated in other parts of the code now too
2011-03-04(svn r22188) -Add: Generate the settings as part of the MSVC build process, ↵glx
and enable it in Makefile too
2010-11-27(svn r21340) -Change: prepare the MSVC project files (or rather its ↵rubidium
libraries) for collation (natural sorting) using ICU. Note: this means, for MSVC users, that you will need openttd-useful 4.0 or higher to compiler this revision or higher, though sadly you'll need 3.4 or lower for the earlier revisions. Both 3.4 and 4.0 can be installed simultaniously though.
2010-10-27(svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces ↵rubidium
savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less.
2010-08-27(svn r20637) -Change: [Win32] Don't build the DirectMusic driver for x64 as ↵michi_cc
it won't work anyway.
2010-08-25(svn r20616) -Change: disable .sbr/.bsc generation in MSVC project filesglx
2010-08-23(svn r20598) -Codechange: [Win32] Replace the external x64 asm with a ↵michi_cc
built-in Windows function.
2010-06-28(svn r20032) -Add: MSVC 2010 project filesglx