(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console

This commit is contained in:
truebrain
2011-12-19 20:55:56 +00:00
parent b4f832f29f
commit c99950c215
18 changed files with 608 additions and 11 deletions

View File

@@ -2979,10 +2979,26 @@
RelativePath=".\..\src\game\game.hpp"
>
</File>
<File
RelativePath=".\..\src\game\game_config.cpp"
>
</File>
<File
RelativePath=".\..\src\game\game_config.hpp"
>
</File>
<File
RelativePath=".\..\src\game\game_core.cpp"
>
</File>
<File
RelativePath=".\..\src\game\game_info.cpp"
>
</File>
<File
RelativePath=".\..\src\game\game_info.hpp"
>
</File>
<File
RelativePath=".\..\src\game\game_instance.cpp"
>
@@ -2991,6 +3007,14 @@
RelativePath=".\..\src\game\game_instance.hpp"
>
</File>
<File
RelativePath=".\..\src\game\game_scanner.cpp"
>
</File>
<File
RelativePath=".\..\src\game\game_scanner.hpp"
>
</File>
</Filter>
<Filter
Name="Script API"