summaryrefslogtreecommitdiff
path: root/table/elrail_data.h
AgeCommit message (Collapse)Author
2006-09-16(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so ↵rubidium
SVN can do what is was supposed to do..
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines ↵rubidium
more uniform. -Cleanup: whitespace alignment of a few tables.
2006-08-31(svn r6255) Simplify drawing of catenary in depotstron
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. ↵rubidium
whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
2006-06-05(svn r5136) Fix various style bugs:tron
- Trailing whitespace - Trailing empty lines - Missing newline at EOF - Missing svn:eol-style native
2006-04-05(svn r4283) -Cleanup: More elrail housekeeping, remove code dublication, ↵celestar
more meaningful variable names, simplify control flow..
2006-04-05(svn r4282) -Cleanup: Re-arranged the ignore groups into a more readable ↵celestar
arrangement
2006-04-05(svn r4281) -Cleanup: Begun cleaning up elrail code a bit, mostly comments ↵celestar
and enum/array alignment
2006-04-04(svn r4278) -Fix: changed char to uint8 because signedness of char is ↵celestar
undefined. Thanks to KUDr and Tron for research and stuff. (FS#98)
2006-03-29(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of ↵celestar
code and proofreading, thanks to peter1138 for another lot of code and ideas.