Random Screenshots Thread

General Stuff about Armagetron, That doesn't belong anywhere else...
Post Reply
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Code: Select all

if(pathToApplication) [pathToApplication release];
pathToApplication = [[openPanelForApplication filename] retain];

Code: Select all

- (void)dealloc {
	if(pathToApplication) [pathToApplication release];
}
Memory management. ;)
ˌɑrməˈɡɛˌtrɑn
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Post by dlh »

Jonathan wrote:

Code: Select all

if(pathToApplication) [pathToApplication release];
pathToApplication = [[openPanelForApplication filename] retain];

Code: Select all

- (void)dealloc {
	if(pathToApplication) [pathToApplication release];
}
Memory management. ;)
But it was never alloc'ed 8) . Opps.

Code: Select all

if (runResult == NSOKButton) {
  pathToApplication = [[NSString alloc] initWithString: [openPanelForApplication filename]];
  //NSLog(@"%@",pathToApplication);
}
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

??? You just created a leak instead of fixing a nonexistant bug?
ˌɑrməˈɡɛˌtrɑn
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5041
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

Um, sort of a minor milestone, I guess. Perhaps not impressive to many; I dunno—certainly not to the 3 above me on the list, heh. I'm about 50 away from the 1000 mark in rounds won, incidentally. Not that any of it really matters.
Breakfast in Hell
Breakfast in Hell

EDIT: Swapped embedded pic for attachment.
Last edited by Phytotron on Tue Oct 18, 2011 12:15 am, edited 1 time in total.
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5041
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

Nothing special; just thought it looked kinda nifty. Looking up with cockpit cam.
lookingup3.jpg

And then I threw this together for a larf. Explanation at bottom.
AADisco2.jpg
So, obviously I added a few things into that (quickly and dirtily), but the underlying image is an actual screenshot. This is what happens when I have the lower sky on, go into BiH or Shrunkland (the former in this case), and turn on the Free cam. I didn't try it in any other servers; they were all empty at the time.




EDIT: Swapped embedded pics for attachments.
Last edited by Phytotron on Tue Oct 18, 2011 12:16 am, edited 1 time in total.
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5041
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

Oh yeah. This was quite awhile ago, but here it is. (This isn't a bragging thing, especially because I'm well above 1000 by now, heh. It's mainly just for Fonkay. She said, "let's try to make it look cool.")
BiH1000sm.jpg



EDIT: Swapped embedded pic for attachment.
Last edited by Phytotron on Tue Oct 18, 2011 12:17 am, edited 1 time in total.
User avatar
Fonkay
Match Winner
Posts: 776
Joined: Fri Jul 08, 2005 4:24 pm
Location: eh?
Contact:

Post by Fonkay »

Boy does that make me sound like a dork. :|
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5041
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

Eep. :| I sorry. I agreed, though. So we're both dorks if either of us are.
User avatar
Sabarai
The Former Man of Cheese
Posts: 2383
Joined: Sat Jun 19, 2004 9:00 pm
Location: 52°09'30.24"N 5°18'48.17"

Post by Sabarai »

Nice Os...
Image
Image
Image
Image
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Two screenshots. I think there I have more interesting screenshots but they're probably a bit old (I haven't deleted any screenshot since I killed 5 out of 5 as Player 5).
Attachments
Couldn't make it much smaller with my poor connection to Swampland. Note: when I started there actually was no space. I stopped for this screenshot.
Couldn't make it much smaller with my poor connection to Swampland. Note: when I started there actually was no space. I stopped for this screenshot.
When my custom cam suddenly became very slow which made it unplayable for me (?) I tried to capture it, but I got an explosion.
When my custom cam suddenly became very slow which made it unplayable for me (?) I tried to capture it, but I got an explosion.
User avatar
TiTnAsS
Match Winner
Posts: 655
Joined: Sun Jan 23, 2005 2:44 am
Location: Reppin the Bay Area!

Post by TiTnAsS »

interesting hud O_O
Damn, it sure has been a while!
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Never expect me NOT to change something. :) I made it a long time ago, and it was also visible on some older screenshots.
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6711
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

TiTnAsS wrote:interesting hud O_O
That's along the lines of what the original was.
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

I know.

More screenshots:
Attachments
Of course not.
Of course not.
At most this HUD.
At most this HUD.
Some shout lag even though they're not aware of it. :)
Some shout lag even though they're not aware of it. :)
User avatar
Lucifer
Project Developer
Posts: 8640
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Post by Lucifer »

yeah dude, quit using hacks.

I've recently developed the "no lag" hack. Basically what it does is everytime someone says they got killed by lag, it DOS-attacks their computer.

(ok, that's a joke, ok?)
Image

Be the devil's own, Lucifer's my name.
- Iron Maiden
Post Reply