irrlicht/source/Irrlicht
hybrid 8165f8447e Slight cleanup, bringing some things towards Irrlicht.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3696 dfc29bdd-3216-0410-991c-e03cc46cb475
2011-05-02 21:39:15 +00:00
..
MacOSX Add framework target to OSX project. Thanks to Auria for providing this patch 2011-03-25 15:07:20 +00:00
aesGladman
bzip2 Update to bzip2 1.0.6, libpng 1.4.4 and lzma from 9.20 SDK 2010-11-24 22:30:16 +00:00
jpeglib
libpng Update to bzip2 1.0.6, libpng 1.4.4 and lzma from 9.20 SDK 2010-11-24 22:30:16 +00:00
lzma Update to bzip2 1.0.6, libpng 1.4.4 and lzma from 9.20 SDK 2010-11-24 22:30:16 +00:00
zlib
BuiltInFont.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
C3DSMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
C3DSMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAnimatedMeshHalfLife.cpp Slight cleanup, bringing some things towards Irrlicht. 2011-05-02 21:39:15 +00:00
CAnimatedMeshHalfLife.h Slight cleanup, bringing some things towards Irrlicht. 2011-05-02 21:39:15 +00:00
CAnimatedMeshMD2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAnimatedMeshMD2.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAnimatedMeshMD3.cpp Remove WIP code. Went through because the other repository also has the declaration of this filed in other files... 2011-04-22 10:08:51 +00:00
CAnimatedMeshMD3.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAnimatedMeshSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAnimatedMeshSceneNode.h Added struct packing in gcc to halflife loader, it didn't fix the bug though. 2011-02-14 16:00:45 +00:00
CAttributeImpl.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAttributes.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CAttributes.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CB3DMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CB3DMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBSPMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBSPMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBillboardSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBillboardSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBlit.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBoneSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBoneSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CBurningShader_Raster_Reference.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CCSMLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CCSMLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CCameraSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CCameraSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CColladaFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CColladaFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CColladaMeshWriter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CColladaMeshWriter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CColorConverter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CColorConverter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CCubeSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CCubeSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8Driver.cpp Check if low-level texture for RTT was created, otherwise return nullptr to signal failure in RTT creation. Thanks to stefbuet for pointing out this problem. 2011-05-01 23:02:57 +00:00
CD3D8Driver.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8MaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8NormalMapRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8NormalMapRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8ParallaxMapRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8ParallaxMapRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8ShaderMaterialRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8ShaderMaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D8Texture.cpp Fix change to new lock mode. 2011-02-20 12:26:33 +00:00
CD3D8Texture.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9Driver.cpp Check if low-level texture for RTT was created, otherwise return nullptr to signal failure in RTT creation. Thanks to stefbuet for pointing out this problem. 2011-05-01 23:02:57 +00:00
CD3D9Driver.h Fix naming scheme for occlusion queries. Since those are not to drop, but are stored in the driver and can be removed by the according removeOcclusionQuery call, the name should be addOcclusionQuery instead of createOcclusionQuery. 2011-03-25 23:32:35 +00:00
CD3D9HLSLMaterialRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9HLSLMaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9MaterialRenderer.h According to MSDN, setting the ALPHAOP to disable while COLOROP is active leads to undefined behavior. So I cleaned up the material settings in d3d9 driver and hope that I got all things fixed again. Also inserted some helper functions to reduce the code in the renderers. Changed the alpha behavior of transparent_reflections_2layer (probably...) to match better with OpenGL and description. 2011-04-14 17:19:33 +00:00
CD3D9NormalMapRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9NormalMapRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9ParallaxMapRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9ParallaxMapRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9ShaderMaterialRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9ShaderMaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9Texture.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CD3D9Texture.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDMFLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDMFLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDefaultGUIElementFactory.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDefaultGUIElementFactory.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDefaultSceneNodeAnimatorFactory.cpp Fix empty line count. 2011-04-21 11:50:38 +00:00
CDefaultSceneNodeAnimatorFactory.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDefaultSceneNodeFactory.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDefaultSceneNodeFactory.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDepthBuffer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDepthBuffer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDummyTransformationSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CDummyTransformationSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CEmptySceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CEmptySceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CFPSCounter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CFPSCounter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CFileList.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CFileList.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CFileSystem.cpp Added method to add an archive from an IReadFile pointer. Added FileToHeader, a tool for embedding a collection of IReadFiles into a user app. Described a way to make single file portable applications using it. 2011-02-04 00:44:08 +00:00
CFileSystem.h Added method to add an archive from an IReadFile pointer. Added FileToHeader, a tool for embedding a collection of IReadFiles into a user app. Described a way to make single file portable applications using it. 2011-02-04 00:44:08 +00:00
CGUIButton.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIButton.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUICheckBox.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUICheckBox.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIColorSelectDialog.cpp Fix HSL color class and conversions from/to RGB classes. 2011-03-20 21:44:28 +00:00
CGUIColorSelectDialog.h Fix HSL color class and conversions from/to RGB classes. 2011-03-20 21:44:28 +00:00
CGUIComboBox.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIComboBox.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIContextMenu.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIContextMenu.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIEditBox.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIEditBox.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIEnvironment.cpp Reduce "Could not load sprite bank" error to ELL_DEBUG (not an error, loading isn't implemented anyway and it's wrong for #Defaultfont). 2011-04-19 11:01:50 +00:00
CGUIEnvironment.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIFileOpenDialog.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIFileOpenDialog.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIFont.cpp Font removing still not working as it should, but at least should no longer crash when re-loading the same font and probably will re-load a font correctly now. 2011-02-21 17:22:10 +00:00
CGUIFont.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIImage.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIImage.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIImageList.cpp
CGUIImageList.h
CGUIInOutFader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIInOutFader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIListBox.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIListBox.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIMenu.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIMenu.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIMeshViewer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIMeshViewer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIMessageBox.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIMessageBox.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIModalScreen.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIModalScreen.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIScrollBar.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIScrollBar.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUISkin.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUISkin.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUISpinBox.cpp Fix strange bugs when limits are wrongly set. 2011-03-19 15:23:17 +00:00
CGUISpinBox.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUISpriteBank.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUISpriteBank.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIStaticText.cpp Fix regression, where very long words introduced an empty line 2011-04-29 22:18:02 +00:00
CGUIStaticText.h Adding a new flag and new text break for support of right-to-left text in StaticText elements. Patch from Auria and STK project. 2011-02-03 23:15:11 +00:00
CGUITabControl.cpp Merge from 1.7 branch, revisions 3559-3607. Fixed for GUI clipping, PCX loader, and OSX project. 2011-03-13 19:15:48 +00:00
CGUITabControl.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUITable.cpp Merge from 1.7 branch, revisions 3559-3607. Fixed for GUI clipping, PCX loader, and OSX project. 2011-03-13 19:15:48 +00:00
CGUITable.h Added IGUITable::getColumnWidth 2011-03-06 16:23:51 +00:00
CGUIToolBar.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIToolBar.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUITreeView.cpp Merge from 1.7 branch, revisions 3449-3513. createImage fixed. Many GUI fixes. Saved particles can be loaded again. Volume light, skydome and water scene node updates. Let hw mapping hint be loaded. D3D reset fix, now terrain scenes can resize screens again. 2010-12-19 19:39:20 +00:00
CGUITreeView.h
CGUIWindow.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGUIWindow.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGeometryCreator.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CGeometryCreator.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImage.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImage.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderBMP.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderBMP.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderDDS.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderDDS.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderJPG.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderJPG.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderPCX.cpp Merge from 1.7 branch, revisions 3559-3607. Fixed for GUI clipping, PCX loader, and OSX project. 2011-03-13 19:15:48 +00:00
CImageLoaderPCX.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderPNG.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderPNG.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderPPM.cpp Use new strtoul10 method where appropriate. 2011-04-27 22:29:48 +00:00
CImageLoaderPPM.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderPSD.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderPSD.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderRGB.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderRGB.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderTGA.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderTGA.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderWAL.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageLoaderWAL.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterBMP.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterBMP.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterJPG.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterJPG.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPCX.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPCX.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPNG.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPNG.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPPM.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPPM.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPSD.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterPSD.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterTGA.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CImageWriterTGA.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceConsole.cpp Fix lower case name of include file. 2011-02-04 16:22:21 +00:00
CIrrDeviceConsole.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceFB.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceFB.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceLinux.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceLinux.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceSDL.cpp Finally change d3d drivers over to the compact parameter passing version 2011-04-28 15:49:16 +00:00
CIrrDeviceSDL.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceStub.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceStub.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrDeviceWin32.cpp Finally change d3d drivers over to the compact parameter passing version 2011-04-28 15:49:16 +00:00
CIrrDeviceWin32.h Fix lower case name of include file. 2011-02-04 16:22:21 +00:00
CIrrDeviceWinCE.cpp Finally change d3d drivers over to the compact parameter passing version 2011-04-28 15:49:16 +00:00
CIrrDeviceWinCE.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrMeshWriter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CIrrMeshWriter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLMTSMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLMTSMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLWOMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLWOMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLightSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLightSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLimitReadFile.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLimitReadFile.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLogger.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CLogger.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMD2MeshFileLoader.cpp Fix empty line count. 2011-04-21 11:50:38 +00:00
CMD2MeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMD3MeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMD3MeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMS3DMeshFileLoader.cpp Merge from 1.7 branch, revisions 3535:3557. MS3D optimization and changes update. Skipping date updates which have been made in this repository already. 2011-01-14 13:48:40 +00:00
CMS3DMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMY3DHelper.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMY3DMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMY3DMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMemoryFile.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMemoryFile.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMeshCache.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMeshCache.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMeshManipulator.cpp Fix createMeshCopy to apply the original materials to new copy as well, as pointed out by tonic. 2011-04-12 11:49:32 +00:00
CMeshManipulator.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMeshSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMeshSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMetaTriangleSelector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMetaTriangleSelector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CMountPointReader.cpp Fixed a bug in the mount-point reader where directories were not added to the list of full file names, causing the list of names and full names to go out of sync. Bug ID 3103053, reported by maragnus 2011-02-06 04:05:35 +00:00
CMountPointReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CNPKReader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CNPKReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CNullDriver.cpp Fix naming scheme for occlusion queries. Since those are not to drop, but are stored in the driver and can be removed by the according removeOcclusionQuery call, the name should be addOcclusionQuery instead of createOcclusionQuery. 2011-03-25 23:32:35 +00:00
CNullDriver.h Fix naming scheme for occlusion queries. Since those are not to drop, but are stored in the driver and can be removed by the according removeOcclusionQuery call, the name should be addOcclusionQuery instead of createOcclusionQuery. 2011-03-25 23:32:35 +00:00
COBJMeshFileLoader.cpp Use new strtoul10 method where appropriate. 2011-04-27 22:29:48 +00:00
COBJMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COBJMeshWriter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COBJMeshWriter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COCTLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COCTLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COSOperator.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COSOperator.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COctreeSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COctreeSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COctreeTriangleSelector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COctreeTriangleSelector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COgreMeshFileLoader.cpp Use new strtoul10 method where appropriate. 2011-04-27 22:32:47 +00:00
COgreMeshFileLoader.h Avoid invalid array access if not enough texcoord data is provided. 2011-04-13 12:55:39 +00:00
COpenGLDriver.cpp Fix setting of filter modes in mipmap cases. 2011-05-01 12:26:25 +00:00
COpenGLDriver.h rename methods to avoid the create prefix 2011-04-26 14:57:01 +00:00
COpenGLExtensionHandler.cpp Minor fixes for array fixing. 2011-04-29 22:43:30 +00:00
COpenGLExtensionHandler.h Fix count value to 0 if extension is unsupported or context is gone. Fixes a bug found by hendu. 2011-05-02 19:29:16 +00:00
COpenGLMaterialRenderer.h Change back previous revision, and order other way round, as that's the OpenGL default 2011-04-14 17:06:13 +00:00
COpenGLNormalMapRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLNormalMapRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLParallaxMapRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLParallaxMapRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLSLMaterialRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLSLMaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLShaderMaterialRenderer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLShaderMaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
COpenGLTexture.cpp Remove _IRR_DEBUG_BREAK_IF in checkFBOStatus to properly proceed without an RTT even in debug mode. 2011-04-22 13:18:11 +00:00
COpenGLTexture.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CPLYMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CPLYMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CPLYMeshWriter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CPLYMeshWriter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CPakReader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CPakReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleAnimatedMeshSceneNodeEmitter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleAnimatedMeshSceneNodeEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleAttractionAffector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleAttractionAffector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleBoxEmitter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleBoxEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleCylinderEmitter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleCylinderEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleFadeOutAffector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleFadeOutAffector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleGravityAffector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleGravityAffector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleMeshEmitter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleMeshEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticlePointEmitter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticlePointEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleRingEmitter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleRingEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleRotationAffector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleRotationAffector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleScaleAffector.cpp
CParticleScaleAffector.h
CParticleSphereEmitter.cpp Fix rand value of radius to float value (range 0..1) instead of integer rand (which gives values up to some million). Bug found by tmyke 2011-03-13 23:45:35 +00:00
CParticleSphereEmitter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleSystemSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CParticleSystemSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CQ3LevelMesh.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CQ3LevelMesh.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CQuake3ShaderSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CQuake3ShaderSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CReadFile.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CReadFile.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSMFMeshFileLoader.cpp Fix signedness problem and avoid wrap around if too many triangles are found. 2011-04-14 11:44:24 +00:00
CSMFMeshFileLoader.h Added SMF loader, supporting 3D World Studio meshes. Originally written by Joseph Ellis 2011-01-31 10:43:08 +00:00
CSTLMeshFileLoader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSTLMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSTLMeshWriter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSTLMeshWriter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneCollisionManager.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneCollisionManager.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneLoaderIrr.cpp Fix empty line count. 2011-04-21 11:50:38 +00:00
CSceneLoaderIrr.h Renamed ISceneLoader::isALoadableFileType to isALoadableFileFormat to match the archive and image loader interfaces. Added getters for mesh, scene and archive loaders. 2011-01-20 05:47:50 +00:00
CSceneManager.cpp Fix empty line count. 2011-04-21 11:50:38 +00:00
CSceneManager.h Fix pathname type to support unicode names. Fix by Nalin. 2011-02-04 13:37:18 +00:00
CSceneNodeAnimatorCameraFPS.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorCameraFPS.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorCameraMaya.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorCameraMaya.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorCollisionResponse.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorCollisionResponse.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorDelete.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorDelete.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorFlyCircle.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorFlyCircle.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorFlyStraight.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorFlyStraight.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorFollowSpline.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorFollowSpline.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorRotation.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorRotation.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorTexture.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSceneNodeAnimatorTexture.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CShadowVolumeSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CShadowVolumeSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSkinnedMesh.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSkinnedMesh.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSkyBoxSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSkyBoxSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSkyDomeSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSkyDomeSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftware2MaterialRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareDriver.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareDriver.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareDriver2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareDriver2.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareTexture.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareTexture.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareTexture2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSoftwareTexture2.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSphereSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CSphereSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRFlat.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRFlatWire.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRGouraud.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRGouraud2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRGouraudAlpha2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRGouraudAlphaNoZ2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRGouraudWire.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRNormalMap.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRStencilShadow.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureBlend.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureDetailMap2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureFlat.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureFlatWire.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraud.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraud.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraud2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudAdd.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudAdd2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudAddNoZ2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudAlpha.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudAlphaNoZ.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudNoZ.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudNoZ2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudVertexAlpha2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureGouraudWire.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureLightMap2_Add.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureLightMap2_M1.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureLightMap2_M2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureLightMap2_M4.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureLightMapGouraud2_M4.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTRTextureWire2.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTarReader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTarReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTerrainSceneNode.cpp Fix redundant expression and make one variable const. 2011-04-21 11:51:21 +00:00
CTerrainSceneNode.h Change bbox calculation, avoiding too large bboxes. 2011-03-24 00:46:20 +00:00
CTerrainTriangleSelector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTerrainTriangleSelector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTextSceneNode.cpp Fixed bug 3017433, billboard text node should generate stuff in OnAnimate, not OnRegisterSceneNode 2011-02-06 04:49:26 +00:00
CTextSceneNode.h Fixed bug 3017433, billboard text node should generate stuff in OnAnimate, not OnRegisterSceneNode 2011-02-06 04:49:26 +00:00
CTimer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTriangleBBSelector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTriangleBBSelector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTriangleSelector.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CTriangleSelector.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CVideoModeList.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CVideoModeList.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CVolumeLightSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CVolumeLightSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CWADReader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CWADReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CWaterSurfaceSceneNode.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CWaterSurfaceSceneNode.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CWriteFile.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CWriteFile.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CXMLReader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CXMLReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CXMLReaderImpl.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CXMLWriter.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CXMLWriter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CXMeshFileLoader.cpp Use new strtoul10 method where appropriate. 2011-04-27 22:29:48 +00:00
CXMeshFileLoader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CZBuffer.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CZBuffer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CZipReader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
CZipReader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
IAttribute.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
IBurningShader.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
IBurningShader.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
IDepthBuffer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
IImagePresenter.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
ISceneNodeAnimatorFinishing.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
ITriangleRenderer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
IZBuffer.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
Irrlicht-gcc.cbp Added SMF loader, supporting 3D World Studio meshes. Originally written by Joseph Ellis 2011-01-31 10:43:08 +00:00
Irrlicht.aps Add version information to dll 2011-01-03 12:26:37 +00:00
Irrlicht.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
Irrlicht.dev
Irrlicht.rc Add version information to dll 2011-01-03 12:26:37 +00:00
Irrlicht7.1.sln
Irrlicht7.1.vcproj Add SMF mesh loader to easily editable projects. 2011-02-01 14:27:02 +00:00
Irrlicht8.0.sln
Irrlicht8.0.vcproj Add SMF mesh loader to easily editable projects. 2011-02-01 14:27:02 +00:00
Irrlicht9.0.sln
Irrlicht9.0.vcproj Add SMF mesh loader to easily editable projects. 2011-02-01 14:27:02 +00:00
Irrlicht10.0.sln
Irrlicht10.0.vcxproj Add missing include file in project 2011-04-21 13:20:10 +00:00
Irrlicht10.0.vcxproj.filters Add missing include file in project 2011-04-21 13:20:10 +00:00
Irrlicht_mobile6.sln
Irrlicht_mobile6.vcproj Add SMF mesh loader to easily editable projects. 2011-02-01 14:27:02 +00:00
Irrlicht_xbox.sln
Irrlicht_xbox.vcproj Add SMF mesh loader to easily editable projects. 2011-02-01 14:27:02 +00:00
Makefile Fixed a bug introduced when reversing the order of the animators, fixed the Makefile so "make install" symlinks from the soname to the binary, removed an unused variable from HL loader 2011-02-03 02:53:31 +00:00
Octree.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
S2DVertex.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
S4DVertex.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
SConstruct
SoftwareDriver2_compile_config.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
SoftwareDriver2_helper.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
builtInFont.bmp
dmfsupport.h Use new strtoul10 method where appropriate. 2011-04-27 22:29:48 +00:00
glext.h Update ogl extension headers 2011-04-28 09:30:37 +00:00
glxext.h Update opengl headers to OpenGL 4.1, add extensions to glext handler. 2010-11-24 23:50:02 +00:00
irrXML.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
os.cpp Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
os.h Bump copyright dates to 2011. 2011-01-14 13:24:40 +00:00
resource.h Add version information to dll 2011-01-03 12:26:37 +00:00
source.txt
wglext.h Update ogl extension headers 2011-04-28 09:30:37 +00:00