Age | Commit message (Expand) | Author |
2011-12-19 | (svn r23595) -Codechange: add comma after last enum to get a more uniform cod... | rubidium |
2011-05-01 | (svn r22406) -Document: some more "random-ish" tidbits | rubidium |
2011-02-10 | (svn r22049) -Codechange: Add assert condition to GetRoadOwner. | terkhen |
2011-01-18 | (svn r21846) -Codechange: move documentation towards the code to make it more... | rubidium |
2010-08-02 | (svn r20314) -Fix (r20312): Too many parameters, missed one. | michi_cc |
2010-08-02 | (svn r20312) -Doc: Add missing doxygen comments to road map accessors. | michi_cc |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-04-17 | (svn r19654) -Codechange: Use Extract<> in more places. | frosch |
2010-03-23 | (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an... | smatz |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-10 | (svn r17493) -Codechange: store the depot index on the map | rubidium |
2009-09-10 | (svn r17492) -Codechange: don't store the town index for road depots. | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-21 | (svn r16907) -Codechange: make a more clear distinction between reservation f... | rubidium |
2009-07-12 | (svn r16795) -Fix [FS#3025]: houses wouldn't get build on the map edge. | rubidium |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium |
2009-03-08 | (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits | smatz |
2009-03-02 | (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it... | rubidium |
2008-11-18 | (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid aft... | smatz |
2008-10-25 | (svn r14528) -Codechange: cache the closest town for all road tiles instead o... | rubidium |
2008-08-02 | (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc) | rubidium |
2008-05-24 | (svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadO... | frosch |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-03-27 | (svn r12440) -Fix [FS#1694]: Make the road building and road removing conditi... | skidd13 |
2008-03-25 | (svn r12419) -Cleanup: of the internal road-piece building and removing. | skidd13 |
2008-03-22 | (svn r12390) -Fix [FS#1851]: trams failing to turn on bridge heads/tunnel ent... | rubidium |
2008-02-18 | (svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis(... | smatz |
2008-02-14 | (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()... | frosch |
2008-02-10 | (svn r12104) -Fix (r12103): remember loading indicators transparency settings... | smatz |
2008-01-17 | (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except game... | smatz |
2008-01-07 | (svn r11776) -Codechange: more header splittings to reduce the dependencies. | rubidium |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more l... | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-12-18 | (svn r11663) -Codechange: moving of the road related types and functions. | rubidium |
2007-12-18 | (svn r11662) -Codechange: move some rail types/related functions around. | rubidium |
2007-11-20 | (svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename t... | skidd13 |
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-07-29 | (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r... | rubidium |
2007-06-01 | (svn r10014) -Fix: roads became automatically one way in the scenario editor. | rubidium |
2007-05-31 | (svn r9999) -Feature: make it possible to disallow busses and lorries to go a... | rubidium |
2007-05-20 | (svn r9893) -Fix (r9892): various small bugs that only act up when using some... | rubidium |
2007-05-20 | (svn r9892) -Codechange: lots of ground work for allowing multiple types of "... | rubidium |
2007-04-03 | (svn r9554) -Documentation: add documentation to some map accessors. | rubidium |
2007-03-28 | (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" | belugas |
2007-03-28 | (svn r9520) -Codechange: Add the notion of Industry behaviour. It means what... | belugas |
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium |