Regardless of submitting it to the patch tracker can you please post it here too in code tags. I think a lot of people would benefit from that.
Regards,
Pinky
Search found 153 matches
- Wed Sep 26, 2007 5:37 am
- Forum: Code Snippets
- Topic: Win32/OpenGL antialiasing
- Replies: 20
- Views: 13268
- Fri Aug 31, 2007 9:03 am
- Forum: Code Snippets
- Topic: A generous Gift - Full Source NOW released
- Replies: 7
- Views: 3913
- Tue Jan 23, 2007 12:36 am
- Forum: Beginners Help
- Topic: Linux and Irrlicht
- Replies: 5
- Views: 722
- Mon Jan 22, 2007 2:42 am
- Forum: Off-topic
- Topic: Careful with links posted by spammers!
- Replies: 4
- Views: 696
- Mon Jan 22, 2007 12:37 am
- Forum: Beginners Help
- Topic: textures disapearing with lighting
- Replies: 14
- Views: 1233
- Thu Jan 18, 2007 5:52 am
- Forum: Project Announcements
- Topic: Ant conflict game
- Replies: 39
- Views: 15139
@LukePH - great stuff mate. It's really coming along, and a great effort for one person. @BlindSide - hey, what's wrong with my soldier model damn it!? You laugh, kiwi. Why don't you show everyone your robot then? :P Anyone that wants to laugh at my soldier model: http://img205.imageshack.us/img205/...
- Tue Jan 16, 2007 3:37 am
- Forum: Beginners Help
- Topic: HELP!! Problim with transporent!!
- Replies: 17
- Views: 1451
- Tue Jan 16, 2007 3:35 am
- Forum: Beginners Help
- Topic: Irrlich + Biped?
- Replies: 8
- Views: 762
- Tue Jan 16, 2007 2:06 am
- Forum: Beginners Help
- Topic: Irrlich + Biped?
- Replies: 8
- Views: 762
- Mon Jan 15, 2007 5:13 am
- Forum: Beginners Help
- Topic: How to get bones from mesh for making RagDoll ???
- Replies: 11
- Views: 1063
- Fri Jan 12, 2007 12:00 am
- Forum: Bug reports
- Topic: Speed vs. collision
- Replies: 14
- Views: 1431
Irrlicht's collision is rudimentary. I wouldn't use it. Use a collision library instead, for example OPCODE ( http://www.codercorner.com/Opcode.htm ).
- Thu Jan 11, 2007 11:46 pm
- Forum: Beginners Help
- Topic: draw 2d image with alpha channel and alpha blending
- Replies: 11
- Views: 1823
- Thu Jan 11, 2007 11:44 pm
- Forum: Beginners Help
- Topic: SMesh shadows
- Replies: 10
- Views: 1049
You could generate a patch file with your diff program - that's a commonly used technique. Or if it's one major change, and a few minor changes, just post it here in [ code ] tags. If it's very clean, and works properly, you may want to submit it to the patch tracker for the devs to have a look at, ...
- Thu Jan 11, 2007 3:28 am
- Forum: Beginners Help
- Topic: how I can do to not open this window?
- Replies: 2
- Views: 331
- Thu Jan 11, 2007 3:11 am
- Forum: Irrlicht.NET
- Topic: Insofar slows games under Irrlight.NET
- Replies: 1
- Views: 1561
Hi Magnet, Firstly can you clarify your questions a bit. It's difficult to understand. Secondly, what language are you translating from? (To C#). I assume it's C++. The main reason for doing this is to decrease development time - that's the whole idea behind a managed language like any .NET language...