table/elrail_data.h
Sat, 16 Sep 2006 21:07:38 +0000 rubidium (svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Thu, 31 Aug 2006 07:29:19 +0000 tron (svn r6255) Simplify drawing of catenary in depots
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Mon, 05 Jun 2006 18:10:43 +0000 tron (svn r5136) Fix various style bugs:
Wed, 05 Apr 2006 09:17:43 +0000 celestar (svn r4283) -Cleanup: More elrail housekeeping, remove code dublication, more meaningful variable names, simplify control flow..
Wed, 05 Apr 2006 08:45:29 +0000 celestar (svn r4282) -Cleanup: Re-arranged the ignore groups into a more readable arrangement
Wed, 05 Apr 2006 08:28:03 +0000 celestar (svn r4281) -Cleanup: Begun cleaning up elrail code a bit, mostly comments and enum/array alignment
Tue, 04 Apr 2006 19:46:18 +0000 celestar (svn r4278) -Fix: changed char to uint8 because signedness of char is undefined. Thanks to KUDr and Tron for research and stuff. (FS#98)
Wed, 29 Mar 2006 16:30:26 +0000 celestar (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.