* Some stuff with changing the Dink HD menu key to F1 from Shift-Escape

* Added Dan's .png loading patch (untested)

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1522 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2017-10-17 04:33:21 +00:00
parent 20f8a6a856
commit e0b2d2e5f0
17 changed files with 353 additions and 36 deletions

View file

@ -167,6 +167,9 @@
<Filter Include="source\StackWalker">
<UniqueIdentifier>{13d115b8-2e63-4a6c-bd5e-a660ca6d16fc}</UniqueIdentifier>
</Filter>
<Filter Include="shared\Renderer\libpng">
<UniqueIdentifier>{7d52fbf0-de4b-498f-a8ef-a41773d0da66}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\source\App.cpp">
@ -790,6 +793,48 @@
<ClCompile Include="..\source\StackWalker\StackWalker.cpp">
<Filter>source\StackWalker</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\png.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngerror.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngget.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngmem.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngpread.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngread.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngrio.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngrtran.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngrutil.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngset.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngtrans.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngvcrd.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngwio.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
<ClCompile Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngwtran.c">
<Filter>shared\Renderer\libpng</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\source\App.h">
@ -1350,6 +1395,12 @@
<ClInclude Include="..\source\StackWalker\StackWalker.h">
<Filter>source\StackWalker</Filter>
</ClInclude>
<ClInclude Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\png.h">
<Filter>shared\Renderer\libpng</Filter>
</ClInclude>
<ClInclude Include="..\..\shared\Irrlicht\source\Irrlicht\libpng\pngconf.h">
<Filter>shared\Renderer\libpng</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="..\android\proguard\config.txt">