[Mess] NxOgre 1.5.3 Release Thread

betajaen

04-04-2009 16:05:32

Release Notes

1.5.3 - Released on 04-04-2009, at http://www.ogre3d.org/addonforums/viewtopic.php?f=6&t=9707

Authors:
[Betajaen] Robin Southern, Lead developer of NxOgre

Summary:
Massive change of Bloody Mess, nearly all but one of the Shapes are implemented now. Meshs and HeightFields have
been ported over from the Bleeding code, and the X file functions have been adapated for the new ResourceSystem.
Volumes for event callbacks have been also implemented, as well as the visual and remote debugging tools.

Changes:
[1] Rearranged the folder and file structure of Bloody Mess, to allow better support with different
compilers and platforms.
[2] Rewrote and simplified the Shape system. Dropped the ShapeBlueprint, ShapeDescription and internal classes.
[3] Added Convex, TriangleGeometry and HeightFieldGeometry shapes.
[4] Created the ResourceSystem classes. ResourceSystem, ResourceProtocol, Archive and Resource
[5] Created the Win32FileResourceProtocol classes.
[6] Created the MemoryResourceProtocol classes.
[7] Created the Mesh classes. MeshManager, Mesh and ManualMesh
[8] Created the HeightField classes. HeightFieldManager, HeightField and ManualHeightField.
[9] Created the Visual Debugger classs.
[10] Created the Remote Debugger and related classes.
[11] Created the Volume class.
[12] Created the NxOgre X functions and namespace.
[13] (MSVC) Added Static and Minimal build configurations.
[14] (MSVC8) Added Solution and project files

Known Issues:
[1] There are some leaks when using the ResourceSystem.



Downloads

NxOgre.1.5.3.BloodyMess.zip, for Microsoft Visual Studio 2005 and 2008

betajaen

04-04-2009 16:37:12

Documentation Links

Spacegaier's Tutorials on BloodyMess - http://www.ogre3d.org/wiki/index.php/Bl ... Tutorial_1
Creating a Bloody Mess (WIP) - http://www.ogre3d.org/wiki/index.php/Nx ... loody_Mess

hstan

10-05-2009 09:21:32

Hi,

I encountered 2 problems:

  1. Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
    happens when i build the NxOgre project.[/*:m][/list:u]
    1. errors that says one of the dlls may be corrupted when trying out the BloodyMess Tutorial 2[/*:m][/list:u]


      What have i done wrong?
      Please advise. Thanks.

hstan

11-05-2009 03:54:34

I managed to get it running on Visual Studio 2008 on windows XP.
I got the above error running on Visual Studio Express Edition on windows Vista.

Thanks.