Ah. Right, I remember problem with ffdshow when playing "Marionette".
If it is installed, you may simply toggle it of at all, or specifically for this game.
If it is installed, you may simply toggle it of at all, or specifically for this game.
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: Joe Carl on Sun 13/06/2010 22:38:21No, that's incorrect.
I think it doesn't in C++ either, since B is just replaced by A but that A is not replaced at all since it's treated as a variable name.
#define A 1
#define B A
#define A 1
#define B 1
#define A 1
#define B A
int a[A];
int b[B];
function F()
{
int aa = A;
int bb = B;
}
Quote from: DrewCCU on Sat 12/06/2010 19:25:56
Edit:
I tried this and I got an error with the line that holds: "float IncX = dx * ProjectileSpeed / distance;"
It says:
Type mismatch: cannot convert "float" to "int"
float dx = IntToFloat(cTarget.x - cProjectile.x);
float dy = IntToFloat(cTarget.y - cProjectile.y);
float distance = Maths.Sqrt(dx*dx + dy*dy);
float IncX = dx * ProjectileSpeed / distance;
float IncY = dy * ProjectileSpeed / distance;
cProjectile.x = cProjectile.x + FloatToInt(IncX);
cProjectile.y = cProjectile.y + FloatToInt(IncY);
Quote from: NikolasIf I have the titles I would buy, research, etc, all I need. I don't want anyone to break copyright by scanning books, etc.I think these stories are counted as public property, since Afanasiev lived in XIX century.
Quote from: Grim on Sun 06/06/2010 05:11:01Quote from: LocutusofBored on Sun 06/06/2010 04:55:33Quote from: Grim on Fri 04/06/2010 18:14:01
Oh, one last thing. Downfall has taken Russia by storm and has now sold nearly 10.000 copies over there!![]()
Does this mean you've made $100,000 in Russia alone? Wow!
Nah, I wish. It doesn't work like this, unfortunately. Developer only gets a percentage of the price. And in Russia games come really cheap ( compared to the rest of the world).
Quote from: icey games on Sun 23/05/2010 19:05:25Quote from: AtelierGames on Sun 23/05/2010 09:28:33
Icy. I know you can do it (you did it in your first post). PLEASE edit your last post if you want to add something instead of triple posting. In the space of four minutes. If you don't do this your account will be automatically terminated by the forum computer.
Tha-that's possible?
Quote from: Scarab on Sat 22/05/2010 16:50:17Quote from: Crimson Wizard on Sat 22/05/2010 14:34:57
icey games, please post here:
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=36479.0
It's a special thread for finding teammates.
And this award goes to one C. Wizard
Well earned, my friend
Quote from: icey games on Fri 21/05/2010 21:03:00What's wrong with teaming up with someone?
But I don't want people to make my games for I want theme to help
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 3.630 seconds with 16 queries.