summaryrefslogtreecommitdiff
path: root/unmovable_cmd.c
AgeCommit message (Expand)Author
2006-03-31(svn r4196) -Codechange: Add and make use of an accessor that modifies the si...celestar
2006-03-31(svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because...celestar
2006-03-31(svn r4193) -Codechange: Add and make use of an accessor function to create c...celestar
2006-03-23(svn r4073) Add functions to make and test for (most) unmovable tilestron
2006-03-21(svn r3996) -Fix: Slope and height information returned for some tile types i...tron
2006-03-12(svn r3829) Reduce the use of _error_message by directly returning error code...tron
2006-03-08(svn r3791) Replace home grown direction handling for placing lighthouses by ...tron
2006-02-13(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a...tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-26(svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also...Darkvater
2006-01-05(svn r3365) Staticise 36 functionstron
2005-10-19(svn r3066) Constify the parameter of GetSlopeZ_*()tron
2005-10-15(svn r3046) Replace some numbers with sprite names and fix a typo in the spri...tron
2005-10-10(svn r3028) s/255/OWNER_SPECTATOR/tron
2005-09-30(svn r2999) Do not pass if the HQ gets built for the first time or gets reloc...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 filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
2005-07-20(svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented spritecelestar
2005-07-13(svn r2560) Fix: various minor code changes.ludde
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-07-08(svn r2535) Tabstron
2005-06-25(svn r2487) Replace TILE_XY by TileXY/TileDiffXYtron
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar
2005-06-04(svn r2408) Introduce SetTileOwner() and use ittron
2005-06-04(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so...tron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-11(svn r2296) - Fix (regression): oops, forgot the MS code-decleration rules :pdarkvater
2005-05-11(svn r2295) - Fix: you were still able to delete any tile if you were not car...Darkvater
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-03-12(svn r1997) Fixed errorneous tab expansion on the indentation side which happ...pasky
2005-03-11(svn r1993) Fixed some devious [lack of] tabs usage.pasky
2005-02-07(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex...tron
2005-01-30(svn r1729) - Fix: [ 1112469 ] Clearing land for free by reallocating HQdarkvater
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-28(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()tron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-18(svn r1560) Introduce SetTileType() and SetTileHeight()tron
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-07(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...tron
2005-01-06(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDifftron
2005-01-04(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly...darkvater
2005-01-03(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i...tron
2005-01-03(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL...tron
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron