summaryrefslogtreecommitdiff
path: root/projects/openttd_vs140.vcxproj.in
AgeCommit message (Collapse)Author
2019-05-14Add: [Win32] GDI engine for font glyph rendering as a replacement for ↵Michael Lutz
including FreeType. Building with FreeType is still possible and will take precedence over the GDI renderer, but the project files don't include FreeType anymore by default. Combining GDI rendering with ICU text layout is untested.
2019-03-11Codechange: liblzma is called liblzma, how ever strange that might bePatric Stout
It is the only library we use that calls itself with 'lib' in the name. This might be confusing, but with the arrival of cmake a lot of these things are automated. And detection will find 'liblzma', not 'lzma', like with 'lzo', 'zlib', ..
2019-01-25Change: Always build baseset metadata, instead of including it in the repo.Peter Nelson
This adds a script and project files to generate these files within MSVC.
2019-01-17Fix 7f54c59a6: use some consistency for project dependencies determinationglx
2018-12-27Fix: [WIN32] no need to define WIN32 in project filesglx
2018-12-26Change: use vcpkg integration in Visual Studioglx
Removes the need for us to provide OpenTTD-useful package
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-09-24(svn r27919) -Fix: MSVC 2015 and 2017 project files referenced some MSVC ↵frosch
2010 files
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
2015-08-10(svn r27382) -Add: [Win32] Project files for Visual Studio 2015.michi_cc