Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-15 | Fix: [Git] ignore any build folder you might have | Patric Stout | |
Instructions now suggest using build-host, etc. It is easier to just ignore all build* folders. | |||
2020-07-10 | Fix: ignore more things | glx22 | |
2020-07-10 | Fix: Adjust .gitignore to CMake build system. | frosch | |
2020-06-05 | Add: introduce CMake for project management | Patric Stout | |
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. | |||
2019-03-03 | Change: Heading for 1.10 now (#7319) | frosch | |
2018-04-14 | Codechange: a .aps is created by MSVC when opening a .rc, so ignore it | glx | |
2018-03-11 | (svn r27988) -Codechange: Extent hg- and gitignore for .vs | frosch | |
2017-08-24 | (svn r27897) -Add [FS#6577]: Project file generator for kdevelop 4/5 (adf88) | frosch | |
2017-03-13 | (svn r27792) -Add: [Win32] .gitignore for IntelliSense database of VS2015 ↵ | michi_cc | |
Update 2. | |||
2017-01-14 | (svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf | frosch | |
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. | |||
2011-12-22 | (svn r23656) -Fix: make all vcs ignore docs/gamedocs/ just like docs/aidocs/ | yexo | |
2011-11-14 | (svn r23220) -Change: move the baseset files to their new location | rubidium | |
2010-08-02 | (svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by ↵ | rubidium | |
only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF. | |||
2010-06-28 | (svn r20033) -Fix: gitignore and hgignore had more missing/wrong entries. | michi_cc | |
2010-06-28 | (svn r20031) -Fix: git and hg didn't ignore the generated windows RC file. | michi_cc | |
2008-11-25 | (svn r14627) -Change: update .gitignore and add .hgignore to ignore all ↵ | rubidium | |
generated files. | |||
2008-01-17 | (svn r11890) -Change: ignore some files for git too. Patch by bruce89. | rubidium | |