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)