* Added html5 dir, has a .bat file that can build the html5 version. I went ahead and added the html5 specific Dink media as well, a bit big for SVN though. It has mp3 versions of all songs, otherwise it's the same as the normal data I think

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1600 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2018-04-27 06:43:34 +00:00
parent 0974642cfb
commit 35c284b014
824 changed files with 4164 additions and 1121 deletions

View file

@ -4232,6 +4232,7 @@
<ClInclude Include="..\..\shared\GUI\RTFontFileFormat.h" />
<ClInclude Include="..\..\shared\html5\HTML5Utils.h" />
<ClInclude Include="..\..\shared\html5\PlatformSetupHTML5.h" />
<ClInclude Include="..\..\shared\html5\SharedJSLIB.h" />
<ClInclude Include="..\..\shared\iOS\app\EAGLView.h" />
<ClInclude Include="..\..\shared\iOS\app\MyAppDelegate.h" />
<ClInclude Include="..\..\shared\iOS\app\MyViewController.h" />
@ -4387,6 +4388,7 @@
<None Include="..\..\shared\Gamepad\Gamepad60Beat.mm" />
<None Include="..\..\shared\Gamepad\GamepadProvider60Beat.mm" />
<None Include="..\..\shared\Gamepad\GamepadProvider60BeatNative.mm" />
<None Include="..\..\shared\html5\SharedJSLIB.js" />
<None Include="..\..\shared\iOS\app\EAGLView.mm" />
<None Include="..\..\shared\iOS\app\main.mm" />
<None Include="..\..\shared\iOS\app\MyAppDelegate.mm" />

View file

@ -1401,6 +1401,9 @@
<ClInclude Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngconf.h">
<Filter>shared\Renderer\libpng</Filter>
</ClInclude>
<ClInclude Include="..\..\shared\html5\SharedJSLIB.h">
<Filter>shared\html5</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="..\android\proguard\config.txt">
@ -1584,6 +1587,9 @@
<None Include="..\..\shared\flash\app\flash\com\adobe\utils\PerspectiveMatrix3D.as">
<Filter>shared\flash\app\flash</Filter>
</None>
<None Include="..\..\shared\html5\SharedJSLIB.js">
<Filter>shared\html5</Filter>
</None>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\shared\Entity\TemplateComponent.h">