Search found 122 matches

by FreakNigh
Fri Aug 28, 2009 10:31 pm
Forum: Game Programming
Topic: How would i go about starting a mmo
Replies: 51
Views: 12917

Well I actually do run an MMORPG and it is 5 years in the making and the playerbase still cry for me to feature crawl to my death. I didn't make the core graphics base though but I have expanded on it. I coded it 100% by myself so it's not impossible but I also am a super freak so. And ya people eve...
by FreakNigh
Fri Aug 28, 2009 10:18 pm
Forum: Code Snippets
Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
Replies: 64
Views: 26994

Man irrlicht BADLY! needs a video player
by FreakNigh
Fri Aug 28, 2009 10:16 pm
Forum: Code Snippets
Topic: physics for a hovercraft
Replies: 2
Views: 1417

good job :D
by FreakNigh
Wed Aug 26, 2009 6:04 am
Forum: Project Announcements
Topic: IrrAR - Irrlicht and Augmented Reality
Replies: 90
Views: 56738

I dunno it's kind of been awhile, I've been working mostly on my SDL based game refining it for noob to player conversion since I started my advertising campaign.. The second version of my game will be in irrlicht..
by FreakNigh
Sat Aug 08, 2009 2:47 am
Forum: Off-topic
Topic: post or mail?
Replies: 21
Views: 3085

Make it catsbypostal.com

I think you solved it dan
by FreakNigh
Fri Aug 07, 2009 3:46 pm
Forum: Off-topic
Topic: post or mail?
Replies: 21
Views: 3085

when I think of post I get the impressive of a putting something on a poster board. Or forums.
by FreakNigh
Mon Jul 27, 2009 4:16 am
Forum: Off-topic
Topic: Stuff that should matter to gamers and developers.
Replies: 6
Views: 1190

Well it's up to us independent developers to create a new standard for payment that is widely accepted and standardized. That is how it works in any market. We're completely capable of providing demos so they know what they are getting before they pay their $5. People need incentives to spend their ...
by FreakNigh
Sat Jul 25, 2009 3:21 am
Forum: Off-topic
Topic: Goin into Gaming Industry...
Replies: 26
Views: 3371

Come on we're all drinking the fluoride water (if your in the USA atleast). We can't all be expected to have perfect grammar anymore lol. Forgive us we know not what we drink.
by FreakNigh
Sat Jul 25, 2009 2:21 am
Forum: Off-topic
Topic: Goin into Gaming Industry...
Replies: 26
Views: 3371

You'll need to learn opengl and/or directx, but as far as your serious game demo's go you also have to prove that you aren't a stupid programmer who prefers taking the hard route because of ego (and stupidity). A real programmer always codes code that is quickest to write and is easiest to build upo...
by FreakNigh
Sat Jul 18, 2009 6:41 pm
Forum: Open Discussion and Dev Announcements
Topic: Feature request: Drive list
Replies: 14
Views: 2285

There should obviously be focus on irrlicht being both a great scene rendering engine and providing all the basic elements for a game engine if it wants to compound it's purpose in this world the greatest. Although it's direction is respectfully up to its original developers and current developers a...
by FreakNigh
Mon Jun 29, 2009 9:56 pm
Forum: Off-topic
Topic: Hacker-Recruit (Hacker training software I've developed)
Replies: 6
Views: 1304

should call it Botnet-Recruit :lol:
by FreakNigh
Sat Jun 20, 2009 10:34 pm
Forum: Beginners Help
Topic: Area Damage for Rockets, Grenades etc.
Replies: 11
Views: 982

well.. you could test their all their x, y, z distances to make sure they are under a certain distance, and if all of them are then do the sqrt(x*x + y*y + z*z) so that you quickly check the masses but slowly check the probables. a compare function like if(x<50) is like 3 or 4 cpu cycles, but a x*x ...
by FreakNigh
Sun Jun 14, 2009 7:37 pm
Forum: Bug reports
Topic: [No Bug?] Close Window Tool Tip at top of screen
Replies: 1
Views: 436

good news... seems when i download 1.5 and use that (because i used gentoo's emerge version of 1.5) which is already setup for debugging.. bug doesn't act up =P what the hell =P You guys rule, but now I'm setup to help debug the irrlicht bugs i come across now :twisted: Also there was previously som...
by FreakNigh
Sun Jun 14, 2009 7:23 pm
Forum: Bug reports
Topic: [No Bug?] Close Window Tool Tip at top of screen
Replies: 1
Views: 436

[No Bug?] Close Window Tool Tip at top of screen

seems that when you put a GUI window at the far top of the screen on linux with a windowed screen, and put the mouse over the "X" of the gui window thus activating the tooltip, irrlicht will crash. This is the back trace of the core dump - (gdb) bt #0 0x0000000000416121 in irr::CIrrDeviceS...
by FreakNigh
Sun Jun 14, 2009 2:51 am
Forum: Beginners Help
Topic: setResizeAble
Replies: 2
Views: 276

ya i'm doing it right after createDevice