Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-14 | Add: [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-11 | Codechange: liblzma is called liblzma, how ever strange that might be | Patric 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-25 | Change: 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-17 | Fix 7f54c59a6: use some consistency for project dependencies determination | glx | |
2018-12-27 | Fix: [WIN32] no need to define WIN32 in project files | glx | |
2018-12-26 | Change: use vcpkg integration in Visual Studio | glx | |
Removes the need for us to provide OpenTTD-useful package | |||
2018-06-06 | Change: [Win32] Use Uniscribe instead of ICU for text caret handling. | Michael Lutz | |
This removes the need for the ICU lib on Windows. | |||
2018-06-06 | Change: [Win32/MSVC] Make the Uniscribe text layouter the windows default ↵ | Michael Lutz | |
and remove usage of the deprecated ICU layout libs. | |||
2018-05-26 | Change: [Win32] Enable DirectMusic driver for Win64. | Michael Lutz | |
2018-05-17 | Feature: Add XAudio2 driver | Owen Rudge | |
2018-04-22 | Add: post build events to VS projects to copy the output into 'bin' | ZehMatt | |
2018-04-21 | Cleanup: Use new filename for README file. (#6738) | Ricardo N Feliciano | |
2018-04-10 | Change: [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-09-24 | (svn r27918) -Fix (r27917): Next attempt for MSVC 2017 | frosch | |