The Dink Network

Reply to Dink v1.07 beta 8 released!

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:
 
 
September 11th 2003, 06:54 PM
wizardb.gif
merlin
Peasant He/Him
 
EDIT: For those of you wondering, we are beginning the SDL port now.

Well, we're up to beta 8 now :

Changes in v1.07b8
* Added 2 new DinkC functions: * math_power(int base, int exponent) ^ Raises base to the exponentth power * math_log(double integer) ^ Finds the natural logarithm of integer. NOTE: Will always return positive, even if given a negative number.

Changes in V1.07b7
* More source clean-up
* Adjustments to include calls
* Bug fixes: * Fixed the 1-pixel sprite placement bug above the status bar * Fixed the screenlock hardness bug
* Added several of redink1's DinkC addons: * load_palette(string filename); //To load the default palette, do something like load_palette("tiles/ts01.bmp"); Palette persists even after fade_down()/fade_up(). * show_inventory(void); //Displays the inventory screen, like when you press the Enter key, except without the sound. * math_abs(int value); // Returns absolute value * math_mod(int value, int modulo); // Returns modulo * math_sqrt(int value); // Returns square root * math_sin(int value); // Returns sine * math_cos(int value); // Returns cosine * math_tan(int value; // Returns tangent

So, go grab your copy here:
The Dink Project