irrlicht/include
cutealien 7988585f8c Improve docs for IGUIFileOpenDialog.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3505 dfc29bdd-3216-0410-991c-e03cc46cb475
2010-12-12 18:30:41 +00:00
..
CDynamicMeshBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
CIndexBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
CMeshBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
CVertexBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EAttributes.h - CStringWArrayAttribute can use const-ref instead of full copy 2009-12-02 16:02:41 +00:00
ECullingTypes.h Occlusion Query support. 2010-04-01 15:40:10 +00:00
EDebugSceneTypes.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EDeviceTypes.h Add experimental framebuffer device. 2009-11-27 18:58:56 +00:00
EDriverFeatures.h Occlusion Query support. 2010-04-01 15:40:10 +00:00
EDriverTypes.h Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 2010-02-02 20:53:57 +00:00
EGUIAlignment.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EGUIElementTypes.h Merged from 1.6 branch, revisions 2936:3075. Several bugfixes for GUI, containers, file system. 2009-12-28 10:56:30 +00:00
EHardwareBufferFlags.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EMaterialFlags.h Add a new material flag which can disable mipmap usage completely via a boolean switch. 2010-04-05 16:03:17 +00:00
EMaterialTypes.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EMeshWriterEnums.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EMessageBoxFlags.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
EPrimitiveTypes.h Add support for different primitive types for geometry shaders. 2009-12-07 17:27:22 +00:00
ESceneNodeAnimatorTypes.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ESceneNodeTypes.h Renamed OctTree to Octree 2009-12-20 22:10:53 +00:00
EShaderTypes.h Add geometry shaders for OpenGL. Implementation is largely influenced by ideas from devsh. Right now the input and output types are fixed to EPT_TRIANGLES, the maximal output vertices are only limited by the driver, and some geometry shader extensions are wrongly used. Will be fixed in the near future. 2009-11-24 23:35:43 +00:00
ETerrainElements.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IAnimatedMesh.h Fix compiling on linux/gcc. 2010-07-18 12:07:57 +00:00
IAnimatedMeshMD2.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IAnimatedMeshMD3.h Revert r2939 (allocation strategy scheme for arrays). Which means old (slow?) speed for now. Reason is that 2009-11-30 14:11:27 +00:00
IAnimatedMeshSceneNode.h Merged revisions 3089-3138 from 1.7 branch. Full merge, all changes from 1.7 beta phase up to now are included. 2010-01-08 11:46:38 +00:00
IAttributeExchangingObject.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IAttributes.h Make some methods const 2010-09-07 22:28:28 +00:00
IBillboardSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IBillboardTextSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IBoneSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ICameraSceneNode.h Fix typos. 2009-11-09 16:58:23 +00:00
ICursorControl.h Add support for changing cursors. 2010-06-04 16:35:01 +00:00
IDummyTransformationSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IDynamicMeshBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IEventReceiver.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
IFileArchive.h - added WAD Archive Loader ( Quake2 (WAL2) and Halflife (WAL3) are supported ) 2010-07-07 20:27:10 +00:00
IFileList.h Merged from 1.7 branch, revisions 3421-3447. Fix for Attributes, documentation fixes, disabled menu handling, treeview disabling. 2010-11-22 22:57:26 +00:00
IFileSystem.h Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 2010-02-02 20:53:57 +00:00
IGPUProgrammingServices.h Merged from 1.7 branch, revisions 3421-3447. Fix for Attributes, documentation fixes, disabled menu handling, treeview disabling. 2010-11-22 22:57:26 +00:00
IGUIButton.h Add support for scaling button images to fit. 2009-08-03 12:18:47 +00:00
IGUICheckBox.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUIColorSelectDialog.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
IGUIComboBox.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUIContextMenu.h Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. 2010-01-23 16:53:15 +00:00
IGUIEditBox.h Fix compiling on VS (thx to joshcryer for reporting). 2010-06-26 16:05:38 +00:00
IGUIElement.h - Add new skin-colors: EGDC_GRAY_WINDOW_SYMBOL, EGDC_EDITABLE, EGDC_GRAY_EDITABLE, EGDC_FOCUSED_EDITABLE 2010-11-07 23:36:13 +00:00
IGUIElementFactory.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUIEnvironment.h Add IGUIEnvironment::removeFont (requested regularly). 2010-12-02 22:14:44 +00:00
IGUIFileOpenDialog.h Improve docs for IGUIFileOpenDialog. 2010-12-12 18:30:41 +00:00
IGUIFont.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUIFontBitmap.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUIImage.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUIImageList.h Merged revisions 2892:2947 from 1.6 branch. Mainly GUI fixes. Cylinder texturing enhanced. WIN64 defines everywhere also use _WIN64. Code layout and documentation updates. 2009-11-30 14:42:58 +00:00
IGUIInOutFader.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUIListBox.h Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 2010-02-02 20:53:57 +00:00
IGUIMeshViewer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUIScrollBar.h Merged from 1.7 branch, revisions 3270:3288. Several bug fixes in string class, GUI, mesh loaders. Docs and project file updates. 2010-05-08 10:38:50 +00:00
IGUISkin.h - Add new skin-colors: EGDC_GRAY_WINDOW_SYMBOL, EGDC_EDITABLE, EGDC_GRAY_EDITABLE, EGDC_FOCUSED_EDITABLE 2010-11-07 23:36:13 +00:00
IGUISpinBox.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUISpriteBank.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUIStaticText.h Patch by Auria, which allows to render text in gui static text elements over the element clip area. This makes handling of changing text simpler. As default, this feature is turned off. 2010-12-05 15:19:51 +00:00
IGUITabControl.h IGUITabControl::setActiveTab should only take IGUITab* and not IGUIElement* (thx to greenya for finding) 2010-11-07 23:52:23 +00:00
IGUITable.h Merged from 1.7 branch, revisions 3421-3447. Fix for Attributes, documentation fixes, disabled menu handling, treeview disabling. 2010-11-22 22:57:26 +00:00
IGUIToolbar.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUITreeView.h In IGUITreeView "clearChilds" and "hasChilds" deprecated for "clearChildren" and "hasChildren" (thx @Greenya for noticing) 2010-07-01 21:20:19 +00:00
IGUIWindow.h - Fix bug that menus on IGUIWindows with titlebar got drawn too high (id: 2714400) 2009-12-27 20:04:11 +00:00
IGeometryCreator.h Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. 2010-01-23 16:53:15 +00:00
IImage.h Merged from 1.7 branch, revisions 3421-3447. Fix for Attributes, documentation fixes, disabled menu handling, treeview disabling. 2010-11-22 22:57:26 +00:00
IImageLoader.h Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated. 2009-10-23 18:06:57 +00:00
IImageWriter.h Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated. 2009-10-23 18:06:57 +00:00
IIndexBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ILightManager.h Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated. 2009-10-23 18:06:57 +00:00
ILightSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ILogger.h Add logging level ELL_DEBUG. Use it in CAnimatedMeshSceneNode::getJointNode to prevent log-spamming for not found names (that's valid usually). 2010-06-24 20:24:25 +00:00
IMaterialRenderer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IMaterialRendererServices.h Remove unused includes. 2009-11-24 08:20:52 +00:00
IMesh.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IMeshBuffer.h Add support for different primitive types for geometry shaders. 2009-12-07 17:27:22 +00:00
IMeshCache.h Functions in IMeshCache expecting IAnimatedMesh* parameters removed as similar functions with IMesh* can be used since a while. Fixes also problems when IAnimatedMesh* got upcasted to IMesh*. (thx @ Greenya for reporting) 2010-11-24 21:28:15 +00:00
IMeshLoader.h Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated. 2009-10-23 18:06:57 +00:00
IMeshManipulator.h Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 2010-02-02 20:53:57 +00:00
IMeshSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IMeshWriter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IMetaTriangleSelector.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IOSOperator.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleAffector.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleAnimatedMeshSceneNodeEmitter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleAttractionAffector.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleBoxEmitter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleCylinderEmitter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleEmitter.h - Add missing access function CParticleSystemSceneNode::getAffectors() (seen by B@z) 2010-11-16 23:21:34 +00:00
IParticleFadeOutAffector.h - ParticleFadeOutAffector::setFadeOutTime can no longer be set to invalid values 2010-11-16 23:45:45 +00:00
IParticleGravityAffector.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleMeshEmitter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleRingEmitter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleRotationAffector.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleSphereEmitter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleSystemSceneNode.h - Add function IParticleSystemSceneNode::clearParticles 2010-12-12 16:46:47 +00:00
IQ3LevelMesh.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IQ3Shader.h Merged revisions 3089-3138 from 1.7 branch. Full merge, all changes from 1.7 beta phase up to now are included. 2010-01-08 11:46:38 +00:00
IReadFile.h Merged revisions 2622:2663 from branch 1.6. SMaterial bug, MS3D patch, LWO fix. Better Shift recognition under 2in32. D3D depth buffer MSAA problems fixed. string<c16> changed to io::path. Fix 2dimagebatch, add better mtl file finder. Fix some OpenGL extension checks. Fixed x86-64 warnings. Export symbols in gcc4. Scolling in GUITab fixed. Fixed PixelBlend16 and SW driver. FPS cam stuttering fixed. OSX project additions. New scene parameter to ignore obj's mtl files. 2009-08-24 09:12:27 +00:00
IReferenceCounted.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISceneCollisionManager.h Fix the text scene node placing in viewports. The problem was, that the calculation took the absolute viewport dimension into account, while rendering into the viewport requires the screenwidth to be taken. Hence, the text was usually misplaced. The collision method can still be used for this mixed mode calculation (get screen coordinate during viewport rendering, use it for full screen rendering), but requires an additional parameter. 2010-12-07 15:22:58 +00:00
ISceneManager.h Use more descriptive variable-names in addArrowMesh (noted by Yoran) 2010-11-22 16:00:44 +00:00
ISceneNode.h Occlusion Query support. 2010-04-01 15:40:10 +00:00
ISceneNodeAnimator.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISceneNodeAnimatorCameraFPS.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISceneNodeAnimatorCameraMaya.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISceneNodeAnimatorCollisionResponse.h The following functions will now use a "ISceneNode *" instead of a "const ISceneNode *": 2010-11-21 00:23:09 +00:00
ISceneNodeAnimatorFactory.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISceneNodeFactory.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISceneUserDataSerializer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IShaderConstantSetCallBack.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IShadowVolumeSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ISkinnedMesh.h Documentation update. 2009-12-20 14:15:47 +00:00
ITerrainSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ITextSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ITexture.h Add some docs for mipmap level access. 2010-04-04 10:07:12 +00:00
ITimer.h Added a RealTimeDate structure, which can be queried for time and date in human readable form. 2010-09-07 08:22:52 +00:00
ITriangleSelector.h The following functions will now use a "ISceneNode *" instead of a "const ISceneNode *": 2010-11-21 00:23:09 +00:00
IVertexBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IVideoDriver.h Add driver attribute element for AntiAliasing level. This allows to check whether the driver has AA enabled, and which level. 2010-12-07 17:58:11 +00:00
IVideoModeList.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IVolumeLightSceneNode.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IWriteFile.h - Fix bug that menus on IGUIWindows with titlebar got drawn too high (id: 2714400) 2009-12-27 20:04:11 +00:00
IXMLReader.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IXMLWriter.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IrrCompileConfig.h - Compile-defines can now be disabled from Makefiles/Projectfiles instead of having to change IrrCompileConfig.h each time (that's mostly to make it easier to use identical sources for client&server versions by simply using 2 different projectfiles) 2010-11-09 22:31:29 +00:00
IrrlichtDevice.h ClearSystemMessages does now also just remove keyboard/mouse events on Linux. Should probably be parametrized in the long run. 2009-12-18 12:37:25 +00:00
Keycodes.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
S3DVertex.h Add interpolation methods 2010-04-25 20:50:44 +00:00
SAnimatedMesh.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SColor.h Add support for changing cursors. 2010-06-04 16:35:01 +00:00
SExposedVideoData.h Make sure the struct is initialized to 0 2009-12-05 16:47:57 +00:00
SIrrCreationParameters.h Added creation parameter to disable highres timers. Patch submitted by tonic. 2010-09-07 11:54:13 +00:00
SKeyMap.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SLight.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
SMaterial.h Add a new material flag which can disable mipmap usage completely via a boolean switch. 2010-04-05 16:03:17 +00:00
SMaterialLayer.h Support separate U and V texture wrap modes. 2009-11-16 15:58:54 +00:00
SMesh.h - added Halflife 1 Model Loader 2010-07-07 16:16:03 +00:00
SMeshBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SMeshBufferLightMap.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SMeshBufferTangents.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SParticle.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SSharedMeshBuffer.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SSkinMeshBuffer.h Rename MoveTo_ methods in SSkinMeshBuffer for proper Irrlicht naming scheme. 2009-11-09 09:48:29 +00:00
SVertexIndex.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
SVertexManipulator.h Merged revisions 3218-3270 from branch 1.7. Many bugfixes, mainly in GUI and device, a few mesh loader fixes. Octree culling bug fix. 2010-04-03 22:21:50 +00:00
SViewFrustum.h Add function to SViewFrustum to get corners of the near plane (patch provided by slavik262) 2010-11-20 13:18:30 +00:00
SceneParameters.h Add OBJ_TEXTURE_PATH and B3D_TEXTURE_PATH to SceneParameters to allow setting texture-paths for obj and b3d. 2009-12-06 05:46:43 +00:00
aabbox3d.h Merged revisions 3199-3217 from 1.7 branch. Fix collision problem in aabbox3d and some compile problems due to API changes. Fixed some minor mem leaks. 2010-02-12 15:13:11 +00:00
coreutil.h - added Halflife 1 Model Loader 2010-07-07 16:16:03 +00:00
dimension2d.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
driverChoice.h Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 2010-02-02 20:53:57 +00:00
fast_atof.h Resolve include order for float.h and local defines. 2009-08-13 23:38:14 +00:00
heapsort.h Merge from 1.7 branch, revisions 3389-3419. Only a valgrind warning in heapsort. Also skipped the date bump, which would cause too many conflicts. Will be changed later on manually. 2010-09-20 21:34:39 +00:00
irrAllocator.h Revert r2939 (allocation strategy scheme for arrays). Which means old (slow?) speed for now. Reason is that 2009-11-30 14:11:27 +00:00
irrArray.h Make checks in erase not only happen in debug mode. 2009-12-28 13:42:59 +00:00
irrList.h Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. 2010-01-23 16:53:15 +00:00
irrMap.h Add swap functions to irrMath and to the core classes. 2009-12-20 16:55:15 +00:00
irrMath.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
irrString.h - added Halflife 1 Model Loader 2010-07-07 16:16:03 +00:00
irrTypes.h Merged revisions 3218-3270 from branch 1.7. Many bugfixes, mainly in GUI and device, a few mesh loader fixes. Octree culling bug fix. 2010-04-03 22:21:50 +00:00
irrXML.h Bugfix: XML-Reader from ANSI->wchar_t should no longer mess up characters above 127 2010-10-14 12:06:24 +00:00
irrlicht.h Merged revisions 3218-3270 from branch 1.7. Many bugfixes, mainly in GUI and device, a few mesh loader fixes. Octree culling bug fix. 2010-04-03 22:21:50 +00:00
line2d.h Merged from trunk, revisions 3366-3387. A few bug fixes all over the place. 2010-09-05 19:33:06 +00:00
line3d.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
matrix4.h Fix getRotationDegrees in matrix class as noted by drewbacca 2010-09-07 17:03:54 +00:00
path.h Simplyfy SNamedPath 2009-12-07 22:45:39 +00:00
plane3d.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
position2d.h Remove some extra ; because otherwise tests won't even compile. 2009-11-29 23:37:04 +00:00
quaternion.h Merged revisions 3172:3197 from 1.7 branch. Some more bug fixes and doc updates from the 1.7 beta phase. 2010-02-02 20:53:57 +00:00
rect.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
triangle3d.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
vector2d.h Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. 2010-07-17 22:45:45 +00:00
vector3d.h Add vector3d::getAs3Values (patch provided by slavik262) 2010-11-20 13:31:44 +00:00