Age | Commit message (Expand) | Author |
2008-05-14 | (svn r13090) -Codechange: add functions for direct conversion from DiagDirect... | smatz |
2008-05-08 | (svn r13016) -Codechange: unify the detection if rail catenary should be drawn | smatz |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-04-23 | (svn r12854) -Codechange: make drawing of rail catenary a bit faster | smatz |
2008-04-23 | (svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was ... | smatz |
2008-04-03 | (svn r12547) -Feature: invisibility options to make objects invisible instead... | smatz |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-25 | (svn r12410) -Codechange: abstract out the test for catenary on electric rails | peter1138 |
2008-02-14 | (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()... | frosch |
2008-02-10 | (svn r12103) -Feature(tte): separate catenary transparency settings from buil... | smatz |
2008-01-25 | (svn r11983) -Codechange: Add some helper functions for slopes and use them. | frosch |
2008-01-24 | (svn r11971) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of... | peter1138 |
2008-01-23 | (svn r11969) -Codechange: documentation update, there are no 'track bits unde... | smatz |
2008-01-23 | (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne... | smatz |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11801) -Codechange: remove some unneeded includes from some header files. | rubidium |
2008-01-09 | (svn r11800) -Codechange: move some functions to a more logical location + so... | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-21 | (svn r11672) -Codechange: refactor some stuff out of gui.h. | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-12-18 | (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h... | rubidium |
2007-12-16 | (svn r11649) -Codechange: some code can be simplified thanks to changes in r1... | smatz |
2007-12-16 | (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m... | smatz |
2007-11-20 | (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-11-10 | (svn r11399) -Feature(ette): transparency settings can now be saved and thus ... | belugas |
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) -Fix | tron |