]> git.lizzy.rs Git - irrlicht.git/commit
Merging r5975 through r6036 from trunk to ogl-es branch.
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Fri, 3 Jan 2020 19:05:16 +0000 (19:05 +0000)
committercutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>
Fri, 3 Jan 2020 19:05:16 +0000 (19:05 +0000)
commit2ae2a551a6290f46734307bbfdafea4b1a2cf2ba
treeba2f0b468640e44899fed3df2d4cc58795f4a003
Merging r5975 through r6036 from trunk to ogl-es branch.
GLES drivers adapted, but only did make compile-tests.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475
2007 files changed:
bin/Linux/readme.txt [new file with mode: 0644]
bin/OSX/readme.txt [new file with mode: 0644]
bin/Win32-VisualStudio/irrlicht.ico [new file with mode: 0644]
bin/Win32-VisualStudio/readme.txt [new file with mode: 0644]
bin/Win32-gcc/irrlicht.ico [new file with mode: 0644]
bin/Win32-gcc/readme.txt [new file with mode: 0644]
bin/Win64-VisualStudio/irrlicht.ico [new file with mode: 0644]
bin/Win64-VisualStudio/readme.txt [new file with mode: 0644]
bin/emscripten/readme.txt [new file with mode: 0644]
changes.txt [new file with mode: 0644]
doc/aesGladman.txt [new file with mode: 0644]
doc/bzip2-license.txt [new file with mode: 0644]
doc/irrlicht-license.txt [new file with mode: 0644]
doc/jpglib-license.txt [new file with mode: 0644]
doc/libpng-license.txt [new file with mode: 0644]
doc/readme.txt [new file with mode: 0644]
doc/release_checklist.txt [new file with mode: 0644]
doc/upgrade-guide.txt [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld.cbp [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld.vcproj [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld.xcodeproj/xcshareddata/xcschemes/01.HelloWorld.xcscheme [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld_vc10.vcxproj [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld_vc11.vcxproj [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld_vc12.vcxproj [new file with mode: 0644]
examples/01.HelloWorld/HelloWorld_vc14.vcxproj [new file with mode: 0644]
examples/01.HelloWorld/Makefile [new file with mode: 0644]
examples/01.HelloWorld/main.cpp [new file with mode: 0644]
examples/01.HelloWorld/tutorial.html [new file with mode: 0644]
examples/01.HelloWorld_Android/AndroidManifest.xml [new file with mode: 0755]
examples/01.HelloWorld_Android/android_tools.cpp [new file with mode: 0644]
examples/01.HelloWorld_Android/android_tools.h [new file with mode: 0644]
examples/01.HelloWorld_Android/build.xml [new file with mode: 0755]
examples/01.HelloWorld_Android/jni/Android.mk [new file with mode: 0755]
examples/01.HelloWorld_Android/jni/Application.mk [new file with mode: 0755]
examples/01.HelloWorld_Android/main.cpp [new file with mode: 0644]
examples/01.HelloWorld_Android/project.properties [new file with mode: 0755]
examples/01.HelloWorld_Android/readme.txt [new file with mode: 0644]
examples/01.HelloWorld_Android/res/drawable-hdpi/irr_icon.png [new file with mode: 0755]
examples/01.HelloWorld_Android/res/drawable-ldpi/irr_icon.png [new file with mode: 0755]
examples/01.HelloWorld_Android/res/drawable-mdpi/irr_icon.png [new file with mode: 0755]
examples/01.HelloWorld_Android/res/drawable-xhdpi/irr_icon.png [new file with mode: 0755]
examples/01.HelloWorld_emscripten/Makefile [new file with mode: 0644]
examples/01.HelloWorld_emscripten/main.cpp [new file with mode: 0644]
examples/01.HelloWorld_emscripten/readme.txt [new file with mode: 0644]
examples/01.HelloWorld_emscripten/shell_minimal.html [new file with mode: 0644]
examples/01.HelloWorld_iOS/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
examples/01.HelloWorld_iOS/HelloWorld_iOS.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/01.HelloWorld_iOS/HelloWorld_iOS.xcodeproj/xcshareddata/xcschemes/28.HelloWorld_iOS.xcscheme [new file with mode: 0644]
examples/01.HelloWorld_iOS/main.cpp [new file with mode: 0644]
examples/02.Quake3Map/Makefile [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map.cbp [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map.vcproj [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map.xcodeproj/xcshareddata/xcschemes/02.Quake3Map.xcscheme [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map_vc10.vcxproj [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map_vc11.vcxproj [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map_vc12.vcxproj [new file with mode: 0644]
examples/02.Quake3Map/Quake3Map_vc14.vcxproj [new file with mode: 0644]
examples/02.Quake3Map/main.cpp [new file with mode: 0644]
examples/02.Quake3Map/tutorial.html [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode.cbp [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode.vcproj [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode.xcodeproj/xcshareddata/xcschemes/03.CustomSceneNode.xcscheme [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode_vc10.vcxproj [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode_vc11.vcxproj [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode_vc12.vcxproj [new file with mode: 0644]
examples/03.CustomSceneNode/CustomSceneNode_vc14.vcxproj [new file with mode: 0644]
examples/03.CustomSceneNode/Makefile [new file with mode: 0644]
examples/03.CustomSceneNode/main.cpp [new file with mode: 0644]
examples/03.CustomSceneNode/tutorial.html [new file with mode: 0644]
examples/04.Movement/Makefile [new file with mode: 0644]
examples/04.Movement/Movement.cbp [new file with mode: 0644]
examples/04.Movement/Movement.vcproj [new file with mode: 0644]
examples/04.Movement/Movement.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/04.Movement/Movement.xcodeproj/xcshareddata/xcschemes/04.Movement.xcscheme [new file with mode: 0644]
examples/04.Movement/Movement_vc10.vcxproj [new file with mode: 0644]
examples/04.Movement/Movement_vc11.vcxproj [new file with mode: 0644]
examples/04.Movement/Movement_vc12.vcxproj [new file with mode: 0644]
examples/04.Movement/Movement_vc14.vcxproj [new file with mode: 0644]
examples/04.Movement/main.cpp [new file with mode: 0644]
examples/04.Movement/tutorial.html [new file with mode: 0644]
examples/05.UserInterface/Makefile [new file with mode: 0644]
examples/05.UserInterface/UserInterface.cbp [new file with mode: 0644]
examples/05.UserInterface/UserInterface.vcproj [new file with mode: 0644]
examples/05.UserInterface/UserInterface.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/05.UserInterface/UserInterface.xcodeproj/xcshareddata/xcschemes/05.UserInterface.xcscheme [new file with mode: 0644]
examples/05.UserInterface/UserInterface_vc10.vcxproj [new file with mode: 0644]
examples/05.UserInterface/UserInterface_vc11.vcxproj [new file with mode: 0644]
examples/05.UserInterface/UserInterface_vc12.vcxproj [new file with mode: 0644]
examples/05.UserInterface/UserInterface_vc14.vcxproj [new file with mode: 0644]
examples/05.UserInterface/main.cpp [new file with mode: 0644]
examples/05.UserInterface/tutorial.html [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics.cbp [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics.vcproj [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics.xcodeproj/xcshareddata/xcschemes/06.2DGraphics.xcscheme [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics_vc10.vcxproj [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics_vc11.vcxproj [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics_vc12.vcxproj [new file with mode: 0644]
examples/06.2DGraphics/2DGraphics_vc14.vcxproj [new file with mode: 0644]
examples/06.2DGraphics/Makefile [new file with mode: 0644]
examples/06.2DGraphics/main.cpp [new file with mode: 0644]
examples/06.2DGraphics/tutorial.html [new file with mode: 0644]
examples/07.Collision/Collision.cbp [new file with mode: 0644]
examples/07.Collision/Collision.vcproj [new file with mode: 0644]
examples/07.Collision/Collision.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/07.Collision/Collision.xcodeproj/xcshareddata/xcschemes/07.Collision.xcscheme [new file with mode: 0644]
examples/07.Collision/Collision_vc10.vcxproj [new file with mode: 0644]
examples/07.Collision/Collision_vc11.vcxproj [new file with mode: 0644]
examples/07.Collision/Collision_vc12.vcxproj [new file with mode: 0644]
examples/07.Collision/Collision_vc14.vcxproj [new file with mode: 0644]
examples/07.Collision/Makefile [new file with mode: 0644]
examples/07.Collision/main.cpp [new file with mode: 0644]
examples/07.Collision/tutorial.html [new file with mode: 0644]
examples/08.SpecialFX/Makefile [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX.cbp [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX.vcproj [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX.xcodeproj/xcshareddata/xcschemes/08.SpecialFX.xcscheme [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX_vc10.vcxproj [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX_vc11.vcxproj [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX_vc12.vcxproj [new file with mode: 0644]
examples/08.SpecialFX/SpecialFX_vc14.vcxproj [new file with mode: 0644]
examples/08.SpecialFX/main.cpp [new file with mode: 0644]
examples/08.SpecialFX/project.properties [new file with mode: 0644]
examples/08.SpecialFX/tutorial.html [new file with mode: 0644]
examples/09.Meshviewer/9.Meshviewer.rc [new file with mode: 0644]
examples/09.Meshviewer/Makefile [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer.cbp [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer.vcproj [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer.xcodeproj/xcshareddata/xcschemes/09.Meshviewer.xcscheme [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer_vc10.vcxproj [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer_vc11.vcxproj [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer_vc12.vcxproj [new file with mode: 0644]
examples/09.Meshviewer/Meshviewer_vc14.vcxproj [new file with mode: 0644]
examples/09.Meshviewer/icon.ico [new file with mode: 0644]
examples/09.Meshviewer/main.cpp [new file with mode: 0644]
examples/09.Meshviewer/resource.h [new file with mode: 0644]
examples/09.Meshviewer/tutorial.html [new file with mode: 0644]
examples/10.Shaders/Makefile [new file with mode: 0644]
examples/10.Shaders/Shaders.cbp [new file with mode: 0644]
examples/10.Shaders/Shaders.vcproj [new file with mode: 0644]
examples/10.Shaders/Shaders.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/10.Shaders/Shaders.xcodeproj/xcshareddata/xcschemes/10.Shaders.xcscheme [new file with mode: 0644]
examples/10.Shaders/Shaders_vc10.vcxproj [new file with mode: 0644]
examples/10.Shaders/Shaders_vc11.vcxproj [new file with mode: 0644]
examples/10.Shaders/Shaders_vc12.vcxproj [new file with mode: 0644]
examples/10.Shaders/Shaders_vc14.vcxproj [new file with mode: 0644]
examples/10.Shaders/main.cpp [new file with mode: 0644]
examples/10.Shaders/tutorial.html [new file with mode: 0644]
examples/11.PerPixelLighting/Makefile [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting.cbp [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting.vcproj [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting.xcodeproj/xcshareddata/xcschemes/11.PerPixelLighting.xcscheme [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting_vc10.vcxproj [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting_vc11.vcxproj [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting_vc12.vcxproj [new file with mode: 0644]
examples/11.PerPixelLighting/PerPixelLighting_vc14.vcxproj [new file with mode: 0644]
examples/11.PerPixelLighting/main.cpp [new file with mode: 0644]
examples/11.PerPixelLighting/tutorial.html [new file with mode: 0644]
examples/12.TerrainRendering/Makefile [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering.cbp [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering.vcproj [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering.xcodeproj/xcshareddata/xcschemes/12.TerrainRendering.xcscheme [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering_vc10.vcxproj [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering_vc11.vcxproj [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering_vc12.vcxproj [new file with mode: 0644]
examples/12.TerrainRendering/TerrainRendering_vc14.vcxproj [new file with mode: 0644]
examples/12.TerrainRendering/main.cpp [new file with mode: 0644]
examples/12.TerrainRendering/tutorial.html [new file with mode: 0644]
examples/13.RenderToTexture/Makefile [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture.cbp [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture.vcproj [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture.xcodeproj/xcshareddata/xcschemes/13.RenderToTexture.xcscheme [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture_vc10.vcxproj [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture_vc11.vcxproj [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture_vc12.vcxproj [new file with mode: 0644]
examples/13.RenderToTexture/RenderToTexture_vc14.vcxproj [new file with mode: 0644]
examples/13.RenderToTexture/main.cpp [new file with mode: 0644]
examples/13.RenderToTexture/tutorial.html [new file with mode: 0644]
examples/13.RenderToTexture_emscripten/Makefile [new file with mode: 0644]
examples/13.RenderToTexture_emscripten/main.cpp [new file with mode: 0644]
examples/14.Win32Window/Makefile [new file with mode: 0644]
examples/14.Win32Window/Win32Window.cbp [new file with mode: 0644]
examples/14.Win32Window/Win32Window.vcproj [new file with mode: 0644]
examples/14.Win32Window/Win32Window_vc10.vcxproj [new file with mode: 0644]
examples/14.Win32Window/Win32Window_vc11.vcxproj [new file with mode: 0644]
examples/14.Win32Window/Win32Window_vc12.vcxproj [new file with mode: 0644]
examples/14.Win32Window/Win32Window_vc14.vcxproj [new file with mode: 0644]
examples/14.Win32Window/main.cpp [new file with mode: 0644]
examples/14.Win32Window/tutorial.html [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile.cbp [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile.vcproj [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile.xcodeproj/xcshareddata/xcschemes/15.LoadIrrFile.xcscheme [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile_vc10.vcxproj [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile_vc11.vcxproj [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile_vc12.vcxproj [new file with mode: 0644]
examples/15.LoadIrrFile/LoadIrrFile_vc14.vcxproj [new file with mode: 0644]
examples/15.LoadIrrFile/Makefile [new file with mode: 0644]
examples/15.LoadIrrFile/main.cpp [new file with mode: 0644]
examples/15.LoadIrrFile/tutorial.html [new file with mode: 0644]
examples/16.Quake3MapShader/Makefile [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader.cbp [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader.vcproj [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader.xcodeproj/xcshareddata/xcschemes/16.Quake3MapShader.xcscheme [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader_vc10.vcxproj [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader_vc11.vcxproj [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader_vc12.vcxproj [new file with mode: 0644]
examples/16.Quake3MapShader/Quake3MapShader_vc14.vcxproj [new file with mode: 0644]
examples/16.Quake3MapShader/main.cpp [new file with mode: 0644]
examples/17.HelloWorld_Mobile/17. HelloWorld for Windows Mobile on PC_v8.vcproj [new file with mode: 0644]
examples/17.HelloWorld_Mobile/17. HelloWorld for Windows Mobile on PC_v9.vcproj [new file with mode: 0644]
examples/17.HelloWorld_Mobile/17. HelloWorld for Windows Mobile on PC_vc10.vcxproj [new file with mode: 0644]
examples/17.HelloWorld_Mobile/17. HelloWorld for Windows Mobile on PC_vc11.vcxproj [new file with mode: 0644]
examples/17.HelloWorld_Mobile/17. HelloWorld for Windows Mobile on PC_vc12.vcxproj [new file with mode: 0644]
examples/17.HelloWorld_Mobile/HelloWorld_mobile.sln [new file with mode: 0644]
examples/17.HelloWorld_Mobile/HelloWorld_mobile.vcproj [new file with mode: 0644]
examples/17.HelloWorld_Mobile/Makefile [new file with mode: 0644]
examples/17.HelloWorld_Mobile/main.cpp [new file with mode: 0644]
examples/18.SplitScreen/Makefile [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen.cbp [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen.vcproj [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen.xcodeproj/xcshareddata/xcschemes/18.SplitScreen.xcscheme [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen_vc10.vcxproj [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen_vc11.vcxproj [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen_vc12.vcxproj [new file with mode: 0644]
examples/18.SplitScreen/SplitScreen_vc14.vcxproj [new file with mode: 0644]
examples/18.SplitScreen/main.cpp [new file with mode: 0644]
examples/19.MouseAndJoystick/Makefile [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick.cbp [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick.vcproj [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick.xcodeproj/xcshareddata/xcschemes/19.MouseAndJoystick.xcscheme [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick_vc10.vcxproj [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick_vc11.vcxproj [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick_vc12.vcxproj [new file with mode: 0644]
examples/19.MouseAndJoystick/MouseAndJoystick_vc14.vcxproj [new file with mode: 0644]
examples/19.MouseAndJoystick/main.cpp [new file with mode: 0644]
examples/20.ManagedLights/Makefile [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights.cbp [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights.vcproj [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights.xcodeproj/xcshareddata/xcschemes/20.ManagedLights.xcscheme [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights_vc10.vcxproj [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights_vc11.vcxproj [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights_vc12.vcxproj [new file with mode: 0644]
examples/20.ManagedLights/ManagedLights_vc14.vcxproj [new file with mode: 0644]
examples/20.ManagedLights/main.cpp [new file with mode: 0644]
examples/21.Quake3Explorer/Makefile [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer.cbp [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer.vcproj [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer.xcodeproj/xcshareddata/xcschemes/21.Quake3Explorer.xcscheme [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer_vc10.vcxproj [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer_vc11.vcxproj [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer_vc12.vcxproj [new file with mode: 0644]
examples/21.Quake3Explorer/Quake3Explorer_vc14.vcxproj [new file with mode: 0644]
examples/21.Quake3Explorer/main.cpp [new file with mode: 0644]
examples/21.Quake3Explorer/q3factory.cpp [new file with mode: 0644]
examples/21.Quake3Explorer/q3factory.h [new file with mode: 0644]
examples/21.Quake3Explorer/sound.cpp [new file with mode: 0644]
examples/21.Quake3Explorer/sound.h [new file with mode: 0644]
examples/22.MaterialViewer/Makefile [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer.cbp [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer.vcproj [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer.xcodeproj/xcshareddata/xcschemes/22.MaterialViewer.xcscheme [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer_vc10.vcxproj [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer_vc11.vcxproj [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer_vc12.vcxproj [new file with mode: 0644]
examples/22.MaterialViewer/MaterialViewer_vc14.vcxproj [new file with mode: 0644]
examples/22.MaterialViewer/main.cpp [new file with mode: 0755]
examples/22.MaterialViewer/main.h [new file with mode: 0644]
examples/23.SMeshHandling/Makefile [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling.cbp [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling.vcproj [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling.xcodeproj/xcshareddata/xcschemes/23.SMeshHandling.xcscheme [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling_vc10.vcxproj [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling_vc11.vcxproj [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling_vc12.vcxproj [new file with mode: 0644]
examples/23.SMeshHandling/SMeshHandling_vc14.vcxproj [new file with mode: 0644]
examples/23.SMeshHandling/main.cpp [new file with mode: 0644]
examples/24.CursorControl/CursorControl.cbp [new file with mode: 0644]
examples/24.CursorControl/CursorControl.vcproj [new file with mode: 0644]
examples/24.CursorControl/CursorControl.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/24.CursorControl/CursorControl.xcodeproj/xcshareddata/xcschemes/24.CursorControl.xcscheme [new file with mode: 0644]
examples/24.CursorControl/CursorControl_vc10.vcxproj [new file with mode: 0644]
examples/24.CursorControl/CursorControl_vc11.vcxproj [new file with mode: 0644]
examples/24.CursorControl/CursorControl_vc12.vcxproj [new file with mode: 0644]
examples/24.CursorControl/CursorControl_vc14.vcxproj [new file with mode: 0644]
examples/24.CursorControl/Makefile [new file with mode: 0644]
examples/24.CursorControl/main.cpp [new file with mode: 0644]
examples/25.XmlHandling/Makefile [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling.cbp [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling.vcproj [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling.xcodeproj/xcshareddata/xcschemes/25.XmlHandling.xcscheme [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling_vc10.vcxproj [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling_vc11.vcxproj [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling_vc12.vcxproj [new file with mode: 0644]
examples/25.XmlHandling/XmlHandling_vc14.vcxproj [new file with mode: 0644]
examples/25.XmlHandling/main.cpp [new file with mode: 0644]
examples/26.OcclusionQuery/Makefile [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery.cbp [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery.vcproj [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery.xcodeproj/xcshareddata/xcschemes/26.OcclusionQuery.xcscheme [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery_vc10.vcxproj [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery_vc11.vcxproj [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery_vc12.vcxproj [new file with mode: 0644]
examples/26.OcclusionQuery/OcclusionQuery_vc14.vcxproj [new file with mode: 0644]
examples/26.OcclusionQuery/main.cpp [new file with mode: 0644]
examples/27.PostProcessing/Makefile [new file with mode: 0644]
examples/27.PostProcessing/PostProcessing.cbp [new file with mode: 0644]
examples/27.PostProcessing/PostProcessing_vc10.vcxproj [new file with mode: 0644]
examples/27.PostProcessing/PostProcessing_vc11.vcxproj [new file with mode: 0644]
examples/27.PostProcessing/PostProcessing_vc12.vcxproj [new file with mode: 0644]
examples/27.PostProcessing/PostProcessing_vc14.vcxproj [new file with mode: 0644]
examples/27.PostProcessing/main.cpp [new file with mode: 0644]
examples/28.CubeMapping/CubeMapping.cbp [new file with mode: 0644]
examples/28.CubeMapping/CubeMapping_vc10.vcxproj [new file with mode: 0644]
examples/28.CubeMapping/CubeMapping_vc11.vcxproj [new file with mode: 0644]
examples/28.CubeMapping/CubeMapping_vc12.vcxproj [new file with mode: 0644]
examples/28.CubeMapping/CubeMapping_vc14.vcxproj [new file with mode: 0644]
examples/28.CubeMapping/Makefile [new file with mode: 0644]
examples/28.CubeMapping/main.cpp [new file with mode: 0644]
examples/29.HardwareSkinning/where_is_it.txt [new file with mode: 0644]
examples/30.Profiling/Makefile [new file with mode: 0644]
examples/30.Profiling/Profiling.cbp [new file with mode: 0644]
examples/30.Profiling/Profiling.vcproj [new file with mode: 0644]
examples/30.Profiling/Profiling.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/30.Profiling/Profiling.xcodeproj/xcshareddata/xcschemes/30.Profiling.xcscheme [new file with mode: 0644]
examples/30.Profiling/Profiling_vc10.vcxproj [new file with mode: 0644]
examples/30.Profiling/Profiling_vc11.vcxproj [new file with mode: 0644]
examples/30.Profiling/Profiling_vc12.vcxproj [new file with mode: 0644]
examples/30.Profiling/Profiling_vc14.vcxproj [new file with mode: 0644]
examples/30.Profiling/main.cpp [new file with mode: 0644]
examples/BuildAllExamples.workspace [new file with mode: 0644]
examples/BuildAllExamples.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
examples/BuildAllExamples_vc10.sln [new file with mode: 0644]
examples/BuildAllExamples_vc11.sln [new file with mode: 0644]
examples/BuildAllExamples_vc12.sln [new file with mode: 0644]
examples/BuildAllExamples_vc14.sln [new file with mode: 0644]
examples/Demo/CDemo.cpp [new file with mode: 0644]
examples/Demo/CDemo.h [new file with mode: 0644]
examples/Demo/CMainMenu.cpp [new file with mode: 0644]
examples/Demo/CMainMenu.h [new file with mode: 0644]
examples/Demo/Demo.vcproj [new file with mode: 0644]
examples/Demo/Demo.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/Demo/Demo.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme [new file with mode: 0644]
examples/Demo/Demo_vc10.vcxproj [new file with mode: 0644]
examples/Demo/Demo_vc11.vcxproj [new file with mode: 0644]
examples/Demo/Demo_vc12.vcxproj [new file with mode: 0644]
examples/Demo/Demo_vc14.vcxproj [new file with mode: 0644]
examples/Demo/Makefile [new file with mode: 0644]
examples/Demo/demo.cbp [new file with mode: 0644]
examples/Demo/icon.ico [new file with mode: 0644]
examples/Demo/main.cpp [new file with mode: 0644]
examples/Demo/resource.h [new file with mode: 0644]
examples/Demo/resscript.rc [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/buildAllExamples.sh [new file with mode: 0755]
examples/whereAreTheBinaries.txt [new file with mode: 0644]
include/CDynamicMeshBuffer.h [new file with mode: 0644]
include/CIndexBuffer.h [new file with mode: 0644]
include/CMeshBuffer.h [new file with mode: 0644]
include/CVertexBuffer.h [new file with mode: 0644]
include/EAttributes.h [new file with mode: 0644]
include/ECullingTypes.h [new file with mode: 0644]
include/EDebugSceneTypes.h [new file with mode: 0644]
include/EDeviceTypes.h [new file with mode: 0644]
include/EDriverFeatures.h [new file with mode: 0644]
include/EDriverTypes.h [new file with mode: 0644]
include/EFocusFlags.h [new file with mode: 0644]
include/EGUIAlignment.h [new file with mode: 0644]
include/EGUIElementTypes.h [new file with mode: 0644]
include/EHardwareBufferFlags.h [new file with mode: 0644]
include/EMaterialFlags.h [new file with mode: 0644]
include/EMaterialTypes.h [new file with mode: 0644]
include/EMeshWriterEnums.h [new file with mode: 0644]
include/EMessageBoxFlags.h [new file with mode: 0644]
include/EPrimitiveTypes.h [new file with mode: 0644]
include/EReadFileType.h [new file with mode: 0644]
include/ESceneNodeAnimatorTypes.h [new file with mode: 0644]
include/ESceneNodeTypes.h [new file with mode: 0644]
include/EShaderTypes.h [new file with mode: 0644]
include/ETerrainElements.h [new file with mode: 0644]
include/EVertexAttributes.h [new file with mode: 0644]
include/IAnimatedMesh.h [new file with mode: 0644]
include/IAnimatedMeshMD2.h [new file with mode: 0644]
include/IAnimatedMeshMD3.h [new file with mode: 0644]
include/IAnimatedMeshSceneNode.h [new file with mode: 0644]
include/IAttributeExchangingObject.h [new file with mode: 0644]
include/IAttributes.h [new file with mode: 0644]
include/IBillboardSceneNode.h [new file with mode: 0644]
include/IBillboardTextSceneNode.h [new file with mode: 0644]
include/IBoneSceneNode.h [new file with mode: 0644]
include/ICameraSceneNode.h [new file with mode: 0644]
include/IColladaMeshWriter.h [new file with mode: 0644]
include/IContextManager.h [new file with mode: 0644]
include/ICursorControl.h [new file with mode: 0644]
include/IDummyTransformationSceneNode.h [new file with mode: 0644]
include/IDynamicMeshBuffer.h [new file with mode: 0644]
include/IEventReceiver.h [new file with mode: 0644]
include/IFileArchive.h [new file with mode: 0644]
include/IFileList.h [new file with mode: 0644]
include/IFileSystem.h [new file with mode: 0644]
include/IGPUProgrammingServices.h [new file with mode: 0644]
include/IGUIButton.h [new file with mode: 0644]
include/IGUICheckBox.h [new file with mode: 0644]
include/IGUIColorSelectDialog.h [new file with mode: 0644]
include/IGUIComboBox.h [new file with mode: 0644]
include/IGUIContextMenu.h [new file with mode: 0644]
include/IGUIEditBox.h [new file with mode: 0644]
include/IGUIElement.h [new file with mode: 0644]
include/IGUIElementFactory.h [new file with mode: 0644]
include/IGUIEnvironment.h [new file with mode: 0644]
include/IGUIFileOpenDialog.h [new file with mode: 0644]
include/IGUIFont.h [new file with mode: 0644]
include/IGUIFontBitmap.h [new file with mode: 0644]
include/IGUIImage.h [new file with mode: 0644]
include/IGUIImageList.h [new file with mode: 0644]
include/IGUIInOutFader.h [new file with mode: 0644]
include/IGUIListBox.h [new file with mode: 0644]
include/IGUIMeshViewer.h [new file with mode: 0644]
include/IGUIProfiler.h [new file with mode: 0644]
include/IGUIScrollBar.h [new file with mode: 0644]
include/IGUISkin.h [new file with mode: 0644]
include/IGUISpinBox.h [new file with mode: 0644]
include/IGUISpriteBank.h [new file with mode: 0644]
include/IGUIStaticText.h [new file with mode: 0644]
include/IGUITabControl.h [new file with mode: 0644]
include/IGUITable.h [new file with mode: 0644]
include/IGUIToolbar.h [new file with mode: 0644]
include/IGUITreeView.h [new file with mode: 0644]
include/IGUIWindow.h [new file with mode: 0644]
include/IGeometryCreator.h [new file with mode: 0644]
include/IImage.h [new file with mode: 0644]
include/IImageLoader.h [new file with mode: 0644]
include/IImageWriter.h [new file with mode: 0644]
include/IIndexBuffer.h [new file with mode: 0644]
include/ILightManager.h [new file with mode: 0644]
include/ILightSceneNode.h [new file with mode: 0644]
include/ILogger.h [new file with mode: 0644]
include/IMaterialRenderer.h [new file with mode: 0644]
include/IMaterialRendererServices.h [new file with mode: 0644]
include/IMemoryReadFile.h [new file with mode: 0644]
include/IMesh.h [new file with mode: 0644]
include/IMeshBuffer.h [new file with mode: 0644]
include/IMeshCache.h [new file with mode: 0644]
include/IMeshLoader.h [new file with mode: 0644]
include/IMeshManipulator.h [new file with mode: 0644]
include/IMeshSceneNode.h [new file with mode: 0644]
include/IMeshTextureLoader.h [new file with mode: 0644]
include/IMeshWriter.h [new file with mode: 0644]
include/IMetaTriangleSelector.h [new file with mode: 0644]
include/IOSOperator.h [new file with mode: 0644]
include/IOctreeSceneNode.h [new file with mode: 0644]
include/IParticleAffector.h [new file with mode: 0644]
include/IParticleAnimatedMeshSceneNodeEmitter.h [new file with mode: 0644]
include/IParticleAttractionAffector.h [new file with mode: 0644]
include/IParticleBoxEmitter.h [new file with mode: 0644]
include/IParticleCylinderEmitter.h [new file with mode: 0644]
include/IParticleEmitter.h [new file with mode: 0644]
include/IParticleFadeOutAffector.h [new file with mode: 0644]
include/IParticleGravityAffector.h [new file with mode: 0644]
include/IParticleMeshEmitter.h [new file with mode: 0644]
include/IParticleRingEmitter.h [new file with mode: 0644]
include/IParticleRotationAffector.h [new file with mode: 0644]
include/IParticleSphereEmitter.h [new file with mode: 0644]
include/IParticleSystemSceneNode.h [new file with mode: 0644]
include/IProfiler.h [new file with mode: 0644]
include/IQ3LevelMesh.h [new file with mode: 0644]
include/IQ3Shader.h [new file with mode: 0644]
include/IRandomizer.h [new file with mode: 0644]
include/IReadFile.h [new file with mode: 0644]
include/IReferenceCounted.h [new file with mode: 0644]
include/IRenderTarget.h [new file with mode: 0644]
include/ISceneCollisionManager.h [new file with mode: 0644]
include/ISceneLoader.h [new file with mode: 0644]
include/ISceneManager.h [new file with mode: 0644]
include/ISceneNode.h [new file with mode: 0644]
include/ISceneNodeAnimator.h [new file with mode: 0644]
include/ISceneNodeAnimatorCameraFPS.h [new file with mode: 0644]
include/ISceneNodeAnimatorCameraMaya.h [new file with mode: 0644]
include/ISceneNodeAnimatorCollisionResponse.h [new file with mode: 0644]
include/ISceneNodeAnimatorFactory.h [new file with mode: 0644]
include/ISceneNodeFactory.h [new file with mode: 0644]
include/ISceneUserDataSerializer.h [new file with mode: 0644]
include/IShaderConstantSetCallBack.h [new file with mode: 0644]
include/IShadowVolumeSceneNode.h [new file with mode: 0644]
include/ISkinnedMesh.h [new file with mode: 0644]
include/ITerrainSceneNode.h [new file with mode: 0644]
include/ITextSceneNode.h [new file with mode: 0644]
include/ITexture.h [new file with mode: 0644]
include/ITimer.h [new file with mode: 0644]
include/ITriangleSelector.h [new file with mode: 0644]
include/IVertexBuffer.h [new file with mode: 0644]
include/IVideoDriver.h [new file with mode: 0644]
include/IVideoModeList.h [new file with mode: 0644]
include/IVolumeLightSceneNode.h [new file with mode: 0644]
include/IWriteFile.h [new file with mode: 0644]
include/IXMLReader.h [new file with mode: 0644]
include/IXMLWriter.h [new file with mode: 0644]
include/IrrCompileConfig.h [new file with mode: 0644]
include/IrrlichtDevice.h [new file with mode: 0644]
include/Keycodes.h [new file with mode: 0644]
include/S3DVertex.h [new file with mode: 0644]
include/SAnimatedMesh.h [new file with mode: 0644]
include/SColor.h [new file with mode: 0644]
include/SExposedVideoData.h [new file with mode: 0644]
include/SIrrCreationParameters.h [new file with mode: 0644]
include/SKeyMap.h [new file with mode: 0644]
include/SLight.h [new file with mode: 0644]
include/SMaterial.h [new file with mode: 0644]
include/SMaterialLayer.h [new file with mode: 0644]
include/SMesh.h [new file with mode: 0644]
include/SMeshBuffer.h [new file with mode: 0644]
include/SMeshBufferLightMap.h [new file with mode: 0644]
include/SMeshBufferTangents.h [new file with mode: 0644]
include/SOverrideMaterial.h [new file with mode: 0644]
include/SParticle.h [new file with mode: 0644]
include/SSharedMeshBuffer.h [new file with mode: 0644]
include/SSkinMeshBuffer.h [new file with mode: 0644]
include/SVertexIndex.h [new file with mode: 0644]
include/SVertexManipulator.h [new file with mode: 0644]
include/SViewFrustum.h [new file with mode: 0644]
include/SceneParameters.h [new file with mode: 0644]
include/aabbox3d.h [new file with mode: 0644]
include/coreutil.h [new file with mode: 0644]
include/dimension2d.h [new file with mode: 0644]
include/driverChoice.h [new file with mode: 0644]
include/exampleHelper.h [new file with mode: 0755]
include/fast_atof.h [new file with mode: 0644]
include/heapsort.h [new file with mode: 0644]
include/irrAllocator.h [new file with mode: 0644]
include/irrArray.h [new file with mode: 0644]
include/irrList.h [new file with mode: 0644]
include/irrMap.h [new file with mode: 0644]
include/irrMath.h [new file with mode: 0644]
include/irrString.h [new file with mode: 0644]
include/irrTypes.h [new file with mode: 0644]
include/irrXML.h [new file with mode: 0644]
include/irrlicht.h [new file with mode: 0644]
include/irrpack.h [new file with mode: 0644]
include/irrunpack.h [new file with mode: 0644]
include/leakHunter.h [new file with mode: 0644]
include/line2d.h [new file with mode: 0644]
include/line3d.h [new file with mode: 0644]
include/matrix4.h [new file with mode: 0644]
include/path.h [new file with mode: 0644]
include/plane3d.h [new file with mode: 0644]
include/position2d.h [new file with mode: 0644]
include/quaternion.h [new file with mode: 0644]
include/rect.h [new file with mode: 0644]
include/triangle3d.h [new file with mode: 0644]
include/vector2d.h [new file with mode: 0644]
include/vector3d.h [new file with mode: 0644]
lib/Linux/readme.txt [new file with mode: 0644]
lib/OSX/readme.txt [new file with mode: 0644]
lib/Win32-gcc/readme.txt [new file with mode: 0644]
lib/Win32-visualstudio/readme.txt [new file with mode: 0644]
lib/Win64-visualStudio/readme.txt [new file with mode: 0644]
media/2ddemo.png [new file with mode: 0644]
media/Faerie5.BMP [new file with mode: 0644]
media/IrrlichtTheme.ogg [new file with mode: 0644]
media/Particle.tga [new file with mode: 0644]
media/Shaders/COGLES2DetailMap.fsh [new file with mode: 0644]
media/Shaders/COGLES2LightmapAdd.fsh [new file with mode: 0644]
media/Shaders/COGLES2LightmapModulate.fsh [new file with mode: 0644]
media/Shaders/COGLES2NormalMap.fsh [new file with mode: 0644]
media/Shaders/COGLES2NormalMap.vsh [new file with mode: 0644]
media/Shaders/COGLES2OneTextureBlend.fsh [new file with mode: 0644]
media/Shaders/COGLES2ParallaxMap.fsh [new file with mode: 0644]
media/Shaders/COGLES2ParallaxMap.vsh [new file with mode: 0644]
media/Shaders/COGLES2Reflection2Layer.fsh [new file with mode: 0644]
media/Shaders/COGLES2Reflection2Layer.vsh [new file with mode: 0644]
media/Shaders/COGLES2Renderer2D.fsh [new file with mode: 0644]
media/Shaders/COGLES2Renderer2D.vsh [new file with mode: 0644]
media/Shaders/COGLES2Renderer2D_noTex.fsh [new file with mode: 0644]
media/Shaders/COGLES2Solid.fsh [new file with mode: 0644]
media/Shaders/COGLES2Solid.vsh [new file with mode: 0644]
media/Shaders/COGLES2Solid2.vsh [new file with mode: 0644]
media/Shaders/COGLES2Solid2Layer.fsh [new file with mode: 0644]
media/Shaders/COGLES2SphereMap.fsh [new file with mode: 0644]
media/Shaders/COGLES2SphereMap.vsh [new file with mode: 0644]
media/Shaders/COGLES2TransparentAlphaChannel.fsh [new file with mode: 0644]
media/Shaders/COGLES2TransparentAlphaChannelRef.fsh [new file with mode: 0644]
media/Shaders/COGLES2TransparentVertexAlpha.fsh [new file with mode: 0644]
media/axe.jpg [new file with mode: 0644]
media/ball.wav [new file with mode: 0644]
media/bigfont.png [new file with mode: 0644]
media/burninglogo.png [new file with mode: 0644]
media/config.xml [new file with mode: 0644]
media/cubeMapReflection.frag [new file with mode: 0644]
media/cubeMapReflection.vert [new file with mode: 0644]
media/cubeMapReflectionPS.hlsl [new file with mode: 0644]
media/cubeMapReflectionVS.hlsl [new file with mode: 0644]
media/cubemap_license.txt [new file with mode: 0644]
media/cubemap_negx.jpg [new file with mode: 0644]
media/cubemap_negy.jpg [new file with mode: 0644]
media/cubemap_negz.jpg [new file with mode: 0644]
media/cubemap_posx.jpg [new file with mode: 0644]
media/cubemap_posy.jpg [new file with mode: 0644]
media/cubemap_posz.jpg [new file with mode: 0644]
media/d3d9.hlsl [new file with mode: 0644]
media/d3d9.psh [new file with mode: 0644]
media/d3d9.vsh [new file with mode: 0644]
media/demoback.jpg [new file with mode: 0644]
media/detailmap3.jpg [new file with mode: 0644]
media/directxlogo.png [new file with mode: 0644]
media/dotnetback.jpg [new file with mode: 0644]
media/dwarf-Read-Me.txt [new file with mode: 0644]
media/dwarf.jpg [new file with mode: 0644]
media/dwarf.x [new file with mode: 0644]
media/earth.jpg [new file with mode: 0644]
media/earth.x [new file with mode: 0644]
media/earthbump.jpg [new file with mode: 0644]
media/enano.jpg [new file with mode: 0644]
media/example.irr [new file with mode: 0644]
media/example_screenshots/001shot.jpg [new file with mode: 0644]
media/example_screenshots/002shot.jpg [new file with mode: 0644]
media/example_screenshots/003shot.jpg [new file with mode: 0644]
media/example_screenshots/004shot.jpg [new file with mode: 0644]
media/example_screenshots/005shot.jpg [new file with mode: 0644]
media/example_screenshots/006shot.jpg [new file with mode: 0644]
media/example_screenshots/007shot.jpg [new file with mode: 0644]
media/example_screenshots/008shot.jpg [new file with mode: 0644]
media/example_screenshots/009shot.jpg [new file with mode: 0644]
media/example_screenshots/010shot.jpg [new file with mode: 0644]
media/example_screenshots/011shot.jpg [new file with mode: 0644]
media/example_screenshots/012shot.jpg [new file with mode: 0644]
media/example_screenshots/013shot.jpg [new file with mode: 0644]
media/example_screenshots/014shot.jpg [new file with mode: 0644]
media/example_screenshots/015shot.jpg [new file with mode: 0644]
media/example_screenshots/016shot.jpg [new file with mode: 0644]
media/example_screenshots/017shot.jpg [new file with mode: 0644]
media/example_screenshots/018shot.jpg [new file with mode: 0644]
media/example_screenshots/019shot.jpg [new file with mode: 0644]
media/example_screenshots/020shot.jpg [new file with mode: 0644]
media/example_screenshots/021shot.jpg [new file with mode: 0644]
media/example_screenshots/022shot.jpg [new file with mode: 0644]
media/example_screenshots/023shot.jpg [new file with mode: 0644]
media/example_screenshots/024shot.jpg [new file with mode: 0644]
media/example_screenshots/025shot.jpg [new file with mode: 0644]
media/example_screenshots/026shot.jpg [new file with mode: 0644]
media/example_screenshots/027shot.jpg [new file with mode: 0644]
media/example_screenshots/028shot.jpg [new file with mode: 0644]
media/faerie.md2 [new file with mode: 0644]
media/faerie2.bmp [new file with mode: 0644]
media/fire.bmp [new file with mode: 0644]
media/fireball.bmp [new file with mode: 0644]
media/fontcourier.bmp [new file with mode: 0644]
media/fonthaettenschweiler.bmp [new file with mode: 0644]
media/fontlucida.png [new file with mode: 0644]
media/gun.jpg [new file with mode: 0644]
media/gun.md2 [new file with mode: 0644]
media/help.png [new file with mode: 0644]
media/icon_crosshairs16x16bw1.png [new file with mode: 0644]
media/icon_crosshairs16x16bw2.png [new file with mode: 0644]
media/icon_crosshairs16x16bw3.png [new file with mode: 0644]
media/icon_crosshairs16x16col.png [new file with mode: 0644]
media/iconlist.png [new file with mode: 0644]
media/impact.wav [new file with mode: 0644]
media/info_ios.plist [new file with mode: 0644]
media/info_osx.plist [new file with mode: 0644]
media/irr.ico [new file with mode: 0644]
media/irrlicht.dat [new file with mode: 0644]
media/irrlicht2_bk.jpg [new file with mode: 0644]
media/irrlicht2_dn.jpg [new file with mode: 0644]
media/irrlicht2_ft.jpg [new file with mode: 0644]
media/irrlicht2_lf.jpg [new file with mode: 0644]
media/irrlicht2_rt.jpg [new file with mode: 0644]
media/irrlicht2_up.jpg [new file with mode: 0644]
media/irrlichtlogo.BMP [new file with mode: 0644]
media/irrlichtlogo.jpg [new file with mode: 0644]
media/irrlichtlogo2.png [new file with mode: 0644]
media/irrlichtlogo3.png [new file with mode: 0644]
media/irrlichtlogoaligned.jpg [new file with mode: 0644]
media/irrlichtlogoalpha.tga [new file with mode: 0644]
media/irrlichtlogoalpha2.tga [new file with mode: 0644]
media/lightFalloff.png [new file with mode: 0644]
media/lucida.xml [new file with mode: 0644]
media/lucida0.png [new file with mode: 0644]
media/map-20kdm2.pk3 [new file with mode: 0644]
media/map-20kdm2.txt [new file with mode: 0644]
media/ninja animation ranges.txt [new file with mode: 0644]
media/ninja.b3d [new file with mode: 0644]
media/nskinbl.jpg [new file with mode: 0644]
media/nskinrd.jpg [new file with mode: 0644]
media/ogles2.frag [new file with mode: 0644]
media/ogles2.vert [new file with mode: 0644]
media/open.png [new file with mode: 0644]
media/opengl.frag [new file with mode: 0644]
media/opengl.psh [new file with mode: 0644]
media/opengl.vert [new file with mode: 0644]
media/opengl.vsh [new file with mode: 0644]
media/opengllogo.png [new file with mode: 0644]
media/particle.bmp [new file with mode: 0644]
media/particlegreen.jpg [new file with mode: 0644]
media/particlered.bmp [new file with mode: 0644]
media/particlewhite.bmp [new file with mode: 0644]
media/portal1.bmp [new file with mode: 0644]
media/portal2.bmp [new file with mode: 0644]
media/portal3.bmp [new file with mode: 0644]
media/portal4.bmp [new file with mode: 0644]
media/portal5.bmp [new file with mode: 0644]
media/portal6.bmp [new file with mode: 0644]
media/portal7.bmp [new file with mode: 0644]
media/pp_d3d9.hlsl [new file with mode: 0644]
media/pp_opengl.frag [new file with mode: 0644]
media/pp_opengl.vert [new file with mode: 0644]
media/rockwall.jpg [new file with mode: 0644]
media/rockwall_height.bmp [new file with mode: 0644]
media/room.3ds [new file with mode: 0644]
media/rsptnback.jpg [new file with mode: 0644]
media/skydome.jpg [new file with mode: 0644]
media/skydome2.jpg [new file with mode: 0644]
media/smoke.bmp [new file with mode: 0644]
media/smoke2.jpg [new file with mode: 0644]
media/smoke3.jpg [new file with mode: 0644]
media/spheremap.jpg [new file with mode: 0644]
media/stones.jpg [new file with mode: 0644]
media/sydney.bmp [new file with mode: 0644]
media/sydney.md2 [new file with mode: 0644]
media/t351sml.jpg [new file with mode: 0644]
media/terrain-heightmap.bmp [new file with mode: 0644]
media/terrain-texture.jpg [new file with mode: 0644]
media/tools.png [new file with mode: 0644]
media/vc6include.jpg [new file with mode: 0644]
media/vc6optionsdir.jpg [new file with mode: 0644]
media/vcnetinclude.jpg [new file with mode: 0644]
media/wall.bmp [new file with mode: 0644]
media/wall.jpg [new file with mode: 0644]
media/water.jpg [new file with mode: 0644]
media/yodan mdl - readme.txt [new file with mode: 0644]
media/yodan.mdl [new file with mode: 0644]
media/zip.png [new file with mode: 0644]
ogles-readme.txt [new file with mode: 0644]
readme.txt [new file with mode: 0644]
scripts/doc/doxygen.exe [new file with mode: 0644]
scripts/doc/irrlicht/doxygen-pdf.cfg [new file with mode: 0644]
scripts/doc/irrlicht/doxygen.cfg [new file with mode: 0644]
scripts/doc/irrlicht/footer.html [new file with mode: 0644]
scripts/doc/irrlicht/irrlicht.png [new file with mode: 0644]
scripts/doc/irrlicht/irrlichtlogo.png [new file with mode: 0644]
scripts/doc/irrlicht/logobig.png [new file with mode: 0644]
scripts/doc/irrlicht/makedocumentation.bat [new file with mode: 0644]
scripts/doc/irrlicht/makedocumentation.sh [new file with mode: 0755]
scripts/doc/irrlicht/maketut.sed [new file with mode: 0644]
scripts/doc/irrlicht/maketutorial.bat [new file with mode: 0644]
scripts/doc/irrlicht/maketutorial.sh [new file with mode: 0755]
scripts/doc/irrlicht/tut_end.html [new file with mode: 0644]
scripts/doc/irrlicht/tut_head.html [new file with mode: 0644]
scripts/doc/irrlicht/tutorials.sed [new file with mode: 0644]
scripts/doc/sed.exe [new file with mode: 0644]
scripts/doc/sed.txt [new file with mode: 0644]
scripts/libIrrlicht1.spec [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/01irrlicht-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/01irrlicht.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/02html-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/02html.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/03media-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/03media.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/04examples-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/04examples.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/05tools-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/05tools.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/06source-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/06source.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/07changes-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/07changes.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/08readme-contents.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/08readme.xml [new file with mode: 0644]
scripts/packages/OSX/Irrlicht.pmdoc/index.xml [new file with mode: 0644]
scripts/packages/OSX/moveAll.sh [new file with mode: 0755]
scripts/packages/OSX/readme.txt [new file with mode: 0644]
source/Irrlicht/Android/CAndroidAssetFileArchive.cpp [new file with mode: 0644]
source/Irrlicht/Android/CAndroidAssetFileArchive.h [new file with mode: 0644]
source/Irrlicht/Android/CAndroidAssetReader.cpp [new file with mode: 0644]
source/Irrlicht/Android/CAndroidAssetReader.h [new file with mode: 0644]
source/Irrlicht/Android/CIrrDeviceAndroid.cpp [new file with mode: 0644]
source/Irrlicht/Android/CIrrDeviceAndroid.h [new file with mode: 0644]
source/Irrlicht/Android/CKeyEventWrapper.cpp [new file with mode: 0644]
source/Irrlicht/Android/CKeyEventWrapper.h [new file with mode: 0644]
source/Irrlicht/Android/jni/Android.mk [new file with mode: 0755]
source/Irrlicht/Android/jni/Application.mk [new file with mode: 0644]
source/Irrlicht/BuiltInFont.h [new file with mode: 0644]
source/Irrlicht/C3DSMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/C3DSMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshHalfLife.cpp [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshHalfLife.h [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshMD2.cpp [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshMD2.h [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshMD3.cpp [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshMD3.h [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CAnimatedMeshSceneNode.h [new file with mode: 0644]
source/Irrlicht/CAttributeImpl.h [new file with mode: 0644]
source/Irrlicht/CAttributes.cpp [new file with mode: 0644]
source/Irrlicht/CAttributes.h [new file with mode: 0644]
source/Irrlicht/CB3DMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CB3DMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CB3DMeshWriter.cpp [new file with mode: 0644]
source/Irrlicht/CB3DMeshWriter.h [new file with mode: 0644]
source/Irrlicht/CBSPMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CBSPMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CBillboardSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CBillboardSceneNode.h [new file with mode: 0644]
source/Irrlicht/CBlit.h [new file with mode: 0644]
source/Irrlicht/CBoneSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CBoneSceneNode.h [new file with mode: 0644]
source/Irrlicht/CBurningShader_Raster_Reference.cpp [new file with mode: 0644]
source/Irrlicht/CCSMLoader.cpp [new file with mode: 0644]
source/Irrlicht/CCSMLoader.h [new file with mode: 0644]
source/Irrlicht/CCameraSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CCameraSceneNode.h [new file with mode: 0644]
source/Irrlicht/CColladaFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CColladaFileLoader.h [new file with mode: 0644]
source/Irrlicht/CColladaMeshWriter.cpp [new file with mode: 0644]
source/Irrlicht/CColladaMeshWriter.h [new file with mode: 0644]
source/Irrlicht/CColorConverter.cpp [new file with mode: 0644]
source/Irrlicht/CColorConverter.h [new file with mode: 0644]
source/Irrlicht/CCubeSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CCubeSceneNode.h [new file with mode: 0644]
source/Irrlicht/CD3D9Driver.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9Driver.h [new file with mode: 0644]
source/Irrlicht/CD3D9HLSLMaterialRenderer.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9HLSLMaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/CD3D9MaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/CD3D9NormalMapRenderer.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9NormalMapRenderer.h [new file with mode: 0644]
source/Irrlicht/CD3D9ParallaxMapRenderer.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9ParallaxMapRenderer.h [new file with mode: 0644]
source/Irrlicht/CD3D9RenderTarget.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9RenderTarget.h [new file with mode: 0644]
source/Irrlicht/CD3D9ShaderMaterialRenderer.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9ShaderMaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/CD3D9Texture.cpp [new file with mode: 0644]
source/Irrlicht/CD3D9Texture.h [new file with mode: 0644]
source/Irrlicht/CDMFLoader.cpp [new file with mode: 0644]
source/Irrlicht/CDMFLoader.h [new file with mode: 0644]
source/Irrlicht/CDefaultGUIElementFactory.cpp [new file with mode: 0644]
source/Irrlicht/CDefaultGUIElementFactory.h [new file with mode: 0644]
source/Irrlicht/CDefaultSceneNodeAnimatorFactory.cpp [new file with mode: 0644]
source/Irrlicht/CDefaultSceneNodeAnimatorFactory.h [new file with mode: 0644]
source/Irrlicht/CDefaultSceneNodeFactory.cpp [new file with mode: 0644]
source/Irrlicht/CDefaultSceneNodeFactory.h [new file with mode: 0644]
source/Irrlicht/CDepthBuffer.cpp [new file with mode: 0644]
source/Irrlicht/CDepthBuffer.h [new file with mode: 0644]
source/Irrlicht/CDummyTransformationSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CDummyTransformationSceneNode.h [new file with mode: 0644]
source/Irrlicht/CEAGLManager.h [new file with mode: 0644]
source/Irrlicht/CEAGLManager.mm [new file with mode: 0644]
source/Irrlicht/CEGLManager.cpp [new file with mode: 0755]
source/Irrlicht/CEGLManager.h [new file with mode: 0755]
source/Irrlicht/CEmptySceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CEmptySceneNode.h [new file with mode: 0644]
source/Irrlicht/CFPSCounter.cpp [new file with mode: 0644]
source/Irrlicht/CFPSCounter.h [new file with mode: 0644]
source/Irrlicht/CFileList.cpp [new file with mode: 0644]
source/Irrlicht/CFileList.h [new file with mode: 0644]
source/Irrlicht/CFileSystem.cpp [new file with mode: 0644]
source/Irrlicht/CFileSystem.h [new file with mode: 0644]
source/Irrlicht/CGLXManager.cpp [new file with mode: 0644]
source/Irrlicht/CGLXManager.h [new file with mode: 0644]
source/Irrlicht/CGUIButton.cpp [new file with mode: 0644]
source/Irrlicht/CGUIButton.h [new file with mode: 0644]
source/Irrlicht/CGUICheckBox.cpp [new file with mode: 0644]
source/Irrlicht/CGUICheckBox.h [new file with mode: 0644]
source/Irrlicht/CGUIColorSelectDialog.cpp [new file with mode: 0644]
source/Irrlicht/CGUIColorSelectDialog.h [new file with mode: 0644]
source/Irrlicht/CGUIComboBox.cpp [new file with mode: 0644]
source/Irrlicht/CGUIComboBox.h [new file with mode: 0644]
source/Irrlicht/CGUIContextMenu.cpp [new file with mode: 0644]
source/Irrlicht/CGUIContextMenu.h [new file with mode: 0644]
source/Irrlicht/CGUIEditBox.cpp [new file with mode: 0644]
source/Irrlicht/CGUIEditBox.h [new file with mode: 0644]
source/Irrlicht/CGUIEnvironment.cpp [new file with mode: 0644]
source/Irrlicht/CGUIEnvironment.h [new file with mode: 0644]
source/Irrlicht/CGUIFileOpenDialog.cpp [new file with mode: 0644]
source/Irrlicht/CGUIFileOpenDialog.h [new file with mode: 0644]
source/Irrlicht/CGUIFont.cpp [new file with mode: 0644]
source/Irrlicht/CGUIFont.h [new file with mode: 0644]
source/Irrlicht/CGUIImage.cpp [new file with mode: 0644]
source/Irrlicht/CGUIImage.h [new file with mode: 0644]
source/Irrlicht/CGUIImageList.cpp [new file with mode: 0644]
source/Irrlicht/CGUIImageList.h [new file with mode: 0644]
source/Irrlicht/CGUIInOutFader.cpp [new file with mode: 0644]
source/Irrlicht/CGUIInOutFader.h [new file with mode: 0644]
source/Irrlicht/CGUIListBox.cpp [new file with mode: 0644]
source/Irrlicht/CGUIListBox.h [new file with mode: 0644]
source/Irrlicht/CGUIMenu.cpp [new file with mode: 0644]
source/Irrlicht/CGUIMenu.h [new file with mode: 0644]
source/Irrlicht/CGUIMeshViewer.cpp [new file with mode: 0644]
source/Irrlicht/CGUIMeshViewer.h [new file with mode: 0644]
source/Irrlicht/CGUIMessageBox.cpp [new file with mode: 0644]
source/Irrlicht/CGUIMessageBox.h [new file with mode: 0644]
source/Irrlicht/CGUIModalScreen.cpp [new file with mode: 0644]
source/Irrlicht/CGUIModalScreen.h [new file with mode: 0644]
source/Irrlicht/CGUIProfiler.cpp [new file with mode: 0644]
source/Irrlicht/CGUIProfiler.h [new file with mode: 0644]
source/Irrlicht/CGUIScrollBar.cpp [new file with mode: 0644]
source/Irrlicht/CGUIScrollBar.h [new file with mode: 0644]
source/Irrlicht/CGUISkin.cpp [new file with mode: 0644]
source/Irrlicht/CGUISkin.h [new file with mode: 0644]
source/Irrlicht/CGUISpinBox.cpp [new file with mode: 0644]
source/Irrlicht/CGUISpinBox.h [new file with mode: 0644]
source/Irrlicht/CGUISpriteBank.cpp [new file with mode: 0644]
source/Irrlicht/CGUISpriteBank.h [new file with mode: 0644]
source/Irrlicht/CGUIStaticText.cpp [new file with mode: 0644]
source/Irrlicht/CGUIStaticText.h [new file with mode: 0644]
source/Irrlicht/CGUITabControl.cpp [new file with mode: 0644]
source/Irrlicht/CGUITabControl.h [new file with mode: 0644]
source/Irrlicht/CGUITable.cpp [new file with mode: 0644]
source/Irrlicht/CGUITable.h [new file with mode: 0644]
source/Irrlicht/CGUIToolBar.cpp [new file with mode: 0644]
source/Irrlicht/CGUIToolBar.h [new file with mode: 0644]
source/Irrlicht/CGUITreeView.cpp [new file with mode: 0644]
source/Irrlicht/CGUITreeView.h [new file with mode: 0644]
source/Irrlicht/CGUIWindow.cpp [new file with mode: 0644]
source/Irrlicht/CGUIWindow.h [new file with mode: 0644]
source/Irrlicht/CGeometryCreator.cpp [new file with mode: 0644]
source/Irrlicht/CGeometryCreator.h [new file with mode: 0644]
source/Irrlicht/CImage.cpp [new file with mode: 0644]
source/Irrlicht/CImage.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderBMP.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderBMP.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderDDS.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderDDS.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderJPG.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderJPG.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderPCX.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderPCX.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderPNG.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderPNG.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderPPM.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderPPM.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderPSD.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderPSD.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderPVR.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderPVR.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderRGB.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderRGB.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderTGA.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderTGA.h [new file with mode: 0644]
source/Irrlicht/CImageLoaderWAL.cpp [new file with mode: 0644]
source/Irrlicht/CImageLoaderWAL.h [new file with mode: 0644]
source/Irrlicht/CImageWriterBMP.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterBMP.h [new file with mode: 0644]
source/Irrlicht/CImageWriterJPG.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterJPG.h [new file with mode: 0644]
source/Irrlicht/CImageWriterPCX.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterPCX.h [new file with mode: 0644]
source/Irrlicht/CImageWriterPNG.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterPNG.h [new file with mode: 0644]
source/Irrlicht/CImageWriterPPM.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterPPM.h [new file with mode: 0644]
source/Irrlicht/CImageWriterPSD.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterPSD.h [new file with mode: 0644]
source/Irrlicht/CImageWriterTGA.cpp [new file with mode: 0644]
source/Irrlicht/CImageWriterTGA.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceConsole.cpp [new file with mode: 0644]
source/Irrlicht/CIrrDeviceConsole.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceFB.cpp [new file with mode: 0644]
source/Irrlicht/CIrrDeviceFB.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceLinux.cpp [new file with mode: 0644]
source/Irrlicht/CIrrDeviceLinux.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceOSX.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceOSX.mm [new file with mode: 0644]
source/Irrlicht/CIrrDeviceSDL.cpp [new file with mode: 0644]
source/Irrlicht/CIrrDeviceSDL.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceStub.cpp [new file with mode: 0644]
source/Irrlicht/CIrrDeviceStub.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceWin32.cpp [new file with mode: 0644]
source/Irrlicht/CIrrDeviceWin32.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceiOS.h [new file with mode: 0644]
source/Irrlicht/CIrrDeviceiOS.mm [new file with mode: 0644]
source/Irrlicht/CIrrMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CIrrMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CIrrMeshWriter.cpp [new file with mode: 0644]
source/Irrlicht/CIrrMeshWriter.h [new file with mode: 0644]
source/Irrlicht/CLMTSMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CLMTSMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CLWOMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CLWOMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CLightSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CLightSceneNode.h [new file with mode: 0644]
source/Irrlicht/CLimitReadFile.cpp [new file with mode: 0644]
source/Irrlicht/CLimitReadFile.h [new file with mode: 0644]
source/Irrlicht/CLogger.cpp [new file with mode: 0644]
source/Irrlicht/CLogger.h [new file with mode: 0644]
source/Irrlicht/CMD2MeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CMD2MeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CMD3MeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CMD3MeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CMS3DMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CMS3DMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CMY3DHelper.h [new file with mode: 0644]
source/Irrlicht/CMY3DMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CMY3DMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CMemoryFile.cpp [new file with mode: 0644]
source/Irrlicht/CMemoryFile.h [new file with mode: 0644]
source/Irrlicht/CMeshCache.cpp [new file with mode: 0644]
source/Irrlicht/CMeshCache.h [new file with mode: 0644]
source/Irrlicht/CMeshManipulator.cpp [new file with mode: 0644]
source/Irrlicht/CMeshManipulator.h [new file with mode: 0644]
source/Irrlicht/CMeshSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CMeshSceneNode.h [new file with mode: 0644]
source/Irrlicht/CMeshTextureLoader.cpp [new file with mode: 0644]
source/Irrlicht/CMeshTextureLoader.h [new file with mode: 0644]
source/Irrlicht/CMetaTriangleSelector.cpp [new file with mode: 0644]
source/Irrlicht/CMetaTriangleSelector.h [new file with mode: 0644]
source/Irrlicht/CMountPointReader.cpp [new file with mode: 0644]
source/Irrlicht/CMountPointReader.h [new file with mode: 0644]
source/Irrlicht/CNPKReader.cpp [new file with mode: 0644]
source/Irrlicht/CNPKReader.h [new file with mode: 0644]
source/Irrlicht/CNSOGLManager.h [new file with mode: 0644]
source/Irrlicht/CNSOGLManager.mm [new file with mode: 0644]
source/Irrlicht/CNullDriver.cpp [new file with mode: 0644]
source/Irrlicht/CNullDriver.h [new file with mode: 0644]
source/Irrlicht/COBJMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/COBJMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/COBJMeshWriter.cpp [new file with mode: 0644]
source/Irrlicht/COBJMeshWriter.h [new file with mode: 0644]
source/Irrlicht/COCTLoader.cpp [new file with mode: 0644]
source/Irrlicht/COCTLoader.h [new file with mode: 0644]
source/Irrlicht/COGLES2Common.h [new file with mode: 0644]
source/Irrlicht/COGLES2Driver.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2Driver.h [new file with mode: 0644]
source/Irrlicht/COGLES2ExtensionHandler.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2ExtensionHandler.h [new file with mode: 0644]
source/Irrlicht/COGLES2FixedPipelineRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2FixedPipelineRenderer.h [new file with mode: 0644]
source/Irrlicht/COGLES2MaterialRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2MaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/COGLES2NormalMapRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2NormalMapRenderer.h [new file with mode: 0644]
source/Irrlicht/COGLES2ParallaxMapRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2ParallaxMapRenderer.h [new file with mode: 0644]
source/Irrlicht/COGLES2Renderer2D.cpp [new file with mode: 0644]
source/Irrlicht/COGLES2Renderer2D.h [new file with mode: 0644]
source/Irrlicht/COGLESCommon.h [new file with mode: 0644]
source/Irrlicht/COGLESCoreExtensionHandler.h [new file with mode: 0644]
source/Irrlicht/COGLESDriver.cpp [new file with mode: 0644]
source/Irrlicht/COGLESDriver.h [new file with mode: 0644]
source/Irrlicht/COGLESExtensionHandler.cpp [new file with mode: 0644]
source/Irrlicht/COGLESExtensionHandler.h [new file with mode: 0644]
source/Irrlicht/COGLESMaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/COSOperator.cpp [new file with mode: 0644]
source/Irrlicht/COSOperator.h [new file with mode: 0644]
source/Irrlicht/COctreeSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/COctreeSceneNode.h [new file with mode: 0644]
source/Irrlicht/COctreeTriangleSelector.cpp [new file with mode: 0644]
source/Irrlicht/COctreeTriangleSelector.h [new file with mode: 0644]
source/Irrlicht/COgreMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/COgreMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/COpenGLCacheHandler.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLCacheHandler.h [new file with mode: 0644]
source/Irrlicht/COpenGLCommon.h [new file with mode: 0644]
source/Irrlicht/COpenGLCoreCacheHandler.h [new file with mode: 0644]
source/Irrlicht/COpenGLCoreFeature.h [new file with mode: 0644]
source/Irrlicht/COpenGLCoreRenderTarget.h [new file with mode: 0644]
source/Irrlicht/COpenGLCoreTexture.h [new file with mode: 0644]
source/Irrlicht/COpenGLDriver.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLDriver.h [new file with mode: 0644]
source/Irrlicht/COpenGLExtensionHandler.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLExtensionHandler.h [new file with mode: 0644]
source/Irrlicht/COpenGLMaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/COpenGLNormalMapRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLNormalMapRenderer.h [new file with mode: 0644]
source/Irrlicht/COpenGLParallaxMapRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLParallaxMapRenderer.h [new file with mode: 0644]
source/Irrlicht/COpenGLSLMaterialRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLSLMaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/COpenGLShaderMaterialRenderer.cpp [new file with mode: 0644]
source/Irrlicht/COpenGLShaderMaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/CPLYMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CPLYMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CPLYMeshWriter.cpp [new file with mode: 0644]
source/Irrlicht/CPLYMeshWriter.h [new file with mode: 0644]
source/Irrlicht/CPakReader.cpp [new file with mode: 0644]
source/Irrlicht/CPakReader.h [new file with mode: 0644]
source/Irrlicht/CParticleAnimatedMeshSceneNodeEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticleAnimatedMeshSceneNodeEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticleAttractionAffector.cpp [new file with mode: 0644]
source/Irrlicht/CParticleAttractionAffector.h [new file with mode: 0644]
source/Irrlicht/CParticleBoxEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticleBoxEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticleCylinderEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticleCylinderEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticleFadeOutAffector.cpp [new file with mode: 0644]
source/Irrlicht/CParticleFadeOutAffector.h [new file with mode: 0644]
source/Irrlicht/CParticleGravityAffector.cpp [new file with mode: 0644]
source/Irrlicht/CParticleGravityAffector.h [new file with mode: 0644]
source/Irrlicht/CParticleMeshEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticleMeshEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticlePointEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticlePointEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticleRingEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticleRingEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticleRotationAffector.cpp [new file with mode: 0644]
source/Irrlicht/CParticleRotationAffector.h [new file with mode: 0644]
source/Irrlicht/CParticleScaleAffector.cpp [new file with mode: 0644]
source/Irrlicht/CParticleScaleAffector.h [new file with mode: 0644]
source/Irrlicht/CParticleSphereEmitter.cpp [new file with mode: 0644]
source/Irrlicht/CParticleSphereEmitter.h [new file with mode: 0644]
source/Irrlicht/CParticleSystemSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CParticleSystemSceneNode.h [new file with mode: 0644]
source/Irrlicht/CProfiler.cpp [new file with mode: 0644]
source/Irrlicht/CProfiler.h [new file with mode: 0644]
source/Irrlicht/CQ3LevelMesh.cpp [new file with mode: 0644]
source/Irrlicht/CQ3LevelMesh.h [new file with mode: 0644]
source/Irrlicht/CQuake3ShaderSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CQuake3ShaderSceneNode.h [new file with mode: 0644]
source/Irrlicht/CReadFile.cpp [new file with mode: 0644]
source/Irrlicht/CReadFile.h [new file with mode: 0644]
source/Irrlicht/CSMFMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CSMFMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CSTLMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CSTLMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CSTLMeshWriter.cpp [new file with mode: 0644]
source/Irrlicht/CSTLMeshWriter.h [new file with mode: 0644]
source/Irrlicht/CSceneCollisionManager.cpp [new file with mode: 0644]
source/Irrlicht/CSceneCollisionManager.h [new file with mode: 0644]
source/Irrlicht/CSceneLoaderIrr.cpp [new file with mode: 0644]
source/Irrlicht/CSceneLoaderIrr.h [new file with mode: 0644]
source/Irrlicht/CSceneManager.cpp [new file with mode: 0644]
source/Irrlicht/CSceneManager.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorCameraFPS.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorCameraFPS.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorCameraMaya.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorCameraMaya.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorCollisionResponse.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorCollisionResponse.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorDelete.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorDelete.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorFlyCircle.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorFlyCircle.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorFlyStraight.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorFlyStraight.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorFollowSpline.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorFollowSpline.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorRotation.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorRotation.h [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorTexture.cpp [new file with mode: 0644]
source/Irrlicht/CSceneNodeAnimatorTexture.h [new file with mode: 0644]
source/Irrlicht/CShadowVolumeSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CShadowVolumeSceneNode.h [new file with mode: 0644]
source/Irrlicht/CSkinnedMesh.cpp [new file with mode: 0644]
source/Irrlicht/CSkinnedMesh.h [new file with mode: 0644]
source/Irrlicht/CSkyBoxSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CSkyBoxSceneNode.h [new file with mode: 0644]
source/Irrlicht/CSkyDomeSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CSkyDomeSceneNode.h [new file with mode: 0644]
source/Irrlicht/CSoftware2MaterialRenderer.h [new file with mode: 0644]
source/Irrlicht/CSoftwareDriver.cpp [new file with mode: 0644]
source/Irrlicht/CSoftwareDriver.h [new file with mode: 0644]
source/Irrlicht/CSoftwareDriver2.cpp [new file with mode: 0644]
source/Irrlicht/CSoftwareDriver2.h [new file with mode: 0644]
source/Irrlicht/CSoftwareTexture.cpp [new file with mode: 0644]
source/Irrlicht/CSoftwareTexture.h [new file with mode: 0644]
source/Irrlicht/CSoftwareTexture2.cpp [new file with mode: 0644]
source/Irrlicht/CSoftwareTexture2.h [new file with mode: 0644]
source/Irrlicht/CSphereSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CSphereSceneNode.h [new file with mode: 0644]
source/Irrlicht/CTRFlat.cpp [new file with mode: 0644]
source/Irrlicht/CTRFlatWire.cpp [new file with mode: 0644]
source/Irrlicht/CTRGouraud.cpp [new file with mode: 0644]
source/Irrlicht/CTRGouraud2.cpp [new file with mode: 0644]
source/Irrlicht/CTRGouraudAlpha2.cpp [new file with mode: 0644]
source/Irrlicht/CTRGouraudAlphaNoZ2.cpp [new file with mode: 0644]
source/Irrlicht/CTRGouraudWire.cpp [new file with mode: 0644]
source/Irrlicht/CTRNormalMap.cpp [new file with mode: 0644]
source/Irrlicht/CTRStencilShadow.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureBlend.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureDetailMap2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureFlat.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureFlatWire.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraud.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraud.h [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraud2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudAdd.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudAdd2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudAddNoZ2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudAlpha.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudAlphaNoZ.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudNoZ.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudNoZ2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudVertexAlpha2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureGouraudWire.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureLightMap2_Add.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureLightMap2_M1.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureLightMap2_M2.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureLightMap2_M4.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureLightMapGouraud2_M4.cpp [new file with mode: 0644]
source/Irrlicht/CTRTextureWire2.cpp [new file with mode: 0644]
source/Irrlicht/CTarReader.cpp [new file with mode: 0644]
source/Irrlicht/CTarReader.h [new file with mode: 0644]
source/Irrlicht/CTerrainSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CTerrainSceneNode.h [new file with mode: 0644]
source/Irrlicht/CTerrainTriangleSelector.cpp [new file with mode: 0644]
source/Irrlicht/CTerrainTriangleSelector.h [new file with mode: 0644]
source/Irrlicht/CTextSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CTextSceneNode.h [new file with mode: 0644]
source/Irrlicht/CTimer.h [new file with mode: 0644]
source/Irrlicht/CTriangleBBSelector.cpp [new file with mode: 0644]
source/Irrlicht/CTriangleBBSelector.h [new file with mode: 0644]
source/Irrlicht/CTriangleSelector.cpp [new file with mode: 0644]
source/Irrlicht/CTriangleSelector.h [new file with mode: 0644]
source/Irrlicht/CVideoModeList.cpp [new file with mode: 0644]
source/Irrlicht/CVideoModeList.h [new file with mode: 0644]
source/Irrlicht/CVolumeLightSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CVolumeLightSceneNode.h [new file with mode: 0644]
source/Irrlicht/CWADReader.cpp [new file with mode: 0644]
source/Irrlicht/CWADReader.h [new file with mode: 0644]
source/Irrlicht/CWGLManager.cpp [new file with mode: 0644]
source/Irrlicht/CWGLManager.h [new file with mode: 0644]
source/Irrlicht/CWaterSurfaceSceneNode.cpp [new file with mode: 0644]
source/Irrlicht/CWaterSurfaceSceneNode.h [new file with mode: 0644]
source/Irrlicht/CWebGL1Driver.cpp [new file with mode: 0644]
source/Irrlicht/CWebGL1Driver.h [new file with mode: 0644]
source/Irrlicht/CWebGLExtensionHandler.h [new file with mode: 0644]
source/Irrlicht/CWriteFile.cpp [new file with mode: 0644]
source/Irrlicht/CWriteFile.h [new file with mode: 0644]
source/Irrlicht/CXMLReader.cpp [new file with mode: 0644]
source/Irrlicht/CXMLReader.h [new file with mode: 0644]
source/Irrlicht/CXMLReaderImpl.h [new file with mode: 0644]
source/Irrlicht/CXMLWriter.cpp [new file with mode: 0644]
source/Irrlicht/CXMLWriter.h [new file with mode: 0644]
source/Irrlicht/CXMeshFileLoader.cpp [new file with mode: 0644]
source/Irrlicht/CXMeshFileLoader.h [new file with mode: 0644]
source/Irrlicht/CZBuffer.cpp [new file with mode: 0644]
source/Irrlicht/CZBuffer.h [new file with mode: 0644]
source/Irrlicht/CZipReader.cpp [new file with mode: 0644]
source/Irrlicht/CZipReader.h [new file with mode: 0644]
source/Irrlicht/EProfileIDs.h [new file with mode: 0644]
source/Irrlicht/IAttribute.h [new file with mode: 0644]
source/Irrlicht/IBurningShader.cpp [new file with mode: 0644]
source/Irrlicht/IBurningShader.h [new file with mode: 0644]
source/Irrlicht/IDepthBuffer.h [new file with mode: 0644]
source/Irrlicht/IImagePresenter.h [new file with mode: 0644]
source/Irrlicht/ISceneNodeAnimatorFinishing.h [new file with mode: 0644]
source/Irrlicht/ITriangleRenderer.h [new file with mode: 0644]
source/Irrlicht/IZBuffer.h [new file with mode: 0644]
source/Irrlicht/Irrlicht-gcc.cbp [new file with mode: 0644]
source/Irrlicht/Irrlicht.cpp [new file with mode: 0644]
source/Irrlicht/Irrlicht.dev [new file with mode: 0644]
source/Irrlicht/Irrlicht.rc [new file with mode: 0644]
source/Irrlicht/Irrlicht.ruleset [new file with mode: 0644]
source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj [new file with mode: 0644]
source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_OSX.xcscheme [new file with mode: 0644]
source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_iOS.xcscheme [new file with mode: 0644]
source/Irrlicht/Irrlicht10.0.sln [new file with mode: 0644]
source/Irrlicht/Irrlicht10.0.vcxproj [new file with mode: 0644]
source/Irrlicht/Irrlicht10.0.vcxproj.filters [new file with mode: 0644]
source/Irrlicht/Irrlicht11.0.sln [new file with mode: 0644]
source/Irrlicht/Irrlicht11.0.vcxproj [new file with mode: 0644]
source/Irrlicht/Irrlicht11.0.vcxproj.filters [new file with mode: 0644]
source/Irrlicht/Irrlicht12.0.sln [new file with mode: 0644]
source/Irrlicht/Irrlicht12.0.vcxproj [new file with mode: 0644]
source/Irrlicht/Irrlicht12.0.vcxproj.filters [new file with mode: 0644]
source/Irrlicht/Irrlicht14.0.sln [new file with mode: 0644]
source/Irrlicht/Irrlicht14.0.vcxproj [new file with mode: 0644]
source/Irrlicht/Irrlicht14.0.vcxproj.filters [new file with mode: 0644]
source/Irrlicht/Irrlicht15.0.sln [new file with mode: 0644]
source/Irrlicht/Irrlicht15.0.vcxproj [new file with mode: 0644]
source/Irrlicht/Irrlicht15.0.vcxproj.filters [new file with mode: 0644]
source/Irrlicht/KHR/khrplatform.h [new file with mode: 0644]
source/Irrlicht/Makefile [new file with mode: 0644]
source/Irrlicht/Octree.h [new file with mode: 0644]
source/Irrlicht/S2DVertex.h [new file with mode: 0644]
source/Irrlicht/S4DVertex.h [new file with mode: 0644]
source/Irrlicht/SB3DStructs.h [new file with mode: 0644]
source/Irrlicht/SConstruct [new file with mode: 0644]
source/Irrlicht/SoftwareDriver2_compile_config.h [new file with mode: 0644]
source/Irrlicht/SoftwareDriver2_helper.h [new file with mode: 0644]
source/Irrlicht/aesGladman/Readme.txt [new file with mode: 0644]
source/Irrlicht/aesGladman/aes.h [new file with mode: 0644]
source/Irrlicht/aesGladman/aescrypt.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/aeskey.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/aesopt.h [new file with mode: 0644]
source/Irrlicht/aesGladman/aestab.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/fileenc.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/fileenc.h [new file with mode: 0644]
source/Irrlicht/aesGladman/hmac.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/hmac.h [new file with mode: 0644]
source/Irrlicht/aesGladman/prng.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/prng.h [new file with mode: 0644]
source/Irrlicht/aesGladman/pwd2key.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/pwd2key.h [new file with mode: 0644]
source/Irrlicht/aesGladman/sha1.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/sha1.h [new file with mode: 0644]
source/Irrlicht/aesGladman/sha2.cpp [new file with mode: 0644]
source/Irrlicht/aesGladman/sha2.h [new file with mode: 0644]
source/Irrlicht/builtInFont.bmp [new file with mode: 0644]
source/Irrlicht/bzip2/CHANGES [new file with mode: 0644]
source/Irrlicht/bzip2/LICENSE [new file with mode: 0644]
source/Irrlicht/bzip2/Makefile [new file with mode: 0644]
source/Irrlicht/bzip2/Makefile-libbz2_so [new file with mode: 0644]
source/Irrlicht/bzip2/README [new file with mode: 0644]
source/Irrlicht/bzip2/README.COMPILATION.PROBLEMS [new file with mode: 0644]
source/Irrlicht/bzip2/README.XML.STUFF [new file with mode: 0644]
source/Irrlicht/bzip2/blocksort.c [new file with mode: 0644]
source/Irrlicht/bzip2/bz-common.xsl [new file with mode: 0644]
source/Irrlicht/bzip2/bz-fo.xsl [new file with mode: 0644]
source/Irrlicht/bzip2/bz-html.xsl [new file with mode: 0644]
source/Irrlicht/bzip2/bzcompress.c [new file with mode: 0644]
source/Irrlicht/bzip2/bzdiff [new file with mode: 0644]
source/Irrlicht/bzip2/bzdiff.1 [new file with mode: 0644]
source/Irrlicht/bzip2/bzgrep [new file with mode: 0644]
source/Irrlicht/bzip2/bzgrep.1 [new file with mode: 0644]
source/Irrlicht/bzip2/bzip.css [new file with mode: 0644]
source/Irrlicht/bzip2/bzip2.1 [new file with mode: 0644]
source/Irrlicht/bzip2/bzip2.1.preformatted [new file with mode: 0644]
source/Irrlicht/bzip2/bzip2.c [new file with mode: 0644]
source/Irrlicht/bzip2/bzip2.txt [new file with mode: 0644]
source/Irrlicht/bzip2/bzip2recover.c [new file with mode: 0644]
source/Irrlicht/bzip2/bzlib.c [new file with mode: 0644]
source/Irrlicht/bzip2/bzlib.h [new file with mode: 0644]
source/Irrlicht/bzip2/bzlib_private.h [new file with mode: 0644]
source/Irrlicht/bzip2/bzmore [new file with mode: 0644]
source/Irrlicht/bzip2/bzmore.1 [new file with mode: 0644]
source/Irrlicht/bzip2/crctable.c [new file with mode: 0644]
source/Irrlicht/bzip2/decompress.c [new file with mode: 0644]
source/Irrlicht/bzip2/dlltest.c [new file with mode: 0644]
source/Irrlicht/bzip2/dlltest.dsp [new file with mode: 0644]
source/Irrlicht/bzip2/entities.xml [new file with mode: 0644]
source/Irrlicht/bzip2/format.pl [new file with mode: 0755]
source/Irrlicht/bzip2/huffman.c [new file with mode: 0644]
source/Irrlicht/bzip2/libbz2.def [new file with mode: 0644]
source/Irrlicht/bzip2/libbz2.dsp [new file with mode: 0644]
source/Irrlicht/bzip2/makefile.msc [new file with mode: 0644]
source/Irrlicht/bzip2/mk251.c [new file with mode: 0644]
source/Irrlicht/bzip2/randtable.c [new file with mode: 0644]
source/Irrlicht/bzip2/spewG.c [new file with mode: 0644]
source/Irrlicht/bzip2/unzcrash.c [new file with mode: 0644]
source/Irrlicht/bzip2/words0 [new file with mode: 0644]
source/Irrlicht/bzip2/words1 [new file with mode: 0644]
source/Irrlicht/bzip2/words2 [new file with mode: 0644]
source/Irrlicht/bzip2/words3 [new file with mode: 0644]
source/Irrlicht/bzip2/xmlproc.sh [new file with mode: 0755]
source/Irrlicht/dmfsupport.h [new file with mode: 0644]
source/Irrlicht/gles-ext.h [new file with mode: 0644]
source/Irrlicht/gles2-ext.h [new file with mode: 0644]
source/Irrlicht/gles3-ext.h [new file with mode: 0644]
source/Irrlicht/glext.h [new file with mode: 0644]
source/Irrlicht/glxext.h [new file with mode: 0644]
source/Irrlicht/irrMathFastCompat.h [new file with mode: 0644]
source/Irrlicht/irrXML.cpp [new file with mode: 0644]
source/Irrlicht/jpeglib/Makefile.am [new file with mode: 0644]
source/Irrlicht/jpeglib/Makefile.in [new file with mode: 0644]
source/Irrlicht/jpeglib/README [new file with mode: 0644]
source/Irrlicht/jpeglib/aclocal.m4 [new file with mode: 0644]
source/Irrlicht/jpeglib/ansi2knr.1 [new file with mode: 0644]
source/Irrlicht/jpeglib/ansi2knr.c [new file with mode: 0644]
source/Irrlicht/jpeglib/cderror.h [new file with mode: 0644]
source/Irrlicht/jpeglib/cdjpeg.c [new file with mode: 0644]
source/Irrlicht/jpeglib/cdjpeg.h [new file with mode: 0644]
source/Irrlicht/jpeglib/change.log [new file with mode: 0644]
source/Irrlicht/jpeglib/cjpeg.1 [new file with mode: 0644]
source/Irrlicht/jpeglib/cjpeg.c [new file with mode: 0644]
source/Irrlicht/jpeglib/ckconfig.c [new file with mode: 0644]
source/Irrlicht/jpeglib/coderules.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/compile [new file with mode: 0644]
source/Irrlicht/jpeglib/config.guess [new file with mode: 0644]
source/Irrlicht/jpeglib/config.sub [new file with mode: 0644]
source/Irrlicht/jpeglib/configure [new file with mode: 0644]
source/Irrlicht/jpeglib/configure.ac [new file with mode: 0644]
source/Irrlicht/jpeglib/depcomp [new file with mode: 0644]
source/Irrlicht/jpeglib/djpeg.1 [new file with mode: 0644]
source/Irrlicht/jpeglib/djpeg.c [new file with mode: 0644]
source/Irrlicht/jpeglib/example.c [new file with mode: 0644]
source/Irrlicht/jpeglib/filelist.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/install-sh [new file with mode: 0644]
source/Irrlicht/jpeglib/install.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/jaricom.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcapimin.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcapistd.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcarith.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jccoefct.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jccolor.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcdctmgr.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jchuff.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcinit.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcmainct.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcmarker.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcmaster.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcomapi.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.bcc [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.cfg [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.dj [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.mac [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.manx [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.mc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.sas [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.st [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.vc [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.vms [new file with mode: 0644]
source/Irrlicht/jpeglib/jconfig.wat [new file with mode: 0644]
source/Irrlicht/jpeglib/jcparam.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcprepct.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jcsample.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jctrans.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdapimin.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdapistd.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdarith.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdatadst.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdatasrc.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdcoefct.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdcolor.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdct.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jddctmgr.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdhuff.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdinput.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdmainct.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdmarker.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdmaster.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdmerge.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdosaobj.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/jdpostct.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdsample.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jdtrans.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jerror.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jerror.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jfdctflt.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jfdctfst.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jfdctint.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jidctflt.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jidctfst.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jidctint.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jinclude.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemansi.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemdos.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemdosa.asm [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemmac.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemmgr.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemname.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemnobs.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jmemsys.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jmorecfg.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jpegint.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jpeglib.h [new file with mode: 0644]
source/Irrlicht/jpeglib/jpegtran.1 [new file with mode: 0644]
source/Irrlicht/jpeglib/jpegtran.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jquant1.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jquant2.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jutils.c [new file with mode: 0644]
source/Irrlicht/jpeglib/jversion.h [new file with mode: 0644]
source/Irrlicht/jpeglib/libjpeg.map [new file with mode: 0644]
source/Irrlicht/jpeglib/libjpeg.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/ltmain.sh [new file with mode: 0644]
source/Irrlicht/jpeglib/makcjpeg.st [new file with mode: 0644]
source/Irrlicht/jpeglib/makdjpeg.st [new file with mode: 0644]
source/Irrlicht/jpeglib/makeadsw.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makeasln.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makecdep.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makecdsp.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makecfil.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makecmak.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makecvcx.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makeddep.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makeddsp.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makedfil.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makedmak.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makedvcx.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.ansi [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.bcc [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.dj [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.manx [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.mc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.mms [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.sas [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.unix [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.vc [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.vms [new file with mode: 0644]
source/Irrlicht/jpeglib/makefile.wat [new file with mode: 0644]
source/Irrlicht/jpeglib/makejdep.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makejdsp.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makejdsw.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makejfil.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makejmak.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makejsln.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makejvcx.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makeproj.mac [new file with mode: 0644]
source/Irrlicht/jpeglib/makerdep.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makerdsp.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makerfil.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makermak.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makervcx.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/maketdep.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/maketdsp.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/maketfil.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/maketmak.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/maketvcx.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makewdep.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makewdsp.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makewfil.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makewmak.vc6 [new file with mode: 0644]
source/Irrlicht/jpeglib/makewvcx.v10 [new file with mode: 0644]
source/Irrlicht/jpeglib/makljpeg.st [new file with mode: 0644]
source/Irrlicht/jpeglib/maktjpeg.st [new file with mode: 0644]
source/Irrlicht/jpeglib/makvms.opt [new file with mode: 0644]
source/Irrlicht/jpeglib/missing [new file with mode: 0644]
source/Irrlicht/jpeglib/rdbmp.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdcolmap.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdgif.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdjpgcom.1 [new file with mode: 0644]
source/Irrlicht/jpeglib/rdjpgcom.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdppm.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdrle.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdswitch.c [new file with mode: 0644]
source/Irrlicht/jpeglib/rdtarga.c [new file with mode: 0644]
source/Irrlicht/jpeglib/readme.dos [new file with mode: 0644]
source/Irrlicht/jpeglib/structure.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/testimg.bmp [new file with mode: 0644]
source/Irrlicht/jpeglib/testimg.jpg [new file with mode: 0644]
source/Irrlicht/jpeglib/testimg.ppm [new file with mode: 0644]
source/Irrlicht/jpeglib/testimgp.jpg [new file with mode: 0644]
source/Irrlicht/jpeglib/testorig.jpg [new file with mode: 0644]
source/Irrlicht/jpeglib/testprog.jpg [new file with mode: 0644]
source/Irrlicht/jpeglib/transupp.c [new file with mode: 0644]
source/Irrlicht/jpeglib/transupp.h [new file with mode: 0644]
source/Irrlicht/jpeglib/usage.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/wizard.txt [new file with mode: 0644]
source/Irrlicht/jpeglib/wrbmp.c [new file with mode: 0644]
source/Irrlicht/jpeglib/wrgif.c [new file with mode: 0644]
source/Irrlicht/jpeglib/wrjpgcom.1 [new file with mode: 0644]
source/Irrlicht/jpeglib/wrjpgcom.c [new file with mode: 0644]
source/Irrlicht/jpeglib/wrppm.c [new file with mode: 0644]
source/Irrlicht/jpeglib/wrrle.c [new file with mode: 0644]
source/Irrlicht/jpeglib/wrtarga.c [new file with mode: 0644]
source/Irrlicht/leakHunter.cpp [new file with mode: 0644]
source/Irrlicht/libpng/ANNOUNCE [new file with mode: 0644]
source/Irrlicht/libpng/CHANGES [new file with mode: 0644]
source/Irrlicht/libpng/CMakeLists.txt [new file with mode: 0644]
source/Irrlicht/libpng/INSTALL [new file with mode: 0644]
source/Irrlicht/libpng/LICENSE [new file with mode: 0644]
source/Irrlicht/libpng/README [new file with mode: 0644]
source/Irrlicht/libpng/TODO [new file with mode: 0644]
source/Irrlicht/libpng/configure [new file with mode: 0644]
source/Irrlicht/libpng/example.c [new file with mode: 0644]
source/Irrlicht/libpng/libpng-config.in [new file with mode: 0644]
source/Irrlicht/libpng/libpng-manual.txt [new file with mode: 0644]
source/Irrlicht/libpng/libpng.3 [new file with mode: 0644]
source/Irrlicht/libpng/libpng.pc.in [new file with mode: 0644]
source/Irrlicht/libpng/libpngpf.3 [new file with mode: 0644]
source/Irrlicht/libpng/png.5 [new file with mode: 0644]
source/Irrlicht/libpng/png.c [new file with mode: 0644]
source/Irrlicht/libpng/png.h [new file with mode: 0644]
source/Irrlicht/libpng/pngbar.jpg [new file with mode: 0644]
source/Irrlicht/libpng/pngbar.png [new file with mode: 0644]
source/Irrlicht/libpng/pngconf.h [new file with mode: 0644]
source/Irrlicht/libpng/pngdebug.h [new file with mode: 0644]
source/Irrlicht/libpng/pngerror.c [new file with mode: 0644]
source/Irrlicht/libpng/pngget.c [new file with mode: 0644]
source/Irrlicht/libpng/pnginfo.h [new file with mode: 0644]
source/Irrlicht/libpng/pnglibconf.h [new file with mode: 0644]
source/Irrlicht/libpng/pngmem.c [new file with mode: 0644]
source/Irrlicht/libpng/pngnow.png [new file with mode: 0644]
source/Irrlicht/libpng/pngpread.c [new file with mode: 0644]
source/Irrlicht/libpng/pngpriv.h [new file with mode: 0644]
source/Irrlicht/libpng/pngread.c [new file with mode: 0644]
source/Irrlicht/libpng/pngrio.c [new file with mode: 0644]
source/Irrlicht/libpng/pngrtran.c [new file with mode: 0644]
source/Irrlicht/libpng/pngrutil.c [new file with mode: 0644]
source/Irrlicht/libpng/pngset.c [new file with mode: 0644]
source/Irrlicht/libpng/pngstruct.h [new file with mode: 0644]
source/Irrlicht/libpng/pngtest.c [new file with mode: 0644]
source/Irrlicht/libpng/pngtest.png [new file with mode: 0644]
source/Irrlicht/libpng/pngtrans.c [new file with mode: 0644]
source/Irrlicht/libpng/pngwio.c [new file with mode: 0644]
source/Irrlicht/libpng/pngwrite.c [new file with mode: 0644]
source/Irrlicht/libpng/pngwtran.c [new file with mode: 0644]
source/Irrlicht/libpng/pngwutil.c [new file with mode: 0644]
source/Irrlicht/lzma/LzmaDec.c [new file with mode: 0644]
source/Irrlicht/lzma/LzmaDec.h [new file with mode: 0644]
source/Irrlicht/lzma/Types.h [new file with mode: 0644]
source/Irrlicht/os.cpp [new file with mode: 0644]
source/Irrlicht/os.h [new file with mode: 0644]
source/Irrlicht/resource.h [new file with mode: 0644]
source/Irrlicht/source.txt [new file with mode: 0644]
source/Irrlicht/utf8.cpp [new file with mode: 0644]
source/Irrlicht/wglext.h [new file with mode: 0644]
source/Irrlicht/zlib/CMakeLists.txt [new file with mode: 0644]
source/Irrlicht/zlib/ChangeLog [new file with mode: 0644]
source/Irrlicht/zlib/FAQ [new file with mode: 0644]
source/Irrlicht/zlib/INDEX [new file with mode: 0644]
source/Irrlicht/zlib/Makefile [new file with mode: 0644]
source/Irrlicht/zlib/Makefile.in [new file with mode: 0644]
source/Irrlicht/zlib/README [new file with mode: 0644]
source/Irrlicht/zlib/adler32.c [new file with mode: 0644]
source/Irrlicht/zlib/compress.c [new file with mode: 0644]
source/Irrlicht/zlib/configure [new file with mode: 0644]
source/Irrlicht/zlib/crc32.c [new file with mode: 0644]
source/Irrlicht/zlib/crc32.h [new file with mode: 0644]
source/Irrlicht/zlib/deflate.c [new file with mode: 0644]
source/Irrlicht/zlib/deflate.h [new file with mode: 0644]
source/Irrlicht/zlib/gzclose.c [new file with mode: 0644]
source/Irrlicht/zlib/gzguts.h [new file with mode: 0644]
source/Irrlicht/zlib/gzlib.c [new file with mode: 0644]
source/Irrlicht/zlib/gzread.c [new file with mode: 0644]
source/Irrlicht/zlib/gzwrite.c [new file with mode: 0644]
source/Irrlicht/zlib/infback.c [new file with mode: 0644]
source/Irrlicht/zlib/inffast.c [new file with mode: 0644]
source/Irrlicht/zlib/inffast.h [new file with mode: 0644]
source/Irrlicht/zlib/inffixed.h [new file with mode: 0644]
source/Irrlicht/zlib/inflate.c [new file with mode: 0644]
source/Irrlicht/zlib/inflate.h [new file with mode: 0644]
source/Irrlicht/zlib/inftrees.c [new file with mode: 0644]
source/Irrlicht/zlib/inftrees.h [new file with mode: 0644]
source/Irrlicht/zlib/treebuild.xml [new file with mode: 0644]
source/Irrlicht/zlib/trees.c [new file with mode: 0644]
source/Irrlicht/zlib/trees.h [new file with mode: 0644]
source/Irrlicht/zlib/uncompr.c [new file with mode: 0644]
source/Irrlicht/zlib/zconf.h [new file with mode: 0644]
source/Irrlicht/zlib/zconf.h.cmakein [new file with mode: 0644]
source/Irrlicht/zlib/zconf.h.in [new file with mode: 0644]
source/Irrlicht/zlib/zlib.3 [new file with mode: 0644]
source/Irrlicht/zlib/zlib.3.pdf [new file with mode: 0644]
source/Irrlicht/zlib/zlib.h [new file with mode: 0644]
source/Irrlicht/zlib/zlib.map [new file with mode: 0644]
source/Irrlicht/zlib/zlib.pc.cmakein [new file with mode: 0644]
source/Irrlicht/zlib/zlib.pc.in [new file with mode: 0644]
source/Irrlicht/zlib/zlib2ansi [new file with mode: 0644]
source/Irrlicht/zlib/zutil.c [new file with mode: 0644]
source/Irrlicht/zlib/zutil.h [new file with mode: 0644]
source/source.txt [new file with mode: 0644]
tests/2dmaterial.cpp [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/anti-aliasing.cpp [new file with mode: 0644]
tests/archiveReader.cpp [new file with mode: 0644]
tests/b3dAnimation.cpp [new file with mode: 0644]
tests/billboards.cpp [new file with mode: 0644]
tests/burningsVideo.cpp [new file with mode: 0644]
tests/collisionResponseAnimator.cpp [new file with mode: 0644]
tests/color.cpp [new file with mode: 0644]
tests/coreutil.cpp [new file with mode: 0644]
tests/createImage.cpp [new file with mode: 0644]
tests/cursorSetVisible.cpp [new file with mode: 0644]
tests/disambiguateTextures.cpp [new file with mode: 0644]
tests/draw2DImage.cpp [new file with mode: 0644]
tests/drawPixel.cpp [new file with mode: 0644]
tests/drawRectOutline.cpp [new file with mode: 0644]
tests/drawVertexPrimitive.cpp [new file with mode: 0644]
tests/empty/empty/Direct3D 9.0.png [new file with mode: 0644]
tests/empty/empty/Irrlicht Software Device 1.0.png [new file with mode: 0644]
tests/empty/empty/OpenGL 2.1.2.png [new file with mode: 0644]
tests/empty/empty/burnings video 0.39b.png [new file with mode: 0644]
tests/enumerateImageManipulators.cpp [new file with mode: 0644]
tests/exports.cpp [new file with mode: 0644]
tests/fast_atof.cpp [new file with mode: 0644]
tests/filesystem.cpp [new file with mode: 0644]
tests/flyCircleAnimator.cpp [new file with mode: 0644]
tests/guiDisabledMenu.cpp [new file with mode: 0644]
tests/ioScene.cpp [new file with mode: 0644]
tests/irrArray.cpp [new file with mode: 0644]
tests/irrCoreEquals.cpp [new file with mode: 0644]
tests/irrList.cpp [new file with mode: 0644]
tests/irrMap.cpp [new file with mode: 0644]
tests/irrString.cpp [new file with mode: 0644]
tests/lightMaps.cpp [new file with mode: 0644]
tests/lights.cpp [new file with mode: 0644]
tests/line2d.cpp [new file with mode: 0644]
tests/loadTextures.cpp [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]
tests/makeColorKeyTexture.cpp [new file with mode: 0644]
tests/material.cpp [new file with mode: 0644]
tests/matrixOps.cpp [new file with mode: 0644]
tests/md2Animation.cpp [new file with mode: 0644]
tests/media/Burning's Video-2dmatFilter.png [new file with mode: 0644]
tests/media/Burning's Video-addBlend2D.png [new file with mode: 0644]
tests/media/Burning's Video-ambient-lighting.png [new file with mode: 0644]
tests/media/Burning's Video-b3dAnimation.png [new file with mode: 0644]
tests/media/Burning's Video-b3dJointPosition.png [new file with mode: 0644]
tests/media/Burning's Video-billboard.png [new file with mode: 0644]
tests/media/Burning's Video-billboardOrientation.png [new file with mode: 0644]
tests/media/Burning's Video-draw2DImage4cFilter.png [new file with mode: 0644]
tests/media/Burning's Video-draw2DImageRTT.png [new file with mode: 0644]
tests/media/Burning's Video-draw2DImageRect.png [new file with mode: 0644]
tests/media/Burning's Video-drawLine.png [new file with mode: 0644]
tests/media/Burning's Video-drawPixel.png [new file with mode: 0644]
tests/media/Burning's Video-drawRectOutline.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_a.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_b.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_c.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_d.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_e.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_f.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_g.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_h.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_i.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_j.png [new file with mode: 0644]
tests/media/Burning's Video-drawVPL_k.png [new file with mode: 0644]
tests/media/Burning's Video-flyCircleAnimator.png [new file with mode: 0644]
tests/media/Burning's Video-guiDisabledMenu.png [new file with mode: 0644]
tests/media/Burning's Video-lightType.png [new file with mode: 0644]
tests/media/Burning's Video-lightmaps.png [new file with mode: 0644]
tests/media/Burning's Video-loadScene.png [new file with mode: 0644]
tests/media/Burning's Video-makeColorKeyTexture-new.png [new file with mode: 0644]
tests/media/Burning's Video-makeColorKeyTexture-old.png [new file with mode: 0644]
tests/media/Burning's Video-md2Animation.png [new file with mode: 0644]
tests/media/Burning's Video-md2Normals.png [new file with mode: 0644]
tests/media/Burning's Video-meshTransform.png [new file with mode: 0644]
tests/media/Burning's Video-multiTexture.png [new file with mode: 0644]
tests/media/Burning's Video-orthoCam.png [new file with mode: 0644]
tests/media/Burning's Video-pixelAccuracy.png [new file with mode: 0644]
tests/media/Burning's Video-planeMatrix-scaledClip.png [new file with mode: 0644]
tests/media/Burning's Video-projMat.png [new file with mode: 0644]
tests/media/Burning's Video-renderMipmap.png [new file with mode: 0644]
tests/media/Burning's Video-rttAndAntiAlias.png [new file with mode: 0644]
tests/media/Burning's Video-rttAndText.png [new file with mode: 0644]
tests/media/Burning's Video-rttWith2DImage.png [new file with mode: 0644]
tests/media/Burning's Video-stencilSelfShadow.png [new file with mode: 0644]
tests/media/Burning's Video-stencilShadow.png [new file with mode: 0644]
tests/media/Burning's Video-terrainGap.png [new file with mode: 0644]
tests/media/Burning's Video-terrainSceneNode-1.png [new file with mode: 0644]
tests/media/Burning's Video-terrainSceneNode-2.png [new file with mode: 0644]
tests/media/Burning's Video-testGeometryCreator.png [new file with mode: 0644]
tests/media/Burning's Video-testImageFormats.png [new file with mode: 0644]
tests/media/Burning's Video-testTerrainMesh.png [new file with mode: 0644]
tests/media/Burning's Video-textureRenderStates.png [new file with mode: 0644]
tests/media/Burning's Video-transparentAddColor.png [new file with mode: 0644]
tests/media/Burning's Video-transparentAlphaChannel.png [new file with mode: 0644]
tests/media/Burning's Video-transparentAlphaChannelRef.png [new file with mode: 0644]
tests/media/Burning's Video-transparentReflection2Layer.png [new file with mode: 0644]
tests/media/Burning's Video-transparentVertexAlpha.png [new file with mode: 0644]
tests/media/Burning's Video-transparentVertexAlphaChannelMore.png [new file with mode: 0644]
tests/media/Burning's Video-viewPortText.png [new file with mode: 0644]
tests/media/Direct3D 9.0-2dmatFilter.png [new file with mode: 0644]
tests/media/Direct3D 9.0-addBlend2D.png [new file with mode: 0644]
tests/media/Direct3D 9.0-draw2DImage4cFilter.png [new file with mode: 0644]
tests/media/Direct3D 9.0-draw2DImagePNG.png [new file with mode: 0644]
tests/media/Direct3D 9.0-draw2DImageRTT.png [new file with mode: 0644]
tests/media/Direct3D 9.0-draw2DImageRect.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawLine.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawPixel.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawRectOutline.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_a.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_b.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_c.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_d.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_e.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_f.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_g.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_h.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_i.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_j.png [new file with mode: 0644]
tests/media/Direct3D 9.0-drawVPL_k.png [new file with mode: 0644]
tests/media/Direct3D 9.0-lightType.png [new file with mode: 0644]
tests/media/Direct3D 9.0-lightmaps.png [new file with mode: 0644]
tests/media/Direct3D 9.0-lineAntiAliasing.png [new file with mode: 0644]
tests/media/Direct3D 9.0-mrt.png [new file with mode: 0644]
tests/media/Direct3D 9.0-mrt2.png [new file with mode: 0644]
tests/media/Direct3D 9.0-multiTexture.png [new file with mode: 0644]
tests/media/Direct3D 9.0-orthoCam.png [new file with mode: 0644]
tests/media/Direct3D 9.0-orthoStencil.png [new file with mode: 0644]
tests/media/Direct3D 9.0-pixelAccuracy.png [new file with mode: 0644]
tests/media/Direct3D 9.0-polygonBack.png [new file with mode: 0644]
tests/media/Direct3D 9.0-polygonFront.png [new file with mode: 0644]
tests/media/Direct3D 9.0-projMat.png [new file with mode: 0644]
tests/media/Direct3D 9.0-renderMipmap.png [new file with mode: 0644]
tests/media/Direct3D 9.0-rttAndAntiAlias.png [new file with mode: 0644]
tests/media/Direct3D 9.0-rttAndText.png [new file with mode: 0644]
tests/media/Direct3D 9.0-rttWith2DImage.png [new file with mode: 0644]
tests/media/Direct3D 9.0-stencilSelfShadow.png [new file with mode: 0644]
tests/media/Direct3D 9.0-stencilShadow.png [new file with mode: 0644]
tests/media/Direct3D 9.0-textureMatrix.png [new file with mode: 0644]
tests/media/Direct3D 9.0-textureMatrix2.png [new file with mode: 0644]
tests/media/Direct3D 9.0-textureMatrixInMixedScenes.png [new file with mode: 0644]
tests/media/Direct3D 9.0-textureRenderStates.png [new file with mode: 0644]
tests/media/Direct3D 9.0-transparentAddColor.png [new file with mode: 0644]
tests/media/Direct3D 9.0-transparentAlphaChannel.png [new file with mode: 0644]
tests/media/Direct3D 9.0-transparentAlphaChannelRef.png [new file with mode: 0644]
tests/media/Direct3D 9.0-transparentReflection2Layer.png [new file with mode: 0644]
tests/media/Direct3D 9.0-transparentVertexAlpha.png [new file with mode: 0644]
tests/media/Direct3D 9.0-transparentVertexAlphaChannelMore.png [new file with mode: 0644]
tests/media/Direct3D 9.0-ucpsphere.png [new file with mode: 0644]
tests/media/Direct3D 9.0-viewPortText.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-createImage.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-draw2DImageRTT.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-draw2DImageRect.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawLine.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawPixel.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawRectOutline.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_a.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_b.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_c.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_d.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_e.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_f.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_g.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_h.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_i.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_j.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-drawVPL_k.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-makeColorKeyTexture-new.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-makeColorKeyTexture-old.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-multiTexture.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-pixelAccuracy.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-projMat.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-rttAndText.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-rttWith2DImage.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-softwareDevice-rotatedClip.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-textureRenderStates.png [new file with mode: 0644]
tests/media/Irrlicht Software Driver 1.0-viewPortText.png [new file with mode: 0644]
tests/media/Monty.zip [new file with mode: 0644]
tests/media/OpenGL-2dmatFilter.png [new file with mode: 0644]
tests/media/OpenGL-addBlend2D.png [new file with mode: 0644]
tests/media/OpenGL-draw2DImage4cFilter.png [new file with mode: 0644]
tests/media/OpenGL-draw2DImagePNG.png [new file with mode: 0644]
tests/media/OpenGL-draw2DImageRTT.png [new file with mode: 0644]
tests/media/OpenGL-draw2DImageRect.png [new file with mode: 0644]
tests/media/OpenGL-drawLine.png [new file with mode: 0644]
tests/media/OpenGL-drawPixel.png [new file with mode: 0644]
tests/media/OpenGL-drawRectOutline.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_a.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_b.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_c.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_d.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_e.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_f.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_g.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_h.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_i.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_j.png [new file with mode: 0644]
tests/media/OpenGL-drawVPL_k.png [new file with mode: 0644]
tests/media/OpenGL-lightType.png [new file with mode: 0644]
tests/media/OpenGL-lightmaps.png [new file with mode: 0644]
tests/media/OpenGL-lineAntiAliasing.png [new file with mode: 0644]
tests/media/OpenGL-mrt.png [new file with mode: 0644]
tests/media/OpenGL-mrt2.png [new file with mode: 0644]
tests/media/OpenGL-multiTexture.png [new file with mode: 0644]
tests/media/OpenGL-octree_select1.png [new file with mode: 0644]
tests/media/OpenGL-octree_select2.png [new file with mode: 0644]
tests/media/OpenGL-orthoCam.png [new file with mode: 0644]
tests/media/OpenGL-orthoStencil.png [new file with mode: 0644]
tests/media/OpenGL-pixelAccuracy.png [new file with mode: 0644]
tests/media/OpenGL-polygonBack.png [new file with mode: 0644]
tests/media/OpenGL-polygonFront.png [new file with mode: 0644]
tests/media/OpenGL-projMat.png [new file with mode: 0644]
tests/media/OpenGL-renderMipmap.png [new file with mode: 0644]
tests/media/OpenGL-rttAndAntiAlias.png [new file with mode: 0644]
tests/media/OpenGL-rttAndText.png [new file with mode: 0644]
tests/media/OpenGL-rttWith2DImage.png [new file with mode: 0644]
tests/media/OpenGL-stencilSelfShadow.png [new file with mode: 0644]
tests/media/OpenGL-stencilShadow.png [new file with mode: 0644]
tests/media/OpenGL-textureMatrix.png [new file with mode: 0644]
tests/media/OpenGL-textureMatrix2.png [new file with mode: 0644]
tests/media/OpenGL-textureMatrixInMixedScenes.png [new file with mode: 0644]
tests/media/OpenGL-texturePointer.png [new file with mode: 0644]
tests/media/OpenGL-textureRenderStates.png [new file with mode: 0644]
tests/media/OpenGL-transparentAddColor.png [new file with mode: 0644]
tests/media/OpenGL-transparentAlphaChannel.png [new file with mode: 0644]
tests/media/OpenGL-transparentAlphaChannelRef.png [new file with mode: 0644]
tests/media/OpenGL-transparentReflection2Layer.png [new file with mode: 0644]
tests/media/OpenGL-transparentVertexAlpha.png [new file with mode: 0644]
tests/media/OpenGL-transparentVertexAlphaChannelMore.png [new file with mode: 0644]
tests/media/OpenGL-tri_select1.png [new file with mode: 0644]
tests/media/OpenGL-tri_select2.png [new file with mode: 0644]
tests/media/OpenGL-tri_select3.png [new file with mode: 0644]
tests/media/OpenGL-ucpsphere.png [new file with mode: 0644]
tests/media/OpenGL-viewPortText.png [new file with mode: 0644]
tests/media/RedbrushAlpha-0.25.png [new file with mode: 0644]
tests/media/attributes.xml [new file with mode: 0644]
tests/media/cdata.xml [new file with mode: 0644]
tests/media/enc.zip [new file with mode: 0755]
tests/media/file_with_path.npk [new file with mode: 0644]
tests/media/file_with_path.zip [new file with mode: 0644]
tests/media/file_with_path/mypath/myfile.txt [new file with mode: 0644]
tests/media/file_with_path/mypath/mypath/myfile.txt [new file with mode: 0644]
tests/media/file_with_path/test/test.txt [new file with mode: 0644]
tests/media/fireball.png [new file with mode: 0644]
tests/media/grey.tga [new file with mode: 0644]
tests/media/licenses.txt [new file with mode: 0644]
tests/media/lzmadata.zip [new file with mode: 0644]
tests/media/sample_pakfile.pak [new file with mode: 0644]
tests/media/scene.irr [new file with mode: 0644]
tests/media/scene2.irr [new file with mode: 0644]
tests/media/sydney.bmp [new file with mode: 0644]
tests/media/sydney.md2 [new file with mode: 0644]
tests/media/ter1.png [new file with mode: 0644]
tests/media/test.xml [new file with mode: 0644]
tests/media/title_font.png [new file with mode: 0644]
tests/media/title_font.xml [new file with mode: 0644]
tests/media/title_font_2.png [new file with mode: 0644]
tests/media/tools.png [new file with mode: 0644]
tests/meshLoaders.cpp [new file with mode: 0644]
tests/meshTransform.cpp [new file with mode: 0644]
tests/mrt.cpp [new file with mode: 0644]
tests/orthoCam.cpp [new file with mode: 0644]
tests/planeMatrix.cpp [new file with mode: 0644]
tests/projectionMatrix.cpp [new file with mode: 0644]
tests/removeCustomAnimator.cpp [new file with mode: 0644]
tests/renderTargetTexture.cpp [new file with mode: 0644]
tests/sceneCollisionManager.cpp [new file with mode: 0644]
tests/sceneNodeAnimator.cpp [new file with mode: 0644]
tests/screenshot.cpp [new file with mode: 0644]
tests/serializeAttributes.cpp [new file with mode: 0644]
tests/skinnedMesh.cpp [new file with mode: 0644]
tests/softwareDevice.cpp [new file with mode: 0644]
tests/stencilshadow.cpp [new file with mode: 0644]
tests/terrainSceneNode.cpp [new file with mode: 0644]
tests/testDimension2d.cpp [new file with mode: 0644]
tests/testGeometryCreator.cpp [new file with mode: 0644]
tests/testLine2d.cpp [new file with mode: 0644]
tests/testQuaternion.cpp [new file with mode: 0644]
tests/testS3DVertex.cpp [new file with mode: 0644]
tests/testUtils.cpp [new file with mode: 0644]
tests/testUtils.h [new file with mode: 0644]
tests/testVector2d.cpp [new file with mode: 0644]
tests/testVector3d.cpp [new file with mode: 0644]
tests/testXML.cpp [new file with mode: 0644]
tests/testaabbox.cpp [new file with mode: 0644]
tests/tests-last-passed-at.txt [new file with mode: 0644]
tests/tests-readme.txt [new file with mode: 0644]
tests/tests.cbp [new file with mode: 0644]
tests/tests.workspace [new file with mode: 0644]
tests/tests_vc10.sln [new file with mode: 0644]
tests/tests_vc10.vcxproj [new file with mode: 0644]
tests/tests_vc11.sln [new file with mode: 0644]
tests/tests_vc11.vcxproj [new file with mode: 0644]
tests/tests_vc12.sln [new file with mode: 0644]
tests/tests_vc12.vcxproj [new file with mode: 0644]
tests/tests_vc14.sln [new file with mode: 0644]
tests/tests_vc14.vcxproj [new file with mode: 0644]
tests/textureFeatures.cpp [new file with mode: 0644]
tests/textureRenderStates.cpp [new file with mode: 0644]
tests/timer.cpp [new file with mode: 0644]
tests/transparentMaterials.cpp [new file with mode: 0644]
tests/triangle3d.cpp [new file with mode: 0644]
tests/triangleSelector.cpp [new file with mode: 0644]
tests/userClipPlane.cpp [new file with mode: 0644]
tests/vectorPositionDimension2d.cpp [new file with mode: 0644]
tests/videoDriver.cpp [new file with mode: 0644]
tests/viewPort.cpp [new file with mode: 0644]
tests/writeImageToFile.cpp [new file with mode: 0644]
tools/Exporters/Blender/B3DExport.py [new file with mode: 0644]
tools/FileToHeader/FileToHeader.cbp [new file with mode: 0644]
tools/FileToHeader/Makefile [new file with mode: 0644]
tools/FileToHeader/main.cpp [new file with mode: 0644]
tools/GUIEditor/CGUIAttribute.h [new file with mode: 0644]
tools/GUIEditor/CGUIAttributeEditor.cpp [new file with mode: 0644]
tools/GUIEditor/CGUIAttributeEditor.h [new file with mode: 0644]
tools/GUIEditor/CGUIBoolAttribute.h [new file with mode: 0644]
tools/GUIEditor/CGUIColorAttribute.h [new file with mode: 0644]
tools/GUIEditor/CGUIDummyEditorStub.h [new file with mode: 0644]
tools/GUIEditor/CGUIEditFactory.cpp [new file with mode: 0644]
tools/GUIEditor/CGUIEditFactory.h [new file with mode: 0644]
tools/GUIEditor/CGUIEditWindow.cpp [new file with mode: 0644]
tools/GUIEditor/CGUIEditWindow.h [new file with mode: 0644]
tools/GUIEditor/CGUIEditWorkspace.cpp [new file with mode: 0644]
tools/GUIEditor/CGUIEditWorkspace.h [new file with mode: 0644]
tools/GUIEditor/CGUIEnumAttribute.h [new file with mode: 0644]
tools/GUIEditor/CGUIPanel.cpp [new file with mode: 0644]
tools/GUIEditor/CGUIPanel.h [new file with mode: 0644]
tools/GUIEditor/CGUIStringAttribute.h [new file with mode: 0644]
tools/GUIEditor/CGUITextureAttribute.h [new file with mode: 0644]
tools/GUIEditor/CGUITextureCacheBrowser.cpp [new file with mode: 0644]
tools/GUIEditor/CGUITextureCacheBrowser.h [new file with mode: 0644]
tools/GUIEditor/CMemoryReadWriteFile.cpp [new file with mode: 0644]
tools/GUIEditor/CMemoryReadWriteFile.h [new file with mode: 0644]
tools/GUIEditor/EGUIEditTypes.h [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc10.vcxproj [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc10.vcxproj.filters [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc11.vcxproj [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc11.vcxproj.filters [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc12.vcxproj [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc12.vcxproj.filters [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc14.vcxproj [new file with mode: 0644]
tools/GUIEditor/GUI Editor_vc14.vcxproj.filters [new file with mode: 0644]
tools/GUIEditor/GUIEditor_gcc.cbp [new file with mode: 0644]
tools/GUIEditor/Makefile [new file with mode: 0644]
tools/GUIEditor/main.cpp [new file with mode: 0644]
tools/IrrFontTool/newFontTool/CFontTool.cpp [new file with mode: 0644]
tools/IrrFontTool/newFontTool/CFontTool.h [new file with mode: 0644]
tools/IrrFontTool/newFontTool/CVectorFontTool.h [new file with mode: 0644]
tools/IrrFontTool/newFontTool/Makefile [new file with mode: 0644]
tools/IrrFontTool/newFontTool/irrFontTool_vc10.vcxproj [new file with mode: 0644]
tools/IrrFontTool/newFontTool/irrFontTool_vc11.vcxproj [new file with mode: 0644]
tools/IrrFontTool/newFontTool/irrFontTool_vc12.vcxproj [new file with mode: 0644]
tools/IrrFontTool/newFontTool/irrFontTool_vc14.vcxproj [new file with mode: 0644]
tools/IrrFontTool/newFontTool/main.cpp [new file with mode: 0644]
tools/IrrFontTool/oldFontTool/IrrFontTool.exe [new file with mode: 0644]
tools/IrrFontTool/oldFontTool/source.zip [new file with mode: 0644]
tools/IrrFontTool/readme.txt [new file with mode: 0644]
tools/MeshConverter/Makefile [new file with mode: 0644]
tools/MeshConverter/MeshConverter.cbp [new file with mode: 0644]
tools/MeshConverter/MeshConverter_vc10.vcxproj [new file with mode: 0644]
tools/MeshConverter/MeshConverter_vc11.vcxproj [new file with mode: 0644]
tools/MeshConverter/MeshConverter_vc12.vcxproj [new file with mode: 0644]
tools/MeshConverter/MeshConverter_vc14.vcxproj [new file with mode: 0644]
tools/MeshConverter/main.cpp [new file with mode: 0644]
tools/irrEdit/irrEdit.jpg [new file with mode: 0644]
tools/irrEdit/irrEdit.txt [new file with mode: 0644]