- Adding (dead) code for Story mode. This is FAR from being ready so it's deactivated in the code. I just don't want to create a branch (I'm lazy) and I'm fed up with synching. My Goal is to have a tutorial ready with this for the release after this one. If you want to test it (Note: the sample story is not interesting at ALL), just look for "Story mode" and uncomment (3 occurrences). PSP Or Linux need additions to the Makefile...
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-16 10:55:03 +00:00
parent 8a19b0567b
commit d5be045859
16 changed files with 618 additions and 4 deletions
+24
View File
@@ -608,6 +608,10 @@
RelativePath=".\src\GameStateShop.cpp"
>
</File>
<File
RelativePath=".\src\GameStateStory.cpp"
>
</File>
<File
RelativePath=".\src\GameStateTransitions.cpp"
>
@@ -760,6 +764,10 @@
RelativePath=".\src\SimplePad.cpp"
>
</File>
<File
RelativePath=".\src\StoryFlow.cpp"
>
</File>
<File
RelativePath=".\src\Subtypes.cpp"
>
@@ -792,6 +800,10 @@
RelativePath=".\src\Translate.cpp"
>
</File>
<File
RelativePath=".\src\TranslateKeys.cpp"
>
</File>
<File
RelativePath=".\src\Trash.cpp"
>
@@ -981,6 +993,10 @@
RelativePath=".\include\GameStateShop.h"
>
</File>
<File
RelativePath=".\include\GameStateStory.h"
>
</File>
<File
RelativePath=".\include\GameStateTransitions.h"
>
@@ -1137,6 +1153,10 @@
RelativePath=".\include\SimplePad.h"
>
</File>
<File
RelativePath=".\include\StoryFlow.h"
>
</File>
<File
RelativePath=".\include\Subtypes.h"
>
@@ -1173,6 +1193,10 @@
RelativePath=".\include\Translate.h"
>
</File>
<File
RelativePath=".\include\TranslateKeys.h"
>
</File>
<File
RelativePath=".\include\Trash.h"
>