tron [Sat, 04 Dec 2004 09:26:39 +0000] rev 541
(svn r925) Use sound enums
Also play the correct sound when a toyland road vehicle breaks down
tron [Sat, 04 Dec 2004 07:41:37 +0000] rev 540
(svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[]
tron [Sat, 04 Dec 2004 00:34:20 +0000] rev 539
(svn r923) Forgot s/rail_vehinfo/RailVehInfo/
tron [Fri, 03 Dec 2004 21:57:05 +0000] rev 538
(svn r920) Replace vehicle info macros with inline functions and add asserts to check limits
tron [Fri, 03 Dec 2004 14:38:02 +0000] rev 537
(svn r909) Small cleanup in vehicle.c, this should fix some warnings on 64bit machines
tron [Fri, 03 Dec 2004 07:43:00 +0000] rev 536
(svn r907) Sprinkle holy ANSI water:
- "inline" must before the return type (and after "static")
- Initialise all struct members, not just some of them
- Remove (one) spurious semicolon
miham [Fri, 03 Dec 2004 05:59:26 +0000] rev 535
(svn r906) Daily langfile updates (automatic)
tron [Thu, 02 Dec 2004 22:53:07 +0000] rev 534
(svn r901) Small step in the process to clean up the DPARAM mess:
- 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
miham [Wed, 01 Dec 2004 21:35:14 +0000] rev 533
(svn r880) Daily langfile updates (automatic)
bjarni [Wed, 01 Dec 2004 19:44:39 +0000] rev 532
(svn r877) Moved bemidi.cpp correctly this time