Age | Commit message (Collapse) | Author |
|
CPack works closely together with CMake to do the right thing in
terms of bundling (called 'package'). This generates all the
packaging we need, and some more.
|
|
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.
Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.
This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.
Addtiionally, this heavily improves our detection of libraries, etc.
|
|
version (#8114)
* Fix #8102: Update Windows installer strings to reference versions newer than 7
* Fix 2c53390: Version strings incorrectly capitalised
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not trigger on the 64 bit Windows XP which isn't really Windows XP to start with
|
|
|
|
|
|
|
|
|
|
somewhat more consistent
|
|
|
|
wrong (non-existent) folder
|
|
|
|
|
|
|
|
changes in OpenGFX w.r.t. compatability with earlier versions
|
|
|
|
that NSIS didn't display it right anymore
|
|
the new directories
|
|
pack 3 use the win9x binary/installer; the newer MSVC compiler of the compile farm does not support those versions of Windows anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Update: some of the documentation
|