Age | Commit message (Collapse) | Author |
|
when cloning refitted trains (chrishuebsch)
|
|
suggestions
|
|
language on basis of the current locale
|
|
|
|
|
|
replaced it by a member of RailtypeInfo
|
|
|
|
|
|
1341 missing strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-This allows a player to clone an excisting vehicle of his own
-[fix]: this uncovered an excisting bug in CmdBuildRailVehicle() where depots could build trains of the wrong track type. This is fixed
-Thanks to Celestar for drawing the sprites and _luca_ for including them in openttd.grf
|
|
|
|
|
|
|
|
|
|
|
|
few places, also make use of GB and SB nearby
|
|
|
|
Renamed railtypes.c into railtypes.h, all other tables are in .h files. (It should be in the tables dir but I couldn't figure out how to get it there without deleting it first).
Added const and extern.
|
|
|
|
|
|
rail type specific information. Begun populating it with a bunch of sprites, more to come later. This should result in cleaner, more compact code which allows easy introduction of new railtypes.
|
|
with this file and wanted to get rid of this first
|
|
now rendered properly again
|
|
disproportionately often
|
|
|
|
|
|
|
|
change as parameter, not one beyond the last entry to change
|
|
- it appeared to cause problems and strgen don't need a GUI
- renamed ottd to openttd in the app menu (Tobin)
|
|
-> '\0'
|
|
|
|
|
|
farm tile is adjacent
|
|
|
|
to know about
|
|
from table/sprites.h. You can now change the number of bits used for sprites and switches in the SpriteSetup enum and the rest should work automagically. Can be used to increase the number of active sprites to 2^19 in case there are no colortables (recolor sprites) in any newgrf. We should possibly move the the colortables to an own list, but how to detect them in a newgrf.
|
|
servers on OSX included sdl.h even when WITH_SDL was not defined (oops)
|
|
disabled items
|
|
prevented OSX from opening a window to run the game in (sdl.h was not included anymore)
|
|
inconsistencies while trying to locate bug 1244167
|
|
soon as the airport is removed
|
|
Also check the return value of CreateThread()
|
|
|
|
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds.
This should fix problems on machines with no sound card, where -s null had to be specified manually.
|