Irrlicht 1.2 released

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
rimbou
Posts: 20
Joined: Fri Nov 24, 2006 12:09 pm

Post by rimbou »

device->getFileSystem()
________
MONTANA MEDICAL MARIJUANA
Last edited by rimbou on Sat Mar 12, 2011 6:05 am, edited 1 time in total.
Lynxeye
Posts: 17
Joined: Thu Jul 27, 2006 12:19 pm
Location: Germany
Contact:

Post by Lynxeye »

Thank you man!
It work fine! :D
raven_coda
Posts: 89
Joined: Thu Aug 17, 2006 8:11 pm
Location: Salt Lake City, UT, USA
Contact:

Post by raven_coda »

niko wrote: if you don't want to add the method to the interface and recompile the engine
What if I do want to add the method, how do I fix it? Just added my extras into 1.2 and I'd rather not wait for 1.2.1 and then add my extras again.
Definition of an Upgrade: Take old bugs out, put new ones in.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Simply copy the two method declarations from CSceneManager to ISceneManager. Check the latest SVN changes for the actual code if you don't know what or where.
raven_coda
Posts: 89
Joined: Thu Aug 17, 2006 8:11 pm
Location: Salt Lake City, UT, USA
Contact:

Post by raven_coda »

Ha! That was hard
Sometimes I can be so dense :oops:
Definition of an Upgrade: Take old bugs out, put new ones in.
Post Reply