forked from Revolutionary-Games/Thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated .gitignore to allow .cfg files in res/dist/bin to be committed
- Loading branch information
1 parent
6d3e2d5
commit bda5f46
Showing
5 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Defines plugins to load | ||
|
||
# Define plugin folder | ||
PluginFolder=C:\OgreSDK\OgreSDK_MinGW_v1-8-1\bin\release | ||
|
||
# Define plugins | ||
# Plugin=RenderSystem_Direct3D9 | ||
# Plugin=RenderSystem_Direct3D10 | ||
# Plugin=RenderSystem_Direct3D11 | ||
Plugin=RenderSystem_GL | ||
# Plugin=RenderSystem_GLES | ||
Plugin=Plugin_ParticleFX | ||
Plugin=Plugin_BSPSceneManager | ||
Plugin=Plugin_CgProgramManager | ||
Plugin=Plugin_PCZSceneManager | ||
Plugin=Plugin_OctreeZone | ||
Plugin=Plugin_OctreeSceneManager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Defines plugins to load | ||
|
||
# Define plugin folder | ||
PluginFolder=C:\OgreSDK\OgreSDK_MinGW_v1-8-1\bin\debug | ||
|
||
# Define plugins | ||
# Plugin=RenderSystem_Direct3D9 | ||
# Plugin=RenderSystem_Direct3D10 | ||
# Plugin=RenderSystem_Direct3D11 | ||
Plugin=RenderSystem_GL_d | ||
# Plugin=RenderSystem_GLES | ||
Plugin=Plugin_ParticleFX_d | ||
Plugin=Plugin_BSPSceneManager_d | ||
Plugin=Plugin_CgProgramManager_d | ||
Plugin=Plugin_PCZSceneManager_d | ||
Plugin=Plugin_OctreeZone_d | ||
Plugin=Plugin_OctreeSceneManager_d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Resources required by the sample browser and most samples. | ||
[Essential] | ||
Zip=../media/packs/SdkTrays.zip | ||
|
||
# Resource locations to be added to the default path | ||
[General] | ||
FileSystem=../media | ||
FileSystem=../media/materials/scripts | ||
FileSystem=../media/materials/programs | ||
FileSystem=../media/materials/textures | ||
FileSystem=../media/models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Resources required by the sample browser and most samples. | ||
[Essential] | ||
Zip=../media/packs/SdkTrays.zip | ||
|
||
# Resource locations to be added to the default path | ||
[General] | ||
FileSystem=../media | ||
FileSystem=../media/materials/scripts | ||
FileSystem=../media/materials/programs | ||
FileSystem=../media/materials/textures | ||
FileSystem=../media/models |