Hahaha, Die Popformeln, by Volkmer Kramarz! I got the book a few years ago as a present as well and then, last semester, turns out he was my lecturer at University for a semester!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Radiant on Sun 22/03/2009 11:49:50
I'm going to vote for new books, women, and candy. Yay!
Quote from: Akatosh on Mon 16/03/2009 15:16:00
I started at 15, and now I'm 18. In unrelated news, I'm also striding towards my 2nd semester at university.
float Math_Abs ( float value )
{
if ( value < 0.0f )
return -value;
return value;
}
Quote from: cosmicr on Mon 09/03/2009 04:05:18Quote from: dkh on Sun 08/03/2009 21:55:55he did? dunno which picture you're looking at. he looks fat to me!
I can't believe nobody has pointed out yet that you made Eric thin.
BITMAP *texture = engine->GetSpriteGraphic ( 1 );
unsigned short **shortbuffer = ( unsigned short** ) engine->GetRawBitmapSurface ( texture );
---------------------------
Illegal exception
---------------------------
An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x004453C5 ; program pointer is -23, ACI version 3.12.1074, gtags (0,0)
AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and post the details on the AGS Technical Forum.
Most versions of Windows allow you to press Ctrl+C now to copy this entire message to the clipboard for easy reporting.
An error file CrashInfo.dmp has been created. You may be asked to upload this file when reporting this problem on the AGS Forums. (code 0)
---------------------------
OK
---------------------------
struct Window
{
int width, height;
int x, y;
import function Init ( int x, int y );
import String GetTitle ( );
};
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.322 seconds with 20 queries.