newgrf.c
Thu, 23 Jun 2005 01:26:54 +0000 hackykid (svn r2474) - Fix: [newgrf] Some road vehicle action 0 properties were loaded as the wrong type (int8,int16,int32) causing undefined results. (like cargo types being wrong)
Mon, 06 Jun 2005 22:44:11 +0000 hackykid (svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), and the callback that goes with it.
Mon, 06 Jun 2005 00:19:24 +0000 hackykid (svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback that goes with it.
Fri, 03 Jun 2005 10:39:30 +0000 hackykid (svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit capacity' callback slightly more correct.
Thu, 02 Jun 2005 21:38:50 +0000 hackykid (svn r2400) - Fix: [newgrf] Load power for dual-headed engines correctly
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Wed, 01 Jun 2005 11:34:37 +0000 hackykid (svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf callbacks.
Sun, 29 May 2005 20:42:01 +0000 orudge (svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
Sun, 29 May 2005 20:36:11 +0000 orudge (svn r2378) - Fix: [newgrf] Further property stubs, help prevents subsequent incorrect reading of newgrf data
Sun, 29 May 2005 20:05:04 +0000 orudge (svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
Fri, 27 May 2005 13:41:03 +0000 Darkvater (svn r2368) - Fix: Add 'multihead' TTDPatch option to OpenTTD newgrf flags-emulation (DBSETXLW doesn't complain about it anymore)
Sat, 14 May 2005 12:36:16 +0000 Darkvater (svn r2306) - CodeChange: Check the last commands; refits. This needed an extensive rewrite and global/local-cargo ID juggling and bitmasking. However with this done it looks better as well and is compatible with newgrf handling. Big thanks to HackyKid for doing most of the work. This also closes patch "[ 1199277 ] Command checks"
Fri, 01 Apr 2005 10:43:20 +0000 tron (svn r2115) Spring cleaning, no functional changes
Wed, 30 Mar 2005 12:30:24 +0000 pasky (svn r2111) So, result is bool therefore no need for this horrible == 0 thing.
Wed, 30 Mar 2005 12:27:50 +0000 pasky (svn r2110) - Fix: Fixed test for various flags (e.g. newtrains in usset). result is bool so !! any non-zero values before assigning them to it - they apparently didn't fit. ;-)
Thu, 24 Mar 2005 17:03:37 +0000 truelight (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
Thu, 10 Mar 2005 07:01:43 +0000 tron (svn r1981) Typedef some structs and enums
Sun, 06 Mar 2005 15:22:28 +0000 pasky (svn r1943) Show the sprite ID in the check_length() error message. Also show the correct sprite ID in the spriteskip notice.
Sun, 06 Feb 2005 22:25:27 +0000 tron (svn r1833) byte -> char transition: the rest
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Wed, 26 Jan 2005 18:39:35 +0000 dominik (svn r1685) - Fix: [newgrf] airplanes from grf sets are not treated as helicopters, as introduced in r1682
Wed, 26 Jan 2005 17:36:59 +0000 dominik (svn r1682) - Fix: [newgrf] Helicopters from grf sets are now correctly recognized
Fri, 07 Jan 2005 08:38:27 +0000 celestar (svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
Sat, 04 Dec 2004 15:02:45 +0000 truelight (svn r939) -Fix: Fixed compiler errors
Fri, 03 Dec 2004 07:43:00 +0000 tron (svn r907) Sprinkle holy ANSI water:
Wed, 24 Nov 2004 13:19:48 +0000 tron (svn r793) Merge INLINE -> inline replacement (revision 376)
Mon, 22 Nov 2004 22:52:01 +0000 pasky (svn r772) Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs.
Mon, 22 Nov 2004 22:51:19 +0000 pasky (svn r771) Do not give a file new {struct GRFFile} if it was already loaded once. Eliminates those double entries in the newgrf manager and also some possible memory leaks.
Sun, 21 Nov 2004 22:44:13 +0000 dominik (svn r745) Added newgrf GUI (in options menu)\nThe interface currently only displays the installed grf sets, you can't (de)activate them through the gui yet
Wed, 17 Nov 2004 20:08:13 +0000 dominik (svn r665) code fixes for newgrf.c/newgrf.h
Wed, 17 Nov 2004 18:49:55 +0000 dominik (svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h