Merge [SD2]

r1291 Move one misplaced script in yesterday commits.
r1292 Make own folder for tool, not needed for general work of SD2. - skip
r1293 Add script loader to simplify maintenance of scripts. The scripts must now be added to system/ScriptLoader.cpp instead of old way directly in ScriptMgr.

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-08-16 01:45:49 +02:00
parent 6337c3adfb
commit 5b42daa7bf
7 changed files with 1077 additions and 1290 deletions

View File

@@ -376,10 +376,6 @@
RelativePath="..\base\guard_ai.h"
>
</File>
<File
RelativePath="..\base\guards.cpp"
>
</File>
<File
RelativePath="..\base\simple_ai.cpp"
>
@@ -2740,6 +2736,10 @@
RelativePath="..\scripts\world\go_scripts.cpp"
>
</File>
<File
RelativePath="..\scripts\world\guards.cpp"
>
</File>
<File
RelativePath="..\scripts\world\item_scripts.cpp"
>
@@ -2829,6 +2829,18 @@
>
</File>
</Filter>
<Filter
Name="system"
>
<File
RelativePath="..\system\ScriptLoader.cpp"
>
</File>
<File
RelativePath="..\system\ScriptLoader.h"
>
</File>
</Filter>
<File
RelativePath="..\ScriptMgr.cpp"
>