irrlicht/include
hybrid a9b64e9e5c Removed some consts from POD type return values. Added missing imlementations in SSkinMeshBuffer.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1517 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-08-28 14:20:05 +00:00
..
CDynamicMeshBuffer.h Added some vector operations which take just one scalar as argument. 2008-08-26 11:46:07 +00:00
CIndexBuffer.h Removed some consts from POD type return values. 2008-08-28 14:08:12 +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 Removed some consts from POD type return values. 2008-08-28 14:08:12 +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 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
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 Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
EMaterialFlags.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
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 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
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 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
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 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
IAnimatedMeshSceneNode.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
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 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
IBoneSceneNode.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
ICameraSceneNode.h Minor cleanup and constification of camera node. 2008-08-07 12:45:53 +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 Implementation of UserData passing from the system event receiver to the Irrlicht IEventReceiver. Currently only available for Windows (thanks to rogerborg) and Linux. 2008-08-06 19:10:54 +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 Small code cleaning. Additional check for proper values in substring method. 2008-07-17 09:01:06 +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 Small code cleaning. Additional check for proper values in substring method. 2008-07-17 09:01:06 +00:00
IGUIElementFactory.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
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 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
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 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
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 Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +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 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
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 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
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 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
IMeshBuffer.h Removed some consts from POD type return values. Added missing imlementations in SSkinMeshBuffer. 2008-08-28 14:20:05 +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 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
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 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
IParticleAnimatedMeshSceneNodeEmitter.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
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 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
IParticleFadeOutAffector.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
IParticleGravityAffector.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
IParticleMeshEmitter.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
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 Merged 1499:1506 from 1.4 branch: Doc updates, getEmitter added. 2008-08-20 08:24:52 +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 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
ISceneManager.h Merge revisions 1495:1497 from 1.4 branch. GUIImage fix by CuteAlien. Default value changes in particle system and scene manager. 2008-08-14 15:36:21 +00:00
ISceneNode.h Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations. 2008-08-25 13:46:22 +00:00
ISceneNodeAnimator.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
ISceneNodeAnimatorCameraFPS.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
ISceneNodeAnimatorCameraMaya.h Added the missing copyright headers and changed the new files to 2008 as well. 2008-05-22 12:07:43 +00:00
ISceneNodeAnimatorCollisionResponse.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
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 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
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 -added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy... 2008-08-28 04:00:22 +00:00
ITextSceneNode.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
ITexture.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
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 -added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy... 2008-08-28 04:00:22 +00:00
IVideoModeList.h Changed return value of a videomodelist method. missing linebreak in vector3d.h 2008-06-13 13:34:05 +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 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
IrrCompileConfig.h PerfHUD enabler by Rene Rivera 2008-06-24 15:32:20 +00:00
IrrlichtDevice.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
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 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
SColor.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
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 Added copy constructor and assignment operator to cope with const member. 2008-08-08 12:53:27 +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 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
SMaterial.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
SMaterialLayer.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
SMesh.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
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 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
SSharedMeshBuffer.h Removed some consts from POD type return values. 2008-08-28 14:08:12 +00:00
SSkinMeshBuffer.h Removed some consts from POD type return values. Added missing imlementations in SSkinMeshBuffer. 2008-08-28 14:20:05 +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 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
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 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
fast_atof.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
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 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
irrString.h Small code cleaning. Additional check for proper values in substring method. 2008-07-17 09:01:06 +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 Cleaned up private version string parameter usage. 2008-06-13 13:35:03 +00:00
line2d.h Docs update for trunk and branch. 2008-08-20 08:36:41 +00:00
line3d.h Docs update for trunk and branch. 2008-08-20 08:36:41 +00:00
matrix4.h Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations. 2008-08-25 13:46:22 +00:00
plane3d.h Docs update for trunk and branch. 2008-08-20 08:36:41 +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 Minor code cleaning. 2008-06-09 14:24:03 +00:00
rect.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
triangle3d.h Docs update for trunk and branch. 2008-08-20 08:36:41 +00:00
vector2d.h Added some vector operations which take just one scalar as argument. 2008-08-26 11:46:07 +00:00
vector3d.h Added some vector operations which take just one scalar as argument. 2008-08-26 11:46:07 +00:00