Search found 20 matches

by Dean McLean
Mon Oct 01, 2007 10:02 pm
Forum: General Discussion
Topic: The last movie you saw
Replies: 13356
Views: 5306400

Re: The last movie you saw

City of God- 10/10 Awsome movie. It was about this slum in Rio, and it tells the stories of all the different people living their. Alot of people said it was like the brazilian version of Goodfellas, but I actually liked it alot more. Videodrome - 8/10 A fucked up movie about this sleazy guy who run...
by Dean McLean
Sat Jul 14, 2007 6:39 pm
Forum: The Void
Topic: Here you can post
Replies: 185
Views: 17416

boards of canada - the smallest weird number
by Dean McLean
Sat Jul 14, 2007 3:16 am
Forum: General Discussion
Topic: what kinds of computer questions do you still get?
Replies: 40
Views: 3764

I installed ubuntu on my friend's computer.
by Dean McLean
Sat Jul 14, 2007 3:15 am
Forum: General Discussion
Topic: currently reading....
Replies: 621
Views: 202753

I just finished neuromancer, that was pretty good.
Also, this collection of HP Lovecraft stories (brushing up on my quake mythology)
and c++ for dummies
by Dean McLean
Tue Jun 26, 2007 2:41 am
Forum: Programming Discussion
Topic: Make the Bounding BOX to a Bounding Sphere
Replies: 2
Views: 2642

I don't know much about 3d game programming, so this might not help at all, but...
couldn't you just check and see if the point you are checking's distance from the sphere center is less or more than the sphere's radius?
by Dean McLean
Tue Jun 12, 2007 4:03 pm
Forum: Programming Discussion
Topic: How many Programming Languages do You work with?
Replies: 14
Views: 6199

Hm, well I generally only use generated code to implement method interfaces, I don't like doing it with anything else. Also, I was using JBuilder (have to for school), which doesn't do much generation anyway.
by Dean McLean
Tue Jun 12, 2007 3:59 pm
Forum: id legends
Topic: 2 Doom weapons in GT.com's top10
Replies: 30
Views: 19362

Whatever it is, q3dm6 should be on there.
Also, just got HL2. Gravity gun is fucking amazing.
by Dean McLean
Thu May 17, 2007 12:21 am
Forum: id legends
Topic: Warsow 0.3 Released
Replies: 8
Views: 8155

Oh man, this is awsome. Warsow is really fun to play every once and a while. I see they've redone all the models, too.
by Dean McLean
Wed May 09, 2007 11:07 pm
Forum: General Discussion
Topic: teevee shows
Replies: 69
Views: 6322

That 70s show, The Office, and well...I don't get cable.
Oh, and Neon Genesis Evangelion DVDs.
by Dean McLean
Wed May 09, 2007 11:04 pm
Forum: General Discussion
Topic: I don't think any of the following people should be potus:
Replies: 28
Views: 3107

Dennis Kucinich is the only one I don't mind.
by Dean McLean
Wed May 09, 2007 11:02 pm
Forum: General Discussion
Topic: currently reading....
Replies: 621
Views: 202753

Naked Lunch by William S burroughs
Neuromancer by William Gibson
by Dean McLean
Wed May 09, 2007 11:00 pm
Forum: The Void
Topic: currently listening to 1 ... 87, 88, 89
Replies: 45
Views: 5128

I realized today just how much I hate fatboy slim.
by Dean McLean
Wed May 09, 2007 10:51 pm
Forum: Quake III Arena & Quake Live Discussion
Topic: quake 3 arena weapons
Replies: 12
Views: 2560

Kammesennin wrote:
spookmineer wrote:
I have to say that movie is shite! The FPS part was kinda cool... but it wouldn't let ME play... :(
The best way I ever heard that part described was "its like being over at your friends house, and, no matter how much you ask, he won't let you play".
by Dean McLean
Mon May 07, 2007 11:24 pm
Forum: id legends
Topic: 2 Doom weapons in GT.com's top10
Replies: 30
Views: 19362

I kind of wish someone would make another list like this, but with levels.
by Dean McLean
Mon May 07, 2007 7:37 pm
Forum: General Discussion
Topic: Any of you still listen to psytrance/goa?
Replies: 33
Views: 4143

Oh man, goa is awsome, thanks for these.
by Dean McLean
Sun May 06, 2007 1:58 am
Forum: General Discussion
Topic: The last movie you saw
Replies: 13356
Views: 5306400

I just finished watching Children Of Men. Very, very good.
by Dean McLean
Sat May 05, 2007 1:00 am
Forum: id legends
Topic: 2 Doom weapons in GT.com's top10
Replies: 30
Views: 19362

Why is the laptop gun on that list? The farsight was much more interesting. Also, the super shotgun in doom (it got me through the whole game).
by Dean McLean
Sat May 05, 2007 12:56 am
Forum: id legends
Topic: Classic Doom
Replies: 9
Views: 7802

I think you can order them from the ID website. Also, ZDoom is a good sourceport, but the updated version by Graf Zahl is even better.
http://grafzahl.drdteam.org/
by Dean McLean
Sat May 05, 2007 12:52 am
Forum: Programming Discussion
Topic: How many Programming Languages do You work with?
Replies: 14
Views: 6199

Compact as in, garbage collection, no pointers involved, no other extras that aren't as necessary. I may be wrong, though, I don't know that much about C++. Also, (the program I use at least), lets you just hit "implement methods" if an interface is implemented, I don't think you have to t...
by Dean McLean
Fri May 04, 2007 9:48 pm
Forum: Programming Discussion
Topic: How many Programming Languages do You work with?
Replies: 14
Views: 6199

I've really only worked with Java, and a bit of C++, however, I think that Java is much smaller, compact, and safer. On the flipside, it is slower and gives you less control.