Age | Commit message (Collapse) | Author |
|
Mac: sets the STATIC flag if no makefile.config is found
|
|
|
|
added completely customizable lang path (all non-Windows OSes)
|
|
(another place)
|
|
|
|
|
|
-Fix: added debug code to autosave cause it is buggy in multiplayer (does not remember settings; takes them from _opt instead of _new_opt (or vice versa)).
|
|
|
|
This adds no functionality, but is a stepping stone for future improvement (like 16bit order indices) and is easier to read.
This changes preserves binary compatibility wrt savegames.
|
|
-Add: [Console] Auto sort commands and variables (sign_de)
|
|
|
|
-Added table\sprites.h to VS.NET project file
|
|
detection if SDL was not used
Makefile: Combined the OSX specific libpng code with the general one. Now OSX have no special code for libpng
|
|
|
|
servers without linking to SDL. Request by Jezral
|
|
comment in the code
|
|
|
|
|
|
-Fix: Some settings went wrong in merge
|
|
|
|
|
|
|
|
Also play the correct sound when a toyland road vehicle breaks down
|
|
|
|
|
|
to check limits
|
|
64bit machines
|
|
- "inline" must before the return type (and after "static")
- Initialise all struct members, not just some of them
- Remove (one) spurious semicolon
|
|
|
|
- reduce to 2 sizes (*DParam64 for 64bit values, *DParam for the rest)
- use inline functions instead of macros
- add assert()s to check for buffer overruns
|
|
|
|
|
|
|
|
|
|
able to see what went wrong even if they opened the game in the GUI
deleted the wrongly moved bemidi.cpp
|
|
Makefile.config is found
Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved
|
|
|
|
were missing in the autodetected makefile.config
|
|
|
|
don't always mix. (Tron)
|
|
It's not FIFO loading, but does the right thing in the common case:
If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits.
This is an reworked version of [ 1072211 ] submitted by Hackykid, thanks!
|
|
|
|
|
|
{PLANE} and {SHIP}
|
|
detailed performance rating window
|
|
|
|
regardless of the horizontal scroll position
|
|
stations so that they don't give out roadbits in r780.
|
|
wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug.
|
|
when using the hotkey to toggle removal
|