index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-05-24
Fix: Building on Haiku
milek7
2021-05-09
Fix: [MinGW] Reapply 48fd7b27 to fix launch on Windows 7 x64 (#9225)
Loïc Guilloux
2021-05-01
Fix d4f0b6f4: [CMake] CMAKE_PROJECT_VERSION_XXX are not in CMake 3.9 (#9154)
Loïc Guilloux
2021-04-20
Fix: [CMake] Auto-fill version details in rev.cpp and ottres.rc (#9066)
Loïc Guilloux
2021-04-06
Change: [CMake] Improve 'In-source build' error message (#8955)
Loïc Guilloux
2021-04-02
Change: [CMake] Copy AI/GS compatibility files to build dir (#8906)
Loïc Guilloux
2021-03-09
Add: [CMake] Install menu and media files
glx22
2021-03-04
Fix: [CMake] Skip detection for unused libs for dedicated builds
glx22
2021-02-27
Fix: [CMake] libpng header/library mismatch for macos
glx22
2021-02-27
Fix: don't link to OpenGL with SDL2 as backend; SDL2 dynamically loads it (#8...
Patric Stout
2021-02-22
Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to th...
Michael Lutz
2021-02-21
Fix: Allow building with Allegro and without SDL on Linux
milek7
2021-02-14
Add: [OSX] Native font rendering without using FreeType.
Michael Lutz
2021-02-13
Change: [OSX] Use a layer-backed view to speed up drawing.
Michael Lutz
2021-02-08
Change: Convert .md to .rtf for Windows/Mac packages
Owen Rudge
2021-02-07
Change: [CMake] Bump minimum version to 3.9
glx22
2021-02-07
Fix: [CMake] Restore 'games' as default install bindir (#8629)
Loïc Guilloux
2021-02-05
Fix: [CMake] os/windows/openttd.manifest is not a generated file
glx22
2021-02-05
Feature: [Actions / CMake] support for generic linux builds (#8641)
Patric Stout
2021-01-03
Change: [OSX] Compiling the Cocoa/Quartz video driver cannot be disabled anym...
Michael Lutz
2021-01-02
Codechange: Drop libxdg-basedir dependency in favour of finding the directori...
Charles Pigott
2020-12-25
Fix: [Emscripten] compile with exceptions enabled, as our AIs depend on it
Patric Stout
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2020-12-14
Codechange: switch to C++17 on all platforms.
frosch
2020-12-13
Add: [CMake] Option to only build tools/docs
glx22
2020-12-12
Add: [CMake] targets to generate documentation
glx22
2020-12-08
Fix: FreeType is still required on macOS
Owen Rudge
2020-12-06
Change: don't encourage the use of LZO
Patric Stout
2020-12-04
Fix: [CMake] cross-compiling requires native tools
glx22
2020-09-25
Codechange: Set CMAKE_BUILD_TYPE to default to debug if not otherwise set
Charles Pigott
2020-09-25
Codechange: Make codestyle for CMake files consistent for 'control' statements
Charles Pigott
2020-07-16
Change: rewrote generate_widget in CMake
glx
2020-07-10
Add: [CMake] Source group definitions to create file filters in generated pro...
Michael Lutz
2020-07-02
Add: [CMake] Allow renaming of openttd binary
glx22
2020-06-30
Fix: don't search for SDL, etc., on macOS
Dan Villiom Podlaski Christiansen
2020-06-30
Fix: set Mac deployment target
Dan Villiom Podlaski Christiansen
2020-06-30
Fix: don't use ICU on macOS
Dan Villiom Podlaski Christiansen
2020-06-18
Fix: [CMake] Fix install paths using GNUInstallDirs
Dan Church
2020-06-12
Add: [CMake] Always export compile commands (#8199)
Frédéric Simonis
2020-06-07
Fix: [CMake] Error when SDL2 provides SDL2Config
Frédéric Simonis
2020-06-05
Add: create bundles via CPack
Patric Stout
2020-06-05
Add: introduce CMake for project management
Patric Stout