peter1138 [Tue, 02 May 2006 19:24:02 +0000] rev 3722
(svn r4693) - NewGRF: invalidate aircraft in viewports during loading stages so that graphic changes are visible. (mart3p)
peter1138 [Tue, 02 May 2006 19:09:49 +0000] rev 3721
(svn r4692) - Use DEBUG() instead of direct fprintf in extmidi music driver, and silence 'set volume not implemented' warning at the default debug level.
peter1138 [Tue, 02 May 2006 18:56:07 +0000] rev 3720
(svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't compile it. Needed for our MorphOS user ;)
miham [Tue, 02 May 2006 17:28:29 +0000] rev 3719
(svn r4690) [Fix] Fixed ShowQueryString() to close FS#151
peter1138 [Tue, 02 May 2006 14:34:53 +0000] rev 3718
(svn r4689) - Codechange: correct parameter order or calloc, and use the sizeof the variable rather than a struct
peter1138 [Tue, 02 May 2006 14:34:00 +0000] rev 3717
(svn r4688) - Ensure the map memory is cleared after it is allocated. This fixes random deserts that sometimes occurred.
peter1138 [Tue, 02 May 2006 13:35:23 +0000] rev 3716
(svn r4674) - Codechange: use correct parameter order for allocating sound file memory
peter1138 [Tue, 02 May 2006 09:31:59 +0000] rev 3715
(svn r4658) - NewGRF: add Action 0xNN comments before each action handler. This mainly aids code navigation...
peter1138 [Tue, 02 May 2006 09:18:51 +0000] rev 3714
(svn r4657) - NewGRF: use grf_load_byte() in favour of array accesses
belugas [Tue, 02 May 2006 03:11:45 +0000] rev 3713
(svn r4656) MSV project : Little correction of forgotten files
Darkvater [Mon, 01 May 2006 21:47:30 +0000] rev 3712
(svn r4655) - Fix [NewGRF r4654]: /me bangs head against the wall....gaah
Darkvater [Mon, 01 May 2006 21:45:35 +0000] rev 3711
(svn r4654) - Fix [NewGRF]: Properly read in the GRFID. This fixes GRFID checking and activation/deactivation. Do swap the GRFID for displaying purposes.
peter1138 [Mon, 01 May 2006 20:05:03 +0000] rev 3710
(svn r4653) - NewGRF: enable use of custom helicopter rotors in game (but not GUI windows yet) (mart3p)
peter1138 [Mon, 01 May 2006 18:57:43 +0000] rev 3709
(svn r4652) - NewGRF: support loading of foundation and canal graphics from NewGRF files via action 5
peter1138 [Mon, 01 May 2006 16:54:18 +0000] rev 3708
(svn r4651) - NewGRF: support loading of catenary sprites from NewGRF files. This actually works by replacing our hardcoded sprites.
peter1138 [Mon, 01 May 2006 16:52:43 +0000] rev 3707
(svn r4650) - NewGRF: use the correct type for _cur_spriteid
peter1138 [Mon, 01 May 2006 14:30:24 +0000] rev 3706
(svn r4649) - NewGRF: limit helicopter rotor animation frames to the number of sprites in the set.
Darkvater [Mon, 01 May 2006 13:24:37 +0000] rev 3705
(svn r4648) - Fix (r4196): Company HQ's were not upgraded during the monthly loops.
peter1138 [Mon, 01 May 2006 12:07:44 +0000] rev 3704
(svn r4645) - NewGRF: pretend to be the last alpha version of TTDPatch in our version value.
peter1138 [Mon, 01 May 2006 12:00:14 +0000] rev 3703
(svn r4644) - NewGRF: support for variable 0x44, aircraft information. (mart3p)
peter1138 [Mon, 01 May 2006 11:35:18 +0000] rev 3702
(svn r4643) - NewGRF: Add support for ttdp aircraft states. This involves mapping from our own state. (heavily based on mart3p's code)
peter1138 [Mon, 01 May 2006 11:27:39 +0000] rev 3701
(svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere.
matthijs [Mon, 01 May 2006 09:58:43 +0000] rev 3700
(svn r4641) * Remove svk property added with the last commit. Bad svk, bad svk! Sorry for that.
matthijs [Mon, 01 May 2006 09:34:23 +0000] rev 3699
(svn r4640) - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis functions.
- Codechange: Use IsValidDiagDirection() in CmdBuildRoadStop().
celestar [Mon, 01 May 2006 09:25:23 +0000] rev 3698
(svn r4639) -Feature: Turkish town names (jnmbk)
peter1138 [Mon, 01 May 2006 08:37:54 +0000] rev 3697
(svn r4638) - Codestyle: replacing aligning tabs with spaces
peter1138 [Mon, 01 May 2006 06:38:36 +0000] rev 3696
(svn r4636) - NewGRF: when dealing with vehicle types other than trains, set the parent scope vehicle to be the same as self scope. (Thanks mart3p)
peter1138 [Sun, 30 Apr 2006 18:41:16 +0000] rev 3695
(svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p)
peter1138 [Sun, 30 Apr 2006 18:39:31 +0000] rev 3694
(svn r4631) - NewGRF: fix incorrect length check
peter1138 [Sun, 30 Apr 2006 18:19:37 +0000] rev 3693
(svn r4629) - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone.