summaryrefslogtreecommitdiff
path: root/openttd.h
AgeCommit message (Expand)Author
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-26(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the otherstruelight
2006-08-26(svn r6150) -Codechange: introduced and used RoadStopID where neededtruelight
2006-08-26(svn r6147) -Fix: I don't know how to write Destination :(truelight
2006-08-26(svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pooltruelight
2006-08-26(svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had no...truelight
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-26(svn r6141) -Codechange: introduced DepotID and used it as much as possibletruelight
2006-08-22(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu...truelight
2006-08-22(svn r6049) -Codechange: forgot EngineRenew in r6047truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r6005) -Cleanup: introduce IndustryID and use itrubidium
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-20(svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread....truelight
2006-08-20(svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)bjarni
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-17(svn r5934) -Cleanup: forgot some conversions to Year and to Daterubidium
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-14(svn r5896) Remove pointless indirection similar to r5894 and remove an unnec...tron
2006-08-14(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some co...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-07(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and r...tron
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-07-16(svn r5504) Feature : Added Italian town name generator. (sidew)belugas
2006-05-12(svn r4838) Newgrf : Add empty base for newcargosbelugas
2006-05-01(svn r4639) -Feature: Turkish town names (jnmbk)celestar
2006-04-25(svn r4572) Remove vehicle_leave_tile_proctron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-12(svn r4385) -Codechange: remove map5 from the TileInfo struct as it is now un...celestar
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-02(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfotron
2006-04-02(svn r4231) Remove ModifyTile(), it's not used anymore, yay!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-26(svn r4128) - CodeChange: Add proper semantics for CargoID for such variables...Darkvater
2006-03-26(svn r4111) Fix/Remove some stale commentstron
2006-03-09(svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter....peter1138
2006-02-13(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a...tron
2006-01-06(svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode'truelight
2005-12-25(svn r3342) Remove some crufttron
2005-12-24(svn r3334) Remove 2 unused window classestron
2005-10-19(svn r3066) Constify the parameter of GetSlopeZ_*()tron
2005-10-19(svn r3065) -Codechange/Add: Modified the bridge drawing code so that the bas...celestar
2005-10-17(svn r3055) Give the savegame/scenarion sort order flags symbolic namestron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-16(svn r2957) - Feature: [ 1263280 ] Danish town names (fey_dk)Darkvater
2005-09-07(svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)truelight
2005-09-02(svn r2906) Fix some threaded saving problems. Now the thread only interfaces...Darkvater
2005-07-31(svn r2774) -Codechange: Removed TRACKTYPE_SPRITE_PITCH globally and replaced...celestar
2005-07-24(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n...celestar