| 
                Last change
                  on this file since 2079 was
                  1897,
                  checked in by rgrieder, 17 years ago
           | 
        
        
          | 
               
Added init directory that contains all the files required to run orxonox. 
This namely includes plugins.cfg and orxonox.ini in order to set the media path and the plugins correctly. 
The solution is not perfect, but a lot better than having all those files in bin/. 
We could for instance create an addition special folder for tardis to get rid of plugins.cfg-init, etc. 
 
Also created init/common for files like *.tcl or def_keybindings.ini 
 
Changes in msvc files: 
files from init/common and init/SolutionName/ConfigurationName are automatically copied to the output directory if not yet existing. 
 
           | 
        
        
          
            
              - 
                  Property svn:eol-style set to
                  
native
               
             
           | 
        
        | 
            File size:
            259 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [1897] | 1 | # Defines plugins to load | 
|---|
 | 2 |  | 
|---|
 | 3 | # Define plugin folder | 
|---|
 | 4 | PluginFolder=. | 
|---|
 | 5 |  | 
|---|
 | 6 | # Define plugins | 
|---|
 | 7 | Plugin=RenderSystem_Direct3D9 | 
|---|
 | 8 | Plugin=RenderSystem_GL | 
|---|
 | 9 | Plugin=Plugin_ParticleFX | 
|---|
 | 10 | #Plugin=Plugin_BSPSceneManager | 
|---|
 | 11 | #Plugin=Plugin_OctreeSceneManager | 
|---|
 | 12 | #Plugin=Plugin_CgProgramManager | 
|---|
 | 13 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.