------------------------------------------------------------------------ r12083 | belugas | 2008-02-07 18:02:22 +0000 (Thu, 07 Feb 2008) | 3 lines -Cleanup: Adding some more files in MSVC projects ------------------------------------------------------------------------ r12082 | belugas | 2008-02-07 17:24:38 +0000 (Thu, 07 Feb 2008) | 3 lines -Cleanup: MSVC projects do not care about the directory of the file while sorting. Only the "Absolute" name matters ------------------------------------------------------------------------ r12081 | belugas | 2008-02-07 17:01:06 +0000 (Thu, 07 Feb 2008) | 4 lines -Codechange: Rename table/roadveh.h to table/roadveh_movment.h It is more descriptive name and it will not upset the generate script anymore ------------------------------------------------------------------------ r12080 | glx | 2008-02-07 16:17:00 +0000 (Thu, 07 Feb 2008) | 1 line -Fix: update waypoint signs when changing language ------------------------------------------------------------------------ r12079 | peter1138 | 2008-02-07 10:01:18 +0000 (Thu, 07 Feb 2008) | 2 lines -Fix: Use search paths when opening console scripts. ------------------------------------------------------------------------ r12078 | belugas | 2008-02-07 04:47:38 +0000 (Thu, 07 Feb 2008) | 1 line -Cleanup: Add missing headers on project files ------------------------------------------------------------------------ r12077 | belugas | 2008-02-07 03:45:02 +0000 (Thu, 07 Feb 2008) | 1 line -Cleanup: Remove files not used anymore from project files ------------------------------------------------------------------------ r12076 | glx | 2008-02-07 01:56:39 +0000 (Thu, 07 Feb 2008) | 1 line -Fix: when reusing a renamed deleted waypoint, keep the new name ------------------------------------------------------------------------ r12075 | peter1138 | 2008-02-06 23:08:49 +0000 (Wed, 06 Feb 2008) | 2 lines -Codechange: Remove explicit numbering on command enum, and remove blanks from command list where old commands have been removed. ------------------------------------------------------------------------ r12074 | smatz | 2008-02-06 23:08:04 +0000 (Wed, 06 Feb 2008) | 1 line -Cleanup: use C++ variable scope and declaration in DrawTile_Trees() ------------------------------------------------------------------------ r12073 | smatz | 2008-02-06 22:59:31 +0000 (Wed, 06 Feb 2008) | 1 line -Codechange: stop drawing trees a bit earlier when they are invisible ------------------------------------------------------------------------ r12072 | frosch | 2008-02-06 16:19:28 +0000 (Wed, 06 Feb 2008) | 1 line -Fix: Make docks at sea flood neighboured tiles. ------------------------------------------------------------------------ r12071 | frosch | 2008-02-06 16:12:23 +0000 (Wed, 06 Feb 2008) | 1 line -Feature(ette): Draw river- and canal-edges under docks and shipdepots. ------------------------------------------------------------------------ r12070 | frosch | 2008-02-06 15:32:06 +0000 (Wed, 06 Feb 2008) | 1 line -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed. ------------------------------------------------------------------------ r12069 | belugas | 2008-02-06 03:01:29 +0000 (Wed, 06 Feb 2008) | 2 lines -Feature[newGRF]: Specify the purchase, rail and road description of a bridge. ------------------------------------------------------------------------ r12068 | belugas | 2008-02-06 02:43:42 +0000 (Wed, 06 Feb 2008) | 1 line -Fix(r12067): forgot a return ------------------------------------------------------------------------ r12067 | peter1138 | 2008-02-05 23:22:34 +0000 (Tue, 05 Feb 2008) | 2 lines -Cleanup: Codestyle on loading object references ------------------------------------------------------------------------ r12066 | belugas | 2008-02-05 05:21:02 +0000 (Tue, 05 Feb 2008) | 3 lines -Codechange: Rename GetBridge for the more common GetBridgeSpec -Codechange: Remove direct access to the _bridge table in favor of the above mentioned GetBridgeSpec -Codechange: Rationalize the use of Bridge type pointer ------------------------------------------------------------------------ r12065 | belugas | 2008-02-05 05:03:50 +0000 (Tue, 05 Feb 2008) | 1 line -Codechange : removed a now useless declaration ( orig_bridge ) ------------------------------------------------------------------------ r12064 | belugas | 2008-02-05 04:48:56 +0000 (Tue, 05 Feb 2008) | 1 line -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be. ------------------------------------------------------------------------ r12063 | smatz | 2008-02-05 00:30:58 +0000 (Tue, 05 Feb 2008) | 1 line -Cleanup: use C++ indenting and variable scope/declaration in BuildTownHouse() ------------------------------------------------------------------------ r12062 | smatz | 2008-02-04 23:24:22 +0000 (Mon, 04 Feb 2008) | 2 lines -Fix: possible deadlock when there are no houses available to build at given tile -Fix: houses with zero probability could be built ------------------------------------------------------------------------ r12061 | smatz | 2008-02-04 22:44:05 +0000 (Mon, 04 Feb 2008) | 1 line -Cleanup: since r12060, DC_FORCETEST is not used anymore ------------------------------------------------------------------------ r12060 | smatz | 2008-02-04 22:15:48 +0000 (Mon, 04 Feb 2008) | 3 lines -Fix: do not clear tiles when the town won't be able to build any buildings anyway -Fix: allow building 2x2 building on slopes if not explicitly forbidden -Fix: it was possible to build 2x1 and 1x2 buildings on slopes even if it was not allowed ------------------------------------------------------------------------ r12059 | glx | 2008-02-04 16:48:00 +0000 (Mon, 04 Feb 2008) | 1 line -Fix (r12041): industries prop 24 is a word ------------------------------------------------------------------------ r12058 | frosch | 2008-02-04 16:24:25 +0000 (Mon, 04 Feb 2008) | 3 lines -Fix: Teach NPF where road vehicles and trams can reverse. -Fix: Ships can drive through opponents' ship depots. (Thanks SmatZ) -Codechange: Split NPFFollowTrack() in smaller parts. ------------------------------------------------------------------------ r12057 | smatz | 2008-02-04 15:56:39 +0000 (Mon, 04 Feb 2008) | 1 line -Fix: slowdown train when approaching 90deg turn when 90deg turns are forbidden ------------------------------------------------------------------------ r12056 | frosch | 2008-02-04 15:26:35 +0000 (Mon, 04 Feb 2008) | 1 line -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole. ------------------------------------------------------------------------ r12055 | smatz | 2008-02-04 14:08:02 +0000 (Mon, 04 Feb 2008) | 1 line -Fix: another way to fix AI trying to build road through depots ------------------------------------------------------------------------ r12054 | peter1138 | 2008-02-04 11:28:12 +0000 (Mon, 04 Feb 2008) | 2 lines -Cleanup: Use VehicleType instead of byte for vehicle types... ------------------------------------------------------------------------ r12052 | maedhros | 2008-02-03 20:23:59 +0000 (Sun, 03 Feb 2008) | 1 line -Fix [FS#1737] (r11494): The cargo translation table was loaded at the right time, but all the other global variables were now loaded too early. ;) ------------------------------------------------------------------------ r12050 | rubidium | 2008-02-03 16:21:19 +0000 (Sun, 03 Feb 2008) | 2 lines -Fix: random_func broke for desync debug. ------------------------------------------------------------------------ r12049 | smatz | 2008-02-03 12:41:06 +0000 (Sun, 03 Feb 2008) | 1 line -Fix (r10496)(r10619): memset on multibyte array with wrong byte count ------------------------------------------------------------------------ r12048 | belugas | 2008-02-03 03:37:33 +0000 (Sun, 03 Feb 2008) | 1 line -Cleanup: Move some strings in the original bridge array, adjust documentation a bit. ------------------------------------------------------------------------ r12045 | belugas | 2008-02-03 00:24:53 +0000 (Sun, 03 Feb 2008) | 1 line -Feature-ette(newGRF): Add support for var 12, Variational Action 2 ------------------------------------------------------------------------ r12044 | rubidium | 2008-02-02 21:09:05 +0000 (Sat, 02 Feb 2008) | 2 lines -Fix [FS#1741]: crash when centering on a vehicle (aircraft) that is outside of the map. ------------------------------------------------------------------------ r12043 | smatz | 2008-02-02 20:15:20 +0000 (Sat, 02 Feb 2008) | 1 line -Fix [FS#1736]: allow building transmitters and lighthouses on tree tiles ------------------------------------------------------------------------ r12042 | peter1138 | 2008-02-02 09:28:43 +0000 (Sat, 02 Feb 2008) | 4 lines -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the original water type. ------------------------------------------------------------------------ r12041 | belugas | 2008-02-02 03:23:26 +0000 (Sat, 02 Feb 2008) | 2 lines -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name. No assignation yet, no real work either. ------------------------------------------------------------------------ r12040 | belugas | 2008-02-02 02:45:09 +0000 (Sat, 02 Feb 2008) | 2 lines -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz). ------------------------------------------------------------------------ r12038 | peter1138 | 2008-02-01 22:13:59 +0000 (Fri, 01 Feb 2008) | 2 lines -Fix: Change ownership of or remove statues when merging/bankrupting companies. ------------------------------------------------------------------------ r12037 | glx | 2008-02-01 22:02:14 +0000 (Fri, 01 Feb 2008) | 1 line -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class ------------------------------------------------------------------------ r12036 | peter1138 | 2008-02-01 20:10:57 +0000 (Fri, 01 Feb 2008) | 2 lines -Fix: For station tiles, only get road types for road stops. ------------------------------------------------------------------------ r12035 | frosch | 2008-02-01 17:27:45 +0000 (Fri, 01 Feb 2008) | 1 line -Fix [FS#1702]: Teach YAPF where trams can reverse, and where not. ------------------------------------------------------------------------ r12034 | belugas | 2008-02-01 17:22:24 +0000 (Fri, 01 Feb 2008) | 3 lines -Codechange: A bit of code style cleaning, regarding comments. Thanks to MagicBuzz who spotted yet another non-converted file ------------------------------------------------------------------------ r12033 | smatz | 2008-02-01 15:09:55 +0000 (Fri, 01 Feb 2008) | 1 line -Fix: do not show train speed as zero after loading paused game ------------------------------------------------------------------------ r12032 | peter1138 | 2008-01-31 23:04:45 +0000 (Thu, 31 Jan 2008) | 2 lines -Fix: When removing a statue, remove town statue flag for the statue owner, not current player. ------------------------------------------------------------------------ r12031 | peter1138 | 2008-01-31 21:16:40 +0000 (Thu, 31 Jan 2008) | 2 lines -Fix [FS#1689,FS#1719]: Prevent towns from removing or claiming ownership of player owned tiles when growing. ------------------------------------------------------------------------