Last change
on this file since 2565 was
2485,
checked in by landauf, 16 years ago
|
Merged objecthierarchy2 into presentation branch
Couln't merge 2 lines in Gamestate.cc and a whole block of code in GSDedicated.cc (it seems like oli implemented in both branches something like a network-tick-limiter but with different approaches)
Not yet tested in network mode and with bots
The SpaceShips movement is also not yet fully adopted to the new physics (see Engine class)
|
-
Property svn:eol-style set to
native
|
File size:
297 bytes
|
Rev | Line | |
---|
[1763] | 1 | # Defines plugins to load |
---|
| 2 | |
---|
| 3 | # Define plugin folder |
---|
| 4 | PluginFolder=..\..\libs\ogre\Samples\Common\bin\Release |
---|
| 5 | |
---|
| 6 | # Define plugins |
---|
| 7 | Plugin=RenderSystem_Direct3D9 |
---|
| 8 | Plugin=RenderSystem_GL |
---|
| 9 | Plugin=Plugin_ParticleFX |
---|
| 10 | Plugin=Plugin_BSPSceneManager |
---|
| 11 | Plugin=Plugin_OctreeSceneManager |
---|
[2485] | 12 | Plugin=Plugin_CgProgramManager |
---|
[1763] | 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.