Search found 11 matches
- Sun Mar 05, 2006 6:39 pm
- Forum: Project Announcements
- Topic: Dusty Engine .Net v9 -- Complete
- Replies: 0
- Views: 481
Dusty Engine .Net v9 -- Complete
Hey guy's sorry it took so long but working six days a week makes it a bit hard to do this kind of stuff quickly. Anyway i have ported the complete Dusty Engine v9 over to C#. So far I have found a few bugs (and fixed them of course) but for the most part i think it is working perfectly. Also includ...
- Wed Dec 07, 2005 2:28 pm
- Forum: Irrlicht.NET
- Topic: Problems using with C# VS Express.
- Replies: 7
- Views: 2132
- Sat Dec 03, 2005 3:09 pm
- Forum: Project Announcements
- Topic: Dusty Engine .Net
- Replies: 6
- Views: 896
- Sat Dec 03, 2005 3:05 pm
- Forum: Project Announcements
- Topic: Dusty Engine Website
- Replies: 2
- Views: 522
- Tue Nov 22, 2005 5:14 pm
- Forum: Irrlicht.NET
- Topic: Problems using with C# VS Express.
- Replies: 7
- Views: 2132
Are you sure you are using the right irrlicht.dll? You need to make sure you have the irrlicht.dll compiled for visual studio found in the bin/win32-VisualSudio folder. The other problem may be that the irrlicht.dll has to copied manually to the working directory of your project (usually the bin fol...
- Wed Nov 16, 2005 2:32 am
- Forum: Irrlicht.NET
- Topic: Irrlicht with C#
- Replies: 3
- Views: 1746
- Wed Nov 16, 2005 2:28 am
- Forum: Beginners Help
- Topic: Irrlicht in Dev C++
- Replies: 8
- Views: 490
What file is the compiler saying the error is in? as Master85 pointed out For your problem: Line 217 C:\Dev-Cpp\Include\irrlicht\aabbox3d.h unknown escape sequence `\D' probabily you've used an incorrect escape sequence. For example, if you want to specify a path you must use this sequence: c:/myDir...
- Mon Nov 14, 2005 6:13 pm
- Forum: Project Announcements
- Topic: Dusty Engine .Net
- Replies: 6
- Views: 896
Ok so i just created a web site for myself and uploaded the source and binarys for my port of the DustyEngine. It's still not complete. It's missing the code for the way point tasks, and is not very compliant to .net coding practices yet. I have not implemented properties. But it is working, at leas...
- Wed Nov 09, 2005 12:56 am
- Forum: Beginners Help
- Topic: A Modelling Tutorial
- Replies: 33
- Views: 2250
- Fri Nov 04, 2005 2:29 pm
- Forum: Project Announcements
- Topic: Dusty Engine .Net
- Replies: 6
- Views: 896
I will once i get it all ported (and i actually find some web space :)), i've only got i think 3 classes left to port (the way point ones) then add the changed from v8. Of course i then have to go in and make it a little more .netish, making use of propertys being somthing i have not implemented as ...
- Wed Nov 02, 2005 8:20 pm
- Forum: Project Announcements
- Topic: Dusty Engine .Net
- Replies: 6
- Views: 896
Dusty Engine .Net
I don't know if anyone is interested or not but i am currently porting the DustEngine to .net just to see if it can be done and to help get me more used to using c#. Currently i have a working version that compiles and runs the first tut on the web site but i still have a few more classes to port an...