Go Back   Forums > Search Forums
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Showing results 1 to 25 of 84
Search took 0.01 seconds.
Search: Posts Made By: twisted-mystic
Forum: Programming 13-01-2005, 05:13 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
Hey guys, i know this is going from one end of...

Hey guys, i know this is going from one end of the spectrum to another, but what about making the game in Flash?
Forum: Programming 11-01-2005, 05:31 AM
Replies: 8
Views: 2,910
Posted By twisted-mystic
Ok i'm lost, any ideas on this "Not a polymorphic...

Ok i'm lost, any ideas on this "Not a polymorphic type" error?
Forum: Blah, blah, blah... 10-01-2005, 01:38 PM
Replies: 4
Views: 1,386
Posted By twisted-mystic
Heh, sounded to me like he said "Cannon". Thats...

Heh, sounded to me like he said "Cannon". Thats pretty funny, i feel bad for the guy ,but , if it was that important, why was'nt it backed up?
Forum: Programming 07-01-2005, 09:31 PM
Replies: 69
Sticky: Tutorials
Views: 16,089
Posted By twisted-mystic
LOL I've had that thing up in my cube for like...

LOL I've had that thing up in my cube for like the last 6 months or so
Forum: Programming 07-01-2005, 07:50 PM
Replies: 69
Sticky: Tutorials
Views: 16,089
Posted By twisted-mystic
I'm going to start putting my C++ notes and...

I'm going to start putting my C++ notes and source from class up on mywebsite soon, www.mrredding.com (http://www.mrredding.com), nothing there yet, but if your feeling ambitious you can check out...
Forum: Programming 07-01-2005, 06:21 PM
Replies: 43
Views: 7,276
Posted By twisted-mystic
him, not so much :eeeeeh:

him, not so much :eeeeeh:
Forum: Programming 07-01-2005, 05:24 PM
Replies: 43
Views: 7,276
Posted By twisted-mystic
I bet that character will be popular with the...

I bet that character will be popular with the ladies :sneaky:
Forum: Programming 06-01-2005, 07:17 PM
Replies: 18
Views: 2,982
Posted By twisted-mystic
:ot: I think i've watched like the first 5...

:ot: I think i've watched like the first 5 episodes (might be wrong) are there any more than that
Forum: Programming 06-01-2005, 05:47 PM
Replies: 18
Views: 2,982
Posted By twisted-mystic
No way, Tiki is really the Battle Programmer...

No way, Tiki is really the Battle Programmer Shirase

:ph34r:
Forum: Blah, blah, blah... 06-01-2005, 04:17 PM
Replies: 59
Views: 6,681
Posted By twisted-mystic
38 for twisted-mystic, 431,000 for Twisted...

38 for twisted-mystic, 431,000 for Twisted Mystic with a space :D
Forum: Programming 06-01-2005, 04:13 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
Yup, turn baised keeps it simple.

Yup, turn baised keeps it simple.
Forum: Programming 06-01-2005, 04:13 PM
Replies: 18
Views: 2,982
Posted By twisted-mystic
Very Cool Tiki!! and thats in java?

Very Cool Tiki!! and thats in java?
Forum: Programming 06-01-2005, 02:14 PM
Replies: 8
Views: 2,910
Posted By twisted-mystic
:ok: Thanks data, i'll have to give that a try...

:ok: Thanks data, i'll have to give that a try when i get home

edit:

Still working on it, i get an error saying that my base class is'nt polymorphic, i'm working on figuring that one out now....
Forum: Programming 06-01-2005, 04:40 AM
Replies: 16
Views: 2,563
Posted By twisted-mystic
Oh, i'm sorry, i think i posted this in the wrong...

Oh, i'm sorry, i think i posted this in the wrong thread
Forum: Programming 06-01-2005, 04:39 AM
Replies: 8
Views: 2,910
Posted By twisted-mystic
More polymorphism here is an Eg: class...

More polymorphism
here is an Eg:

class object
{
public:
char* name;
};

class box : public object
Forum: Programming 06-01-2005, 03:21 AM
Replies: 8
Views: 2,910
Posted By twisted-mystic
Thumbs up :help: :help: :help: like i said previously,...

:help: :help: :help:
like i said previously, i'm no C++ Guru.

say i had

class a{};

class b::a{};
class c::a{};
Forum: Programming 06-01-2005, 03:16 AM
Replies: 16
Views: 2,563
Posted By twisted-mystic
flash (http://www.flashkit.com)

flash (http://www.flashkit.com)
Forum: Programming 05-01-2005, 09:06 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
Ok so were agreed on using the...

Ok so were agreed on using the following:

C++
SDL

are we concerned with using it on different OS's?

I apoligize, Data, for being pig headed, I should have gotten my facts straight before starting...
Forum: Programming 05-01-2005, 08:58 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
You make a good point with C&C, would you know...

You make a good point with C&C, would you know how to handle throttling in sdl? My concern is that utilizing all of the processor is in general, a bad thing.
Forum: Programming 05-01-2005, 08:45 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
Here is a ss of a simple GP app, taken from the...

Here is a ss of a simple GP app, taken from the SDL website.

It's just easier on the PC to draw from the video card. It's there, why not use it.
Forum: Programming 05-01-2005, 08:34 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
even still your talking about redrawing a 800x600...

even still your talking about redrawing a 800x600 screen 100 times a second, a load the cpu shouldnt have to shoulder if someone spotted a couple of hundred for a video card.

Your also talking about...
Forum: Programming 05-01-2005, 08:31 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
well, my concern is that your redrawing the...

well, my concern is that your redrawing the screen say, 15,000,000 times per second, and when that load goes all to the proc, you max it out. rendering to the gpu makes the game run much smoother...
Forum: Programming 05-01-2005, 08:15 PM
Replies: 116
Views: 9,067
Posted By twisted-mystic
Heh did i code that simple unit class for nuthin...

Heh did i code that simple unit class for nuthin then? :eeeeeh: heh.

Data, do you know if SDL utilizes the GPU on the graphics card? When i ran some sample apps from it, they all appeared to run on...
Forum: Tech Corner 05-01-2005, 06:50 PM
Replies: 2
Views: 1,628
Posted By twisted-mystic
a little :D having issues with it?

a little :D
having issues with it?
Forum: Blah, blah, blah... 05-01-2005, 05:31 PM
Replies: 33
Views: 3,966
Posted By twisted-mystic
Hope to see you back here soon! :ok:

Hope to see you back here soon! :ok:
Showing results 1 to 25 of 84

 
Forum Jump

The current time is 12:41 AM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.