Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1076022 Posts in 44157 Topics- by 36123 Members - Latest Member: gas13

December 30, 2014, 02:09:07 AM
  Show Posts
Pages: 1 ... 17 18 [19] 20 21 ... 46
361  Player / General / Re: What are you listening to at the moment? on: October 17, 2011, 08:51:17 AM
Moderators in Transformice spamming My Little Pony music
362  Player / Games / Re: What are you playing? on: October 17, 2011, 08:04:49 AM
Transformice, Hidden: Source, Dark Souls, and Minecraft
363  Player / General / Re: Something you JUST did thread on: October 16, 2011, 05:07:10 PM
Figured out the reason why my animated sprites didn't work was because SDL_Rect doesn't use floats.

Facepalm
364  Player / Games / Re: RAGE (by id software) on: October 11, 2011, 07:35:21 AM
Ok so, that patch that was supposed to fix issues completely fucked over my game. I knew I should've gotten Dark Souls instead.
365  Player / General / Re: Something you JUST did thread on: October 10, 2011, 05:59:52 PM
Convinced my mom to get me Dark Souls this weekend if I do extra chores for a month. From what I've heard, it's worth it
366  Player / General / Re: Something you JUST did thread on: October 08, 2011, 08:25:05 AM
Stepped on my cat. It's his fault for running in front of me so suddenly
367  Player / Games / Re: RAGE (by id software) on: October 07, 2011, 05:56:47 PM
After upgrading my drivers and setting up a custom config file, I got the game to run without any texture popping.

I'm about 2 hours in and loving it so far. It reminds me a lot of Borderlands, but with vastly superior visuals and gameplay. The combat is very fluid, and enemies are pretty dynamic as far as shooters go. Interface is a pain due to mouse lag, but luckily you don't need it too much.
368  Player / General / Re: What are you listening to at the moment? on: October 07, 2011, 06:38:17 AM
The Super Meat Boy soundtrack
369  Player / General / Re: Beard's Word Game on: October 06, 2011, 07:55:47 PM
tea leaf
370  Player / General / Re: Beard's Word Game on: October 05, 2011, 05:29:04 PM
kennedy
371  Player / General / Re: Youtube Account Thread on: October 05, 2011, 01:42:14 PM
http://youtube.com/lesakar
372  Player / General / Re: Beard's Word Game on: October 04, 2011, 08:29:32 PM
Papyrus
373  Player / General / Re: Something you JUST did thread on: October 04, 2011, 06:46:21 PM
Attempted to do homework while talking to a friend on Skype

Did not work
374  Player / General / Re: Just who in the hell are these people? on: October 04, 2011, 06:37:43 PM
Very serious


And I stole my girlfriend's awesome sunglasses in this one
375  Player / Games / Re: RAGE (by id software) on: October 04, 2011, 06:33:17 PM
Pre-ordered it, but didn't have time to get it today thanks to my after school class

Will pick it up tomorrow, though I can't play it until the weekend
376  Player / General / Re: ITT DRAGONMAW ANALYZES YOU on: October 03, 2011, 05:45:40 PM
hi
377  Player / General / Re: Fight Thread Pollution! Post here if it's not worth a new thread!!! on: October 02, 2011, 05:34:37 PM
My friend needs to learn about for loops
Code:
trace(field[0][0], field[0][1], field[0][2], field[0][3], field[0][4], field[0][5], field[0][6], field[0][7], field[0][8], field[0][9]);
trace(field[1][0], field[1][1], field[1][2], field[1][3], field[1][4], field[1][5], field[1][6], field[1][7], field[1][8], field[1][9]);
trace(field[2][0], field[2][1], field[2][2], field[2][3], field[2][4], field[2][5], field[2][6], field[2][7], field[2][8], field[2][9]);
trace(field[3][0], field[3][1], field[3][2], field[3][3], field[3][4], field[3][5], field[3][6], field[3][7], field[3][8], field[3][9]);
trace(field[4][0], field[4][1], field[4][2], field[4][3], field[4][4], field[4][5], field[4][6], field[4][7], field[4][8], field[4][9]);
trace(field[5][0], field[5][1], field[5][2], field[5][3], field[5][4], field[5][5], field[5][6], field[5][7], field[5][8], field[5][9]);
trace(field[6][0], field[6][1], field[6][2], field[6][3], field[6][4], field[6][5], field[6][6], field[6][7], field[6][8], field[6][9]);
trace(field[7][0], field[7][1], field[7][2], field[7][3], field[7][4], field[7][5], field[7][6], field[7][7], field[7][8], field[7][9]);
trace(field[8][0], field[8][1], field[8][2], field[8][3], field[8][4], field[8][5], field[8][6], field[8][7], field[8][8], field[8][9]);
trace(field[9][0], field[9][1], field[9][2], field[9][3], field[9][4], field[9][5], field[9][6], field[9][7], field[9][8], field[9][9]);
trace(field[10][0], field[10][1], field[10][2], field[10][3], field[10][4], field[10][5], field[10][6], field[10][7], field[10][8], field[10][9]);
trace(field[11][0], field[11][1], field[11][2], field[11][3], field[11][4], field[11][5], field[11][6], field[11][7], field[11][8], field[11][9]);
trace(field[12][0], field[12][1], field[12][2], field[12][3], field[12][4], field[12][5], field[12][6], field[12][7], field[12][8], field[12][9]);
trace(field[13][0], field[13][1], field[13][2], field[13][3], field[13][4], field[13][5], field[13][6], field[13][7], field[13][8], field[13][9]);
trace(field[14][0], field[14][1], field[14][2], field[14][3], field[14][4], field[14][5], field[14][6], field[14][7], field[14][8], field[14][9]);
trace(field[15][0], field[15][1], field[15][2], field[15][3], field[15][4], field[15][5], field[15][6], field[15][7], field[15][8], field[15][9]);
trace(field[16][0], field[16][1], field[16][2], field[16][3], field[16][4], field[16][5], field[16][6], field[16][7], field[16][8], field[16][9]);
trace(field[17][0], field[17][1], field[17][2], field[17][3], field[17][4], field[17][5], field[17][6], field[17][7], field[17][8], field[17][9]);
378  Player / General / Re: Things that Rock on: October 02, 2011, 04:38:24 PM
4 day weekends
379  Player / Games / Re: GameMaker HTML5 beta is out on: October 02, 2011, 03:40:19 PM
chrome. space does not jump for me. i can move left and right but not jump
huh, that's strange

I'm running chrome as well and it runs perfectly fine for me
380  Player / General / Re: Things that Rock on: October 02, 2011, 02:04:20 PM
It should allow many folders though, rather than one where you have to drop everything.
That's why I use Syncplicity for some files like syncing my programming projects etc. and Dropbox for only some random documents.
?

You can create folders in the Dropbox folder and it will sync those
Pages: 1 ... 17 18 [19] 20 21 ... 46
Theme orange-lt created by panic