clear_map.h
Thu, 28 Sep 2006 18:42:35 +0000 peter1138 (svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
Sun, 20 Aug 2006 18:44:26 +0000 truelight (svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82)
Tue, 11 Apr 2006 22:15:57 +0000 belugas (svn r4368) Revert clear_map.h changes in r4367.Error of manipulation
Tue, 11 Apr 2006 22:09:21 +0000 belugas (svn r4367) CodeChange : Remove another direct map access in station_cmd.c. Replace an array of TileIndexDiffC by a use of loop with TileDiffXY. Thanks to Rubidium
Tue, 04 Apr 2006 21:35:13 +0000 tron (svn r4279) s/\<CL_/CLEAR_/
Thu, 30 Mar 2006 09:29:01 +0000 tron (svn r4166) Sprinkle several map accessors with assert()s
Wed, 22 Mar 2006 08:48:50 +0000 tron (svn r4007) Add a function to make a farm field tile
Sun, 05 Mar 2006 11:18:34 +0000 tron (svn r3765) Fix some naming glitches in r3763 and add missing svn properties
Sun, 05 Mar 2006 10:19:33 +0000 tron (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme