Sun, 12 Aug 2007 21:28:34 +0000 rubidium (svn r10873) [NewGRF_ports] -Fix: layouts and layout_masks had one level of pointer indirection too much. NewGRF_ports
Sun, 12 Aug 2007 18:32:47 +0000 rubidium (svn r10872) [NewGRF_ports] -Sync: with trunk r10765:10871. NewGRF_ports
Sun, 12 Aug 2007 18:18:48 +0000 rubidium (svn r10871) [NewGRF_ports] -Codechange: do not pay for clearing water tiles when placing watery tile on them anyway. NewGRF_ports
Sun, 12 Aug 2007 17:44:31 +0000 richk (svn r10870) [NewGRF_ports] -Fix: removed unused Action02 entry. NewGRF_ports
Sun, 12 Aug 2007 17:37:57 +0000 richk (svn r10869) [NewGRF_ports] -Fix: WARNING WARNING critical system error here... fixed. NewGRF_ports
Sun, 12 Aug 2007 17:31:37 +0000 richk (svn r10868) [NewGRF_ports] -Fix: seaplaneport.grf missing new method of availability testing. NewGRF_ports
Sun, 12 Aug 2007 17:30:00 +0000 richk (svn r10867) [NewGRF_ports] -Fix: SYST class needed to be loaded to the specific class 31 to avoid disturbing list sequences. NewGRF_ports
Sun, 12 Aug 2007 14:16:33 +0000 richk (svn r10866) [NewGRF_ports] -Change: Removed letters NW etc from arrow icons. NewGRF_ports
Sun, 12 Aug 2007 14:04:32 +0000 richk (svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games. NewGRF_ports
Sun, 12 Aug 2007 12:33:25 +0000 rubidium (svn r10864) [NewGRF_ports] -Add: Dutch translations to the NewGRF to show how translations should be added to the NewGRFs. NewGRF_ports
Sun, 12 Aug 2007 02:08:30 +0000 richk (svn r10863) [NewGRF_ports] -Fix: Calculation of rate of height loss was always reducing by a minimum of 1. Now rate of change is rounded to nearest of 0 or -1. NewGRF_ports
Sun, 12 Aug 2007 00:10:20 +0000 richk (svn r10862) [NewGRF_ports] -Change: Updates to spec. Prop 0E, Prop 1D, Prop 23. NewGRF_ports
Sun, 12 Aug 2007 00:04:43 +0000 richk (svn r10861) [NewGRF_ports] -Change: Updates to spec now reflected in newgrf.cpp. No trailing 00 00 in Prop 0E. Prop 19 now identifies which hangar each coordinate is for. (allows multi-tile depots). NewGRF_ports
Sat, 11 Aug 2007 23:48:46 +0000 richk (svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf. NewGRF_ports
Sat, 11 Aug 2007 23:18:05 +0000 rubidium (svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo. NewGRF_ports
Sat, 11 Aug 2007 23:02:34 +0000 rubidium (svn r10858) [NewGRF_ports] -Fix: unix does not like "\" as path separator. NewGRF_ports
Sat, 11 Aug 2007 22:25:28 +0000 rubidium (svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too. NewGRF_ports
Sat, 11 Aug 2007 20:17:18 +0000 richk (svn r10855) [NewGRF_ports] -Add: Added newgrf spec to docs directory. NewGRF_ports
Sat, 11 Aug 2007 20:16:40 +0000 rubidium (svn r10854) [NewGRF_ports] -Fix: GCC wants that you specify that a constant is uint64 (unsigned long long). NewGRF_ports
Sat, 11 Aug 2007 19:57:00 +0000 richk (svn r10853) [NewGRF_ports] -Feature: Added heliport to airportsbasic.grf. Added Heli-EndTakeoff stage. NewGRF_ports
Sat, 11 Aug 2007 19:50:48 +0000 richk (svn r10852) [NewGRF_ports] -Fix: Added reading of Prop 19 Vehicle Feature. NewGRF_ports
Fri, 10 Aug 2007 23:40:47 +0000 richk (svn r10850) [NewGRF_ports] -Feature: Update aircraft positions for old savegames. NewGRF_ports
Fri, 10 Aug 2007 18:51:28 +0000 richk (svn r10847) [NewGRF_ports] -Fix: Airports were set to temperate only. Removed. Also NFOrenum both .nfos. NewGRF_ports
Fri, 10 Aug 2007 18:32:10 +0000 richk (svn r10845) [NewGRF_ports] -Fix: Missed off allocation of graphics to a graphics set. NewGRF_ports
Fri, 10 Aug 2007 18:31:08 +0000 richk (svn r10844) [NewGRF_ports] -Feature: Airports loaded from old savegames (prior to vsn74). Only applies currently to Small, Large, and Commuter. NewGRF_ports
Thu, 09 Aug 2007 03:14:06 +0000 richk (svn r10832) [NewGRF_ports] -Change: If no airports are selectable, then the image of the first in the list is shown, but greyed out. NewGRF_ports
Thu, 09 Aug 2007 02:53:36 +0000 richk (svn r10831) [NewGRF_ports] -Feature: Split OTTD airports into basic and extended sets. Created 2 new .grfs. NewGRF_ports
Thu, 09 Aug 2007 02:45:42 +0000 richk (svn r10830) [NewGRF_ports] -Fix: Only test and draw a preview picture if the fsmportspec can be accessed. NewGRF_ports
Thu, 09 Aug 2007 02:43:04 +0000 richk (svn r10829) [NewGRF_ports] -Change: Animation was causing failures if the tile happened to be one of the hardcoded animated tiles. For the moment, comment out. Will be replaced with newgrf animation. NewGRF_ports
Wed, 08 Aug 2007 02:09:50 +0000 richk (svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected. NewGRF_ports
Wed, 08 Aug 2007 01:56:10 +0000 richk (svn r10825) [NewGRF_ports] -Feature: Airport subtype (prop 20) is now read. This restricts buildlist and usage of airports to the selected vehicle subtype. NewGRF_ports
Tue, 07 Aug 2007 23:15:28 +0000 richk (svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support. NewGRF_ports
Tue, 07 Aug 2007 15:11:52 +0000 rubidium (svn r10819) [NewGRF_ports] -Codechange: remove a large amount of state machinery of the airports. NewGRF_ports
Tue, 07 Aug 2007 14:58:55 +0000 rubidium (svn r10818) [NewGRF_ports] -Codechange: remove the remnants of the old airports from the GUI. NewGRF_ports
Tue, 07 Aug 2007 01:25:46 +0000 richk (svn r10817) [NewGRF_ports] -Fix: Committed one file too many. NewGRF_ports
Tue, 07 Aug 2007 01:23:09 +0000 richk (svn r10816) [NewGRF_ports] -Change: Vertical movement now based on difference in heights between current position and target position, rather than just being in particular states. NewGRF_ports
Mon, 06 Aug 2007 19:52:12 +0000 richk (svn r10815) [NewGRF_ports] -Fix: Waypoints class check from newstation code was preventing listing of new classes. NewGRF_ports
Mon, 06 Aug 2007 03:18:02 +0000 richk (svn r10806) [NewGRF_ports] -Change: Moved orientation buttons to match height of preview window. NewGRF_ports
Mon, 06 Aug 2007 03:10:40 +0000 richk (svn r10805) [NewGRF_ports] -Fix: Cleaned up some reported grfcodec warnings. NewGRF_ports
Mon, 06 Aug 2007 03:09:53 +0000 richk (svn r10804) [NewGRF_ports] -Fix: Gui failed when layouts were not contiguous. eg. 01 and 07 NewGRF_ports
Mon, 06 Aug 2007 01:24:26 +0000 glx (svn r10803) [NewGRF_ports] -Change: simplified small airport availability callback NewGRF_ports
Mon, 06 Aug 2007 00:44:01 +0000 richk (svn r10802) [NewGRF_ports] -Feature: Added availability dates for airports, using callbacks. Gui modified to disable unavailable airports. If no airports available at all, airport placement disabled. NewGRF_ports
Sun, 05 Aug 2007 23:43:56 +0000 glx (svn r10801) [NewGRF_ports] -Add: saving of layout_set and orientation NewGRF_ports
Sun, 05 Aug 2007 23:06:58 +0000 rubidium (svn r10800) [NewGRF_ports] -Add: saving of FSMblockmaps. NewGRF_ports
Sun, 05 Aug 2007 17:30:37 +0000 richk (svn r10797) [NewGRF_ports] -Fix: Orientation needed re-initialising when airport selection changed. NewGRF_ports
Sun, 05 Aug 2007 17:08:40 +0000 richk (svn r10796) [NewGRF_ports] -Feature: rb_airport2.grf now includes Small Airport. NewGRF_ports
Sun, 05 Aug 2007 16:54:23 +0000 richk (svn r10795) [NewGRF_ports] -Change: GSF_FSMPORTS now uses separate explicit Case, rather than default fallthrough. NewGRF_ports
Sun, 05 Aug 2007 16:52:48 +0000 richk (svn r10794) [NewGRF_ports] -Fix: Orientation not initialised on re-selection of gui. NewGRF_ports
Sun, 05 Aug 2007 16:51:28 +0000 richk (svn r10793) [NewGRF_ports] -Fix: When replacing a deleted airport, this assert triggered unnecessarily. Removed. NewGRF_ports
Sun, 05 Aug 2007 01:05:26 +0000 richk (svn r10791) [NewGRF_ports] -Change: Modified rb_airport2.grf to use MeusH minipic of commuter airport. Corrected fences of orientation 03. NewGRF_ports
Sun, 05 Aug 2007 00:39:42 +0000 rubidium (svn r10790) [NewGRF_ports] -Codechange: constify the fsmblockmaps where possible. NewGRF_ports
Sun, 05 Aug 2007 00:38:26 +0000 rubidium (svn r10789) [NewGRF_ports] -Fix (r10788): off-by-one; the "first" value must never be used as it is the marker for multiblocks. NewGRF_ports
Sun, 05 Aug 2007 00:09:19 +0000 rubidium (svn r10788) [NewGRF_ports] -Fix: a multiblock of more than one block would always allocate a buffer of numblocks-1, overwrite the first block (everything was saved one byte too many to the left). As the number of read blocks was passed to the block initialization function, it would overread the buffer. NewGRF_ports
Sat, 04 Aug 2007 22:10:08 +0000 rubidium (svn r10786) [NewGRF_ports] -Fix: do not get a pointer of memory that might get overwritten and assume it is correct; just keep the returned struct as-is. NewGRF_ports
Sat, 04 Aug 2007 21:46:03 +0000 rubidium (svn r10785) [NewGRF_ports] -Fix: move the three dummy tables that are only needed in newgrf.cpp to newgrf.cpp so GCC can stop whining about unused variables. NewGRF_ports
Sat, 04 Aug 2007 21:33:27 +0000 richk (svn r10784) [NewGRF_ports] -Feature: Added rotation of FSMport movement. NewGRF_ports
Sat, 04 Aug 2007 17:26:22 +0000 richk (svn r10783) [NewGRF_ports] -Feature: Added placing FSMport in any of up to 4 different orientations. GUI now has a preview image for each orientation - not interactive, just a screenshot stored. NewGRF_ports
Fri, 03 Aug 2007 18:24:48 +0000 richk (svn r10767) [NewGRF_ports] -Add: Added sprite and nfo data for newgrf files. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Tue, 31 Jul 2007 23:31:45 +0000 richk (svn r10742) [NewGRF_ports] -Change: size_x and size_y needed to be stored in FTAClass for correct calculation of Cargo Acceptance. NewGRF_ports