newgrf_callbacks.h
Sat, 02 Dec 2006 16:56:32 +0000 peter1138 (svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)
Sun, 01 Oct 2006 12:00:32 +0000 peter1138 (svn r6601) - Codechange: Support cargo subtypes in the refit window. The refit window has been altered to support resizing and scrolling. Note that the cargo subtype isn't yet passed for actual refitting yet. (Based on mart3p's patch)
Wed, 27 Sep 2006 18:17:01 +0000 peter1138 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Wed, 09 Aug 2006 21:11:45 +0000 peter1138 (svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. This allows a set to disallow a vehicle from being started, i.e. to not be able to leave the depot. This is almost a partner to callback 1D.
Thu, 04 May 2006 20:00:50 +0000 peter1138 (svn r4742) - Newstations: Add callbacks for building and drawing custom stations.
Tue, 02 May 2006 21:43:47 +0000 peter1138 (svn r4703) - NewGRF: add support for callback 0x1D, "can wagon be attached". This can be used to disallow freight wagons to be placed in passenger trains, along with other uses.
Sun, 23 Apr 2006 22:33:10 +0000 peter1138 (svn r4561) - NewGRF: implement most of callback 0x23: additional text in vehicle purchase windows.
Tue, 11 Apr 2006 13:00:06 +0000 peter1138 (svn r4356) - NewGRF: Load more newstation properties.
Sat, 11 Feb 2006 09:17:16 +0000 peter1138 (svn r3587) - NewGRF: Rename Callback IDs to include their "class"
Sun, 05 Feb 2006 19:46:20 +0000 peter1138 (svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them