Method to destroy loaded scripts

What it says on the tin: a place to discuss proposed new features.
Post Reply
IFMaster_2005
Halfling
Posts: 40
Joined: Thu Aug 09, 2007 10:45 am

Method to destroy loaded scripts

Post by IFMaster_2005 »

Hello, i'm not sure if i'm posting in the correct forum.
I have a lot of problems trying to load and destroy overlays, and after posting in the help forum and looking post and the code of Ogre it seems there is no way to delete loaded scripts (at least .overlay), the only way is to call OverlayManager::getSingleton().destroyAll(), that clears the loadedScripts vector.
I finally decide to define my overlays in a xml format and create them via code in order to load/destroy them when I need.
Will be very interesting the creation of a method in OverlayManager to release a script in particular (maybe using Overlay->getOrigin() or the file name).
I put here my the links to my post in help and another one to helps me understand how it works:
http://www.ogre3d.org/forums/viewtopic. ... 85#p370185
http://www.ogre3d.org/forums/viewtopic.php?p=278368

Thank you very much, and sorry if this is not the correct forum for this kind of topics and for my poor english.
Post Reply