Search found 228 matches

by rooly
Mon Jul 04, 2011 5:24 am
Forum: Open Discussion and Dev Announcements
Topic: the new forum sucks.
Replies: 22
Views: 3487

Re: the new forum sucks.

The first 2 points are opinions*. Every body has 'em. (*opinion, meaning that these are failings) Point 3: Post body being more important than some silly avatar is a bonus to me. I'd rather read text, not look at stupid gifs. Point 4: Search always sucked. You can barely find poop on these built-in ...
by rooly
Thu Mar 17, 2011 11:53 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht and linux pkg-config
Replies: 1
Views: 1357

Irrlicht and linux pkg-config

I decided it was high time for Irrlicht to be available to pkg-config, as well as utilize the command at build time. I've modified the irrlicht makefile to make use of it, as well as provide my own Irrlicht.pc Any questions? For the makefile: VERSION_MAJOR = 1 VERSION_MINOR = 7 VERSION_RELEASE = 2 V...
by rooly
Tue Sep 08, 2009 3:12 am
Forum: Off-topic
Topic: windows PE header
Replies: 1
Views: 646

windows PE header

So, I've just started working a new job/project for school. I've been loosely searching around, but i wonder maybe one of you guys can help. I need a library or scriptable application capable of outputting the windows PE header, or at least a little documentation on it so's i can write my own. Any h...
by rooly
Tue May 05, 2009 3:14 am
Forum: Open Discussion and Dev Announcements
Topic: I'd like to add fbx support.
Replies: 39
Views: 14046

the beauty of open source is that you only do what you want to do. if someone else needs it to do something else, they have the option of asking you to do it for them, or doing it themself. point is, just document well and you should be fine, if you make it windows-only, someone will probably eventu...
by rooly
Fri May 01, 2009 10:29 pm
Forum: Off-topic
Topic: Take a look @ this
Replies: 4
Views: 1355

AND, as has been mentioned dozens of times before, i'll provide you with permanant hosting for small files like pictures and zips/tarballs
by rooly
Sun Apr 26, 2009 1:56 am
Forum: Open Discussion and Dev Announcements
Topic: Feature Request: Dynamic Video Mode Enumeration
Replies: 7
Views: 1683

thinking about it real hard, i realize that getVideoModeList is doing exactly what its meant to do. The problem is the actual explanation of what it does: "Gets a list with all video modes available." for getVideoModeList() I suppose changing the documentation to more obviously "Gets ...
by rooly
Sat Apr 25, 2009 12:43 am
Forum: Open Discussion and Dev Announcements
Topic: Feature Request: Dynamic Video Mode Enumeration
Replies: 7
Views: 1683

woops, total mistype, E_DRIVER_TYPE
by rooly
Fri Apr 24, 2009 3:15 am
Forum: Beginners Help
Topic: I locked myself out! (Irrlicht forums) [Solved!]
Replies: 5
Views: 525

unfortunately, sourceforge boards are unable to send emails for some reason (probably bandwidth and bots), so you won't be recieving an email
by rooly
Fri Apr 24, 2009 2:21 am
Forum: Open Discussion and Dev Announcements
Topic: Feature Request: Dynamic Video Mode Enumeration
Replies: 7
Views: 1683

Feature Request: Dynamic Video Mode Enumeration

Currently, It is impossible in irrlicht to find out what video modes are supported by a machine explicitly. The only available data in getVideoModeList are things pertaining to depth and resolution. There is no information available as to the Device Type. Feature Request: add irr::video::E_DRIVER_TY...
by rooly
Fri Apr 17, 2009 1:57 am
Forum: Competition Time!
Topic: April 2009 Screenshot of the month
Replies: 30
Views: 19146

just so you guys know, i can host your pics on the irrlichtirc.g0dsoft.com site free
by rooly
Thu Apr 09, 2009 1:03 pm
Forum: Off-topic
Topic: Trying to find the best compiler
Replies: 14
Views: 1675

see how civilized irrlicht users are? no flame war on such a delicate issue...amazing
by rooly
Sun Mar 22, 2009 6:39 pm
Forum: Beginners Help
Topic: two cameras, permitted?
Replies: 14
Views: 1672

ulao, grab() and drop() are a simple form of automatic memory management. It saves the user from needing to call 'new' and 'delete' on Irrlicht objects (not that you can anyway since they are all virtual)
by rooly
Wed Mar 04, 2009 7:13 pm
Forum: Game Programming
Topic: [SOLVED] OpenAL won't update
Replies: 2
Views: 1196

well, show us your app->Update() function. maybe somebody can figure it out by that
by rooly
Sat Feb 28, 2009 11:33 pm
Forum: Project Announcements
Topic: [Paid position] Social Gaming
Replies: 9
Views: 1945

lookin at the site, 'BetTek.com', i'm wondering who would gamble on a virtual racing event...
by rooly
Thu Feb 26, 2009 9:02 pm
Forum: Off-topic
Topic: Copyright and Trademarking for my simulator...
Replies: 4
Views: 1060

according to US law, you are granted copyright at the moment you create the work. you own this copyright until 70 years after you die (kinda crazy owning something when you're dead...) You can have a more 'official' form of copyright by registering with the library of congress. Tradmarks must be reg...