Age | Commit message (Expand) | Author |
2006-08-26 | (svn r6141) -Codechange: introduced DepotID and used it as much as possible | truelight |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6048) -Codechange: all InitializeXXX are plural, just not Depot | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-17 | (svn r5934) -Cleanup: forgot some conversions to Year and to Date | rubidium |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-06-05 | (svn r5116) Move the overly generic GetDepotDirection() from a header to its ... | tron |
2006-06-04 | (svn r5101) Add a function to convert an axis and a flag for north/south into... | tron |
2006-05-27 | (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su... | KUDr |
2006-05-21 | (svn r4940) Remove the dubious feature of remembering the last built depot. I... | tron |
2006-04-23 | (svn r4541) Add a type for slopes and replace many magic numbers by the appro... | tron |
2006-03-26 | (svn r4131) - CodeChange: Add proper semantics for StationID for such variabl... | Darkvater |
2006-03-26 | (svn r4130) - CodeChange: Add proper semantics for TownID for such variables ... | Darkvater |
2006-03-12 | (svn r3831) Add and use GetRailDepotDirection() | tron |
2006-03-11 | (svn r3816) Use existing accessors | tron |
2006-03-05 | (svn r3767) Move all direction related enums and functions to a separate header | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2005-10-05 | (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-21 | (svn r2663) Include variables.h only in these files which need it, not global... | tron |
2005-07-16 | (svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ... | celestar |
2005-07-13 | (svn r2558) Change the internal map format from 7 arrays to one array of stru... | tron |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-20 | (svn r2465) Remove some unreachable code | tron |
2005-06-17 | (svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with call... | matthijs |
2005-06-16 | (svn r2448) General cleanup of rail related code, more to follow. | matthijs |
2005-05-11 | (svn r2294) - CodeChange: check the service interval settings when changing o... | Darkvater |
2005-04-22 | (svn r2222) Check the parameters of Cmd{Insert,Delete,Modify,Skip}Order() and... | tron |
2005-04-05 | (svn r2154) - Fix: [NPF] Vehicles should no longer try to drive through the b... | matthijs |
2005-02-06 | (svn r1834) - Fix: NPF does not check the owner of its target, busses try to ... | matthijs |
2005-02-06 | (svn r1817) -Codechange: Moved depot-functions to depot.c | truelight |