Sat, 04 Dec 2004 09:26:39 +0000(svn r925) Use sound enums
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

Sat, 04 Dec 2004 07:41:37 +0000(svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[]
tron [Sat, 04 Dec 2004 07:41:37 +0000] rev 540
(svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[]

Sat, 04 Dec 2004 00:34:20 +0000(svn r923) Forgot s/rail_vehinfo/RailVehInfo/
tron [Sat, 04 Dec 2004 00:34:20 +0000] rev 539
(svn r923) Forgot s/rail_vehinfo/RailVehInfo/

Fri, 03 Dec 2004 21:57:05 +0000(svn r920) Replace vehicle info macros with inline functions and add asserts to check limits
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

Fri, 03 Dec 2004 14:38:02 +0000(svn r909) Small cleanup in vehicle.c, this should fix some warnings on 64bit machines
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

Fri, 03 Dec 2004 07:43:00 +0000(svn r907) Sprinkle holy ANSI water:
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

Fri, 03 Dec 2004 05:59:26 +0000(svn r906) Daily langfile updates (automatic)
miham [Fri, 03 Dec 2004 05:59:26 +0000] rev 535
(svn r906) Daily langfile updates (automatic)

Thu, 02 Dec 2004 22:53:07 +0000(svn r901) Small step in the process to clean up the DPARAM mess:
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

Wed, 01 Dec 2004 21:35:14 +0000(svn r880) Daily langfile updates (automatic)
miham [Wed, 01 Dec 2004 21:35:14 +0000] rev 533
(svn r880) Daily langfile updates (automatic)

Wed, 01 Dec 2004 19:44:39 +0000(svn r877) Moved bemidi.cpp correctly this time
bjarni [Wed, 01 Dec 2004 19:44:39 +0000] rev 532
(svn r877) Moved bemidi.cpp correctly this time