Search found 1710 matches

by Spintz
Wed Mar 26, 2008 11:40 pm
Forum: Bug reports
Topic: Beware! Hilarious BUG!
Replies: 20
Views: 1753

I only adviced that to exactly one person, and the reason was because of repeated, causeless insults and personal attacks. If lying to yourself makes you feel better, then keep on keeping on. And I really thought that this leave was agreed on. I tried to be a better person and come above that. I ca...
by Spintz
Mon Mar 24, 2008 10:35 pm
Forum: Bug reports
Topic: Beware! Hilarious BUG!
Replies: 20
Views: 1753

I can sense your sarcasim, spintz. At least I think I can. And although I agree with (somewhat), I have to defend hyrbrid (somewhat also) on his position. I originally held the same stance as hybrid, with regard to MasterGod. (Now changed.) But I used to not have too much of a liking for him becaus...
by Spintz
Thu Mar 13, 2008 4:50 pm
Forum: Open Discussion and Dev Announcements
Topic: DDS Support
Replies: 32
Views: 10812

The important stuff here is the DDS support. I refuse to discuss/argue this anymore. If you don't like the const& args, then change them.
by Spintz
Thu Mar 13, 2008 1:14 pm
Forum: Open Discussion and Dev Announcements
Topic: DDS Support
Replies: 32
Views: 10812

hybrid wrote:Moreover, you can also get slightly better results for the first case when using 'const s32', because the parameter is not changed.
Are you serisouly suggesting this :

Code: Select all

void func( const s32 )...
:lol:
by Spintz
Thu Mar 13, 2008 1:09 pm
Forum: Open Discussion and Dev Announcements
Topic: DDS Support
Replies: 32
Views: 10812

^^^ Exactly why I didn't want to answer.
by Spintz
Thu Mar 13, 2008 12:28 am
Forum: Bug reports
Topic: pressing ALT causes lags?!
Replies: 19
Views: 2924

http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=146359#146359 This post by me shows how to add support for Win Keys and F10, which in Windows acts as if pressing alt (activates the window menu). Even if the menu is hidden, it still exists. Adding Alt catches (I'm going to do this in 3Demon), ...
by Spintz
Thu Mar 13, 2008 12:24 am
Forum: Open Discussion and Dev Announcements
Topic: DDS Support
Replies: 32
Views: 10812

Because it's faster, and proper coding practice, IMO. EDIT: I guess, since I have a good idea about the discussion that is to follow with this loaded question (it's happened before on these forums), I'll validate my response one more time. Under typical conditions, the difference with a 32-bit argum...
by Spintz
Wed Mar 12, 2008 1:39 pm
Forum: Open Discussion and Dev Announcements
Topic: DDS Support
Replies: 32
Views: 10812

From Demon's CColorConverter class - //! copies DXT1 data to 32 bit A8R8G8B8 data void CColorConverter::convertDXT1toA8R8G8B8(const u8* src, u32* dest, const s32& width, const s32& height ) { u32 srcIndex = 0; u32 destIndex = 0; u32 colors[4] = { 0,0,0,0 }; // copy dxt1 to destination image ...
by Spintz
Tue Mar 04, 2008 2:19 pm
Forum: Off-topic
Topic: How to Stop porn/etc spam in phpBB2 forum??
Replies: 19
Views: 1928

Use SMF....MUCH, MUCH, MUCH more secure than phpbb2 (or phpbb3 even).
by Spintz
Fri Feb 22, 2008 7:37 pm
Forum: Off-topic
Topic: Is the Irrlicht forums slow?
Replies: 18
Views: 2085

See sourceforge statistics, up to 100gb a month. That's close to $50 a month of hosting http://www.inmotionhosting.com/hostingplans.html This is the host I use for irrlicht.spintz.com, 3demon.net, and various other website I manage. I pay for the $18.95 a month, but for $6.95 / month, you get 1.5 T...
by Spintz
Mon Feb 11, 2008 11:37 pm
Forum: Beginners Help
Topic: Fortify for memory leakage
Replies: 10
Views: 1935

Visual Leak Detector

http://dmoulding.googlepages.com/vld

Easier and better, IMO, then Purify or any other solutions.

You simply #include <vld.h> and any output that Visual Studio would normally report will have more information.
by Spintz
Mon Feb 11, 2008 4:20 pm
Forum: Bug reports
Topic: F10 key not detected.
Replies: 8
Views: 2391

Dorth wrote:Spintz, thanks for going over the feud and trying to help. That was kind spirited of you.
No problem. Am I normally mean?
by Spintz
Mon Feb 11, 2008 2:33 pm
Forum: Bug reports
Topic: F10 key not detected.
Replies: 8
Views: 2391

From 3Demon (note this also adds supprot for the left and right windows keys, and the windows key are only over-ridden if in Full-Screen Mode ). HHOOK LowLevelKeyboardHook; LRESULT CALLBACK LowLevelKeyboardProc( int nCode, WPARAM wParam, LPARAM lParam ) { if( nCode < 0 || nCode != HC_ACTION ) // do ...
by Spintz
Sun Feb 10, 2008 2:07 pm
Forum: Bug reports
Topic: F10 key not detected.
Replies: 8
Views: 2391

vitek wrote:How about a quick search for F10? This has been covered at least twice.

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=23410
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=22630
Neither of those threads show the proper solution. Look into LowLevelKeyboardProc
by Spintz
Wed Jan 23, 2008 2:40 pm
Forum: Open Discussion and Dev Announcements
Topic: Occlusion Culling
Replies: 17
Views: 1910

And no, there are no other active Irrlicht forks anymore, they all declared themselves completely independent of Irrlicht LMAO, such a nice way to say it. This doesn't sound like declaring yourself completely independent of Irrlicht - Don't you think it's time to keep your ideas just within YOUR co...