Search found 2 matches

by Kelson
Wed Jan 18, 2012 7:53 pm
Forum: Open Discussion and Dev Announcements
Topic: XML loading/saving interface
Replies: 4
Views: 1431

Re: XML loading/saving interface

Thanks for the response! From a certain perspective, I was basically reinventing FileSystem::createMemory[Read|Write]File, so I don't see this providing much beyond that capability. I was essentially working run-time serialization to/from XML for in-game editing. I'd agree it isn't necessary given t...
by Kelson
Tue Jan 17, 2012 11:17 pm
Forum: Open Discussion and Dev Announcements
Topic: XML loading/saving interface
Replies: 4
Views: 1431

XML loading/saving interface

I wrote up a quick patch for 1.7.2 exposing an XML interface on ISceneManager to load/save scenes and posted it on the tracker https://sourceforge.net/tracker/?func=detail&aid=3475130&group_id=74339&atid=540679 (seems I'm not allowed to use [url]). The latest version appears to be using ...