Search found 1710 matches
- Wed Mar 26, 2008 11:40 pm
- Forum: Bug reports
- Topic: Beware! Hilarious BUG!
- Replies: 20
- Views: 2015
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...
- Mon Mar 24, 2008 10:35 pm
- Forum: Bug reports
- Topic: Beware! Hilarious BUG!
- Replies: 20
- Views: 2015
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...
- Thu Mar 13, 2008 4:50 pm
- Forum: Open Discussion and Dev Announcements
- Topic: DDS Support
- Replies: 32
- Views: 11371
- Thu Mar 13, 2008 1:14 pm
- Forum: Open Discussion and Dev Announcements
- Topic: DDS Support
- Replies: 32
- Views: 11371
Are you serisouly suggesting this :hybrid wrote:Moreover, you can also get slightly better results for the first case when using 'const s32', because the parameter is not changed.
Code: Select all
void func( const s32 )...
- Thu Mar 13, 2008 1:09 pm
- Forum: Open Discussion and Dev Announcements
- Topic: DDS Support
- Replies: 32
- Views: 11371
- Thu Mar 13, 2008 12:28 am
- Forum: Bug reports
- Topic: pressing ALT causes lags?!
- Replies: 19
- Views: 3157
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), ...
- Thu Mar 13, 2008 12:24 am
- Forum: Open Discussion and Dev Announcements
- Topic: DDS Support
- Replies: 32
- Views: 11371
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...
- Wed Mar 12, 2008 1:39 pm
- Forum: Open Discussion and Dev Announcements
- Topic: DDS Support
- Replies: 32
- Views: 11371
- Tue Mar 04, 2008 2:19 pm
- Forum: Off-topic
- Topic: How to Stop porn/etc spam in phpBB2 forum??
- Replies: 19
- Views: 2145
- Fri Feb 22, 2008 7:37 pm
- Forum: Off-topic
- Topic: Is the Irrlicht forums slow?
- Replies: 18
- Views: 2264
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...
- Mon Feb 11, 2008 11:37 pm
- Forum: Beginners Help
- Topic: Fortify for memory leakage
- Replies: 10
- Views: 2017
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.
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.
- Mon Feb 11, 2008 4:20 pm
- Forum: Bug reports
- Topic: F10 key not detected.
- Replies: 8
- Views: 2534
- Mon Feb 11, 2008 2:33 pm
- Forum: Bug reports
- Topic: F10 key not detected.
- Replies: 8
- Views: 2534
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 ...
- Sun Feb 10, 2008 2:07 pm
- Forum: Bug reports
- Topic: F10 key not detected.
- Replies: 8
- Views: 2534
Neither of those threads show the proper solution. Look into LowLevelKeyboardProcvitek 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
- Wed Jan 23, 2008 2:40 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Occlusion Culling
- Replies: 17
- Views: 2392
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...