Fri, 11 Feb 2005 17:12:11 +0000(svn r1861) Constify Get(Non)Sprite()
tron [Fri, 11 Feb 2005 17:12:11 +0000] rev 1357
(svn r1861) Constify Get(Non)Sprite()

Fri, 11 Feb 2005 15:18:09 +0000(svn r1860) The sprite header endianness issue was solved in r1855
tron [Fri, 11 Feb 2005 15:18:09 +0000] rev 1356
(svn r1860) The sprite header endianness issue was solved in r1855

Fri, 11 Feb 2005 14:33:43 +0000(svn r1859) Miscellaneous style changes
tron [Fri, 11 Feb 2005 14:33:43 +0000] rev 1355
(svn r1859) Miscellaneous style changes

Fri, 11 Feb 2005 13:46:25 +0000(svn r1858) Let ReadSprite() handle the subtleties of loading a sprite, not its caller
tron [Fri, 11 Feb 2005 13:46:25 +0000] rev 1354
(svn r1858) Let ReadSprite() handle the subtleties of loading a sprite, not its caller

Fri, 11 Feb 2005 13:35:27 +0000(svn r1857) Rewrite parts of the sprite heap. It's functionally equivalent but should be easier to read and maintain.
tron [Fri, 11 Feb 2005 13:35:27 +0000] rev 1353
(svn r1857) Rewrite parts of the sprite heap. It's functionally equivalent but should be easier to read and maintain.

Thu, 10 Feb 2005 22:26:28 +0000(svn r1856) Make GfxInitSpriteMem() static, because it's only used withing spritecache.c
tron [Thu, 10 Feb 2005 22:26:28 +0000] rev 1352
(svn r1856) Make GfxInitSpriteMem() static, because it's only used withing spritecache.c

Thu, 10 Feb 2005 12:26:41 +0000(svn r1855) Handle endianness of sprite headers when loading a sprite, not everytime when accessing it
tron [Thu, 10 Feb 2005 12:26:41 +0000] rev 1351
(svn r1855) Handle endianness of sprite headers when loading a sprite, not everytime when accessing it

Thu, 10 Feb 2005 12:14:38 +0000(svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (returning a Sprite*) and GetNonSprite() for "sprites" of type 0xFF (returning byte*)
tron [Thu, 10 Feb 2005 12:14:38 +0000] rev 1350
(svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (returning a Sprite*) and GetNonSprite() for "sprites" of type 0xFF (returning byte*)

Thu, 10 Feb 2005 05:43:30 +0000(svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate
tron [Thu, 10 Feb 2005 05:43:30 +0000] rev 1349
(svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate

Tue, 08 Feb 2005 22:22:42 +0000(svn r1852) Start cleaning up sprite handling:
tron [Tue, 08 Feb 2005 22:22:42 +0000] rev 1348
(svn r1852) Start cleaning up sprite handling:
- Complement the sprite header struct with a variable sized array for the sprite data and rename it to Sprite.
- Use the correct type Sprite* instead of casting all the time (this causes some "assignment from incompatible pointer type" warnings, nothing serious, will be resolved soon)

Tue, 08 Feb 2005 18:07:27 +0000(svn r1851) - Language: added Frisian translation (no strings have been translated yet)
bjarni [Tue, 08 Feb 2005 18:07:27 +0000] rev 1347
(svn r1851) - Language: added Frisian translation (no strings have been translated yet)

Tue, 08 Feb 2005 17:31:13 +0000(svn r1850) Change the last consumers of str_buffr so they use local static buffers now and remove the global array str_buffr.
tron [Tue, 08 Feb 2005 17:31:13 +0000] rev 1346
(svn r1850) Change the last consumers of str_buffr so they use local static buffers now and remove the global array str_buffr.

Tue, 08 Feb 2005 16:53:28 +0000(svn r1849) Use the cheat entry enum for CheatEntry.type and remove unused enum values
tron [Tue, 08 Feb 2005 16:53:28 +0000] rev 1345
(svn r1849) Use the cheat entry enum for CheatEntry.type and remove unused enum values

Tue, 08 Feb 2005 16:37:28 +0000(svn r1848) Remove the obscure feature of initialising the edit box with the contents of str_buffr - it was unused anyway.
tron [Tue, 08 Feb 2005 16:37:28 +0000] rev 1344
(svn r1848) Remove the obscure feature of initialising the edit box with the contents of str_buffr - it was unused anyway.
Remove it from the chat box too, which inherited it via copy&paste.