Quote from: Baron on Tue 14/12/2010 01:48:14Although this way non-rated games won't show up... :-
You can filter the games you see on the Games Page by length, genre or number of cups...
*wink* *wink*
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: Baron on Tue 14/12/2010 01:48:14Although this way non-rated games won't show up... :-
You can filter the games you see on the Games Page by length, genre or number of cups...
Quote from: InCreator on Mon 13/12/2010 07:55:58Understandable but not legal. Just because you stop selling your product doesn't mean that you lose the copyright to it.
since it's discontinued, I guess cracking is legal.
for (int y = 0; y < ROWS; y++)
{
for (int x = 0; x < COLUMNS; x++)
{
int slot = y * COLUMNS + x;
if (SqContent[slot] == 0)
ds.DrawImage(x * TILE_SIZE, y * TILE_SIZE, IMG_WATER);
else if (SqContent[slot] == 1)
ds.DrawImage(x * TILE_SIZE, y * TILE_SIZE, IMG_GRASS);
else if (SqContent[slot] == 2)
ds.DrawImage(x * TILE_SIZE, y * TILE_SIZE, IMG_FOREST);
}
}
Quote from: ProgZmax on Thu 25/11/2010 11:33:28I don't think like that. If people changed their minds once they graduate and started supporting larger fees, then that would be the case. I expect most of these people are prepared to pay for the education of the future generations too (or are they backstabbing the ideology after graduation?). I think that makes more sense as once they graduate and start making money, it's easier to put a small sum aside every now and then than it is to put a huge amount of money aside when you still have no income.
...just come off like lazy motherfuckers who want someone else to pay the bill.
Quote from: bicilotti on Wed 06/10/2010 14:17:52
-Best Tutorial or Documentation
I think it's right to scrap them from AGS Awards 2010.
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.061 seconds with 16 queries.