For those of you that want to keep up-to-date with release information, you can do this in two ways. Firstly, if you have an RSS reader you can subscribe to the Insimnax SDK RSS feed; alternatively, if you are already a member of the OGRE 3D forums, you can subscribe to this forum thread by clicking the "Subscribe Topic" link at the bottom of the thread.
Latest
Insimnax Framework - Version 1.1.0 (Mihos) Released
I'm pleased to announce that an update for the Insimnax Framework is now available and can now be found in the Downloads section.
Breaking:
- CWorld::create and CWorld::destroy have been renamed to CWorld::_create and CWorld::_destroy. Any classes deriving from CWorld which override these member functions will need to be updated. If you tagged your overridden member functions with INSIMNAX_OVERRIDE and use MSVC the compiler will point out these cases.
- Added an extra parameter to INodeBehaviour::_create to allow you to pass creation parameters. Any classes deriving from INodeBehaviour which override that member function will need to be updated. If you tagged your overridden member functions with INSIMNAX_OVERRIDE and use MSVC the compiler will point out these cases.
Fixed:
- Not being able to pass NULL to CWorld::reparentWorldNode to automatically attach to the root node.
- Some const issues with the reverse iterators used in CWorldStack.
Added:
- IWorldSystem; this is essentially a world level INodeBehaviour and lets you create re-usable logic blocks for use with worlds. (See CWorld::addWorldSystem and CWorld::removeWorldSystem).
- CWorld::detachWorldNode to allow you to detach a world node from the scene.
By Jamie Dale
Tagged: download, framework, release
ICL - Version 1.1.0 (Hapi) Released
I'm pleased to announce that an update for the Insimnax Common Library (ICL) is now available and can now be found in the Downloads section.
Fixed:
- Loading strings with CDataReader not resetting the string before appending data to it in binary mode.
Added:
- CGUID to create version 4 UUIDs/GUIDs.
By Jamie Dale
Tagged: download, icl, release
Insimnax Framework - Version 1.0.0 (Bast) Released
I'm pleased to announce that the first release of the Insimnax Framework can now be found in the Downloads section.
By Jamie Dale
Tagged: release, framework, download
ICL - Version 1.0.0 (Thoth) Released
I'm pleased to announce that the first release of the Insimnax Common Library (ICL) can now be found in the Downloads section.
By Jamie Dale
Tagged: release, icl, download