Age | Commit message (Expand) | Author |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-15 | (svn r5919) -Cleanup: use the type Date when the variable really is a date | rubidium |
2006-08-14 | (svn r5896) Remove pointless indirection similar to r5894 and remove an unnec... | tron |
2006-07-26 | (svn r5615) Move GetStationTileForVehicle() to its only user | tron |
2006-06-23 | (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters. | richk |
2006-06-01 | (svn r5063) -Codechange: Add a function to determine the length of a platform... | celestar |
2006-05-27 | (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su... | KUDr |
2006-05-11 | (svn r4822) -Feature: Station List View can now be sorted and filtered (by wa... | celestar |
2006-05-08 | (svn r4782) - Newstations: fix issue with saving/loading games with newstatio... | peter1138 |
2006-05-06 | (svn r4757) - Newstations: add saveload support for custom station speclists | peter1138 |
2006-05-06 | (svn r4754) - Newstations: expose default station display data via a function... | peter1138 |
2006-04-28 | (svn r4612) - NewStations: add random bits (for graphic variation) to stations | peter1138 |
2006-04-19 | (svn r4473) - Newstations: | peter1138 |
2006-04-18 | (svn r4466) -Fix: (FS#71) Game no longer crashes when the last vehicle servin... | celestar |
2006-04-17 | (svn r4460) - Newstations: remove unused class_id / stat_id variables from the | peter1138 |
2006-04-15 | (svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comm... | belugas |
2006-04-08 | (svn r4324) Remove the unused road stop type attribute from struct RoadStop | tron |
2006-04-04 | (svn r4272) -Codechange: Moved the map-accessing stuff from station.h into st... | celestar |
2006-04-03 | (svn r4259) -[multistop] Fix/Feature/Codechange: | celestar |
2006-03-31 | (svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and mo... | celestar |
2006-03-29 | (svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. TO... | celestar |
2006-03-26 | (svn r4131) - CodeChange: Add proper semantics for StationID for such variabl... | Darkvater |
2006-03-26 | (svn r4111) Fix/Remove some stale comments | tron |
2006-03-05 | (svn r3766) Add a function to get the RoadBits from an arbitrary tile | tron |
2006-03-02 | (svn r3730) Multistop modifications: | celestar |
2006-02-27 | (svn r3681) - [Multistop] Check the RoadStop type before check its status. Th... | peter1138 |
2006-02-18 | (svn r3612) - RoadStop->slot[] stores a vehicle index. Adjust its type and us... | peter1138 |
2006-02-03 | (svn r3530) - NewGRF: Move station resolver to newgrf_station | peter1138 |
2006-02-03 | (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update p... | peter1138 |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-29 | (svn r3353) Simplify the automatic length adjustment algorithm for replacing ... | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-12 | (svn r3167) - NewGRF: Start moving custom station code to separate files. | peter1138 |
2005-11-07 | (svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ... | bjarni |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-10-16 | (svn r3049) Replace byte/int/uint by RailType where appropriate | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-10-04 | (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers... | peter1138 |
2005-09-30 | (svn r3001) s/Player*/const Player*/ | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-21 | (svn r2664) Remove depedency on player.h from variables.h | tron |
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-15 | (svn r2441) -Feature: You can now give transfer order to set up feeder systems | celestar |
2005-05-14 | (svn r2306) - CodeChange: Check the last commands; refits. This needed an ext... | Darkvater |
2005-05-06 | (svn r2272) Remove unused attribute from struct Station | tron |