sprite.h
Sun, 06 Aug 2006 08:23:19 +0000 tron (svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_{x,y,z}
Wed, 17 May 2006 21:26:12 +0000 peter1138 (svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies.
Thu, 04 May 2006 03:38:09 +0000 peter1138 (svn r4733) - NewGRF: remove remnants of old resolver code.
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.
Mon, 24 Apr 2006 21:10:56 +0000 belugas (svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures toguether.
Thu, 20 Apr 2006 20:51:57 +0000 peter1138 (svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. This
Thu, 20 Apr 2006 13:33:40 +0000 peter1138 (svn r4483) - NewGRF: Dynamically allocate memory for 'real' spritegroups. This removes the limit of 16 loading/unloading states, although will result in less memory usage as most of the time the full fixed allocation wasn't used.
Sat, 22 Oct 2005 06:39:32 +0000 tron (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
Tue, 04 Oct 2005 21:42:00 +0000 peter1138 (svn r3017) -NewGRF: Implement sprite group unreferencing and unloading.
Tue, 04 Oct 2005 20:58:10 +0000 peter1138 (svn r3016) -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading.
Tue, 04 Oct 2005 20:38:26 +0000 peter1138 (svn r3015) -NewGRF: Add a new sprite group result type, and support loading of callbacks results within random and "real" groups. (Not fully supported yet.)
Tue, 04 Oct 2005 19:52:26 +0000 peter1138 (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around.
Thu, 22 Sep 2005 20:58:14 +0000 peter1138 (svn r2971) - Newgrf: Support loading VarAction2 parameter for variables 0x60-0x7F. This parameter isn't used yet.
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Sat, 30 Jul 2005 18:04:49 +0000 tron (svn r2762) Simplify a loop, remove an unused variable and add many consts
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Wed, 01 Jun 2005 11:34:37 +0000 hackykid (svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf callbacks.
Thu, 10 Mar 2005 07:01:43 +0000 tron (svn r1981) Typedef some structs and enums
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Wed, 17 Nov 2004 08:52:47 +0000 tron (svn r654) Hopefully complete support for randomized variational spritegroups (i.e. the cars transporter in DBSetXL gets different cars each time) (pasky)
Mon, 15 Nov 2004 11:54:35 +0000 tron (svn r625) Almost complete support for deterministic variational vehicle spritegroups. (pasky)
Sun, 14 Nov 2004 20:50:38 +0000 darkvater (svn r610) -newgrf: Support for some basic deterministical spritegroups regarding stations. Waypoints look changes based on year now :^) (pasky).
Sun, 14 Nov 2004 18:18:28 +0000 darkvater (svn r605) -newgrf: Framework for supporting variational spritegroups . Deterministic only at the moment, but random ones support shouldn't be that difficult now It doesn't do anything, but makes these actions actually possible (pasky).
Sun, 14 Nov 2004 16:45:38 +0000 darkvater (svn r603) -newgrf: Stupid TortoiseSVN converted the file to DOS newlines. Bah
Sun, 14 Nov 2004 16:42:08 +0000 darkvater (svn r602) -newgrf: Move DrawTileSeqStruct & co and struct SpriteGroup to sprite.h (pasky)