Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
due to not checking a pointer to be non-NULL
|
|
|
|
output for multistops
|
|
the latter
|
|
- if cascades -> switch
- uint -> TileIndex
- (uint)-1 -> INVALID_TILE
- don't treat non-flags as flags
|
|
just wrong, so setting CC/CXX using ?= simply did nothing
|
|
|
|
|
|
The Wrong Thing(tm) when date is used within $(shell)
|
|
there seem to be platforms (MorphOS) out there which don't provide some proper defaults.
Use gcc and g++ as defaults, because cc and c++ aren't available either. *sigh*
|
|
long time ago
|
|
(hopefully) more readable:
- check if end tile is on the map
- uint -> TileIndex
- if cascades -> switch
|
|
|
|
roadstops.
|
|
|
|
to 5000
trains in one game (instead of the 240 which was the current value).
Default max allowed vehicles per type is changed:
Trains: 500 (old 80)
Road: 500 (old 80)
Ships: 200 (old 40)
Aicraft: 300 (old 50)
(Tnx to Celestar and Darkvater for checking the patch)
|
|
commit (tnx to DarkVater)
|
|
with _map2-data if possible (Celestar / TrueLight)
|
|
|
|
generation to hang infinitely
|
|
|
|
|
|
|
|
while the load game dialog is open, openttd asserts.
|
|
larger/smaller maps
|
|
|
|
REMINDER FOR ALL DEVELOPERS:
We do have 2 patch-setting-arrays: player-based, server-based. PLEASE
put your new patch setting in the right one... thank you :)
|
|
|
|
industries
in the map
|
|
|
|
1kx1k maps should now be much faster, and give more than just oil-stuff ;)
|
|
(and should be an uint16, not uint8)
|
|
|
|
Moved house type from _map2 to _map3_hi for MP_HOUSE
Moved foundation and roadworks from _map2 to _map3 for
MP_STREET
This increases game speed by a factor of around 15(!) if many cities are around.
Converting an old game is done automagically, but can take a while
|
|
|
|
next airport in the orders do not have one (helipads)
- Fix: sometimes aircrafts would not go to the hangar even when they should. They do now
|
|
|
|
know when
you have that amount of towns in a map ;))
|
|
(MemoryPools)
|
|
MemoryPool for general-dynamic-arrays)
|
|
If somebody tried to use alternate compilers via an environment variable the assignment in the Makefile simply overwrote that.
|
|
disabled Full Load button
|
|
|
|
once instead of over and over again
|