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.

Tue, 08 Feb 2005 15:42:28 +0000(svn r1847) Adjustment for MorphOS to unbreak the build there and removal of some now obsolete preprocessor magic
tron [Tue, 08 Feb 2005 15:42:28 +0000] rev 1343
(svn r1847) Adjustment for MorphOS to unbreak the build there and removal of some now obsolete preprocessor magic

Mon, 07 Feb 2005 20:36:41 +0000(svn r1846) - Fix: VS6 project file (bociusz)
darkvater [Mon, 07 Feb 2005 20:36:41 +0000] rev 1342
(svn r1846) - Fix: VS6 project file (bociusz)
- Fix: VS6 fkcing borkdness should be abolished

Mon, 07 Feb 2005 19:45:08 +0000(svn r1845) - Revert r1835 since it totally screws network compiling
darkvater [Mon, 07 Feb 2005 19:45:08 +0000] rev 1341
(svn r1845) - Revert r1835 since it totally screws network compiling
- Fix: fix some VS.NET warnings
- Add missing file to VS.NET project file

Mon, 07 Feb 2005 19:23:38 +0000(svn r1844) -Fix: small protection in oldloader.c, and put the savegame on pause by default
truelight [Mon, 07 Feb 2005 19:23:38 +0000] rev 1340
(svn r1844) -Fix: small protection in oldloader.c, and put the savegame on pause by default

Mon, 07 Feb 2005 19:01:56 +0000(svn r1843) - Codechange: [NPF] Removed some unused code.
matthijs [Mon, 07 Feb 2005 19:01:56 +0000] rev 1339
(svn r1843) - Codechange: [NPF] Removed some unused code.