Darkvater [Wed, 05 Apr 2006 20:12:54 +0000] rev 3457
(svn r4292) - CodeChange: sprinkle some holy water on l'ugly code (braces, and pos is PacketSize not int)
Darkvater [Wed, 05 Apr 2006 20:11:01 +0000] rev 3456
(svn r4291) - Fix: validate all received strings for correctness. This fixes potential crashes on invalid clients/servers (thanks test for bringing this to our attention)
celestar [Wed, 05 Apr 2006 19:08:09 +0000] rev 3455
(svn r4290) -Fix: fixed power computation for mixed consists on level crossings (michi_cc)
celestar [Wed, 05 Apr 2006 18:46:21 +0000] rev 3454
(svn r4289) -Codechange: Make use of water_map accessors for ships. Make a mental note to clean ship_cmd
celestar [Wed, 05 Apr 2006 10:19:59 +0000] rev 3453
(svn r4286) -Fix: Typo in 4280
celestar [Wed, 05 Apr 2006 09:28:57 +0000] rev 3452
(svn r4284) -Fix: Tunnel portals no longer have a pylon ON them if there is a track right above the portal
celestar [Wed, 05 Apr 2006 09:17:43 +0000] rev 3451
(svn r4283) -Cleanup: More elrail housekeeping, remove code dublication, more meaningful variable names, simplify control flow..
celestar [Wed, 05 Apr 2006 08:45:29 +0000] rev 3450
(svn r4282) -Cleanup: Re-arranged the ignore groups into a more readable arrangement
celestar [Wed, 05 Apr 2006 08:28:03 +0000] rev 3449
(svn r4281) -Cleanup: Begun cleaning up elrail code a bit, mostly comments and enum/array alignment
celestar [Wed, 05 Apr 2006 05:22:42 +0000] rev 3448
(svn r4280) -Codechange: Add and make use of map accessors concerning railway waypoints
tron [Tue, 04 Apr 2006 21:35:13 +0000] rev 3447
(svn r4279) s/\<CL_/CLEAR_/
celestar [Tue, 04 Apr 2006 19:46:18 +0000] rev 3446
(svn r4278) -Fix: changed char to uint8 because signedness of char is undefined. Thanks to KUDr and Tron for research and stuff. (FS#98)
celestar [Tue, 04 Apr 2006 12:31:29 +0000] rev 3445
(svn r4276) -Codechange: Cleaned DrawCatenaryOnBridge a bit (requested by Tron)
celestar [Tue, 04 Apr 2006 11:51:16 +0000] rev 3444
(svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible