irrlicht/source/Irrlicht
hybrid f4bc95371b First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@959 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-14 22:25:59 +00:00
..
MacOSX Changed the OpenGL header include scheme for OSX. I hope that it does not break anything as I cannot compile it under OSX. Also some indentation for the OSX stuff. 2007-08-28 13:39:23 +00:00
jpeglib Moved everything to /trunk 2007-05-20 18:03:49 +00:00
libpng Fix a 64bit problem with libpng. 2007-06-04 23:19:40 +00:00
zlib Moved everything to /trunk 2007-05-20 18:03:49 +00:00
BuiltInFont.h Named the event structs. Fixed a warning with endif comments. 2007-08-02 08:07:54 +00:00
C3DSMeshFileLoader.cpp renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
C3DSMeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CAnimatedMeshMD2.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshMD2.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshMD3.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshMD3.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAttributeImpl.h Fixed inline assembler for gcc in irrMath. Removed some code using the irrMath functions. 2007-09-03 15:15:12 +00:00
CAttributes.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAttributes.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CB3DMeshFileLoader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CB3DMeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CBSPMeshFileLoader.cpp renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CBSPMeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CBillboardSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CBillboardSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CBoneSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CBoneSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CCSMLoader.cpp Merged SkinnedMesh branch 658:895 into trunk. 2007-09-04 18:51:42 +00:00
CCSMLoader.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCameraFPSSceneNode.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCameraFPSSceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCameraMayaSceneNode.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCameraMayaSceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCameraSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CCameraSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CColladaFileLoader.cpp More compiler warning fixes. Switched automatic culling without camera off as suggested on the forum. 2007-09-07 08:40:19 +00:00
CColladaFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CColladaMeshWriter.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CColladaMeshWriter.h Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CColorConverter.cpp Added a new texture creation flag for specifying the desired texture format. The new flag chooses a non-alpha channel texture format. This will save some texture memory (one fourth for 32bit textures). 2007-07-19 23:31:18 +00:00
CColorConverter.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCubeSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CCubeSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CD3D8Driver.cpp Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CD3D8Driver.h Added driver support for user clip planes. 2007-08-10 13:06:52 +00:00
CD3D8MaterialRenderer.h speed optimization for special case in ONE_TEXTURE_BLEND material. (when no blending is necessary) 2007-09-14 12:55:12 +00:00
CD3D8NormalMapRenderer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D8NormalMapRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D8ParallaxMapRenderer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D8ParallaxMapRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D8ShaderMaterialRenderer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D8ShaderMaterialRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D8Texture.cpp Fixed some missing unlocks and the missing point size setting in D3D drivers/textures. 2007-07-29 23:48:58 +00:00
CD3D8Texture.h Added a new texture creation flag for specifying the desired texture format. The new flag chooses a non-alpha channel texture format. This will save some texture memory (one fourth for 32bit textures). 2007-07-19 23:31:18 +00:00
CD3D9Driver.cpp fixed the problem with drivers claiming they can generate mipmaps althoug they cannot. 2007-09-14 08:02:42 +00:00
CD3D9Driver.h Added driver support for user clip planes. 2007-08-10 13:06:52 +00:00
CD3D9HLSLMaterialRenderer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9HLSLMaterialRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9MaterialRenderer.h speed optimization for special case in ONE_TEXTURE_BLEND material. (when no blending is necessary) 2007-09-14 12:55:12 +00:00
CD3D9NormalMapRenderer.cpp Enhanced D3D9 normalmap shader by RyanClark. 2007-08-16 22:44:12 +00:00
CD3D9NormalMapRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9ParallaxMapRenderer.cpp Enhanced D3D9 normalmap shader by RyanClark. 2007-08-16 22:44:12 +00:00
CD3D9ParallaxMapRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9ShaderMaterialRenderer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9ShaderMaterialRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9Texture.cpp Fixed the d3d9 mipmapping for new formats. Still not a nice solution, though. Also enabled hardware mipmap update for d3d9 with an extra check for format support. 2007-08-14 15:10:28 +00:00
CD3D9Texture.h Added a new texture creation flag for specifying the desired texture format. The new flag chooses a non-alpha channel texture format. This will save some texture memory (one fourth for 32bit textures). 2007-07-19 23:31:18 +00:00
CDMFLoader.cpp renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CDMFLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CDefaultGUIElementFactory.cpp Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CDefaultGUIElementFactory.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CDefaultSceneNodeAnimatorFactory.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDefaultSceneNodeAnimatorFactory.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CDefaultSceneNodeFactory.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDefaultSceneNodeFactory.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDepthBuffer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDepthBuffer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDummyTransformationSceneNode.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDummyTransformationSceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CEmptySceneNode.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CEmptySceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CFPSCounter.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CFPSCounter.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CFileList.cpp Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CFileList.h Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CFileSystem.cpp oops missed some required code from the sourceforge patch 2007-05-28 00:00:32 +00:00
CFileSystem.h added IFileSystem::getFileDir and made XML bitmap font use relative path for texture. 2007-05-26 22:19:21 +00:00
CGUIButton.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIButton.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUICheckBox.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUICheckBox.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIColorSelectDialog.cpp Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIColorSelectDialog.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIComboBox.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIComboBox.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIContextMenu.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIContextMenu.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIEditBox.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIEditBox.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIEnvironment.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIEnvironment.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIFileOpenDialog.cpp Made Linux event local to event handler. Cleaned up file choosing. 2007-09-14 09:57:40 +00:00
CGUIFileOpenDialog.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIFont.cpp Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIFont.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIImage.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIImage.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIInOutFader.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIInOutFader.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIListBox.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIListBox.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIMenu.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CGUIMenu.h CuteAlien's menu changes and fixes, CuteAlien/StarSonata's coloured listbox item extension. 2007-08-29 23:37:24 +00:00
CGUIMeshViewer.cpp Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CGUIMeshViewer.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIMessageBox.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIMessageBox.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIModalScreen.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIModalScreen.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIScrollBar.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIScrollBar.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUISkin.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUISkin.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUISpinBox.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUISpinBox.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUISpriteBank.cpp Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUISpriteBank.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIStaticText.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIStaticText.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUITabControl.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUITabControl.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CGUIToolBar.cpp Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIToolBar.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGUIWindow.cpp CuteAlien's menu changes and fixes, CuteAlien/StarSonata's coloured listbox item extension. 2007-08-29 23:37:24 +00:00
CGUIWindow.h Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CGeometryCreator.cpp Minor changes. 2007-09-12 21:31:31 +00:00
CGeometryCreator.h Fixed HillPlane Mesh to work with arbitrary sizes. 2007-07-30 17:14:55 +00:00
CImage.cpp Reindentation and small updates. 2007-07-16 23:46:43 +00:00
CImage.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderBMP.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CImageLoaderBMP.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderJPG.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderJPG.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderPCX.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CImageLoaderPCX.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderPNG.cpp A first few fixes concerning strict-aliasing mentioned by vapier. 2007-08-28 13:37:43 +00:00
CImageLoaderPNG.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderPSD.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderPSD.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderTGA.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageLoaderTGA.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterBMP.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterBMP.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterJPG.cpp Fixed Ogre file format check to support new version. Fixed some missing inits. Changed some tests to switch statements. 2007-06-02 12:10:39 +00:00
CImageWriterJPG.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPCX.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPCX.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPNG.cpp Fixed Ogre file format check to support new version. Fixed some missing inits. Changed some tests to switch statements. 2007-06-02 12:10:39 +00:00
CImageWriterPNG.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPPM.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPPM.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPSD.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterPSD.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterTGA.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CImageWriterTGA.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CIrrDeviceLinux.cpp Made Linux event local to event handler. Cleaned up file choosing. 2007-09-14 09:57:40 +00:00
CIrrDeviceLinux.h Made Linux event local to event handler. Cleaned up file choosing. 2007-09-14 09:57:40 +00:00
CIrrDeviceSDL.cpp changed all video driver creation failure log messages to use ELL_ERROR (like the windows device). 2007-07-01 21:22:05 +00:00
CIrrDeviceSDL.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CIrrDeviceStub.cpp Added IrrCompileConfig define to compile without GUI. 2007-07-26 05:30:19 +00:00
CIrrDeviceStub.h Fix setResizeAble under Linux, which had the correct implementation as a private method. Also removed the dummy implementation from DeviceStub. 2007-05-21 13:36:06 +00:00
CIrrDeviceWin32.cpp Moved the driver dimension restrictions (multiple of two) from the windows device into the software drivers. 2007-08-20 17:39:49 +00:00
CIrrDeviceWin32.h Fixed two places which would create an glError and increased extension check performance. 2007-08-20 20:55:24 +00:00
CIrrMeshFileLoader.cpp Fixed color problem in loader and added to Makefile. 2007-09-09 18:33:00 +00:00
CIrrMeshFileLoader.h added loader for the new .irrmesh format. (CIrrMeshFileLoader) 2007-09-09 06:52:57 +00:00
CIrrMeshWriter.cpp Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CIrrMeshWriter.h Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CLMTSMeshFileLoader.cpp Merged SkinnedMesh branch 658:895 into trunk. 2007-09-04 18:51:42 +00:00
CLMTSMeshFileLoader.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CLightSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CLightSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CLimitReadFile.cpp Fix a compiler warning and a comment error. 2007-09-14 15:12:04 +00:00
CLimitReadFile.h Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CLogger.cpp Put even more messages into debug mode. 2007-09-05 08:59:46 +00:00
CLogger.h Fixed two things from a previous commit that were not working. Some minor comment changes. 2007-06-02 13:07:10 +00:00
CMD2MeshFileLoader.cpp renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CMD2MeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CMD3MeshFileLoader.cpp Some code cleanup for animated meshes. 2007-09-05 13:10:36 +00:00
CMD3MeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CMS3DMeshFileLoader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CMS3DMeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CMY3DHelper.h Minor cleanup. 2007-07-05 22:33:56 +00:00
CMY3DMeshFileLoader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CMY3DMeshFileLoader.h Minor cleanup. 2007-07-05 22:33:56 +00:00
CMY3DStuff.h Minor cleanup. 2007-07-05 22:33:56 +00:00
CMemoryReadFile.cpp Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CMemoryReadFile.h Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CMeshCache.cpp added IUnknown::getReferenceCount and IMeshCache::clearUnusedMeshes to flush unused meshes from the mesh cache. 2007-07-05 11:20:03 +00:00
CMeshCache.h added IUnknown::getReferenceCount and IMeshCache::clearUnusedMeshes to flush unused meshes from the mesh cache. 2007-07-05 11:20:03 +00:00
CMeshManipulator.cpp Changed .x loader to use u32. 2007-09-12 17:45:29 +00:00
CMeshManipulator.h added IMeshManipulator::createMeshWelded to copy a mesh with welded vertices. removed IAnimatedMeshX from the vc8 project. 2007-09-11 21:47:32 +00:00
CMeshSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CMeshSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CMetaTriangleSelector.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CMetaTriangleSelector.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CNullDriver.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CNullDriver.h Added driver support for user clip planes. 2007-08-10 13:06:52 +00:00
COBJMeshFileLoader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
COBJMeshFileLoader.h Fix the relative addressing for all types. 2007-09-07 08:57:15 +00:00
COCTLoader.cpp Reverted some stuff od the optimized .x splitting back to working version from Luke. Simplified some mesh loader parts in several formats. 2007-09-07 14:18:47 +00:00
COCTLoader.h Reverted some stuff od the optimized .x splitting back to working version from Luke. Simplified some mesh loader parts in several formats. 2007-09-07 14:18:47 +00:00
COSOperator.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
COSOperator.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
COctTreeSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
COctTreeSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
COctTreeTriangleSelector.cpp Removed array::erase from loops in Octtree.h and COctTreeTriangleSelector.cpp, they now generate a lot faster. 2007-06-04 02:50:30 +00:00
COctTreeTriangleSelector.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
COgreMeshFileLoader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
COgreMeshFileLoader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
COpenGLDriver.cpp Fix OpenGL user clip plane adaption to view matrix changes. 2007-09-10 22:49:59 +00:00
COpenGLDriver.h Fix OpenGL user clip plane adaption to view matrix changes. 2007-09-10 22:49:59 +00:00
COpenGLExtensionHandler.cpp Fixed inline assembler for gcc in irrMath. Removed some code using the irrMath functions. 2007-09-03 15:15:12 +00:00
COpenGLExtensionHandler.h Properly fixed the OpenGL extension search. Also removed the glu part in order to get rid of glu at all. 2007-08-30 08:26:20 +00:00
COpenGLMaterialRenderer.h Changed some OpenGL material renderer states. Removed the automatic mipmap generation after texture unlock for OpenGL to get the same as for d3d drivers. 2007-08-21 17:19:17 +00:00
COpenGLNormalMapRenderer.cpp Use c++ casts instead of plain C ones. 2007-08-02 09:50:59 +00:00
COpenGLNormalMapRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
COpenGLParallaxMapRenderer.cpp Use c++ casts instead of plain C ones. 2007-08-02 09:50:59 +00:00
COpenGLParallaxMapRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
COpenGLSLMaterialRenderer.cpp Fixed manual mipmap generation and removed the last glu function. 2007-09-02 19:45:17 +00:00
COpenGLSLMaterialRenderer.h Avoid destructor on md3 substructures which causes crash due to non-constructed array elements. Fixed color writing in irr mesh writer. 2007-09-08 22:37:57 +00:00
COpenGLShaderMaterialRenderer.cpp Use c++ casts instead of plain C ones. 2007-08-02 09:50:59 +00:00
COpenGLShaderMaterialRenderer.h Changed the OpenGL header include scheme for OSX. I hope that it does not break anything as I cannot compile it under OSX. Also some indentation for the OSX stuff. 2007-08-28 13:39:23 +00:00
COpenGLTexture.cpp Fixed manual mipmap generation and removed the last glu function. 2007-09-02 19:45:17 +00:00
COpenGLTexture.h Fixed manual mipmap generation and removed the last glu function. 2007-09-02 19:45:17 +00:00
CPakReader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CPakReader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CParticleAnimatedMeshSceneNodeEmitter.cpp Fixed the win32 project files. 2007-09-05 09:31:56 +00:00
CParticleAnimatedMeshSceneNodeEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleAttractionAffector.cpp Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleAttractionAffector.h Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleBoxEmitter.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleBoxEmitter.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleCylinderEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleCylinderEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleFadeOutAffector.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleFadeOutAffector.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleGravityAffector.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleGravityAffector.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleMeshEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleMeshEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticlePointEmitter.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticlePointEmitter.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleRingEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleRingEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleRotationAffector.cpp Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleRotationAffector.h Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleSphereEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleSphereEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleSystemSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleSystemSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CQ3LevelMesh.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CQ3LevelMesh.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CQuake3ShaderSceneNode.cpp Enhanced documentation for isFrontFacing to make it safer to use. Fixed frustum culling to correctly handle all possible cases of box intersections. Replaced isFrontFacing by classifyPointRelation as suggested by vitek. Minor cleanups in some classes. 2007-05-28 11:14:47 +00:00
CQuake3ShaderSceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CReadFile.cpp Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CReadFile.h Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CSceneCollisionManager.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSceneCollisionManager.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSceneManager.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneManager.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorCollisionResponse.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorCollisionResponse.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorDelete.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSceneNodeAnimatorDelete.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSceneNodeAnimatorFlyCircle.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFlyCircle.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFlyStraight.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFlyStraight.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFollowSpline.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFollowSpline.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorRotation.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorRotation.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorTexture.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorTexture.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CShadowVolumeSceneNode.cpp Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CShadowVolumeSceneNode.h Added two currently disabled OpenGL improvements for shadow volumes. Due to incompatible shadow volumes the extensions are not yet working. 2007-07-02 17:33:01 +00:00
CSkinnedMesh.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSkinnedMesh.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSkyBoxSceneNode.cpp The SkyBox scene node clamps its textures by default now 2007-06-07 14:45:05 +00:00
CSkyBoxSceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSkyDomeSceneNode.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSkyDomeSceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSoftware2MaterialRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSoftwareDriver.cpp Moved the driver dimension restrictions (multiple of two) from the windows device into the software drivers. 2007-08-20 17:39:49 +00:00
CSoftwareDriver.h Added OnResize and getCurrentRenderTargetSize to the software drivers. Fix for GUI XML loading by CuteAlien. 2007-08-20 10:11:55 +00:00
CSoftwareDriver2.cpp Moved the driver dimension restrictions (multiple of two) from the windows device into the software drivers. 2007-08-20 17:39:49 +00:00
CSoftwareDriver2.h Added OnResize and getCurrentRenderTargetSize to the software drivers. Fix for GUI XML loading by CuteAlien. 2007-08-20 10:11:55 +00:00
CSoftwareTexture.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSoftwareTexture.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSoftwareTexture2.cpp Another change for the hasMipMaps fix which was not committed last time. Fix for CsphereNode texture coords which now range from 0 to 1 on both axes. 2007-05-22 08:16:29 +00:00
CSoftwareTexture2.h fixed getOriginalSize in textures in Burning's renderer. Had to add a new method to get the size of the largest mipmap (getMaxSize), as the texelarea functions needed this value. 2007-07-08 14:02:45 +00:00
CSphereSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSphereSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CTRFlat.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRFlatWire.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRGouraud.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRGouraud2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRGouraudAlpha2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRGouraudAlphaNoZ2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRGouraudWire.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureBlend.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureDetailMap2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureFlat.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureFlatWire.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraud.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraud.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraud2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudAdd.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudAdd2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudAddNoZ2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudAlpha.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudAlphaNoZ.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudNoZ.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudNoZ2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudVertexAlpha2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraudWire.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureLightMap2_Add.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureLightMap2_M1.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureLightMap2_M2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureLightMap2_M4.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureLightMapGouraud2_M4.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureWire2.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTerrainSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CTerrainSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CTerrainTriangleSelector.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTerrainTriangleSelector.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTextSceneNode.cpp fixed a bug in CBillboardTextSceneNode::setText, the mesh data text was not cleared 2007-07-01 05:16:01 +00:00
CTextSceneNode.h Enhanced documentation for isFrontFacing to make it safer to use. Fixed frustum culling to correctly handle all possible cases of box intersections. Replaced isFrontFacing by classifyPointRelation as suggested by vitek. Minor cleanups in some classes. 2007-05-28 11:14:47 +00:00
CTimer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTriangleBBSelector.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTriangleBBSelector.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTriangleSelector.cpp Added string representation for vertex types. Simplified some code, made some methods const. 2007-09-10 09:27:37 +00:00
CTriangleSelector.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CVideoModeList.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CVideoModeList.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CWaterSurfaceSceneNode.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CWaterSurfaceSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CWriteFile.cpp Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CWriteFile.h Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CXMLReader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CXMLReader.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CXMLReaderImpl.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CXMLWriter.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CXMLWriter.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CXMeshFileLoader.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CXMeshFileLoader.h Changed .x loader to use u32. 2007-09-12 17:45:29 +00:00
CZBuffer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CZBuffer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CZipReader.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
CZipReader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
IBurningShader.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
IBurningShader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
IDepthBuffer.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
IImagePresenter.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
ITriangleRenderer.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
IZBuffer.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
Irrlicht.cpp Added MSVC support for sprintf_s 2007-09-05 15:21:47 +00:00
Irrlicht.dev Updated dev-cpp project, changed x loader debug messages to use _X_READER_DEBUG define 2007-09-10 11:31:43 +00:00
Irrlicht.dsp visual studio 6.0 compatibility 2007-09-07 06:29:57 +00:00
Irrlicht.dsw Moved everything to /trunk 2007-05-20 18:03:49 +00:00
Irrlicht7.1.sln Moved everything to /trunk 2007-05-20 18:03:49 +00:00
Irrlicht7.1.vcproj added loader for the new .irrmesh format. (CIrrMeshFileLoader) 2007-09-09 06:52:57 +00:00
Irrlicht8.0.sln Moved everything to /trunk 2007-05-20 18:03:49 +00:00
Irrlicht8.0.vcproj added IMeshManipulator::createMeshWelded to copy a mesh with welded vertices. removed IAnimatedMeshX from the vc8 project. 2007-09-11 21:47:32 +00:00
Irrlicht_Win32-gcc.cbp -skinnedMesh: meshes with weights are still counted as animated for ragdolls, etc, even if they have no animation data. 2007-09-09 04:53:25 +00:00
Makefile Changed .x loader to use u32. 2007-09-12 17:45:29 +00:00
OctTree.h couldn't work out why oct-trees were culled against the bounding box of the frustum rather than the frustum itself. works better than the bounding box method in my test meshes (box method culls too much) so I changed it back to use frustum method. 2007-06-10 20:02:11 +00:00
S2DVertex.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
S4DVertex.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
SoftwareDriver2_compile_config.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
SoftwareDriver2_helper.h Enhanced documentation for isFrontFacing to make it safer to use. Fixed frustum culling to correctly handle all possible cases of box intersections. Replaced isFrontFacing by classifyPointRelation as suggested by vitek. Minor cleanups in some classes. 2007-05-28 11:14:47 +00:00
builtInFont.bmp fixed a bug I caused in CGUIMenu and CGUIContextMenu. added some more window symbols to the built-in font and the skin. 2007-07-08 12:19:39 +00:00
dmfsupport.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
glext.h New header files from opengl.org 2007-06-04 22:56:50 +00:00
glxext.h New header files from opengl.org 2007-06-04 22:56:50 +00:00
irrXML.cpp More file position data type changes. Also reflecting this in user code. 2007-09-14 09:07:11 +00:00
os.cpp disabled windows hires timer on multi-cpu systems when the process is running on more than one cpu. bug reported by _Alex`86_ and Halan. 2007-07-21 14:05:11 +00:00
os.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
source.txt Moved everything to /trunk 2007-05-20 18:03:49 +00:00