irrlicht/source/Irrlicht
bitplane ed3a5a5b15 code::blocks projects now compile to Linux and win32-gcc dirs again, by default the examples in Linux link with the static lib as generated by the makefile.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2489 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-07-21 14:21:21 +00:00
..
MacOSX Backport of patch from ogl-es branch. 2009-07-03 09:29:05 +00:00
jpeglib Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
libpng Merged from 1.5 branch, revision 2295: libpng update to 1.2.35. 2009-03-18 12:06:40 +00:00
zlib Moved everything to /trunk 2007-05-20 18:03:49 +00:00
BuiltInFont.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
C3DSMeshFileLoader.cpp Merged from 1.5 branch, revisions 2297:2318. Fixed collada loader for very old files, and fixed 3ds shininess. 2009-03-31 17:59:11 +00:00
C3DSMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CAnimatedMeshMD2.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CAnimatedMeshMD2.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CAnimatedMeshMD3.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CAnimatedMeshMD3.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CAnimatedMeshSceneNode.cpp Merged revisions 2440:2473 from 1.5 branch. obj writer shininess fixed. Shadow volume removal fixed. 2009-07-13 13:14:32 +00:00
CAnimatedMeshSceneNode.h Changed the frame calculation to diff-based, as suggested on the tracker. 2009-04-11 23:28:39 +00:00
CAttributeImpl.h Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CAttributes.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CAttributes.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CB3DMeshFileLoader.cpp Reenabled the vertex alpha mode if fx&32 set, as necessary for the terrain blending from xDan. 2009-07-13 22:17:53 +00:00
CB3DMeshFileLoader.h Reenabled the vertex alpha mode if fx&32 set, as necessary for the terrain blending from xDan. 2009-07-13 22:17:53 +00:00
CBSPMeshFileLoader.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CBSPMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CBillboardSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBillboardSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBoneSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBoneSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBurningShader_Raster_Reference.cpp Add new Material flag ColorMaterial which defines how to interpret the vertex color when lighting is enabled. It's possible to use the color for diffuse, ambient, specular, or emissive modulation. Also combined diffuse and ambient is possible. This change finally unifies the behavior of non-textured meshes in OpenGL and D3D to a large extent. 2009-04-23 16:21:34 +00:00
CCSMLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CCSMLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CCameraSceneNode.cpp Added ViewMatrix affector, proposed by mandrav. 2009-03-30 16:56:54 +00:00
CCameraSceneNode.h Added ViewMatrix affector, proposed by mandrav. 2009-03-30 16:56:54 +00:00
CColladaFileLoader.cpp Support double_sided from MAYA 2009-04-19 11:05:24 +00:00
CColladaFileLoader.h Merged from 1.5 branch, revisions 2297:2318. Fixed collada loader for very old files, and fixed 3ds shininess. 2009-03-31 17:59:11 +00:00
CColladaMeshWriter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CColladaMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CColorConverter.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CColorConverter.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CCubeSceneNode.cpp Forgot the destructor. 2009-04-23 08:12:29 +00:00
CCubeSceneNode.h Forgot the destructor. 2009-04-23 08:12:29 +00:00
CD3D8Driver.cpp Forgot to replace some variables. 2009-07-15 21:43:11 +00:00
CD3D8Driver.h Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CD3D8MaterialRenderer.h Merged from 1.5 branch, revisions 2319:2324. Fixed transparency issue with onetextureblend material and debug symbol under linux. 2009-04-06 15:27:55 +00:00
CD3D8NormalMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8NormalMapRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8ParallaxMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8ParallaxMapRenderer.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CD3D8ShaderMaterialRenderer.cpp git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2277 dfc29bdd-3216-0410-991c-e03cc46cb475 2009-03-14 18:15:04 +00:00
CD3D8ShaderMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8Texture.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CD3D8Texture.h xbox update. 2009-01-28 14:52:13 +00:00
CD3D9Driver.cpp Forgot to replace some variables. 2009-07-15 21:43:11 +00:00
CD3D9Driver.h Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CD3D9HLSLMaterialRenderer.cpp git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2277 dfc29bdd-3216-0410-991c-e03cc46cb475 2009-03-14 18:15:04 +00:00
CD3D9HLSLMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9MaterialRenderer.h Merged from 1.5 branch, revisions 2319:2324. Fixed transparency issue with onetextureblend material and debug symbol under linux. 2009-04-06 15:27:55 +00:00
CD3D9NormalMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9NormalMapRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9ParallaxMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9ParallaxMapRenderer.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CD3D9ShaderMaterialRenderer.cpp git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2277 dfc29bdd-3216-0410-991c-e03cc46cb475 2009-03-14 18:15:04 +00:00
CD3D9ShaderMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9Texture.cpp - Floating point render target support. 2009-05-24 09:35:39 +00:00
CD3D9Texture.h - Floating point render target support. 2009-05-24 09:35:39 +00:00
CDMFLoader.cpp Added support for standard vertices, if no lightmaps are used. This saves lots of of memory and update times. But it needs some more testing, because I have not enough test files. Moreover, I've added some speedup for the vertex position loading with heavily reduced parsing efforts. 2009-07-20 22:10:13 +00:00
CDMFLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CDefaultGUIElementFactory.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CDefaultGUIElementFactory.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDefaultSceneNodeAnimatorFactory.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDefaultSceneNodeAnimatorFactory.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDefaultSceneNodeFactory.cpp Add sky dome type and to default node factory, add serialization and clone methods (bug #2656990 reported by lab_zj) 2009-03-05 18:20:07 +00:00
CDefaultSceneNodeFactory.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDepthBuffer.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CDepthBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CDummyTransformationSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDummyTransformationSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CEmptySceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CEmptySceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CFPSCounter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CFPSCounter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CFileList.cpp - IFileSystem changes: 2009-07-06 09:10:23 +00:00
CFileList.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CFileSystem.cpp Fix for folder archives, reported by Karol Krizka. 2009-07-08 13:49:23 +00:00
CFileSystem.h - IFileSystem changes: 2009-07-06 09:10:23 +00:00
CGUIButton.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CGUIButton.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUICheckBox.cpp Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUICheckBox.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIColorSelectDialog.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CGUIColorSelectDialog.h Do some core::dimension2di() conversions required when passing dimension2d<u32> sources as dimension2d<s32> parameters. 2009-01-22 13:00:52 +00:00
CGUIComboBox.cpp Allow resizing GUI Editor window and fixed clipping on combo boxes (now only the ListBox is NotClipped) 2009-03-11 08:25:21 +00:00
CGUIComboBox.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIContextMenu.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUIContextMenu.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIEditBox.cpp Fixed (new?) bug in edit box where typing characters over selected text didn't disable selection. 2009-07-05 10:12:48 +00:00
CGUIEditBox.h - adding events EGET_EDITBOX_CHANGED and EGET_EDITBOX_MARKING_CHANGED 2009-06-07 01:02:42 +00:00
CGUIEnvironment.cpp bugfix: Use make_lower throughout for spritebank filenames (found and patched by Ion Dune) 2009-06-19 22:17:54 +00:00
CGUIEnvironment.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIFileOpenDialog.cpp Fix some project issues. 2009-01-27 22:26:38 +00:00
CGUIFileOpenDialog.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIFont.cpp Bugfix (found by arras): CGUIFont::getCharacterFromPos no longer ignores kerning. 2009-07-16 05:11:34 +00:00
CGUIFont.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIImage.cpp Do some core::dimension2di() conversions required when passing dimension2d<u32> sources as dimension2d<s32> parameters. 2009-01-22 13:00:52 +00:00
CGUIImage.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIImageList.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIImageList.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CGUIInOutFader.cpp Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIInOutFader.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIListBox.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUIListBox.h added IGUIListBox::setDrawBackground 2009-05-30 05:45:54 +00:00
CGUIMenu.cpp - bugfix (2796207): menu acted (wrongly) on left-click down instead of left-click up. 2009-06-01 03:50:17 +00:00
CGUIMenu.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIMeshViewer.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUIMeshViewer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CGUIMessageBox.cpp EGDS_MESSAGE_BOX_HEIGHT is now honoured, reported by Spkka 2009-02-28 14:14:51 +00:00
CGUIMessageBox.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIModalScreen.cpp - serialize modal screens 2009-06-02 00:10:56 +00:00
CGUIModalScreen.h - serialize modal screens 2009-06-02 00:10:56 +00:00
CGUIScrollBar.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CGUIScrollBar.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUISkin.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUISkin.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUISpinBox.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
CGUISpinBox.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUISpriteBank.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
CGUISpriteBank.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIStaticText.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIStaticText.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUITabControl.cpp Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CGUITabControl.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUITable.cpp reset selected row when clearing CGUITable 2009-06-02 02:29:58 +00:00
CGUITable.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CGUIToolBar.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CGUIToolBar.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CGUITreeView.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUITreeView.h Fix some warnings under Linux. 2009-01-27 17:45:16 +00:00
CGUIWindow.cpp - windows can now enable/disable drawing of background and titlebar 2009-05-30 22:39:03 +00:00
CGUIWindow.h - windows can now enable/disable drawing of background and titlebar 2009-05-30 22:39:03 +00:00
CGeometryCreator.cpp Allow cuboid creation instead of just uniform cubes. 2009-04-22 23:58:01 +00:00
CGeometryCreator.h Allow cuboid creation instead of just uniform cubes. 2009-04-22 23:58:01 +00:00
CImage.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CImage.h Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CImageLoaderBMP.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderBMP.h Fix for compiling with image writers but without loaders 2009-02-27 08:52:27 +00:00
CImageLoaderJPG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderJPG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPCX.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPCX.h Fix for compiling with image writers but without loaders 2009-02-27 08:52:27 +00:00
CImageLoaderPNG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPNG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPPM.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPPM.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPSD.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPSD.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderRGB.cpp Removed some of the pointer usage. 2009-03-17 00:02:46 +00:00
CImageLoaderRGB.h Removed some of the pointer usage. 2009-03-17 00:02:46 +00:00
CImageLoaderTGA.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderTGA.h Fix for compiling with image writers but without loaders 2009-02-27 08:52:27 +00:00
CImageLoaderWAL.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderWAL.h Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CImageWriterBMP.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterBMP.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterJPG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterJPG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPCX.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPCX.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPNG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPNG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPPM.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPPM.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPSD.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPSD.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterTGA.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterTGA.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CIrrDeviceConsole.cpp Fix console device for with no video drivers or GUI (ie for texture/mesh manipulation without rendering) 2009-03-21 04:48:04 +00:00
CIrrDeviceConsole.h Added clipping to console device font 2009-07-05 12:45:34 +00:00
CIrrDeviceLinux.cpp Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CIrrDeviceLinux.h Avoid window destruction if using external window. Patch by tp4me. 2009-07-09 13:01:45 +00:00
CIrrDeviceSDL.cpp - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
CIrrDeviceSDL.h Added D3D support in SDL device, posted by Halifax. Also updated readme in Win64 dir to complain about lack of 64-bit support in VC Express. 2009-03-16 02:22:48 +00:00
CIrrDeviceStub.cpp - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
CIrrDeviceStub.h - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
CIrrDeviceWin32.cpp - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
CIrrDeviceWin32.h - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
CIrrDeviceWinCE.cpp Fix for proper system-key handling under win32, submitted by mrarsoft and probably others before... 2009-07-09 11:30:25 +00:00
CIrrDeviceWinCE.h Renamed setResizeable to setResizable (!) 2009-03-10 02:15:12 +00:00
CIrrMeshFileLoader.cpp Add support for large meshes in .irrmesh format. Patch submitted by pc0de. 2009-03-09 09:45:39 +00:00
CIrrMeshFileLoader.h Add support for large meshes in .irrmesh format. Patch submitted by pc0de. 2009-03-09 09:45:39 +00:00
CIrrMeshWriter.cpp Add support for large meshes in .irrmesh format. Patch submitted by pc0de. 2009-03-09 09:45:39 +00:00
CIrrMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CLMTSMeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CLMTSMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CLWOMeshFileLoader.cpp Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CLWOMeshFileLoader.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CLightSceneNode.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CLightSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CLimitReadFile.cpp Give access to LimitReadFiles. 2009-03-29 22:33:45 +00:00
CLimitReadFile.h - IFileSystem changes: 2009-07-06 09:10:23 +00:00
CLogger.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CLogger.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMD2MeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMD2MeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMD3MeshFileLoader.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CMD3MeshFileLoader.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CMS3DMeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMS3DMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMY3DHelper.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CMY3DMeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMY3DMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMemoryFile.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMemoryFile.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMeshCache.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMeshCache.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMeshManipulator.cpp Make mesh cloning a little more explicit, in order to cope with SSkinnedMesh and others. 2009-04-28 23:03:33 +00:00
CMeshManipulator.h Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CMeshSceneNode.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CMeshSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CMetaTriangleSelector.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CMetaTriangleSelector.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CNullDriver.cpp Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CNullDriver.h Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
COBJMeshFileLoader.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
COBJMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COBJMeshWriter.cpp Merged revisions 2440:2473 from 1.5 branch. obj writer shininess fixed. Shadow volume removal fixed. 2009-07-13 13:14:32 +00:00
COBJMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
COCTLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COCTLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COSOperator.cpp - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
COSOperator.h - Add mouse events EMIE_MOUSE_DOUBLE_CLICK and EMIE_MOUSE_TRIPLE_CLICK for Linux, Win32 and SDL. 2009-07-12 03:54:01 +00:00
COctTreeSceneNode.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
COctTreeSceneNode.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32019 2009-01-31 15:58:43 +00:00
COctTreeTriangleSelector.cpp Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
COctTreeTriangleSelector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COgreMeshFileLoader.cpp Performance optimization. 2009-02-23 17:27:07 +00:00
COgreMeshFileLoader.h Performance optimization. 2009-02-23 17:27:07 +00:00
COpenGLDriver.cpp Merged revisions 2477:2484 from 1.5 branch. Support for range fog under OpenGL. Cleaned up changes.txt. 2009-07-17 12:08:45 +00:00
COpenGLDriver.h Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
COpenGLExtensionHandler.cpp Some safety add-on to cope with bad OpenGL implementations. 2009-06-24 20:34:21 +00:00
COpenGLExtensionHandler.h Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
COpenGLMaterialRenderer.h - Renamed texture setting function (setTexture) in most video drivers to setActiveTexture and made sure it has the same signature. This avoids confusion with similarly named methods in other classes (Such as SMaterial) and the consolidated method signature will hopefully help future plans for better abstracting texture usage across all drivers. 2009-07-02 06:43:24 +00:00
COpenGLNormalMapRenderer.cpp Fixed up version of the OpenGL ARB shader "parallax map and normal map with fog" patch. The code requires little changes to the ShaderMaterial in order to reuse existing shader renders, as we now have an array instead of one shader handle. Also, vertex and pixel shaders need to be adapted for fog usage, namely by setting the fogcoord in the vertex shader and adding a comment into which Irrlicht will add the proper fog option. Documentation will follow once we have cleaned up the shader usage. 2009-07-11 23:47:00 +00:00
COpenGLNormalMapRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
COpenGLParallaxMapRenderer.cpp Fixed up version of the OpenGL ARB shader "parallax map and normal map with fog" patch. The code requires little changes to the ShaderMaterial in order to reuse existing shader renders, as we now have an array instead of one shader handle. Also, vertex and pixel shaders need to be adapted for fog usage, namely by setting the fogcoord in the vertex shader and adding a comment into which Irrlicht will add the proper fog option. Documentation will follow once we have cleaned up the shader usage. 2009-07-11 23:47:00 +00:00
COpenGLParallaxMapRenderer.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COpenGLSLMaterialRenderer.cpp - Renamed texture setting function (setTexture) in most video drivers to setActiveTexture and made sure it has the same signature. This avoids confusion with similarly named methods in other classes (Such as SMaterial) and the consolidated method signature will hopefully help future plans for better abstracting texture usage across all drivers. 2009-07-02 06:43:24 +00:00
COpenGLSLMaterialRenderer.h Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
COpenGLShaderMaterialRenderer.cpp Fixed up version of the OpenGL ARB shader "parallax map and normal map with fog" patch. The code requires little changes to the ShaderMaterial in order to reuse existing shader renders, as we now have an array instead of one shader handle. Also, vertex and pixel shaders need to be adapted for fog usage, namely by setting the fogcoord in the vertex shader and adding a comment into which Irrlicht will add the proper fog option. Documentation will follow once we have cleaned up the shader usage. 2009-07-11 23:47:00 +00:00
COpenGLShaderMaterialRenderer.h Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
COpenGLTexture.cpp - Renamed texture setting function (setTexture) in most video drivers to setActiveTexture and made sure it has the same signature. This avoids confusion with similarly named methods in other classes (Such as SMaterial) and the consolidated method signature will hopefully help future plans for better abstracting texture usage across all drivers. 2009-07-02 06:43:24 +00:00
COpenGLTexture.h Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
CPLYMeshFileLoader.cpp Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CPLYMeshFileLoader.h Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CPLYMeshWriter.cpp Fixed some warnings. Fixed minimizeWidow under Linux. 2009-03-09 09:09:36 +00:00
CPLYMeshWriter.h Added PLY writer and added VC9 project for mesh converter 2009-03-02 11:46:47 +00:00
CPakReader.cpp - IFileSystem changes: 2009-07-06 09:10:23 +00:00
CPakReader.h - IFileSystem changes: 2009-07-06 09:10:23 +00:00
CParticleAnimatedMeshSceneNodeEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleAnimatedMeshSceneNodeEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleAttractionAffector.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleAttractionAffector.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleBoxEmitter.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleBoxEmitter.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleCylinderEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleCylinderEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleFadeOutAffector.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleFadeOutAffector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleGravityAffector.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleGravityAffector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleMeshEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleMeshEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticlePointEmitter.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticlePointEmitter.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleRingEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleRingEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleRotationAffector.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleRotationAffector.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleScaleAffector.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
CParticleScaleAffector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleSphereEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleSphereEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleSystemSceneNode.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CParticleSystemSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CQ3LevelMesh.cpp Added some convenience overloads for archive handling. Cleaned up the existing methods. 2009-03-29 01:23:18 +00:00
CQ3LevelMesh.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CQuake3ShaderSceneNode.cpp Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CQuake3ShaderSceneNode.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CReadFile.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CReadFile.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CSTLMeshFileLoader.cpp Merged revisions 2477:2484 from 1.5 branch. Support for range fog under OpenGL. Cleaned up changes.txt. 2009-07-17 12:08:45 +00:00
CSTLMeshFileLoader.h Merged revisions 2477:2484 from 1.5 branch. Support for range fog under OpenGL. Cleaned up changes.txt. 2009-07-17 12:08:45 +00:00
CSTLMeshWriter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSTLMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSceneCollisionManager.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
CSceneCollisionManager.h Added collision function parameter for restricting check to only parts of the scene, patch by Darktib. 2009-03-30 15:14:38 +00:00
CSceneManager.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CSceneManager.h Make the method isCulled publicly available 2009-04-28 23:36:39 +00:00
CSceneNodeAnimatorCameraFPS.cpp Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CSceneNodeAnimatorCameraFPS.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CSceneNodeAnimatorCameraMaya.cpp Fix warnings. 2009-07-13 08:36:33 +00:00
CSceneNodeAnimatorCameraMaya.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSceneNodeAnimatorCollisionResponse.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CSceneNodeAnimatorCollisionResponse.h Fix some warnings under Linux. 2009-01-27 17:45:16 +00:00
CSceneNodeAnimatorDelete.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorDelete.h Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorFlyCircle.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorFlyCircle.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CSceneNodeAnimatorFlyStraight.cpp Removed unused member. 2009-03-30 15:45:59 +00:00
CSceneNodeAnimatorFlyStraight.h Removed unused member. 2009-03-30 15:45:59 +00:00
CSceneNodeAnimatorFollowSpline.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorFollowSpline.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSceneNodeAnimatorRotation.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorRotation.h Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorTexture.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorTexture.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CShadowVolumeSceneNode.cpp Use core::array instead of C arrays. 2009-07-13 12:49:29 +00:00
CShadowVolumeSceneNode.h Use core::array instead of C arrays. 2009-07-13 12:49:29 +00:00
CSkinnedMesh.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSkinnedMesh.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSkyBoxSceneNode.cpp Added an enum and support for other Depth comparison functions. 2009-01-22 22:39:40 +00:00
CSkyBoxSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSkyDomeSceneNode.cpp Fix skydome constructor, found by strong99. 2009-03-16 22:05:00 +00:00
CSkyDomeSceneNode.h Add sky dome type and to default node factory, add serialization and clone methods (bug #2656990 reported by lab_zj) 2009-03-05 18:20:07 +00:00
CSoftware2MaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSoftwareDriver.cpp - Renamed texture setting function (setTexture) in most video drivers to setActiveTexture and made sure it has the same signature. This avoids confusion with similarly named methods in other classes (Such as SMaterial) and the consolidated method signature will hopefully help future plans for better abstracting texture usage across all drivers. 2009-07-02 06:43:24 +00:00
CSoftwareDriver.h - Renamed texture setting function (setTexture) in most video drivers to setActiveTexture and made sure it has the same signature. This avoids confusion with similarly named methods in other classes (Such as SMaterial) and the consolidated method signature will hopefully help future plans for better abstracting texture usage across all drivers. 2009-07-02 06:43:24 +00:00
CSoftwareDriver2.cpp Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CSoftwareDriver2.h Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CSoftwareTexture.cpp Use dummy texture in null driver and software texture only in software driver. Use the dimension function for optimal texture sizes instead of local one. 2009-05-17 23:37:02 +00:00
CSoftwareTexture.h Use dummy texture in null driver and software texture only in software driver. Use the dimension function for optimal texture sizes instead of local one. 2009-05-17 23:37:02 +00:00
CSoftwareTexture2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CSoftwareTexture2.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CSphereSceneNode.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32277 2009-02-09 20:05:53 +00:00
CSphereSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRFlat.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRFlatWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRGouraud.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRGouraud2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRGouraudAlpha2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRGouraudAlphaNoZ2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRGouraudWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureBlend.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureDetailMap2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureFlat.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureFlatWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraud.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraud.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraud2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAdd.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraudAdd2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAddNoZ2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAlpha.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAlphaNoZ.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudNoZ.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraudNoZ2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudVertexAlpha2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureLightMap2_Add.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMap2_M1.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMap2_M2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMap2_M4.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMapGouraud2_M4.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureWire2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTarReader.cpp Fix warnings about long qualifier. 2009-07-09 09:04:33 +00:00
CTarReader.h Fix warnings about long qualifier. 2009-07-09 09:04:33 +00:00
CTerrainSceneNode.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CTerrainSceneNode.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CTerrainTriangleSelector.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTerrainTriangleSelector.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTextSceneNode.cpp Added an enum and support for other Depth comparison functions. 2009-01-22 22:39:40 +00:00
CTextSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTimer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTriangleBBSelector.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTriangleBBSelector.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTriangleSelector.cpp Fix uninitialised value. 2009-04-06 15:44:20 +00:00
CTriangleSelector.h https://sourceforge.net/tracker2/?func=detail&aid=1797487&group_id=74339&atid=540678 2009-02-01 18:56:05 +00:00
CVideoModeList.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CVideoModeList.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CVolumeLightSceneNode.cpp Added some doc comments to IVolumeLightSceneNode.h and changed "colour" to American English "color" for consistency 2009-07-02 04:03:43 +00:00
CVolumeLightSceneNode.h Added some doc comments to IVolumeLightSceneNode.h and changed "colour" to American English "color" for consistency 2009-07-02 04:03:43 +00:00
CWaterSurfaceSceneNode.cpp Ouch, rendered twice, now fixed. Moreover, we use the standard interfaces for all updates now. 2009-04-28 21:48:17 +00:00
CWaterSurfaceSceneNode.h Ouch, rendered twice, now fixed. Moreover, we use the standard interfaces for all updates now. 2009-04-28 21:48:17 +00:00
CWriteFile.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CWriteFile.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CXMLReader.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMLReader.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMLReaderImpl.h Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +00:00
CXMLWriter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMLWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMeshFileLoader.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CXMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CZBuffer.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CZBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CZipReader.cpp Added gzip support to ZIP archive loader. To load a tar.gz you must load it twice, like so: 2009-07-07 10:45:48 +00:00
CZipReader.h Added gzip support to ZIP archive loader. To load a tar.gz you must load it twice, like so: 2009-07-07 10:45:48 +00:00
IBurningShader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
IBurningShader.h Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
IDepthBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
IImagePresenter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
ISceneNodeAnimatorFinishing.h Remove unused destructors. 2009-03-30 09:18:36 +00:00
ITriangleRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
IZBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
Irrlicht-gcc.cbp code::blocks projects now compile to Linux and win32-gcc dirs again, by default the examples in Linux link with the static lib as generated by the makefile. 2009-07-21 14:21:21 +00:00
Irrlicht.cpp xbox update. 2009-01-28 14:52:13 +00:00
Irrlicht.dev Added Silicon Graphics RGB texture loader by Gary Conway. 2009-03-09 22:15:34 +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 - IFileSystem changes: 2009-07-06 09:10:23 +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 - IFileSystem changes: 2009-07-06 09:10:23 +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 - IFileSystem changes: 2009-07-06 09:10:23 +00:00
Irrlicht_mobile6.sln added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Irrlicht_mobile6.vcproj - IFileSystem changes: 2009-07-06 09:10:23 +00:00
Irrlicht_xbox.sln xbox update. 2009-01-28 14:52:13 +00:00
Irrlicht_xbox.vcproj - IFileSystem changes: 2009-07-06 09:10:23 +00:00
Makefile Remove exceptions from irrMap. 2009-07-13 13:08:10 +00:00
OctTree.h Minor init fix. 2009-05-08 16:29:38 +00:00
S2DVertex.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
S4DVertex.h Changes in 1.6 TA 2009-02-10 15:08:23 +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 Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
SoftwareDriver2_helper.h Move local helper functions to where they are actually needed. 2009-05-17 23:30:07 +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 Added support for standard vertices, if no lightmaps are used. This saves lots of of memory and update times. But it needs some more testing, because I have not enough test files. Moreover, I've added some speedup for the vertex position loading with heavily reduced parsing efforts. 2009-07-20 22:10:13 +00:00
glext.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
glxext.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
irrXML.cpp Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +00:00
os.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
os.h Added Silicon Graphics RGB texture loader by Gary Conway. 2009-03-09 22:15:34 +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 Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00