newgrf_spritegroup.h
Thu, 19 Oct 2006 10:20:36 +0000 peter1138 (svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore.
Wed, 11 Oct 2006 22:05:59 +0000 peter1138 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
Thu, 22 Jun 2006 21:25:51 +0000 peter1138 (svn r5337) - NewGRF: pass the engine type to the engine resolver, to allow support for variable 7F for unbuilt vehicles (mart3p)
Thu, 22 Jun 2006 21:15:27 +0000 peter1138 (svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info window, ensuring the correct direction is used (inspiration from mart3p)
Tue, 23 May 2006 19:36:50 +0000 peter1138 (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
Wed, 03 May 2006 15:46:21 +0000 peter1138 (svn r4714) - NewGRF: simplify evaluation of 'real' sprite groups.
Tue, 02 May 2006 20:44:06 +0000 peter1138 (svn r4697) - NewGRF: callback IDs can now be 16 bit values.
Tue, 02 May 2006 18:56:07 +0000 peter1138 (svn r4691) - Codechange: don't use unnamed unions as GCC 2.95.ancient won't compile it. Needed for our MorphOS user ;)
Thu, 27 Apr 2006 19:53:58 +0000 peter1138 (svn r4594) - NewGRF: introduce the basic sprite group resolver. This code isn't used yet.
Wed, 26 Apr 2006 20:44:28 +0000 peter1138 (svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however.
Wed, 26 Apr 2006 17:16:57 +0000 peter1138 (svn r4579) - NewGRF: move sprite group struct to newgrf_spritegroup.h. Temporary include in sprite.h until new spritegroup code is in place.
Thu, 20 Apr 2006 20:51:57 +0000 peter1138 (svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. This