diff --git a/x11/irrlicht/Makefile b/x11/irrlicht/Makefile index eb7f6cf3b2d..1bb1dc69939 100644 --- a/x11/irrlicht/Makefile +++ b/x11/irrlicht/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2011/05/04 11:34:49 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2012/11/22 11:52:52 pascal Exp $ COMMENT = fast, real time 3D engine -DISTNAME = irrlicht-1.7.2 +DISTNAME = irrlicht-1.8 -REVISION = 0 - -SO_VERSION = 0.0 +SO_VERSION = 1.0 SHARED_LIBS = Irrlicht ${SO_VERSION} CATEGORIES = x11 games @@ -36,6 +34,11 @@ MAKE_ENV += CC="${CC}" \ CFLAGS="${CFLAGS}" \ CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ + CPPFLAGS="-DNO_IRR_USE_NON_SYSTEM_JPEG_LIB_ \ + -DNO_IRR_USE_NON_SYSTEM_LIB_PNG_ \ + -DNO_IRR_USE_NON_SYSTEM_ZLIB_ \ + -DNO_IRR_USE_NON_SYSTEM_BZLIB_ \ + -DNO_IRR_COMPILE_WITH_JOYSTICK_EVENTS_" \ NDEBUG=1 \ SO_VERSION="${SO_VERSION}" MAKE_FLAGS += CXXINCS="-I../../include -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \ @@ -64,7 +67,7 @@ pre-patch: "{}" \; . endfor cd ${WRKDIST}/doc && perl -pi -e 's/\015//g' aesGladman.txt \ - bzip2-license.txt index.html readme.txt upgrade-guide.txt + bzip2-license.txt readme.txt upgrade-guide.txt cd ${WRKDIST}/media && perl -pi -e 's/\015//g' config.xml d3d8.[pv]sh \ d3d9.{hlsl,psh,vsh} dwarf-Read-Me.txt earth.x map-20kdm2.txt \ ninja\ animation\ ranges.txt opengl.{frag,psh,vert,vsh} @@ -81,7 +84,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/irrlicht/doc ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/irrlicht/doc/html cd ${WRKDIST}/doc && ${INSTALL_DATA} aesGladman.txt bzip2-license.txt \ - index.html readme.txt upgrade-guide.txt \ + readme.txt upgrade-guide.txt \ ${PREFIX}/share/doc/irrlicht/doc find ${WRKDIST}/doc/html -type f -exec ${INSTALL_DATA} "{}" \ ${PREFIX}/share/doc/irrlicht/doc/html/ \; diff --git a/x11/irrlicht/distinfo b/x11/irrlicht/distinfo index 16f7bec0377..15a87183ac5 100644 --- a/x11/irrlicht/distinfo +++ b/x11/irrlicht/distinfo @@ -1,5 +1,2 @@ -MD5 (irrlicht-1.7.2.zip) = 62J9TEMr9z8SvG2d3HALBw== -RMD160 (irrlicht-1.7.2.zip) = BmoqZkzO2bqSwt0DN/fKd5uti3U= -SHA1 (irrlicht-1.7.2.zip) = LwZMtMcS4desqQoRZIW1sWauYhg= -SHA256 (irrlicht-1.7.2.zip) = vh3pqFCpTqpcxXpgFN5atTBKNk1FzlBDFbVEK+Pg0B0= -SIZE (irrlicht-1.7.2.zip) = 24603866 +SHA256 (irrlicht-1.8.zip) = +HVsPPg/FvQeseyo9Ou1MPDo/VckQ5BePY648JRFpkI= +SIZE (irrlicht-1.8.zip) = 23674513 diff --git a/x11/irrlicht/patches/patch-include_IrrCompileConfig_h b/x11/irrlicht/patches/patch-include_IrrCompileConfig_h deleted file mode 100644 index e0fe2ceef14..00000000000 --- a/x11/irrlicht/patches/patch-include_IrrCompileConfig_h +++ /dev/null @@ -1,53 +0,0 @@ -$OpenBSD: patch-include_IrrCompileConfig_h,v 1.1.1.1 2011/05/04 09:41:50 jasper Exp $ ---- include/IrrCompileConfig.h.orig Sun Dec 26 20:30:13 2010 -+++ include/IrrCompileConfig.h Sun Dec 26 20:31:12 2010 -@@ -90,11 +90,12 @@ - #define _IRR_LINUX_PLATFORM_ - #endif - #define _IRR_POSIX_API_ -+#define _IRR_USE_LINUX_DEVICE_ - #define _IRR_COMPILE_WITH_X11_DEVICE_ - #endif - - //! Define _IRR_COMPILE_WITH_JOYSTICK_SUPPORT_ if you want joystick events. --#define _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ -+//#define _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ - - //! Maximum number of texture an SMaterial can have, up to 8 are supported by Irrlicht. - #define _IRR_MATERIAL_MAX_TEXTURES_ 4 -@@ -176,7 +177,7 @@ the engine will no longer read .jpeg images. */ - //! Define _IRR_USE_NON_SYSTEM_JPEG_LIB_ to let irrlicht use the jpeglib which comes with irrlicht. - /** If this is commented out, Irrlicht will try to compile using the jpeg lib installed in the system. - This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined. */ --#define _IRR_USE_NON_SYSTEM_JPEG_LIB_ -+//#define _IRR_USE_NON_SYSTEM_JPEG_LIB_ - - - //! Define _IRR_COMPILE_WITH_LIBPNG_ to enable compiling the engine using libpng. -@@ -187,7 +188,7 @@ the engine will no longer read .png images. */ - //! Define _IRR_USE_NON_SYSTEM_LIBPNG_ to let irrlicht use the libpng which comes with irrlicht. - /** If this is commented out, Irrlicht will try to compile using the libpng installed in the system. - This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined. */ --#define _IRR_USE_NON_SYSTEM_LIB_PNG_ -+//#define _IRR_USE_NON_SYSTEM_LIB_PNG_ - - - //! Define _IRR_D3D_NO_SHADER_DEBUGGING to disable shader debugging in D3D9 -@@ -348,7 +349,7 @@ ones. */ - /** If this is commented out, Irrlicht will try to compile using the zlib - installed on the system. This is only used when _IRR_COMPILE_WITH_ZLIB_ is - defined. */ --#define _IRR_USE_NON_SYSTEM_ZLIB_ -+//#define _IRR_USE_NON_SYSTEM_ZLIB_ - //! Define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_ if you want to read AES-encrypted ZIP archives - #define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_ - //! Define _IRR_COMPILE_WITH_BZIP2_ if you want to support bzip2 compressed zip archives -@@ -360,7 +361,7 @@ library. */ - /** If this is commented out, Irrlicht will try to compile using the bzlib - installed on the system. This is only used when _IRR_COMPILE_WITH_BZLIB_ is - defined. */ --#define _IRR_USE_NON_SYSTEM_BZLIB_ -+//#define _IRR_USE_NON_SYSTEM_BZLIB_ - //! Define _IRR_COMPILE_WITH_LZMA_ if you want to use LZMA compressed zip files. - /** LZMA is a very efficient compression code, known from 7zip. Irrlicht - currently only supports zip archives, though. */ diff --git a/x11/irrlicht/patches/patch-source_Irrlicht_CImageLoaderPNG_cpp b/x11/irrlicht/patches/patch-source_Irrlicht_CImageLoaderPNG_cpp deleted file mode 100644 index 4aee77f67c1..00000000000 --- a/x11/irrlicht/patches/patch-source_Irrlicht_CImageLoaderPNG_cpp +++ /dev/null @@ -1,33 +0,0 @@ -$OpenBSD: patch-source_Irrlicht_CImageLoaderPNG_cpp,v 1.1 2011/07/08 20:38:02 naddy Exp $ - -Fix build with png-1.5. - ---- source/Irrlicht/CImageLoaderPNG.cpp.orig Mon Jul 4 18:44:06 2011 -+++ source/Irrlicht/CImageLoaderPNG.cpp Mon Jul 4 18:49:49 2011 -@@ -28,7 +28,7 @@ namespace video - static void png_cpexcept_error(png_structp png_ptr, png_const_charp msg) - { - os::Printer::log("PNG FATAL ERROR", msg, ELL_ERROR); -- longjmp(png_ptr->jmpbuf, 1); -+ png_longjmp(png_ptr, 1); - } - - // PNG function for file reading -@@ -37,7 +37,7 @@ void PNGAPI user_read_data_fcn(png_structp png_ptr, pn - png_size_t check; - - // changed by zola { -- io::IReadFile* file=(io::IReadFile*)png_ptr->io_ptr; -+ io::IReadFile* file=(io::IReadFile*)png_get_io_ptr(png_ptr); - check=(png_size_t) file->read((void*)data,(u32)length); - // } - -@@ -162,7 +162,7 @@ IImage* CImageLoaderPng::loadImage(io::IReadFile* file - if (BitDepth < 8) - { - if (ColorType==PNG_COLOR_TYPE_GRAY || ColorType==PNG_COLOR_TYPE_GRAY_ALPHA) -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - else - png_set_packing(png_ptr); - } diff --git a/x11/irrlicht/patches/patch-source_Irrlicht_CImageWriterPNG_cpp b/x11/irrlicht/patches/patch-source_Irrlicht_CImageWriterPNG_cpp deleted file mode 100644 index 3c7f7021b21..00000000000 --- a/x11/irrlicht/patches/patch-source_Irrlicht_CImageWriterPNG_cpp +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-source_Irrlicht_CImageWriterPNG_cpp,v 1.1 2011/07/08 20:38:02 naddy Exp $ ---- source/Irrlicht/CImageWriterPNG.cpp.orig Mon Jul 4 19:06:36 2011 -+++ source/Irrlicht/CImageWriterPNG.cpp Mon Jul 4 19:17:48 2011 -@@ -35,7 +35,7 @@ IImageWriter* createImageWriterPNG() - static void png_cpexcept_error(png_structp png_ptr, png_const_charp msg) - { - os::Printer::log("PNG FATAL ERROR", msg, ELL_ERROR); -- longjmp(png_ptr->jmpbuf, 1); -+ png_longjmp(png_ptr, 1); - } - - // PNG function for file writing -@@ -43,7 +43,7 @@ void PNGAPI user_write_data_fcn(png_structp png_ptr, p - { - png_size_t check; - -- io::IWriteFile* file=(io::IWriteFile*)png_ptr->io_ptr; -+ io::IWriteFile* file=(io::IWriteFile*)png_get_io_ptr(png_ptr); - check=(png_size_t) file->write((const void*)data,(u32)length); - - if (check != length) diff --git a/x11/irrlicht/patches/patch-source_Irrlicht_Makefile b/x11/irrlicht/patches/patch-source_Irrlicht_Makefile index bed1c1dc25f..0bb466eb472 100644 --- a/x11/irrlicht/patches/patch-source_Irrlicht_Makefile +++ b/x11/irrlicht/patches/patch-source_Irrlicht_Makefile @@ -1,17 +1,17 @@ -$OpenBSD: patch-source_Irrlicht_Makefile,v 1.1.1.1 2011/05/04 09:41:50 jasper Exp $ ---- source/Irrlicht/Makefile.orig Wed Mar 2 13:56:55 2011 -+++ source/Irrlicht/Makefile Wed Mar 2 13:58:54 2011 -@@ -3,7 +3,7 @@ VERSION_MINOR = 7 - VERSION_RELEASE = 2 - VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) - # Irrlicht Engine 1.7.2 +$OpenBSD: patch-source_Irrlicht_Makefile,v 1.2 2012/11/22 11:52:52 pascal Exp $ +--- source/Irrlicht/Makefile.orig Fri Nov 9 00:27:40 2012 ++++ source/Irrlicht/Makefile Fri Nov 9 00:41:54 2012 +@@ -2,7 +2,7 @@ VERSION_MAJOR = 1 + VERSION_MINOR = 8 + VERSION_RELEASE = 0 + # Irrlicht Engine 1.8.0 -# Makefile for Linux +# Makefile for OpenBSD # # To use, just run: # -@@ -39,18 +39,17 @@ IRRSWRENDEROBJ = CSoftwareDriver.o CSoftwareTexture.o - IRRIOOBJ = CFileList.o CFileSystem.o CLimitReadFile.o CMemoryFile.o CReadFile.o CWriteFile.o CXMLReader.o CXMLWriter.o CZipReader.o CPakReader.o CNPKReader.o CTarReader.o CMountPointReader.o irrXML.o CAttributes.o lzma/LzmaDec.o +@@ -46,18 +46,17 @@ IRRSWRENDEROBJ = CSoftwareDriver.o CSoftwareTexture.o + IRRIOOBJ = CFileList.o CFileSystem.o CLimitReadFile.o CMemoryFile.o CReadFile.o CWriteFile.o CXMLReader.o CXMLWriter.o CWADReader.o CZipReader.o CPakReader.o CNPKReader.o CTarReader.o CMountPointReader.o irrXML.o CAttributes.o lzma/LzmaDec.o IRROTHEROBJ = CIrrDeviceSDL.o CIrrDeviceLinux.o CIrrDeviceConsole.o CIrrDeviceStub.o CIrrDeviceWin32.o CIrrDeviceFB.o CLogger.o COSOperator.o Irrlicht.o os.o IRRGUIOBJ = CGUIButton.o CGUICheckBox.o CGUIComboBox.o CGUIContextMenu.o CGUIEditBox.o CGUIEnvironment.o CGUIFileOpenDialog.o CGUIFont.o CGUIImage.o CGUIInOutFader.o CGUIListBox.o CGUIMenu.o CGUIMeshViewer.o CGUIMessageBox.o CGUIModalScreen.o CGUIScrollBar.o CGUISpinBox.o CGUISkin.o CGUIStaticText.o CGUITabControl.o CGUITable.o CGUIToolBar.o CGUIWindow.o CGUIColorSelectDialog.o CDefaultGUIElementFactory.o CGUISpriteBank.o CGUIImageList.o CGUITreeView.o -ZLIBOBJ = zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/uncompr.o zlib/zutil.o @@ -34,7 +34,7 @@ $OpenBSD: patch-source_Irrlicht_Makefile,v 1.1.1.1 2011/05/04 09:41:50 jasper Ex ############### #Compiler flags -@@ -60,12 +59,12 @@ CXXFLAGS += -Wall -pipe -fno-exceptions -fno-rtti -fst +@@ -67,12 +66,12 @@ CXXFLAGS += -Wall -pipe -fno-exceptions -fno-rtti -fst ifndef NDEBUG CXXFLAGS += -g -D_DEBUG else @@ -49,7 +49,7 @@ $OpenBSD: patch-source_Irrlicht_Makefile,v 1.1.1.1 2011/05/04 09:41:50 jasper Ex sharedlib sharedlib_osx: CXXFLAGS += -fPIC sharedlib sharedlib_osx: CFLAGS += -fPIC -@@ -75,15 +74,15 @@ ifeq ($(HOSTTYPE), x86_64) +@@ -82,14 +81,14 @@ ifeq ($(HOSTTYPE), x86_64) LIBSELECT=64 endif @@ -62,7 +62,6 @@ $OpenBSD: patch-source_Irrlicht_Makefile,v 1.1.1.1 2011/05/04 09:41:50 jasper Ex -INSTALL_DIR = /usr/local/lib +INSTALL_DIR = $(PREFIX)/lib sharedlib install: SHARED_LIB = libIrrlicht.so - staticlib sharedlib: LDFLAGS += --no-export-all-symbols --add-stdcall-alias -sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -staticlib sharedlib: CXXINCS += -I/usr/X11R6/include +sharedlib: LDFLAGS += -L/usr/lib -L/usr/X11R6/lib$(LIBSELECT) -L$(LOCALBASE)/lib -lbz2 -lGL -lXxf86vm -lpng -ljpeg -lz @@ -70,25 +69,28 @@ $OpenBSD: patch-source_Irrlicht_Makefile,v 1.1.1.1 2011/05/04 09:41:50 jasper Ex #OSX specific options staticlib_osx sharedlib_osx install_osx: SYSTEM = MacOSX -@@ -103,20 +102,20 @@ sharedlib_win32 staticlib_win32: CPPFLAGS += -DIRR_COM +@@ -112,16 +111,16 @@ sharedlib_win32 staticlib_win32: CPPFLAGS += -DIRR_COM staticlib_win32: CPPFLAGS += -D_IRR_STATIC_LIB_ + VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) +-SHARED_FULLNAME = $(SHARED_LIB).$(VERSION) ++SHARED_FULLNAME = $(SHARED_LIB).$(SO_VERSION) + SONAME = $(SHARED_LIB).$(VERSION_MAJOR).$(VERSION_MINOR) + #################### -# All target, builds Irrlicht as static lib (libIrrlicht.a) and copies it into lib/Linux --all linux: staticlib +# All target, builds Irrlicht as static lib (libIrrlicht.a) and copies it into lib/OpenBSD -+all linux: staticlib sharedlib + all linux: staticlib -# Builds Irrlicht as shared lib (libIrrlicht.so.versionNumber) and copies it into lib/Linux +# Builds Irrlicht as shared lib (libIrrlicht.so.versionNumber) and copies it into lib/OpenBSD sharedlib: $(LINKOBJ) -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -Wl,-soname,$(SHARED_LIB).$(VERSION_MAJOR).$(VERSION_MINOR) -o $(SHARED_LIB).$(VERSION) $^ $(LDFLAGS) -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -o $(SHARED_LIB).$(SO_VERSION) $^ $(LDFLAGS) +- $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -Wl,-soname,$(SONAME) -o $(SHARED_FULLNAME) $^ $(LDFLAGS) ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -o $(SHARED_FULLNAME) $^ $(LDFLAGS) mkdir -p $(LIB_PATH) -- cp $(SHARED_LIB).$(VERSION) $(LIB_PATH) -+ cp $(SHARED_LIB).$(SO_VERSION) $(LIB_PATH) + cp $(SHARED_FULLNAME) $(LIB_PATH) - # Builds Irrlicht as static lib (libIrrlicht.a) +@@ -129,7 +128,7 @@ sharedlib: $(LINKOBJ) $(STATIC_LIB): $(LINKOBJ) $(AR) rs $@ $^ @@ -97,7 +99,7 @@ $OpenBSD: patch-source_Irrlicht_Makefile,v 1.1.1.1 2011/05/04 09:41:50 jasper Ex staticlib staticlib_osx: $(STATIC_LIB) mkdir -p $(LIB_PATH) cp $^ $(LIB_PATH) -@@ -165,8 +164,8 @@ endif +@@ -179,8 +178,8 @@ endif help: @echo "Available targets for Irrlicht" diff --git a/x11/irrlicht/patches/patch-source_Irrlicht_os_cpp b/x11/irrlicht/patches/patch-source_Irrlicht_os_cpp index 2b3ea59f845..1586877613b 100644 --- a/x11/irrlicht/patches/patch-source_Irrlicht_os_cpp +++ b/x11/irrlicht/patches/patch-source_Irrlicht_os_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-source_Irrlicht_os_cpp,v 1.1.1.1 2011/05/04 09:41:50 jasper Exp $ ---- source/Irrlicht/os.cpp.orig Sun Dec 26 20:30:26 2010 -+++ source/Irrlicht/os.cpp Sun Dec 26 20:31:35 2010 -@@ -19,10 +19,14 @@ +$OpenBSD: patch-source_Irrlicht_os_cpp,v 1.2 2012/11/22 11:52:52 pascal Exp $ +--- source/Irrlicht/os.cpp.orig Fri Nov 9 00:27:39 2012 ++++ source/Irrlicht/os.cpp Fri Nov 9 00:27:41 2012 +@@ -22,10 +22,14 @@ #include #define bswap_16(X) OSReadSwapInt16(&X,0) #define bswap_32(X) OSReadSwapInt32(&X,0) diff --git a/x11/irrlicht/pkg/PLIST b/x11/irrlicht/pkg/PLIST index 08086b3f573..4a6962c4522 100644 --- a/x11/irrlicht/pkg/PLIST +++ b/x11/irrlicht/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2011/05/04 11:33:16 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.3 2012/11/22 11:52:52 pascal Exp $ %%SHARED%% include/irrlicht/ include/irrlicht/CDynamicMeshBuffer.h @@ -33,6 +33,7 @@ include/irrlicht/IBillboardSceneNode.h include/irrlicht/IBillboardTextSceneNode.h include/irrlicht/IBoneSceneNode.h include/irrlicht/ICameraSceneNode.h +include/irrlicht/IColladaMeshWriter.h include/irrlicht/ICursorControl.h include/irrlicht/IDummyTransformationSceneNode.h include/irrlicht/IDynamicMeshBuffer.h @@ -102,9 +103,11 @@ include/irrlicht/IParticleSphereEmitter.h include/irrlicht/IParticleSystemSceneNode.h include/irrlicht/IQ3LevelMesh.h include/irrlicht/IQ3Shader.h +include/irrlicht/IRandomizer.h include/irrlicht/IReadFile.h include/irrlicht/IReferenceCounted.h include/irrlicht/ISceneCollisionManager.h +include/irrlicht/ISceneLoader.h include/irrlicht/ISceneManager.h include/irrlicht/ISceneNode.h include/irrlicht/ISceneNodeAnimator.h @@ -167,6 +170,8 @@ include/irrlicht/irrString.h include/irrlicht/irrTypes.h include/irrlicht/irrXML.h include/irrlicht/irrlicht.h +include/irrlicht/irrpack.h +include/irrlicht/irrunpack.h include/irrlicht/line2d.h include/irrlicht/line3d.h include/irrlicht/matrix4.h @@ -207,6 +212,9 @@ share/doc/irrlicht/doc/html/020shot.jpg share/doc/irrlicht/doc/html/021shot.jpg share/doc/irrlicht/doc/html/022shot.jpg share/doc/irrlicht/doc/html/023shot.jpg +share/doc/irrlicht/doc/html/024shot.jpg +share/doc/irrlicht/doc/html/025shot.jpg +share/doc/irrlicht/doc/html/026shot.jpg share/doc/irrlicht/doc/html/_c_dynamic_mesh_buffer_8h.html share/doc/irrlicht/doc/html/_c_dynamic_mesh_buffer_8h_source.html share/doc/irrlicht/doc/html/_c_index_buffer_8h.html @@ -271,6 +279,8 @@ share/doc/irrlicht/doc/html/_i_bone_scene_node_8h.html share/doc/irrlicht/doc/html/_i_bone_scene_node_8h_source.html share/doc/irrlicht/doc/html/_i_camera_scene_node_8h.html share/doc/irrlicht/doc/html/_i_camera_scene_node_8h_source.html +share/doc/irrlicht/doc/html/_i_collada_mesh_writer_8h.html +share/doc/irrlicht/doc/html/_i_collada_mesh_writer_8h_source.html share/doc/irrlicht/doc/html/_i_cursor_control_8h.html share/doc/irrlicht/doc/html/_i_cursor_control_8h_source.html share/doc/irrlicht/doc/html/_i_dummy_transformation_scene_node_8h.html @@ -409,12 +419,16 @@ share/doc/irrlicht/doc/html/_i_q3_level_mesh_8h.html share/doc/irrlicht/doc/html/_i_q3_level_mesh_8h_source.html share/doc/irrlicht/doc/html/_i_q3_shader_8h.html share/doc/irrlicht/doc/html/_i_q3_shader_8h_source.html +share/doc/irrlicht/doc/html/_i_randomizer_8h.html +share/doc/irrlicht/doc/html/_i_randomizer_8h_source.html share/doc/irrlicht/doc/html/_i_read_file_8h.html share/doc/irrlicht/doc/html/_i_read_file_8h_source.html share/doc/irrlicht/doc/html/_i_reference_counted_8h.html share/doc/irrlicht/doc/html/_i_reference_counted_8h_source.html share/doc/irrlicht/doc/html/_i_scene_collision_manager_8h.html share/doc/irrlicht/doc/html/_i_scene_collision_manager_8h_source.html +share/doc/irrlicht/doc/html/_i_scene_loader_8h.html +share/doc/irrlicht/doc/html/_i_scene_loader_8h_source.html share/doc/irrlicht/doc/html/_i_scene_manager_8h.html share/doc/irrlicht/doc/html/_i_scene_manager_8h_source.html share/doc/irrlicht/doc/html/_i_scene_node_8h.html @@ -511,8 +525,51 @@ share/doc/irrlicht/doc/html/_scene_parameters_8h.html share/doc/irrlicht/doc/html/_scene_parameters_8h_source.html share/doc/irrlicht/doc/html/aabbox3d_8h.html share/doc/irrlicht/doc/html/aabbox3d_8h_source.html +share/doc/irrlicht/doc/html/all_5f.html +share/doc/irrlicht/doc/html/all_61.html +share/doc/irrlicht/doc/html/all_62.html +share/doc/irrlicht/doc/html/all_63.html +share/doc/irrlicht/doc/html/all_64.html +share/doc/irrlicht/doc/html/all_65.html +share/doc/irrlicht/doc/html/all_66.html +share/doc/irrlicht/doc/html/all_67.html +share/doc/irrlicht/doc/html/all_68.html +share/doc/irrlicht/doc/html/all_69.html +share/doc/irrlicht/doc/html/all_6a.html +share/doc/irrlicht/doc/html/all_6b.html +share/doc/irrlicht/doc/html/all_6c.html +share/doc/irrlicht/doc/html/all_6d.html +share/doc/irrlicht/doc/html/all_6e.html +share/doc/irrlicht/doc/html/all_6f.html +share/doc/irrlicht/doc/html/all_70.html +share/doc/irrlicht/doc/html/all_71.html +share/doc/irrlicht/doc/html/all_72.html +share/doc/irrlicht/doc/html/all_73.html +share/doc/irrlicht/doc/html/all_74.html +share/doc/irrlicht/doc/html/all_75.html +share/doc/irrlicht/doc/html/all_76.html +share/doc/irrlicht/doc/html/all_77.html +share/doc/irrlicht/doc/html/all_78.html +share/doc/irrlicht/doc/html/all_79.html +share/doc/irrlicht/doc/html/all_7a.html +share/doc/irrlicht/doc/html/all_7e.html share/doc/irrlicht/doc/html/annotated.html +share/doc/irrlicht/doc/html/bc_s.png share/doc/irrlicht/doc/html/classes.html +share/doc/irrlicht/doc/html/classes_61.html +share/doc/irrlicht/doc/html/classes_63.html +share/doc/irrlicht/doc/html/classes_64.html +share/doc/irrlicht/doc/html/classes_69.html +share/doc/irrlicht/doc/html/classes_6c.html +share/doc/irrlicht/doc/html/classes_6d.html +share/doc/irrlicht/doc/html/classes_6e.html +share/doc/irrlicht/doc/html/classes_70.html +share/doc/irrlicht/doc/html/classes_71.html +share/doc/irrlicht/doc/html/classes_72.html +share/doc/irrlicht/doc/html/classes_73.html +share/doc/irrlicht/doc/html/classes_74.html +share/doc/irrlicht/doc/html/classes_76.html +share/doc/irrlicht/doc/html/classes_78.html share/doc/irrlicht/doc/html/classirr_1_1_i_event_receiver-members.html share/doc/irrlicht/doc/html/classirr_1_1_i_event_receiver.html share/doc/irrlicht/doc/html/classirr_1_1_i_event_receiver.png @@ -522,6 +579,9 @@ share/doc/irrlicht/doc/html/classirr_1_1_i_logger.png share/doc/irrlicht/doc/html/classirr_1_1_i_o_s_operator-members.html share/doc/irrlicht/doc/html/classirr_1_1_i_o_s_operator.html share/doc/irrlicht/doc/html/classirr_1_1_i_o_s_operator.png +share/doc/irrlicht/doc/html/classirr_1_1_i_randomizer-members.html +share/doc/irrlicht/doc/html/classirr_1_1_i_randomizer.html +share/doc/irrlicht/doc/html/classirr_1_1_i_randomizer.png share/doc/irrlicht/doc/html/classirr_1_1_i_reference_counted-members.html share/doc/irrlicht/doc/html/classirr_1_1_i_reference_counted.html share/doc/irrlicht/doc/html/classirr_1_1_i_reference_counted.png @@ -557,6 +617,8 @@ share/doc/irrlicht/doc/html/classirr_1_1core_1_1map-members.html share/doc/irrlicht/doc/html/classirr_1_1core_1_1map.html share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_access_class-members.html share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_access_class.html +share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_const_iterator-members.html +share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_const_iterator.html share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_iterator-members.html share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_iterator.html share/doc/irrlicht/doc/html/classirr_1_1core_1_1map_1_1_parent_first_iterator-members.html @@ -738,6 +800,15 @@ share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_bone_scene_node.png share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_camera_scene_node-members.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_camera_scene_node.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_camera_scene_node.png +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer-members.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer.png +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer_names-members.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer_names.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer_names.png +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer_properties-members.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer_properties.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collada_mesh_writer_properties.png share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collision_callback-members.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collision_callback.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_collision_callback.png @@ -828,6 +899,9 @@ share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_q3_level_mesh.png share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_collision_manager-members.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_collision_manager.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_collision_manager.png +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_loader-members.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_loader.html +share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_loader.png share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_manager-members.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_manager.html share/doc/irrlicht/doc/html/classirr_1_1scene_1_1_i_scene_manager.png @@ -970,8 +1044,18 @@ share/doc/irrlicht/doc/html/classirr_1_1video_1_1_s_material-members.html share/doc/irrlicht/doc/html/classirr_1_1video_1_1_s_material.html share/doc/irrlicht/doc/html/classirr_1_1video_1_1_s_material_layer-members.html share/doc/irrlicht/doc/html/classirr_1_1video_1_1_s_material_layer.html +share/doc/irrlicht/doc/html/close.png +share/doc/irrlicht/doc/html/closed.png share/doc/irrlicht/doc/html/coreutil_8h.html share/doc/irrlicht/doc/html/coreutil_8h_source.html +share/doc/irrlicht/doc/html/defines_5f.html +share/doc/irrlicht/doc/html/defines_61.html +share/doc/irrlicht/doc/html/defines_62.html +share/doc/irrlicht/doc/html/defines_66.html +share/doc/irrlicht/doc/html/defines_69.html +share/doc/irrlicht/doc/html/defines_6d.html +share/doc/irrlicht/doc/html/defines_70.html +share/doc/irrlicht/doc/html/defines_72.html share/doc/irrlicht/doc/html/deprecated.html share/doc/irrlicht/doc/html/dimension2d_8h.html share/doc/irrlicht/doc/html/dimension2d_8h_source.html @@ -979,6 +1063,27 @@ share/doc/irrlicht/doc/html/doxygen.css share/doc/irrlicht/doc/html/doxygen.png share/doc/irrlicht/doc/html/driver_choice_8h.html share/doc/irrlicht/doc/html/driver_choice_8h_source.html +share/doc/irrlicht/doc/html/dynsections.js +share/doc/irrlicht/doc/html/enums_65.html +share/doc/irrlicht/doc/html/enums_76.html +share/doc/irrlicht/doc/html/enumvalues_61.html +share/doc/irrlicht/doc/html/enumvalues_62.html +share/doc/irrlicht/doc/html/enumvalues_63.html +share/doc/irrlicht/doc/html/enumvalues_64.html +share/doc/irrlicht/doc/html/enumvalues_65.html +share/doc/irrlicht/doc/html/enumvalues_66.html +share/doc/irrlicht/doc/html/enumvalues_69.html +share/doc/irrlicht/doc/html/enumvalues_6b.html +share/doc/irrlicht/doc/html/enumvalues_6c.html +share/doc/irrlicht/doc/html/enumvalues_6d.html +share/doc/irrlicht/doc/html/enumvalues_6e.html +share/doc/irrlicht/doc/html/enumvalues_70.html +share/doc/irrlicht/doc/html/enumvalues_72.html +share/doc/irrlicht/doc/html/enumvalues_73.html +share/doc/irrlicht/doc/html/enumvalues_74.html +share/doc/irrlicht/doc/html/enumvalues_75.html +share/doc/irrlicht/doc/html/enumvalues_76.html +share/doc/irrlicht/doc/html/enumvalues_77.html share/doc/irrlicht/doc/html/example001.html share/doc/irrlicht/doc/html/example002.html share/doc/irrlicht/doc/html/example003.html @@ -1002,9 +1107,41 @@ share/doc/irrlicht/doc/html/example020.html share/doc/irrlicht/doc/html/example021.html share/doc/irrlicht/doc/html/example022.html share/doc/irrlicht/doc/html/example023.html +share/doc/irrlicht/doc/html/example024.html +share/doc/irrlicht/doc/html/example025.html +share/doc/irrlicht/doc/html/example026.html share/doc/irrlicht/doc/html/fast__atof_8h.html share/doc/irrlicht/doc/html/fast__atof_8h_source.html share/doc/irrlicht/doc/html/files.html +share/doc/irrlicht/doc/html/files_61.html +share/doc/irrlicht/doc/html/files_63.html +share/doc/irrlicht/doc/html/files_64.html +share/doc/irrlicht/doc/html/files_65.html +share/doc/irrlicht/doc/html/files_66.html +share/doc/irrlicht/doc/html/files_68.html +share/doc/irrlicht/doc/html/files_69.html +share/doc/irrlicht/doc/html/files_6b.html +share/doc/irrlicht/doc/html/files_6c.html +share/doc/irrlicht/doc/html/files_6d.html +share/doc/irrlicht/doc/html/files_70.html +share/doc/irrlicht/doc/html/files_71.html +share/doc/irrlicht/doc/html/files_72.html +share/doc/irrlicht/doc/html/files_73.html +share/doc/irrlicht/doc/html/files_74.html +share/doc/irrlicht/doc/html/files_76.html +share/doc/irrlicht/doc/html/ftv2blank.png +share/doc/irrlicht/doc/html/ftv2doc.png +share/doc/irrlicht/doc/html/ftv2folderclosed.png +share/doc/irrlicht/doc/html/ftv2folderopen.png +share/doc/irrlicht/doc/html/ftv2lastnode.png +share/doc/irrlicht/doc/html/ftv2link.png +share/doc/irrlicht/doc/html/ftv2mlastnode.png +share/doc/irrlicht/doc/html/ftv2mnode.png +share/doc/irrlicht/doc/html/ftv2node.png +share/doc/irrlicht/doc/html/ftv2plastnode.png +share/doc/irrlicht/doc/html/ftv2pnode.png +share/doc/irrlicht/doc/html/ftv2splitbar.png +share/doc/irrlicht/doc/html/ftv2vertline.png share/doc/irrlicht/doc/html/functions.html share/doc/irrlicht/doc/html/functions_0x62.html share/doc/irrlicht/doc/html/functions_0x63.html @@ -1032,6 +1169,31 @@ share/doc/irrlicht/doc/html/functions_0x78.html share/doc/irrlicht/doc/html/functions_0x79.html share/doc/irrlicht/doc/html/functions_0x7a.html share/doc/irrlicht/doc/html/functions_0x7e.html +share/doc/irrlicht/doc/html/functions_61.html +share/doc/irrlicht/doc/html/functions_62.html +share/doc/irrlicht/doc/html/functions_63.html +share/doc/irrlicht/doc/html/functions_64.html +share/doc/irrlicht/doc/html/functions_65.html +share/doc/irrlicht/doc/html/functions_66.html +share/doc/irrlicht/doc/html/functions_67.html +share/doc/irrlicht/doc/html/functions_68.html +share/doc/irrlicht/doc/html/functions_69.html +share/doc/irrlicht/doc/html/functions_6a.html +share/doc/irrlicht/doc/html/functions_6c.html +share/doc/irrlicht/doc/html/functions_6d.html +share/doc/irrlicht/doc/html/functions_6e.html +share/doc/irrlicht/doc/html/functions_6f.html +share/doc/irrlicht/doc/html/functions_70.html +share/doc/irrlicht/doc/html/functions_71.html +share/doc/irrlicht/doc/html/functions_72.html +share/doc/irrlicht/doc/html/functions_73.html +share/doc/irrlicht/doc/html/functions_74.html +share/doc/irrlicht/doc/html/functions_75.html +share/doc/irrlicht/doc/html/functions_76.html +share/doc/irrlicht/doc/html/functions_77.html +share/doc/irrlicht/doc/html/functions_78.html +share/doc/irrlicht/doc/html/functions_79.html +share/doc/irrlicht/doc/html/functions_7e.html share/doc/irrlicht/doc/html/functions_enum.html share/doc/irrlicht/doc/html/functions_eval.html share/doc/irrlicht/doc/html/functions_func.html @@ -1056,6 +1218,7 @@ share/doc/irrlicht/doc/html/functions_func_0x74.html share/doc/irrlicht/doc/html/functions_func_0x75.html share/doc/irrlicht/doc/html/functions_func_0x76.html share/doc/irrlicht/doc/html/functions_func_0x77.html +share/doc/irrlicht/doc/html/functions_func_0x78.html share/doc/irrlicht/doc/html/functions_func_0x79.html share/doc/irrlicht/doc/html/functions_func_0x7e.html share/doc/irrlicht/doc/html/functions_rela.html @@ -1091,6 +1254,7 @@ share/doc/irrlicht/doc/html/heapsort_8h.html share/doc/irrlicht/doc/html/heapsort_8h_source.html share/doc/irrlicht/doc/html/hierarchy.html share/doc/irrlicht/doc/html/index.html +share/doc/irrlicht/doc/html/installdox share/doc/irrlicht/doc/html/irr_allocator_8h.html share/doc/irrlicht/doc/html/irr_allocator_8h_source.html share/doc/irrlicht/doc/html/irr_array_8h.html @@ -1110,11 +1274,18 @@ share/doc/irrlicht/doc/html/irr_x_m_l_8h_source.html share/doc/irrlicht/doc/html/irrlicht.png share/doc/irrlicht/doc/html/irrlicht_8h.html share/doc/irrlicht/doc/html/irrlicht_8h_source.html +share/doc/irrlicht/doc/html/irrlichtlogo.png +share/doc/irrlicht/doc/html/irrpack_8h.html +share/doc/irrlicht/doc/html/irrpack_8h_source.html +share/doc/irrlicht/doc/html/irrunpack_8h.html +share/doc/irrlicht/doc/html/irrunpack_8h_source.html +share/doc/irrlicht/doc/html/jquery.js share/doc/irrlicht/doc/html/line2d_8h.html share/doc/irrlicht/doc/html/line2d_8h_source.html share/doc/irrlicht/doc/html/line3d_8h.html share/doc/irrlicht/doc/html/line3d_8h_source.html share/doc/irrlicht/doc/html/logobig.png +share/doc/irrlicht/doc/html/mag_sel.png share/doc/irrlicht/doc/html/matrix4_8h.html share/doc/irrlicht/doc/html/matrix4_8h_source.html share/doc/irrlicht/doc/html/namespaceirr.html @@ -1168,6 +1339,13 @@ share/doc/irrlicht/doc/html/namespacemembers_func.html share/doc/irrlicht/doc/html/namespacemembers_type.html share/doc/irrlicht/doc/html/namespacemembers_vars.html share/doc/irrlicht/doc/html/namespaces.html +share/doc/irrlicht/doc/html/namespaces_69.html +share/doc/irrlicht/doc/html/nav_f.png +share/doc/irrlicht/doc/html/nav_h.png +share/doc/irrlicht/doc/html/navtree.css +share/doc/irrlicht/doc/html/navtree.js +share/doc/irrlicht/doc/html/nomatches.html +share/doc/irrlicht/doc/html/open.png share/doc/irrlicht/doc/html/pages.html share/doc/irrlicht/doc/html/path_8h.html share/doc/irrlicht/doc/html/path_8h_source.html @@ -1179,6 +1357,19 @@ share/doc/irrlicht/doc/html/quaternion_8h.html share/doc/irrlicht/doc/html/quaternion_8h_source.html share/doc/irrlicht/doc/html/rect_8h.html share/doc/irrlicht/doc/html/rect_8h_source.html +share/doc/irrlicht/doc/html/related_63.html +share/doc/irrlicht/doc/html/related_69.html +share/doc/irrlicht/doc/html/related_6c.html +share/doc/irrlicht/doc/html/related_6d.html +share/doc/irrlicht/doc/html/related_73.html +share/doc/irrlicht/doc/html/resize.js +share/doc/irrlicht/doc/html/search.css +share/doc/irrlicht/doc/html/search.js +share/doc/irrlicht/doc/html/search_l.png +share/doc/irrlicht/doc/html/search_m.png +share/doc/irrlicht/doc/html/search_r.png +share/doc/irrlicht/doc/html/structirr_1_1_i_timer_1_1_real_time_date-members.html +share/doc/irrlicht/doc/html/structirr_1_1_i_timer_1_1_real_time_date.html share/doc/irrlicht/doc/html/structirr_1_1_s_event-members.html share/doc/irrlicht/doc/html/structirr_1_1_s_event.html share/doc/irrlicht/doc/html/structirr_1_1_s_event_1_1_s_g_u_i_event-members.html @@ -1199,6 +1390,8 @@ share/doc/irrlicht/doc/html/structirr_1_1_s_joystick_info-members.html share/doc/irrlicht/doc/html/structirr_1_1_s_joystick_info.html share/doc/irrlicht/doc/html/structirr_1_1_s_key_map-members.html share/doc/irrlicht/doc/html/structirr_1_1_s_key_map.html +share/doc/irrlicht/doc/html/structirr_1_1gui_1_1_s_cursor_sprite-members.html +share/doc/irrlicht/doc/html/structirr_1_1gui_1_1_s_cursor_sprite.html share/doc/irrlicht/doc/html/structirr_1_1gui_1_1_s_g_u_i_sprite-members.html share/doc/irrlicht/doc/html/structirr_1_1gui_1_1_s_g_u_i_sprite.html share/doc/irrlicht/doc/html/structirr_1_1gui_1_1_s_g_u_i_sprite_frame-members.html @@ -1207,6 +1400,8 @@ share/doc/irrlicht/doc/html/structirr_1_1io_1_1_s_attribute_read_write_options-m share/doc/irrlicht/doc/html/structirr_1_1io_1_1_s_attribute_read_write_options.html share/doc/irrlicht/doc/html/structirr_1_1io_1_1_s_named_path-members.html share/doc/irrlicht/doc/html/structirr_1_1io_1_1_s_named_path.html +share/doc/irrlicht/doc/html/structirr_1_1io_1_1xml_char-members.html +share/doc/irrlicht/doc/html/structirr_1_1io_1_1xml_char.html share/doc/irrlicht/doc/html/structirr_1_1scene_1_1_i_skinned_mesh_1_1_s_joint-members.html share/doc/irrlicht/doc/html/structirr_1_1scene_1_1_i_skinned_mesh_1_1_s_joint.html share/doc/irrlicht/doc/html/structirr_1_1scene_1_1_i_skinned_mesh_1_1_s_position_key-members.html @@ -1291,15 +1486,55 @@ share/doc/irrlicht/doc/html/structirr_1_1video_1_1_s_light-members.html share/doc/irrlicht/doc/html/structirr_1_1video_1_1_s_light.html share/doc/irrlicht/doc/html/structirr_1_1video_1_1_s_override_material-members.html share/doc/irrlicht/doc/html/structirr_1_1video_1_1_s_override_material.html -share/doc/irrlicht/doc/html/tab_b.gif -share/doc/irrlicht/doc/html/tab_l.gif -share/doc/irrlicht/doc/html/tab_r.gif +share/doc/irrlicht/doc/html/tab_a.png +share/doc/irrlicht/doc/html/tab_b.png +share/doc/irrlicht/doc/html/tab_h.png +share/doc/irrlicht/doc/html/tab_s.png share/doc/irrlicht/doc/html/tabs.css share/doc/irrlicht/doc/html/triangle3d_8h.html share/doc/irrlicht/doc/html/triangle3d_8h_source.html share/doc/irrlicht/doc/html/tut_8txt.html +share/doc/irrlicht/doc/html/typedefs_61.html +share/doc/irrlicht/doc/html/typedefs_63.html +share/doc/irrlicht/doc/html/typedefs_64.html +share/doc/irrlicht/doc/html/typedefs_66.html +share/doc/irrlicht/doc/html/typedefs_69.html +share/doc/irrlicht/doc/html/typedefs_6c.html +share/doc/irrlicht/doc/html/typedefs_6d.html +share/doc/irrlicht/doc/html/typedefs_6e.html +share/doc/irrlicht/doc/html/typedefs_70.html +share/doc/irrlicht/doc/html/typedefs_72.html +share/doc/irrlicht/doc/html/typedefs_73.html +share/doc/irrlicht/doc/html/typedefs_74.html +share/doc/irrlicht/doc/html/typedefs_75.html +share/doc/irrlicht/doc/html/typedefs_76.html share/doc/irrlicht/doc/html/unionirr_1_1core_1_1inttofloat-members.html share/doc/irrlicht/doc/html/unionirr_1_1core_1_1inttofloat.html +share/doc/irrlicht/doc/html/variables_61.html +share/doc/irrlicht/doc/html/variables_62.html +share/doc/irrlicht/doc/html/variables_63.html +share/doc/irrlicht/doc/html/variables_64.html +share/doc/irrlicht/doc/html/variables_65.html +share/doc/irrlicht/doc/html/variables_66.html +share/doc/irrlicht/doc/html/variables_67.html +share/doc/irrlicht/doc/html/variables_68.html +share/doc/irrlicht/doc/html/variables_69.html +share/doc/irrlicht/doc/html/variables_6a.html +share/doc/irrlicht/doc/html/variables_6b.html +share/doc/irrlicht/doc/html/variables_6c.html +share/doc/irrlicht/doc/html/variables_6d.html +share/doc/irrlicht/doc/html/variables_6e.html +share/doc/irrlicht/doc/html/variables_6f.html +share/doc/irrlicht/doc/html/variables_70.html +share/doc/irrlicht/doc/html/variables_72.html +share/doc/irrlicht/doc/html/variables_73.html +share/doc/irrlicht/doc/html/variables_74.html +share/doc/irrlicht/doc/html/variables_75.html +share/doc/irrlicht/doc/html/variables_76.html +share/doc/irrlicht/doc/html/variables_77.html +share/doc/irrlicht/doc/html/variables_78.html +share/doc/irrlicht/doc/html/variables_79.html +share/doc/irrlicht/doc/html/variables_7a.html share/doc/irrlicht/doc/html/vc6include.jpg share/doc/irrlicht/doc/html/vc6optionsdir.jpg share/doc/irrlicht/doc/html/vcnetinclude.jpg @@ -1307,7 +1542,6 @@ share/doc/irrlicht/doc/html/vector2d_8h.html share/doc/irrlicht/doc/html/vector2d_8h_source.html share/doc/irrlicht/doc/html/vector3d_8h.html share/doc/irrlicht/doc/html/vector3d_8h_source.html -share/doc/irrlicht/doc/index.html share/doc/irrlicht/doc/readme.txt share/doc/irrlicht/doc/upgrade-guide.txt share/doc/irrlicht/examples/ @@ -1417,6 +1651,9 @@ share/doc/irrlicht/media/020shot.jpg share/doc/irrlicht/media/021shot.jpg share/doc/irrlicht/media/022shot.jpg share/doc/irrlicht/media/023shot.jpg +share/doc/irrlicht/media/024shot.jpg +share/doc/irrlicht/media/025shot.jpg +share/doc/irrlicht/media/026shot.jpg share/doc/irrlicht/media/2ddemo.png share/doc/irrlicht/media/Faerie5.BMP share/doc/irrlicht/media/IrrlichtTheme.ogg @@ -1453,6 +1690,10 @@ share/doc/irrlicht/media/fontlucida.png share/doc/irrlicht/media/gun.jpg share/doc/irrlicht/media/gun.md2 share/doc/irrlicht/media/help.png +share/doc/irrlicht/media/icon_crosshairs16x16bw1.png +share/doc/irrlicht/media/icon_crosshairs16x16bw2.png +share/doc/irrlicht/media/icon_crosshairs16x16bw3.png +share/doc/irrlicht/media/icon_crosshairs16x16col.png share/doc/irrlicht/media/iconlist.png share/doc/irrlicht/media/impact.wav share/doc/irrlicht/media/irr.ico @@ -1486,6 +1727,7 @@ share/doc/irrlicht/media/opengl.vert share/doc/irrlicht/media/opengl.vsh share/doc/irrlicht/media/opengllogo.png share/doc/irrlicht/media/particle.bmp +share/doc/irrlicht/media/particlegreen.jpg share/doc/irrlicht/media/particlered.bmp share/doc/irrlicht/media/particlewhite.bmp share/doc/irrlicht/media/portal1.bmp @@ -1518,4 +1760,6 @@ share/doc/irrlicht/media/vcnetinclude.jpg share/doc/irrlicht/media/wall.bmp share/doc/irrlicht/media/wall.jpg share/doc/irrlicht/media/water.jpg +share/doc/irrlicht/media/yodan mdl - readme.txt +share/doc/irrlicht/media/yodan.mdl share/doc/irrlicht/media/zip.png