irrlicht/source/Irrlicht
hybrid cf404ad287 Add default material-face-indices for very compact .x files.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2061 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-01-09 22:30:10 +00:00
..
MacOSX Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
jpeglib Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
libpng Removing all .dsw and .dsp files; Microsoft Visual "C++" 6 is no longer a supported build environment. 2008-11-12 12:44:15 +00:00
zlib Moved everything to /trunk 2007-05-20 18:03:49 +00:00
BuiltInFont.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
C3DSMeshFileLoader.cpp Merged from 1.5 branch revisions 1837:1850. Light property changes, shader problems fixed, OSX resize fixed, meshloader debug messages disabled. 2008-11-27 23:25:20 +00:00
C3DSMeshFileLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CAnimatedMeshMD2.cpp Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
CAnimatedMeshMD2.h Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
CAnimatedMeshMD3.cpp Add convenience functions to change the HW buffer settings for a complete mesh instead of just one buffer. 2008-11-14 10:30:34 +00:00
CAnimatedMeshMD3.h Add convenience functions to change the HW buffer settings for a complete mesh instead of just one buffer. 2008-11-14 10:30:34 +00:00
CAnimatedMeshSceneNode.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=31496 2008-12-17 11:28:16 +00:00
CAnimatedMeshSceneNode.h Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
CAttributeImpl.h Make position2d a typedef of vector2d. Very tentatively deprecate position2d. Add the position2d methods that operate on a dimension2d to vector2d. Add vector2d constructor and equality methods to dimension2d. Add a new test case that verifies that vector2d and position2d are interchangeable, and that vector2d and dimension2d can operate on and implicitly convert each other. Remove the now duplicate position2d methods from CAttributeImpl. Tested with unit/regression tests and building all the examples. This should be a transparent change for users. 2008-12-29 16:05:49 +00:00
CAttributes.cpp Made some string constructors explicit to avoid nasty misinterpretations. Just add core::stringc or core::stringw around the numbers the compiler doesn't want to convert automatically anymore. 2008-09-04 13:18:58 +00:00
CAttributes.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CB3DMeshFileLoader.cpp Added proper ZWrite behavior for transparency. 2008-10-02 13:11:03 +00:00
CB3DMeshFileLoader.h Prevent b3d loader to load textures from unused materials. Other mesh loader might still suffer from this. 2008-08-10 15:26:45 +00:00
CBSPMeshFileLoader.cpp Change parameter to bool. 2008-08-20 08:51:31 +00:00
CBSPMeshFileLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CBillboardSceneNode.cpp Have CBillboardTextSceneNode use the default GUI font if no font is specified. Also rename "shade_top"/"shade_down" to colorTop / colorBottom (and similarly for other "shade" parameters and members) in *BillboardSceneNode, *SceneManager and *TextSceneNode. 2008-11-21 13:24:59 +00:00
CBillboardSceneNode.h Have CBillboardTextSceneNode use the default GUI font if no font is specified. Also rename "shade_top"/"shade_down" to colorTop / colorBottom (and similarly for other "shade" parameters and members) in *BillboardSceneNode, *SceneManager and *TextSceneNode. 2008-11-21 13:24:59 +00:00
CBoneSceneNode.cpp Replaced BoneName by scene node's Name as suggested by rogerborg. Added setName method overload for stringc parameter. 2008-09-03 09:25:19 +00:00
CBoneSceneNode.h Replaced BoneName by scene node's Name as suggested by rogerborg. Added setName method overload for stringc parameter. 2008-09-03 09:25:19 +00:00
CBurningShader_Raster_Reference.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
CCSMLoader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CCSMLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CCameraSceneNode.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
CCameraSceneNode.h Fixed comments. 2008-11-17 08:26:15 +00:00
CColladaFileLoader.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
CColladaFileLoader.h WIP for z-axis up support in Collada. 2008-11-13 17:35:17 +00:00
CColladaMeshWriter.cpp Made some string constructors explicit to avoid nasty misinterpretations. Just add core::stringc or core::stringw around the numbers the compiler doesn't want to convert automatically anymore. 2008-09-04 13:18:58 +00:00
CColladaMeshWriter.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CColorConverter.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CColorConverter.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CCubeSceneNode.cpp Bug #2318880: in CCubeSceneNode::setSize(), add vertices from index 0 to prevent multiple calls of setSize() adding new vertices, but re-sizing the first 12. 2008-11-22 21:32:39 +00:00
CCubeSceneNode.h Removed default destructor. 2008-09-29 11:31:17 +00:00
CD3D8Driver.cpp Made the Anisotropic Filter degree configurable via the SMaterialLayer member which had been a bool formerly. Using the setFlag in SMaterial should still give MaxAnisotropy level as before. 2009-01-05 00:30:11 +00:00
CD3D8Driver.h Added better support for AntiAliasing levels, based on the patch by Sylence. 2009-01-04 17:13:54 +00:00
CD3D8MaterialRenderer.h Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch. 2008-09-12 15:19:19 +00:00
CD3D8NormalMapRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D8NormalMapRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D8ParallaxMapRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D8ParallaxMapRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D8ShaderMaterialRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D8ShaderMaterialRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D8Texture.cpp Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking. 2008-08-07 11:59:42 +00:00
CD3D8Texture.h Fix release mode build of CDMFLoader.cpp. Fix D3D8 build (need Summer 2004 SDK). Force alpha in D3D8/D3D9 screenshot pixels to 255 if necessary ( http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=174233#174233 ) 2008-10-24 13:23:02 +00:00
CD3D9Driver.cpp Made the Anisotropic Filter degree configurable via the SMaterialLayer member which had been a bool formerly. Using the setFlag in SMaterial should still give MaxAnisotropy level as before. 2009-01-05 00:30:11 +00:00
CD3D9Driver.h Added better support for AntiAliasing levels, based on the patch by Sylence. 2009-01-04 17:13:54 +00:00
CD3D9HLSLMaterialRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9HLSLMaterialRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9MaterialRenderer.h Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch. 2008-09-12 15:19:19 +00:00
CD3D9NormalMapRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9NormalMapRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9ParallaxMapRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9ParallaxMapRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9ShaderMaterialRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9ShaderMaterialRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CD3D9Texture.cpp Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
CD3D9Texture.h Fix device reset in combination with large RTTs. All DepthBuffers need to be released and recreated... 2008-11-21 14:36:57 +00:00
CDMFLoader.cpp Fix release mode build of CDMFLoader.cpp. Fix D3D8 build (need Summer 2004 SDK). Force alpha in D3D8/D3D9 screenshot pixels to 255 if necessary ( http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=174233#174233 ) 2008-10-24 13:23:02 +00:00
CDMFLoader.h Fixed core dumps and loading errors. Some speedup and simplifications. 2008-10-11 23:25:48 +00:00
CDefaultGUIElementFactory.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDefaultGUIElementFactory.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDefaultSceneNodeAnimatorFactory.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDefaultSceneNodeAnimatorFactory.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDefaultSceneNodeFactory.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDefaultSceneNodeFactory.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDepthBuffer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDepthBuffer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDummyTransformationSceneNode.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CDummyTransformationSceneNode.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CEmptySceneNode.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CEmptySceneNode.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CFPSCounter.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CFPSCounter.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CFileList.cpp Reorder namespace and include statements. 2008-10-27 16:44:19 +00:00
CFileList.h Small code cleaning. 2008-07-17 09:07:21 +00:00
CFileSystem.cpp further merged from 1.5 branch to trunk, all changes from 1815 to 1819. 2008-11-24 17:34:27 +00:00
CFileSystem.h Allow to skip extensions of filenames. 2008-09-05 16:35:10 +00:00
CGUIButton.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIButton.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUICheckBox.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUICheckBox.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIColorSelectDialog.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
CGUIColorSelectDialog.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIComboBox.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIComboBox.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIContextMenu.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
CGUIContextMenu.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIEditBox.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIEditBox.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIEnvironment.cpp Fix for [2003232] EET_KEY_INPUT_EVENT send twice when an element is focused, by CuteAlien 2008-09-09 22:50:14 +00:00
CGUIEnvironment.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIFileOpenDialog.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIFileOpenDialog.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIFont.cpp Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
CGUIFont.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIImage.cpp Const correctness for a pointer. 2008-08-15 08:46:57 +00:00
CGUIImage.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIInOutFader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIInOutFader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIListBox.cpp Add basic joystick support on Windows and Linux, with an option to compile it out. winmm added to all .dsp/.vcproj/.dev projects. Example 04.Movement updated to demonstrate the functionality. Tested with 1 USB joypad on WinXP and Ubuntu 8.04 (via VmWare). 2008-11-05 02:07:27 +00:00
CGUIListBox.h Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
CGUIMenu.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIMenu.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIMeshViewer.cpp -added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy... 2008-08-28 04:00:22 +00:00
CGUIMeshViewer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIMessageBox.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIMessageBox.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIModalScreen.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIModalScreen.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIScrollBar.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIScrollBar.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUISkin.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUISkin.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUISpinBox.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUISpinBox.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUISpriteBank.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUISpriteBank.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIStaticText.cpp Merged from branch 1.4 revisions 1529:1538 2008-09-04 23:20:51 +00:00
CGUIStaticText.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUITabControl.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUITabControl.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUITable.cpp Fixed wrongly used overload - was taking number instead of character. 2008-09-04 13:14:51 +00:00
CGUITable.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
CGUIToolBar.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIToolBar.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGUIWindow.cpp Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien) 2008-07-08 19:47:51 +00:00
CGUIWindow.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CGeometryCreator.cpp Fixed MSVC warnings 2008-07-18 14:45:17 +00:00
CGeometryCreator.h Moved the arrow mesh parts into separate mesh constructor methods for cylinder and cone. Not yet exposed in the API. 2008-07-08 15:04:34 +00:00
CImage.cpp Fixing some benign but annoying build warnings about unhandled values in switch statements and order of pre-constructor instantiation. 2008-12-28 23:19:55 +00:00
CImage.h Remove extra semicolons. 2008-10-22 09:25:31 +00:00
CImageLoaderBMP.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CImageLoaderBMP.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderJPG.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderJPG.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderPCX.cpp Some more PCX formats supported. Not all modes are fully working, but I doubt anyone really uses them... 2008-11-17 23:21:58 +00:00
CImageLoaderPCX.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderPNG.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderPNG.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderPPM.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CImageLoaderPPM.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderPSD.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CImageLoaderPSD.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderTGA.cpp The filename changes make troubles with uppercase/lowercase differences even on Windows. Temporary fix for LMTS loader here. 2008-11-17 00:31:04 +00:00
CImageLoaderTGA.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageLoaderWAL.cpp Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
CImageLoaderWAL.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
CImageWriterBMP.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterBMP.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterJPG.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterJPG.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterPCX.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CImageWriterPCX.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterPNG.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterPNG.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterPPM.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CImageWriterPPM.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterPSD.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterPSD.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterTGA.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CImageWriterTGA.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CIrrDeviceLinux.cpp Fixed typo in variable name. 2009-01-05 08:58:16 +00:00
CIrrDeviceLinux.h Make joystick activation optional, so that Irrlicht doesn't consume all joystick events. This allows us to pass joystick enumeration data to the user app. Revert example 04 to just do key movement, but have it show framerate independent movement. Add a new 19.MouseAndJoystick example. Tested with Win32 and Linux devices, and with the SDL device on Windows and Linux. 2008-11-11 01:33:02 +00:00
CIrrDeviceSDL.cpp Added better support for AntiAliasing levels, based on the patch by Sylence. 2009-01-04 17:13:54 +00:00
CIrrDeviceSDL.h Make joystick activation optional, so that Irrlicht doesn't consume all joystick events. This allows us to pass joystick enumeration data to the user app. Revert example 04 to just do key movement, but have it show framerate independent movement. Add a new 19.MouseAndJoystick example. Tested with Win32 and Linux devices, and with the SDL device on Windows and Linux. 2008-11-11 01:33:02 +00:00
CIrrDeviceStub.cpp Make joystick activation optional, so that Irrlicht doesn't consume all joystick events. This allows us to pass joystick enumeration data to the user app. Revert example 04 to just do key movement, but have it show framerate independent movement. Add a new 19.MouseAndJoystick example. Tested with Win32 and Linux devices, and with the SDL device on Windows and Linux. 2008-11-11 01:33:02 +00:00
CIrrDeviceStub.h Make joystick activation optional, so that Irrlicht doesn't consume all joystick events. This allows us to pass joystick enumeration data to the user app. Revert example 04 to just do key movement, but have it show framerate independent movement. Add a new 19.MouseAndJoystick example. Tested with Win32 and Linux devices, and with the SDL device on Windows and Linux. 2008-11-11 01:33:02 +00:00
CIrrDeviceWin32.cpp Added better support for AntiAliasing levels, based on the patch by Sylence. 2009-01-04 17:13:54 +00:00
CIrrDeviceWin32.h Make variables more local. 2009-01-05 12:20:32 +00:00
CIrrDeviceWinCE.cpp Changed createOpenGLDriver to use SIrrlichtCreationParameters. 2008-11-09 00:36:04 +00:00
CIrrDeviceWinCE.h Moved windowId and sourceRect parameters from endScene to beginScene in order to support several windows for OpenGL as well. This is not yet implemented, though, just made some preparations. 2008-09-27 13:19:29 +00:00
CIrrMeshFileLoader.cpp Typo in tangent mesh loading code, thanks pc0de 2008-07-29 20:02:34 +00:00
CIrrMeshFileLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CIrrMeshWriter.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CIrrMeshWriter.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CLMTSMeshFileLoader.cpp Removed some wrong comments 2008-11-17 01:09:31 +00:00
CLMTSMeshFileLoader.h Fixed several issues with the LMTS format. Simplified the general loading procedure. 2008-11-17 00:33:29 +00:00
CLWOMeshFileLoader.cpp Merged from 1.5 branch revisions 1837:1850. Light property changes, shader problems fixed, OSX resize fixed, meshloader debug messages disabled. 2008-11-27 23:25:20 +00:00
CLWOMeshFileLoader.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
CLightSceneNode.cpp Merged from 1.5 branch revisions 1837:1850. Light property changes, shader problems fixed, OSX resize fixed, meshloader debug messages disabled. 2008-11-27 23:25:20 +00:00
CLightSceneNode.h Merged from 1.5 branch revisions 1837:1850. Light property changes, shader problems fixed, OSX resize fixed, meshloader debug messages disabled. 2008-11-27 23:25:20 +00:00
CLimitReadFile.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CLimitReadFile.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CLogger.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CLogger.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMD2MeshFileLoader.cpp Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
CMD2MeshFileLoader.h Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
CMD3MeshFileLoader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMD3MeshFileLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMS3DMeshFileLoader.cpp Added debug info in ms3d loader. 2008-12-17 15:54:08 +00:00
CMS3DMeshFileLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMY3DHelper.h MY3D loading bug fixed. Some more code cleaning, removed the my3d stuff file. 2008-05-30 12:31:06 +00:00
CMY3DMeshFileLoader.cpp Fixed call to stringc.append 2008-11-21 16:38:33 +00:00
CMY3DMeshFileLoader.h Added support for loading of textures in oct files from the same place like the mesh. 2008-09-04 12:46:37 +00:00
CMemoryReadFile.cpp Small code cleaning. 2008-07-17 09:07:21 +00:00
CMemoryReadFile.h Small code cleaning. 2008-07-17 09:07:21 +00:00
CMeshCache.cpp Bug 2123736; In getMeshFilename(const IMesh*), test the possibility that the IMesh is an IAnimatedMesh. This is a stopgap. 2008-11-03 22:13:37 +00:00
CMeshCache.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMeshManipulator.cpp Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well. 2008-08-09 12:04:56 +00:00
CMeshManipulator.h Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well. 2008-08-09 12:04:56 +00:00
CMeshSceneNode.cpp Another material cleanup for the debug renders. 2008-10-01 21:06:34 +00:00
CMeshSceneNode.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMetaTriangleSelector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CMetaTriangleSelector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CNullDriver.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
CNullDriver.h Remove/privatize members 2009-01-04 13:41:42 +00:00
COBJMeshFileLoader.cpp Fix meshbuffer creation for new groups. 2008-12-17 15:55:25 +00:00
COBJMeshFileLoader.h Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
COBJMeshWriter.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
COBJMeshWriter.h Fixed problems with missing (default) strings in the obj loader and copyright statement. 2008-10-10 14:38:50 +00:00
COCTLoader.cpp Added support for loading of textures in oct files from the same place like the mesh. 2008-09-04 12:46:37 +00:00
COCTLoader.h Added support for loading of textures in oct files from the same place like the mesh. 2008-09-04 12:46:37 +00:00
COSOperator.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
COSOperator.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
COctTreeSceneNode.cpp Removed extra letters. 2008-11-20 22:35:37 +00:00
COctTreeSceneNode.h Cleanup and some speed improvements. 2008-07-31 17:24:27 +00:00
COctTreeTriangleSelector.cpp Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations. 2008-08-25 13:46:22 +00:00
COctTreeTriangleSelector.h Cleanup and some speed improvements. 2008-07-31 17:24:27 +00:00
COgreMeshFileLoader.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
COgreMeshFileLoader.h Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved. 2008-08-13 23:48:33 +00:00
COpenGLDriver.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
COpenGLDriver.h Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
COpenGLExtensionHandler.cpp Merged from 1.5 branch to trunk, all changes from 2018 to 2041. OSX keyboard fix, OpenGL version fix, some tests fixed. Example 9 text position fixed. 2009-01-05 15:34:22 +00:00
COpenGLExtensionHandler.h Made the Anisotropic Filter degree configurable via the SMaterialLayer member which had been a bool formerly. Using the setFlag in SMaterial should still give MaxAnisotropy level as before. 2009-01-05 00:30:11 +00:00
COpenGLMaterialRenderer.h Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch. 2008-09-12 15:19:19 +00:00
COpenGLNormalMapRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
COpenGLNormalMapRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
COpenGLParallaxMapRenderer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
COpenGLParallaxMapRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
COpenGLSLMaterialRenderer.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
COpenGLSLMaterialRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
COpenGLShaderMaterialRenderer.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
COpenGLShaderMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
COpenGLTexture.cpp Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
COpenGLTexture.h Prepare for release of the additional image stored in GL textures. 2008-11-13 22:26:41 +00:00
CPakReader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CPakReader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleAnimatedMeshSceneNodeEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleAnimatedMeshSceneNodeEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleAttractionAffector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleAttractionAffector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleBoxEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleBoxEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleCylinderEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleCylinderEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleFadeOutAffector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleFadeOutAffector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleGravityAffector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleGravityAffector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleMeshEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleMeshEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticlePointEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticlePointEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleRingEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleRingEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleRotationAffector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleRotationAffector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CParticleScaleAffector.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleScaleAffector.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleSphereEmitter.cpp Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleSphereEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CParticleSystemSceneNode.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CParticleSystemSceneNode.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
CQ3LevelMesh.cpp Reindentation. 2008-10-27 17:52:41 +00:00
CQ3LevelMesh.h Add convenience functions to change the HW buffer settings for a complete mesh instead of just one buffer. 2008-11-14 10:30:34 +00:00
CQuake3ShaderSceneNode.cpp Reindentation. 2008-10-27 17:52:41 +00:00
CQuake3ShaderSceneNode.h Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg. 2008-08-06 14:45:22 +00:00
CReadFile.cpp Small code cleaning. 2008-07-17 09:07:21 +00:00
CReadFile.h Properly initialize vertex copies. 2008-07-17 09:08:33 +00:00
CSTLMeshFileLoader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CSTLMeshFileLoader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CSTLMeshWriter.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CSTLMeshWriter.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CSceneCollisionManager.cpp Small efficiency improvements in scene collision: 2009-01-06 16:02:03 +00:00
CSceneCollisionManager.h Small efficiency improvements in scene collision: 2009-01-06 16:02:03 +00:00
CSceneManager.cpp Added a method to invert the Y axis of the FPS camera animator. [1150796] 2009-01-08 01:25:22 +00:00
CSceneManager.h Added a method to invert the Y axis of the FPS camera animator. [1150796] 2009-01-08 01:25:22 +00:00
CSceneNodeAnimatorCameraFPS.cpp Added a method to invert the Y axis of the FPS camera animator. [1150796] 2009-01-08 01:25:22 +00:00
CSceneNodeAnimatorCameraFPS.h Added a method to invert the Y axis of the FPS camera animator. [1150796] 2009-01-08 01:25:22 +00:00
CSceneNodeAnimatorCameraMaya.cpp Fix Maya and FPS cameras so that they only animate if they are: 2008-12-18 15:25:30 +00:00
CSceneNodeAnimatorCameraMaya.h Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
CSceneNodeAnimatorCollisionResponse.cpp Add a hitPosition to ISceneCollisionManager::getCollisionResultPosition() as per 2008-12-16 16:16:35 +00:00
CSceneNodeAnimatorCollisionResponse.h Expose the target scene nodes of collision response animators. Setting the target forces an update of its last position. This allows a setPosition() to take effect without being blocked by the collision geometry. Added comments to this effect, a unit test, and some unrelated !node checks in all the animators' animateNode() methods. 2008-12-16 15:07:01 +00:00
CSceneNodeAnimatorDelete.cpp Add an ISceneNodeAnimator::hasFinished() method. It can only return true for non-looping delete, fly straight and texture animators. 2008-12-19 23:21:26 +00:00
CSceneNodeAnimatorDelete.h Add an ISceneNodeAnimator::hasFinished() method. It can only return true for non-looping delete, fly straight and texture animators. 2008-12-19 23:21:26 +00:00
CSceneNodeAnimatorFlyCircle.cpp implemented createClone in ISceneNodeAnimators 2008-10-13 02:55:54 +00:00
CSceneNodeAnimatorFlyCircle.h implemented createClone in ISceneNodeAnimators 2008-10-13 02:55:54 +00:00
CSceneNodeAnimatorFlyStraight.cpp Add an ISceneNodeAnimator::hasFinished() method. It can only return true for non-looping delete, fly straight and texture animators. 2008-12-19 23:21:26 +00:00
CSceneNodeAnimatorFlyStraight.h Add an ISceneNodeAnimator::hasFinished() method. It can only return true for non-looping delete, fly straight and texture animators. 2008-12-19 23:21:26 +00:00
CSceneNodeAnimatorFollowSpline.cpp Expose the target scene nodes of collision response animators. Setting the target forces an update of its last position. This allows a setPosition() to take effect without being blocked by the collision geometry. Added comments to this effect, a unit test, and some unrelated !node checks in all the animators' animateNode() methods. 2008-12-16 15:07:01 +00:00
CSceneNodeAnimatorFollowSpline.h implemented createClone in ISceneNodeAnimators 2008-10-13 02:55:54 +00:00
CSceneNodeAnimatorRotation.cpp implemented createClone in ISceneNodeAnimators 2008-10-13 02:55:54 +00:00
CSceneNodeAnimatorRotation.h implemented createClone in ISceneNodeAnimators 2008-10-13 02:55:54 +00:00
CSceneNodeAnimatorTexture.cpp Add an ISceneNodeAnimator::hasFinished() method. It can only return true for non-looping delete, fly straight and texture animators. 2008-12-19 23:21:26 +00:00
CSceneNodeAnimatorTexture.h Add an ISceneNodeAnimator::hasFinished() method. It can only return true for non-looping delete, fly straight and texture animators. 2008-12-19 23:21:26 +00:00
CShadowVolumeSceneNode.cpp -added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy... 2008-08-28 04:00:22 +00:00
CShadowVolumeSceneNode.h Added support for proxy meshes as source of the shadow volume. This enables the use of a simplified version of a mesh for the generation of the shadow volume, which can significantly improve the render performance with shadow volumes. Patch provided by tonic. 2008-08-08 19:39:24 +00:00
CSkinnedMesh.cpp Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
CSkinnedMesh.h Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
CSkyBoxSceneNode.cpp Scale the sky box to the average of the near and far clip planes so that it doesn't get clipped. Test by adding (e.g.) camera->setNearValue(100.f); to example 12. 2008-11-22 21:54:09 +00:00
CSkyBoxSceneNode.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CSkyDomeSceneNode.cpp Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg. 2008-08-06 14:45:22 +00:00
CSkyDomeSceneNode.h Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg. 2008-08-06 14:45:22 +00:00
CSoftware2MaterialRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CSoftwareDriver.cpp Fixing some benign but annoying build warnings about unhandled values in switch statements and order of pre-constructor instantiation. 2008-12-28 23:19:55 +00:00
CSoftwareDriver.h Adding IVideoDriver::drawPixel() and implementations, as per http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=30741. Test code is in that post. 2008-10-24 13:45:47 +00:00
CSoftwareDriver2.cpp Merged revisions 2006:2016 from 1.5 branch, makeColorKeyTexture changes. 2009-01-02 13:02:05 +00:00
CSoftwareDriver2.h Adding IVideoDriver::drawPixel() and implementations, as per http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=30741. Test code is in that post. 2008-10-24 13:45:47 +00:00
CSoftwareTexture.cpp Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking. 2008-08-07 11:59:42 +00:00
CSoftwareTexture.h Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking. 2008-08-07 11:59:42 +00:00
CSoftwareTexture2.cpp Removed BMP_Writer reference from softwaretexture2. Changed texture size check to use the new dimension2d function. 2008-11-20 09:50:55 +00:00
CSoftwareTexture2.h Removed BMP_Writer reference from softwaretexture2. Changed texture size check to use the new dimension2d function. 2008-11-20 09:50:55 +00:00
CSphereSceneNode.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CSphereSceneNode.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRFlat.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRFlatWire.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRGouraud.cpp This time a proper sw renderer fix. 2008-08-11 16:12:15 +00:00
CTRGouraud2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRGouraudAlpha2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRGouraudAlphaNoZ2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRGouraudWire.cpp This time a proper sw renderer fix. 2008-08-11 16:12:15 +00:00
CTRTextureBlend.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureDetailMap2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureFlat.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureFlatWire.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraud.cpp This time a proper sw renderer fix. 2008-08-11 16:12:15 +00:00
CTRTextureGouraud.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraud2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudAdd.cpp This time a proper sw renderer fix. 2008-08-11 16:12:15 +00:00
CTRTextureGouraudAdd2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudAddNoZ2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudAlpha.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudAlphaNoZ.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudNoZ.cpp This time a proper sw renderer fix. 2008-08-11 16:12:15 +00:00
CTRTextureGouraudNoZ2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudVertexAlpha2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureGouraudWire.cpp This time a proper sw renderer fix. 2008-08-11 16:12:15 +00:00
CTRTextureLightMap2_Add.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureLightMap2_M1.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureLightMap2_M2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureLightMap2_M4.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureLightMapGouraud2_M4.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTRTextureWire2.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTerrainSceneNode.cpp Merged revisions 1972:2004 from 1.5 branch, except for some revisions which seemed to be merged already. MD2 loader updated, terrain node fixed, opengl texture handling fixed. 2008-12-30 11:13:22 +00:00
CTerrainSceneNode.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2472420&group_id=74339&atid=540676 2008-12-29 19:40:48 +00:00
CTerrainTriangleSelector.cpp Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg. 2008-08-06 14:45:22 +00:00
CTerrainTriangleSelector.h Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
CTextSceneNode.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CTextSceneNode.h Have CBillboardTextSceneNode use the default GUI font if no font is specified. Also rename "shade_top"/"shade_down" to colorTop / colorBottom (and similarly for other "shade" parameters and members) in *BillboardSceneNode, *SceneManager and *TextSceneNode. 2008-11-21 13:24:59 +00:00
CTimer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTriangleBBSelector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTriangleBBSelector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTriangleSelector.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CTriangleSelector.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CVideoModeList.cpp Fix MSVC confusion 2008-11-14 00:07:52 +00:00
CVideoModeList.h Helper function for videomodelist. 2008-11-13 22:23:31 +00:00
CVolumeLightSceneNode.cpp Fixed some minor warnings 2008-11-21 16:41:30 +00:00
CVolumeLightSceneNode.h Missed a constification. 2008-08-06 22:46:48 +00:00
CWaterSurfaceSceneNode.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CWaterSurfaceSceneNode.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CWriteFile.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CWriteFile.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CXMLReader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CXMLReader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CXMLReaderImpl.h Typo fixed. 2008-11-06 16:55:11 +00:00
CXMLWriter.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CXMLWriter.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CXMeshFileLoader.cpp Add default material-face-indices for very compact .x files. 2009-01-09 22:30:10 +00:00
CXMeshFileLoader.h Added support for FVF data. Added support for 2nd UV coord set from either FVF data or DeclData. 2008-12-13 23:09:39 +00:00
CZBuffer.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CZBuffer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CZipReader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
CZipReader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
IBurningShader.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
IBurningShader.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
IDepthBuffer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
IImagePresenter.h Moved windowId and sourceRect parameters from endScene to beginScene in order to support several windows for OpenGL as well. This is not yet implemented, though, just made some preparations. 2008-09-27 13:19:29 +00:00
ISceneNodeAnimatorFinishing.h Fixing some benign but annoying build warnings about unhandled values in switch statements and order of pre-constructor instantiation. 2008-12-28 23:19:55 +00:00
ITriangleRenderer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
IZBuffer.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
Irrlicht-gcc.cbp Merge SVN 1961 (C::B project fix) to trunk. 2008-12-16 17:40:05 +00:00
Irrlicht.cpp Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
Irrlicht.dev Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
Irrlicht7.1.sln Add static lib configurations for all VS builds. Add a comment to IrrCompileConfig.h to explain that _IRR_STATIC_LIB_ needs to be defined in both the Irrlicht and application builds. 2008-11-17 11:52:40 +00:00
Irrlicht7.1.vcproj Add static lib configurations for all VS builds. Add a comment to IrrCompileConfig.h to explain that _IRR_STATIC_LIB_ needs to be defined in both the Irrlicht and application builds. 2008-11-17 11:52:40 +00:00
Irrlicht8.0.sln Add static lib configurations for all VS builds. Add a comment to IrrCompileConfig.h to explain that _IRR_STATIC_LIB_ needs to be defined in both the Irrlicht and application builds. 2008-11-17 11:52:40 +00:00
Irrlicht8.0.vcproj Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
Irrlicht9.0.sln Update Irrlicht9.0.sln to fix untested changes from the static build target additions. Now tested with Visual C++ 2008 Express. 2008-11-19 20:50:44 +00:00
Irrlicht9.0.vcproj Some more missing files. 2008-12-28 23:29:48 +00:00
Irrlicht_mobile6.sln added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Irrlicht_mobile6.vcproj Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
Makefile Merged from 1.5 branch to trunk, all changes from 1933 to 1953. Camera and animation fixes, project file updates, etc. 2008-12-15 14:18:11 +00:00
OctTree.h Cleanup and some speed improvements. 2008-07-31 17:24:27 +00:00
S2DVertex.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
S4DVertex.h Merged from 1.5 branch to trunk, all changes from 1821 to 1835. Mostly warning fixes, GL ASM shaders repaired, d3d9 RTTs less memory consuming, skinned mesh bboxes updating. 2008-11-26 10:44:30 +00:00
SConstruct Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
SoftwareDriver2_compile_config.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
SoftwareDriver2_helper.h Merged revisions 2006:2016 from 1.5 branch, makeColorKeyTexture changes. 2009-01-02 13:02:05 +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 Some more texture loading updates. 2008-10-13 22:50:46 +00:00
glext.h New versions of glext.h (43) and glxext.h (21) with two new GL extensions. 2008-11-06 17:03:05 +00:00
glxext.h New versions of glext.h (43) and glxext.h (21) with two new GL extensions. 2008-11-06 17:03:05 +00:00
irrXML.cpp Fix XML reader creation for non-existing files and invalid callbacks to return 0. 2008-08-10 16:08:25 +00:00
os.cpp Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
os.h Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 2008-05-22 11:51:37 +00:00
source.txt Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +00:00
wglext.h Added wglext.h 2008-11-08 00:34:09 +00:00