Wed, 15 Aug 2007 21:09:34 +0000 richk (svn r10909) [NewGRF_ports] -Feature: Added Metropolitan airport to airportsextended.grf. Also added remaining minipics to airportsextended.pcx. NewGRF_ports
Wed, 15 Aug 2007 10:30:49 +0000 rubidium (svn r10908) [NewGRF_ports] -Codechange: remove the hardcoded TERMn and HELIPADn and the now unused block definitions. NewGRF_ports
Wed, 15 Aug 2007 10:24:47 +0000 rubidium (svn r10907) [NewGRF_ports] -Fix: the zeppelin disaster did not lock runway. NewGRF_ports
Wed, 15 Aug 2007 09:42:16 +0000 rubidium (svn r10906) [NewGRF_ports] -Codechange: remove oilrig FTA/FSM stuff from the code as that is already exported to a newgrf. NewGRF_ports
Tue, 14 Aug 2007 23:42:01 +0000 richk (svn r10902) [NewGRF_ports] -Change: Updated ramp & jetty graphics (thanks to Skidd13). Planes wont exit hangar until entering aircraft has gone in. NewGRF_ports
Tue, 14 Aug 2007 23:41:36 +0000 richk (svn r10901) [NewGRF_ports] -Fix: Aircraft that failed to exit the hangar should unreserve any terminal reservations they made. NewGRF_ports
Tue, 14 Aug 2007 22:57:52 +0000 richk (svn r10900) [NewGRF_ports] -Fix: LaGuardia now only releases the taxi-runway crossing on arrival at the next location. This prevents the near-misses... I hope. NewGRF_ports
Tue, 14 Aug 2007 22:54:44 +0000 richk (svn r10899) [NewGRF_ports] -Add: Added BlockCopy function to fsmblockmap.h. NewGRF_ports
Tue, 14 Aug 2007 22:27:18 +0000 rubidium (svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over. NewGRF_ports
Tue, 14 Aug 2007 21:30:05 +0000 richk (svn r10897) [NewGRF_ports] -Cleanup: Removed superfluous comments. NewGRF_ports
Tue, 14 Aug 2007 21:28:22 +0000 richk (svn r10896) [NewGRF_ports] -Change: Redesign of seaplaneport.grf to allow access to terminal 1 even when runway is in use. NewGRF_ports
Tue, 14 Aug 2007 21:25:25 +0000 richk (svn r10895) [NewGRF_ports] -Fix: Only visually leave the hangar if the aircraft can successfully move to its chosen destination. Enables the decision to proceed to based on block reservations in the hangar commands, not in code. NewGRF_ports
Tue, 14 Aug 2007 19:25:47 +0000 richk (svn r10893) [NewGRF_ports] -Fix: Ensure coloured & masked selections disabled on exit of airport_gui. NewGRF_ports
Tue, 14 Aug 2007 17:17:41 +0000 richk (svn r10891) [NewGRF_ports] -Change: Added ramp and 2 jetties to seaplaneport.grf. (Thanks to 0004tom). NewGRF_ports
Tue, 14 Aug 2007 15:34:53 +0000 richk (svn r10889) [NewGRF_ports] -Feature: Colour of highlight for FSMs with placement masks shows Green for land tiles, and Blue for water tiles. NewGRF_ports
Mon, 13 Aug 2007 21:11:21 +0000 richk (svn r10885) [NewGRF_ports] -Fix: Prevented passengers from being squished on the bulkhead. NewGRF_ports
Mon, 13 Aug 2007 21:00:56 +0000 richk (svn r10884) [NewGRF_ports] -Change: clarified CanReserveBlocks in comments. NewGRF_ports
Mon, 13 Aug 2007 20:45:50 +0000 rubidium (svn r10883) [NewGRF_ports] -Fix: crashing aircraft caused deadlocking of the airport; they didn't release their owned blocks when the aircraft was finally destroyed. NewGRF_ports
Mon, 13 Aug 2007 20:18:47 +0000 richk (svn r10882) [NewGRF_ports] -Feature: Real World Airports. First draft, including just LaGuardia for the moment. NewGRF_ports
Mon, 13 Aug 2007 20:07:52 +0000 richk (svn r10881) [NewGRF_ports] -Feature: Adds irregular highlight to airport placement based on the FSMportLayout data. You can now see where the holes should be! NewGRF_ports
Mon, 13 Aug 2007 20:03:41 +0000 richk (svn r10880) [NewGRF_ports] -Change: updated spec to reflect additional <data> byte in special commands. NewGRF_ports
Mon, 13 Aug 2007 20:01:30 +0000 richk (svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command: NewGRF_ports
Mon, 13 Aug 2007 09:21:57 +0000 richk (svn r10876) [NewGRF_ports] -Feature: if layout byte is 0xFF, do not clear the tile in CheckFlatLandBelow. Current fsmportspec now passed to CheckFlatLandBelow for direct access to layouts. NewGRF_ports
Mon, 13 Aug 2007 09:18:12 +0000 richk (svn r10875) [NewGRF_ports] -Fix: Terminals were not being selected from the right terminal groups when there was more than one terminal group. NewGRF_ports
Sun, 12 Aug 2007 21:50:07 +0000 rubidium (svn r10874) [NewGRF_ports] -Codechange: remove the old airport remnants from the building/destruction commands. NewGRF_ports
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