irrlicht/include
hybrid 1ec87869c3 Some documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1785 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-11-20 22:18:53 +00:00
..
CDynamicMeshBuffer.h Added some more stringc taking overloads. 2008-09-04 12:44:11 +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 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 Fixed comments. 2008-11-17 08:26:15 +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 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
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::setRelativePosition(const core::rect<f32>&) to setProportionalPosition(). Tested with a modified example 05. 2008-11-19 12:46:29 +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 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 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 Merge from branch 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 Clarify comment on ISceneManager::addCameraSceneNodeFPS(). 2008-11-15 00:01:04 +00:00
ISceneNode.h Some documentation fixes. 2008-11-20 22:18:53 +00:00
ISceneNodeAnimator.h Correct comment for doxygen 2008-10-24 22:43:31 +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 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 Bug #1526176 - use absolute path names when creating / finding textures. As a consequence, createAndOpenFile() also needs to use absolute path names in order to match the texture filenames. Tested on Win32 with all example apps and a small test app attached to the bug. 2008-11-03 14:51:55 +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 Merge from branch 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 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
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 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
SColor.h Added another HSL method. 2008-09-29 12:39:15 +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 Merge from branch 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 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 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 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 Including <limits.h> in fast_atof.h for INT_MAX / UINT_MAX on non-Windows builds. 2008-10-26 19:15:21 +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 Helper function for videomodelist. 2008-11-13 22:23:31 +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 Added missing new interface to irrlicht.h for easier user access. 2008-11-18 12:49:25 +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 Expose irr::core::IdentityMatrix using IRRLICHT_API so that it can be accessed from user apps on Windows. 2008-11-12 15:37:18 +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 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 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