Age | Commit message (Collapse) | Author |
|
related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
|
loading a savegame.
|
|
crashes to simplify debugging. See readme.txt for details
|
|
|
|
headers so that nothing from the network directory needs to include basically all network headers.
|
|
network/network_internal to settings.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
openttd.cpp to viewport.cpp/window.cpp.
|
|
|
|
the NewGRF settings window.
|
|
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
|
|
|
|
The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
|
|
|
_loaded_newgrf_feature.has_2CC changes
|
|
in-game that often
|
|
engine.cpp, make it run only 1 loop
|
|
|
|
|
|
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
|
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
original scenario would be played.
|
|
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
|
|
without tram support, it is better than to simply crash
|
|
be enabled by --enable-desync-debug=1 though.
|
|
introduced.
|
|
|
|
texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
|
|
saveload.cpp instead of openttd.cpp.
|
|
statically 'waste' memory when the old name array is not needed anymore.
|
|
|
|
including other headers in variables.h.
|
|
place to a single location.
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
function can be used
|
|
|
|
in order lists with all related problems.
|
|
road vehicles.
|
|
little more clear that 'transfer' is just an unload type.
|
|
instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
-Feature: allow three different load type in a single game instead of two. One can choose full load all and full load any instead of full load being governed by the "full load any" patch setting.
|
|
|
|
|