summaryrefslogtreecommitdiff
path: root/station.h
AgeCommit message (Expand)Author
2006-12-28(svn r7590) -Codechange: (r7585)KUDr
2006-12-27(svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station r...KUDr
2006-12-05(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX...matthijs
2006-12-03(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newsta...peter1138
2006-12-03(svn r7331) - Codechange: Rename all memory pool macro's and types to "old po...matthijs
2006-10-28(svn r6984) Use the pool macros for the RoadStop pooltron
2006-10-28(svn r6983) Use the pool macros for the Station pooltron
2006-08-29(svn r6212) Remove dependency on window.h from station.htron
2006-08-26(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadS...truelight
2006-08-26(svn r6150) -Codechange: introduced and used RoadStopID where neededtruelight
2006-08-22(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...truelight
2006-08-22(svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXIDtruelight
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 daterubidium
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 usertron
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 speclistspeter1138
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 stationspeter1138
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 RoadStoptron
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 commentstron
2006-03-05(svn r3766) Add a function to get the RoadBits from an arbitrary tiletron
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_stationpeter1138
2006-02-03(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update p...peter1138
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-29(svn r3353) Simplify the automatic length adjustment algorithm for replacing ...tron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
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 appropriatetron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron