summaryrefslogtreecommitdiff
path: root/src/elrail.cpp
AgeCommit message (Expand)Author
2007-10-20(svn r11313) -Codechange: prepare several pieces of code so the can handle so...rubidium
2007-09-19(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxe...rubidium
2007-09-07(svn r11054) -Fix [FS#944]: mismatch between TTDP's and OTTD's placement of c...rubidium
2007-08-25(svn r10979) -Fix [FS#1157]: catenary on tunnel tiles was drawn non-transpara...rubidium
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-26(svn r10696) -Codechange: remove duplication of the "make sprite transparent"...rubidium
2007-06-22(svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was dis...rubidium
2007-05-26(svn r9931) -Fix: some glitches with catenary and bridges. rubidium
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-11(svn r9598) -Fix (r9563): brainfart? in elrail transparency. who knows...peter1138
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-03-09(svn r9078) -Codechange: coding style.rubidium
2007-03-09(svn r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel ent...rubidium
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-02-27(svn r8935) -Codechange: unification of track type between road and rail tile...rubidium
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-01-24(svn r8385) -Fixtron
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr