summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2006-12-28(svn r7599) -Fix: (r7585, r7590) assert on load game that has some station wi...KUDr
2006-12-28(svn r7590) -Codechange: (r7585)KUDr
2006-12-27(svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station r...KUDr
2006-12-27(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary r...celestar
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-22(svn r7547) -Fix: The cost of rail station removal was calculated based on th...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-11-17(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ...KUDr
2006-11-16(svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bo...KUDr
2006-11-16(svn r7169) -Fix: [FS#388] Station sign (and base station coordinates) didn't...KUDr
2006-10-28(svn r6985) Remove stuff forgotten in r6984tron
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-10-21(svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138)Darkvater
2006-10-21(svn r6874) - [NewStations] Mark all tiles of a railway station dirty when ad...peter1138
2006-10-18(svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback r...peter1138
2006-10-17(svn r6803) -Codechange: Substitute magic numbers by an enum for the news win...Darkvater
2006-10-14(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-09-26(svn r6513) -Codechange: unified the code to draw depot windowsbjarni
2006-09-18(svn r6477) - Fix a loop-hole that allowed docks to be built regardless of to...peter1138
2006-09-05(svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it...Darkvater
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-09-03(svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously remov...tron
2006-09-03(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l...tron
2006-08-31(svn r6252) Replace a comglomerate of ifs for animated station tiles by a sma...tron
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-26(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation ...truelight
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-26(svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via a...truelight
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
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 r6052) -Codechange: change OrderType (order->type) in a typedeftruelight
2006-08-22(svn r6049) -Codechange: forgot EngineRenew in r6047truelight
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-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-08-06(svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_...tron
2006-08-05(svn r5773) Clarify why the owner is checked before a palette is chosen when ...tron
2006-07-26(svn r5615) Move GetStationTileForVehicle() to its only usertron
2006-07-22(svn r5582) Add and use AxisToTrack{Bits,}()tron
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-25(svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replac...richk