The Dink Network

Reply to Re: The Wishlist

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 15th 2003, 08:48 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
- sine and cosine functions for circular movement.

Yeah... along with other math functions. Like math_abs(), math_sin(), math_cos(), math_tan(), and so on.

And because sine and cosine are pretty useless with just integers, we'd probably need to add in a 'float' variable type as well.

- high-score for arcade-style things

This can already be done with the Dink engine using the existing save game format, with little trouble. It doesn't make much sense to add in more confusing redundancy.

Though... it would be nice to have a separate 'global' save file that could be used for high score saving and other misc. applications like saving preferences.

- So why not rewrite the savefile-format?

Because you'd have to be extra careful about backwards compatibility and such. But that shouldn't be too much of a problem; just have the new dink.exe detect the old format and convert it.

- Animated gif, instead of frames.

Um... no.