irrlicht/include
Rogerborg 340b984ced Add a hitPosition to ISceneCollisionManager::getCollisionResultPosition() as per
https://sourceforge.net/tracker2/?func=detail&aid=1339139&group_id=74339&atid=540679

This is a very small API breaking change to a method that's unlikely to be heavily used in user code. It is commented in the declaration, in changes.txt and a unit test has been added.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1958 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-12-16 16:16:35 +00:00
..
CDynamicMeshBuffer.h Added some more stringc taking overloads. 2008-09-04 12:44:11 +00:00
CIndexBuffer.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
CMeshBuffer.h Removed some consts from POD type return values. Added missing imlementations in SSkinMeshBuffer. 2008-08-28 14:20:05 +00:00
CVertexBuffer.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
ECullingTypes.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
EDebugSceneTypes.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
EDriverFeatures.h Added a driver feature check for non-square textures (which some d3d drivers don't seem to support...). It's not yet used in size calculations, though. 2008-10-01 22:27:15 +00:00
EDriverTypes.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
EGUIAlignment.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
EGUIElementTypes.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
EHardwareBufferFlags.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
EMaterialFlags.h Workaround avoiding wrong renderstate with culling modes. 2008-11-02 21:41:45 +00:00
EMaterialTypes.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
EMeshWriterEnums.h Added .obj writer. 2008-09-05 16:40:33 +00:00
EMessageBoxFlags.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
ESceneNodeAnimatorTypes.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
ESceneNodeTypes.h Added some enhancements for scene graph traversal and an example for collision checking with .irr scenes from rogerborg. 2008-07-30 21:24:19 +00:00
ETerrainElements.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
IAnimatedMesh.h Destructors removed. 2008-11-13 17:28:23 +00:00
IAnimatedMeshMD2.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
IAnimatedMeshMD3.h Clone method implementation for Animated Mesh Scenenode, by rogerborg. 2008-10-08 14:56:40 +00:00
IAnimatedMeshSceneNode.h Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
IAttributeExchangingObject.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
IAttributes.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
IBillboardSceneNode.h Removed multiple inheritance in CBillboardTextSceneNode. 2008-11-14 09:54:37 +00:00
IBillboardTextSceneNode.h Removed multiple inheritance in CBillboardTextSceneNode. 2008-11-14 09:54:37 +00:00
IBoneSceneNode.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
ICameraSceneNode.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
ICursorControl.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
IDummyTransformationSceneNode.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
IDynamicMeshBuffer.h Removed some consts from POD type return values. 2008-08-28 14:08:12 +00:00
IEventReceiver.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
IFileList.h Small code cleaning. Additional check for proper values in substring method. 2008-07-17 09:01:06 +00:00
IFileSystem.h Allow to skip extensions of filenames. 2008-09-05 16:35:10 +00:00
IGPUProgrammingServices.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
IGUIButton.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUICheckBox.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIColorSelectDialog.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIComboBox.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIContextMenu.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIEditBox.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIElement.h Rename IGUIElement::setProportionalPosition() to setRelativePositionProportional() 2008-11-20 23:22:59 +00:00
IGUIElementFactory.h Some documentation fixes. 2008-11-20 22:18:53 +00:00
IGUIEnvironment.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIFileOpenDialog.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIFont.h Added another HSL method. 2008-09-29 12:39:15 +00:00
IGUIFontBitmap.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIImage.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIInOutFader.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIListBox.h Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
IGUIMeshViewer.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIScrollBar.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUISkin.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUISpinBox.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUISpriteBank.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIStaticText.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUITabControl.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUITable.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
IGUIToolbar.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IGUIWindow.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IImage.h Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved. 2008-08-13 23:48:33 +00:00
IImageLoader.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IImageWriter.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
IIndexBuffer.h Removed some consts from POD type return values. 2008-08-28 14:08:12 +00:00
ILightSceneNode.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
ILogger.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
IMaterialRenderer.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
IMaterialRendererServices.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
IMesh.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
IMeshBuffer.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
IMeshCache.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
IMeshLoader.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
IMeshManipulator.h Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
IMeshSceneNode.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
IMeshWriter.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
IMetaTriangleSelector.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
IOSOperator.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
IParticleAffector.h Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
IParticleAnimatedMeshSceneNodeEmitter.h Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
IParticleAttractionAffector.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
IParticleBoxEmitter.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
IParticleCylinderEmitter.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
IParticleEmitter.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
IParticleFadeOutAffector.h Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
IParticleGravityAffector.h Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
IParticleMeshEmitter.h Added particle scale affector, made by Sudi. 2008-11-14 13:17:57 +00:00
IParticleRingEmitter.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
IParticleRotationAffector.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
IParticleSphereEmitter.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
IParticleSystemSceneNode.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
IQ3LevelMesh.h Change parameter to bool. 2008-08-20 08:51:31 +00:00
IQ3Shader.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
IReadFile.h Small code cleaning. Additional check for proper values in substring method. 2008-07-17 09:01:06 +00:00
IReferenceCounted.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
ISceneCollisionManager.h Add a hitPosition to ISceneCollisionManager::getCollisionResultPosition() as per 2008-12-16 16:16:35 +00:00
ISceneManager.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
ISceneNode.h Clarify the comments on ISceneNode::setDebugDataVisible() / isDebugDataVisible(). 2008-11-20 23:32:44 +00:00
ISceneNodeAnimator.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
ISceneNodeAnimatorCameraFPS.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
ISceneNodeAnimatorCameraMaya.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
ISceneNodeAnimatorCollisionResponse.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
ISceneNodeAnimatorFactory.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
ISceneNodeFactory.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
ISceneUserDataSerializer.h Added node creation callback patch from fullmetalcoder. This allows a callback per created scene node for .irr scene loading. 2008-07-30 20:18:17 +00:00
IShaderConstantSetCallBack.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
IShadowVolumeSceneNode.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
ISkinnedMesh.h Added default parameter for setParticlesAreGlobal. Code cleaning in other files. 2008-08-07 10:16:12 +00:00
ITerrainSceneNode.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
ITextSceneNode.h Removed multiple inheritance in CBillboardTextSceneNode. 2008-11-14 09:54:37 +00:00
ITexture.h Destructors removed. 2008-11-13 17:28:23 +00:00
ITimer.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
ITriangleSelector.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
IVertexBuffer.h Removed some consts from POD type return values. 2008-08-28 14:08:12 +00:00
IVideoDriver.h Merged revisions 1885:1912 from 1.5 branch. More unit tests and bug fixes. 2008-12-03 22:26:53 +00:00
IVideoModeList.h Helper function for videomodelist. 2008-11-13 22:23:31 +00:00
IVolumeLightSceneNode.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
IWriteFile.h Small code cleaning. Additional check for proper values in substring method. 2008-07-17 09:01:06 +00:00
IXMLReader.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
IXMLWriter.h Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
IrrCompileConfig.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
IrrlichtDevice.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
Keycodes.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
S3DVertex.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
SAnimatedMesh.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
SColor.h Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
SExposedVideoData.h Added the getColorFormat for some drivers. Added the GLX context in exposed video data under OpenGL/X11. 2008-06-19 12:45:40 +00:00
SIrrCreationParameters.h Include dimension2d.h in SIrrCreationParameters.h; required on MSVC builds after change to COpenGLDriver.h 2008-11-17 21:48:12 +00:00
SKeyMap.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
SLight.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
SMaterial.h Merged revisions 1652:1682 from the 1.4 branch: Code layout changes in the examples and SMaterial checks for self-assignment. 2008-11-04 14:47:51 +00:00
SMaterialLayer.h Merged revisions 1652:1682 from the 1.4 branch: Code layout changes in the examples and SMaterial checks for self-assignment. 2008-11-04 14:47:51 +00:00
SMesh.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
SMeshBuffer.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
SMeshBufferLightMap.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
SMeshBufferTangents.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
SParticle.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
SSharedMeshBuffer.h Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
SSkinMeshBuffer.h Update the bounding boxes of animated skinned meshes. (Attempt to) remove duplication of the recalculation of frames of animated meshes in CAnimatedMeshSceneNode::OnAnimate() and CAnimatedMeshSceneNode::render(). 2008-11-21 23:19:52 +00:00
SVertexIndex.h Fixed whitespace and line endings. 2008-08-06 11:25:56 +00:00
SViewFrustum.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
SceneParameters.h Merged revisions 1561:1570 from 1.4 branch. This fixes the ZWrite enable scene attribute and does some minor cosmetic changes. 2008-09-16 16:33:33 +00:00
aabbox3d.h Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 2008-08-14 08:55:40 +00:00
coreutil.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
dimension2d.h Changed from vector2df to dimension2df 2008-11-14 22:59:01 +00:00
fast_atof.h Fix an uninitialised warning in fast_atof.h 2008-11-21 15:56:25 +00:00
heapsort.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
irrAllocator.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
irrArray.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
irrList.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
irrMap.h Merge with 1..4 branch revisions 1444:1475, namely the irrMap bug and changes.txt updates. 2008-08-08 15:25:43 +00:00
irrMath.h Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
irrString.h Elucidate on the (non) encoding conversions in irrString. 2008-11-17 12:09:12 +00:00
irrTypes.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
irrXML.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.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
line2d.h Modifying line2d<T>::intersectWith() to cover more cases. Tests app here: 2008-10-24 20:05:39 +00:00
line3d.h Docs update for trunk and branch. 2008-08-20 08:36:41 +00:00
matrix4.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
plane3d.h Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00
position2d.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
quaternion.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
rect.h Fix docs. 2008-10-31 18:26:36 +00:00
triangle3d.h Docs update for trunk and branch. 2008-08-20 08:36:41 +00:00
vector2d.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
vector3d.h Merged revisiosn 1851:1883 from 1.5 branch. unit tests and severla bug fixes. 2008-11-29 22:35:56 +00:00