Age | Commit message (Collapse) | Author |
|
|
|
|
|
(and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
|
|
favor of "just" using an untyped integer.
|
|
handling, in fund industry window.
In order to stay as much consistent with the specs, the fund window will perform (if required) the callback every game-day. TTDPatch performs the same call every second, but after discussions with Csaboka, we agreed that it was not required to be that intensive. So a game-day is plenty enough.
|
|
|
|
as implemented.
|
|
changed usage, add a few and update the comments.
|
|
|
|
foundations" callbacks says to do so.
|
|
building an industry is allowed at a given location.
|
|
building chance of farm fields and chopping chance for lumber mills.
|
|
industries.
|
|
though the comment said they were not.
|
|
set to 1
|
|
of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
|
|
both industries and industry tiles
|
|
|
|
complete support for
the newhouses grf specs, so all newhouses grfs will be playable in the game.
Many thanks to everyone who contributed code and ideas, and all the testers
who found things we missed.
|
|
|
|
the bit for it is set in the vehicle's callbackmask.
|
|
colour map
selection.
|
|
- A proper ./configure, so everything needs to be configured only once, not for every make.
- Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
- A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
- Proper support for OSX universal binaries.
- Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
- Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.
Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
|