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/data/particle/forcefield.particle

    r5556 r5689  
    1 Orxonox/ForceFieldPurpleBig
     1particle_system Orxonox/ForceFieldPurpleBig
    22{
    33        quota   10000
     
    9191}
    9292
    93 Orxonox/ForceFieldPurpleSmall
     93particle_system Orxonox/ForceFieldPurpleSmall
    9494{
    9595        quota   10000
     
    183183}       
    184184
    185 Orxonox/ForceFieldGreenBig
     185particle_system Orxonox/ForceFieldGreenBig
    186186{
    187187        quota   10000
     
    275275}
    276276
    277 Orxonox/ForceFieldGreenSmall
     277particle_system Orxonox/ForceFieldGreenSmall
    278278{
    279279        quota   10000
     
    370370
    371371                       
    372 Orxonox/ForceFieldBlueBig
     372particle_system Orxonox/ForceFieldBlueBig
    373373{
    374374        quota   10000
     
    462462}
    463463
    464 Orxonox/ForceFieldBlueSmall
     464particle_system Orxonox/ForceFieldBlueSmall
    465465{
    466466        quota   10000
Note: See TracChangeset for help on using the changeset viewer.