Search found 176 matches

by RustyNail
Sun Apr 27, 2008 5:45 pm
Forum: Off-topic
Topic: Programmer's block
Replies: 14
Views: 1581

And now, a question related to coding - Could it be that my problem lies in trying to make my "game" 100% reusable? ... I've now created a reusable Win32 Window manager... Working on the OpenGL Context creater... Do you think that it would be easier to just do it the NeHe way, through seve...
by RustyNail
Sun Apr 27, 2008 5:38 pm
Forum: Off-topic
Topic: Programmer's block
Replies: 14
Views: 1581

Heh. Well... I'm not coding - therefore questions about how to implement that 'super-mega-shot-though-wall gun' would be irrelevant... :)
by RustyNail
Sun Apr 27, 2008 4:04 pm
Forum: Off-topic
Topic: Programmer's block
Replies: 14
Views: 1581

:D My GeFroce2 is not capable of playing Q3 under WINE.... So.... Now I'm playing Cube!!!
:lol: Always loved that game...
by RustyNail
Sun Apr 27, 2008 8:41 am
Forum: Off-topic
Topic: Programmer's block
Replies: 14
Views: 1581

Motivated? I AM motivated... Partially. I have the whole games (or at least the rendering part) fully thought out... But it's just so boring typing all those line of code out... :lol: Ah, well... Still need to get better at playing Q3 than my programming teacher.... Where'd I put my Q3 disc? :roll: ...
by RustyNail
Sat Apr 26, 2008 7:32 pm
Forum: Off-topic
Topic: Programmer's block
Replies: 14
Views: 1581

Oh, and not only that... I've recently stopped wanting to do anything else except playing computer games... And the weird thing is - On one hand, I WANT to do something other than playing computer games, but on the other hand.... It's just soo boring.... :evil: And this has been 'in effect' since ab...
by RustyNail
Sat Apr 26, 2008 6:30 pm
Forum: Off-topic
Topic: Programmer's block
Replies: 14
Views: 1581

Programmer's block

So. I now have a goal: Make Cube-Like game. Sound Easy? I've almost finished the UML diagrams... Almost ready to get back into Code::Blocks. Then there were a few insane days that I almost didn't touch y computer.... First a ton of homework, then one of my teacher's concert... So today I decided to ...
by RustyNail
Wed Apr 23, 2008 2:57 pm
Forum: Off-topic
Topic: The Best Part of Application Development
Replies: 16
Views: 1934

JP: heh, maybe that was my problem... but it's too late to think about it now :) Anyway: I now have a clearly defined project: Make a Cube Clone :lol: As if one needs many Cubes... I have until Friday to make an UML diagram of my planned engine... And then... Endless hours of thankless coding... and...
by RustyNail
Sun Apr 20, 2008 9:12 pm
Forum: Open Discussion and Dev Announcements
Topic: Open Source
Replies: 13
Views: 1681

FlyingIsFun1217 wrote:Yep. MPAA and IRAA can't do nuthin' 'bout my open-source habits... :D

FlyingIsFun1217
Agreed. 8)
Neither can Micro$oft.

But seriously... who needs my programs anyway? Might as well give them away as bandwidth-wasters :D
by RustyNail
Sun Apr 20, 2008 9:08 pm
Forum: Off-topic
Topic: WARRIOR STUDIO TEAM
Replies: 14
Views: 1382

rogerborg wrote:Polish, Russian, what's the difference? Poland is just a province of Russia.
Don't let anyone who is Polish hear you... They HATE us...
Thinking 'bout it.... Don't tell anyone who is Russian that either... we don't like them either... :twisted:
by RustyNail
Sat Apr 19, 2008 8:52 pm
Forum: Off-topic
Topic: The Best Part of Application Development
Replies: 16
Views: 1934

Sorry, I formated my flash drive, and killed all my backups... :oops:
I was Angry... 8)
by RustyNail
Sat Apr 19, 2008 7:57 pm
Forum: Off-topic
Topic: The Best Part of Application Development
Replies: 16
Views: 1934

I don't really know where the *original* problem came from, only that it had to do with textures and that it caused some models not to be shown at all... :? And the best thing is - it ONLY showed up when built with MinGW for WIN32... Compile under Linux - Voila! works perfectly... with Visual C++ EE...
by RustyNail
Sat Apr 19, 2008 5:49 pm
Forum: Off-topic
Topic: The Best Part of Application Development
Replies: 16
Views: 1934

The Best Part of Application Development

The best part of application development is when you find out that it is critically flawed, and needs to be totally rewritten... Especially when that moment comes when you are presenting the app... And the best thing is that 5 minutes before that moment, the program was working perfectly... And then...
by RustyNail
Wed Apr 09, 2008 2:00 pm
Forum: Game Programming
Topic: Collision Detection
Replies: 9
Views: 10801

:? I would have been using Irrlicht's collision detection...IF i was using Irrlicht. Oh, and rogerborg, what I meant was "How should one react when colliding with more than one triangle at once." It's easy to see if one is colliding with triangle X, but what if one is colliding with triang...
by RustyNail
Tue Apr 08, 2008 7:27 pm
Forum: Game Programming
Topic: Collision Detection
Replies: 9
Views: 10801

Collision Detection

How would go about implementing it? I don't need to be told about the different algorithms and stuff, just how one would go implementing it. This question came to me when my screen was capable of showing a skybox and Sydney in all her 198-frame glory (199?), inside a bounding box. Voila! Pwetty. Ver...
by RustyNail
Sun Apr 06, 2008 8:39 pm
Forum: Off-topic
Topic: Setting WndProc to a class memeber...
Replies: 2
Views: 761

That's probably what i'm gonna do.
Thanks! 8)
If only WIN32 could be as smart as X... ><