Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 29, 2009, 10:04:04 PM (15 years ago)
Author:
rgrieder
Message:

Experimental support for OGRE v1.6 "Shoggoth".
I had to write a little script that removes all the "particle_system" keywords from the particle scripts. But since we can't write to the media folder and creating unique temporary folders is quite tedious, I derived from Ogre::Archive and created a little MemoryArchive that accepts those new particle scripts and feeds them back to the Ogre::ResourceGroupManager.
Also adjusted all particle scripts for the new script compiler (i.e. just added "particle_system" everywhere).

Note: It seems that overlays don't work anymore on Windows, compiling with MinGW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/cmake/LibraryConfig.cmake

    r5664 r5689  
    8585# Performs the search and sets the variables    #
    8686
    87 FIND_PACKAGE(OGRE  1.4 EXACT REQUIRED)
     87FIND_PACKAGE(OGRE  1.4       REQUIRED)
    8888FIND_PACKAGE(ENet  1.1       REQUIRED)
    8989FIND_PACKAGE(Ogg             REQUIRED)
Note: See TracChangeset for help on using the changeset viewer.