* Fixed issue with Bloop being slow (actually that's a Proton fix, so update that!)

* Some misc fixes to stuff
* File import/export partially done, not ready yet
* HTML5 build system updated to use new shared template code

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1627 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2018-06-13 11:00:20 +00:00
parent bc4a02cf86
commit 7b8c9cb79a
11 changed files with 209 additions and 22 deletions

View file

@ -835,6 +835,12 @@
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngwtran.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\util\simple_md5.c">
<Filter>shared\util</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\util\simple_md5_util.cpp">
<Filter>shared\util</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\source\App.h">
@ -1404,6 +1410,12 @@
<ClInclude Include="..\..\shared\html5\SharedJSLIB.h">
<Filter>shared\html5</Filter>
</ClInclude>
<ClInclude Include="..\..\shared\util\simple_md5.h">
<Filter>shared\util</Filter>
</ClInclude>
<ClInclude Include="..\..\shared\util\simple_md5_util.h">
<Filter>shared\util</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="..\android\proguard\config.txt">