Age | Commit message (Collapse) | Author |
|
signals are changed (michi_cc)
|
|
are drawn using the old Patch-like PBS sprites. (michi_cc)
|
|
didn't work
|
|
parameter
|
|
|
|
are changed and cargo types are added, so that cargo payment rates are correct.
|
|
depot (callback 0x11) and give a warning about that
|
|
|
|
|
|
|
|
with all other structs/classes that are in a pool.
|
|
were printed, otherwise the text could change due to the few number of slots that could be used to bind.
-Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'.
|
|
(assertions on savegame loads).
-Fix [FS#2102]: but now in a hopefully beter way.
|
|
get stopped on load.
|
|
acceleration are disabled all electrified engines would have no power on load, until the vehicle got turned around, loaded or got into a depot.
|
|
dedicated server that was started with electrification disabled.
|
|
Dimension instead of uint16[2] for resolutions
|
|
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.
|