Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 2 of Ticket #294


Ignore:
Timestamp:
Jul 28, 2009, 2:39:25 PM (15 years ago)
Author:
rgrieder
Comment:

Actually the Ogre Resource Management concept is quite very stable, so there's probably not gonna change much for us with the exception of better multithreading support.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #294

    • Property Owner changed from nobody to rgrieder
  • Ticket #294 – Description

    initial v2  
    44
    55== The Task ==
    6 Study the Ogre Resource providing concept on the documentation pages (also consider the Doxygen code). Then try to extend the Ogre framework to be able to also also the kind of files we want to load. A little abstract:
    7  * Level files: oxw (XML)
    8  * Overlay files: oxo (XML), though this could be replaced by oxw since its both XML
    9  * TCL scripts: tcl
     6Study the Ogre Resource providing concept on the documentation pages (also consider the Doxygen code). Then try to extend the Ogre framework to be able to also find the kind of files we want to load. A little abstract:
     7 * Level files: *.oxw (XML)
     8 * Overlay files: *.oxo (XML), though this could be replaced by oxw since its both XML
     9 * TCL scripts: *.tcl
     10 * Lua scripts: *.lua
    1011 * More to come I'm sure