irrlicht/include
engineer_apple 816d5655fc - added Halflife 1 Model Loader
- added Halflife 1 Texture Loader
- slightly changed usage of getMesh ( doesn't effect existing implementation)

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3335 dfc29bdd-3216-0410-991c-e03cc46cb475
2010-07-07 16:16:03 +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 - added Halflife 1 Model Loader 2010-07-07 16:16:03 +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 - Fixed serialization of stringw-arrays again and learned another lesson of "be very careful when changing const's". 2009-12-08 04:39:25 +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 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
IFileArchive.h Add ways to provide the password for encrypted archives. 2009-12-01 17:07:00 +00:00
IFileList.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
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 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
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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +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 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
IGUIElementFactory.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUIEnvironment.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUIFileOpenDialog.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
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 Merged from branch 1.7, revisions 3290-3299. Few bugfixes, typo in GUI event, unicode fixes. 2010-06-01 22:03:10 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IGUITabControl.h Documentation updates. 2009-12-12 07:26:46 +00:00
IGUITable.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
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 Add support for changing cursors. 2010-06-04 16:35:01 +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 Simplyfy SNamedPath 2009-12-07 22:45:39 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
IParticleFadeOutAffector.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +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 Renamed OctTree to Octree 2009-12-20 22:10:53 +00:00
ISceneManager.h Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. 2010-01-23 16:53:15 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +00:00
ITriangleSelector.h Add new triangle3d method, suggested by rogerborg. Fix comment. Fix type in multiplication. 2009-11-13 15:34:38 +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 Export the color conversion method 2010-04-18 21:17:09 +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 - added Halflife 1 Model Loader 2010-07-07 16:16:03 +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 Add parameter DisplayAdapter to allow selecting the card when more than one card is in the system. Only D3D support so far and not yet tested (test-system will arrive in a few days). 2010-06-14 13:47:50 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +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 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
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 Add dimension2d::operator- for completeness. 2010-06-24 21:00:23 +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 Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 07:58:33 +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 Avoid argument lookup ambiguity in swap when used in combination with stl. Using same trick as boost now and use 2 different template parameters in it. 2010-04-26 11:31:40 +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 Replace raw xml char implementation with template struct in order to decouple the type from POD types. May also help for 64bit problems or changes needed there. 2010-03-21 23:24:26 +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 Add parameter to line2d::intersectWith to allow getting intersections outside the segments (thx Yoran). 2010-03-06 12:10:18 +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 Changes in 1.7.1 (05.07.2010) TA 2010-07-05 09:38:53 +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 Add new triangle3d method, suggested by rogerborg. Fix comment. Fix type in multiplication. 2009-11-13 15:34:38 +00:00
vector2d.h Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. 2010-01-23 16:53:15 +00:00
vector3d.h Missing constification fixed, found by loneboco 2010-02-07 21:51:40 +00:00