irrlicht/source/Irrlicht
hybrid 4ab18181fd Disable anti-aliasing for the GUI. Fixed lod bias and quality multi-sampling under OpenGL.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2619 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-08-16 20:43:07 +00:00
..
MacOSX Compiles again on OSX 2009-07-31 06:21:16 +00:00
jpeglib Replace possessive "it's" with the grammatically correct "its". 2008-11-15 00:42:45 +00:00
libpng Merged revisions 2577:2601 from 1.5 branch: fast_atof bugfix. Updated libpng to 1.2.39 2009-08-13 23:18:04 +00:00
zlib Moved everything to /trunk 2007-05-20 18:03:49 +00:00
BuiltInFont.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
C3DSMeshFileLoader.cpp Merged from 1.5 branch, revisions 2297:2318. Fixed collada loader for very old files, and fixed 3ds shininess. 2009-03-31 17:59:11 +00:00
C3DSMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CAnimatedMeshMD2.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CAnimatedMeshMD2.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CAnimatedMeshMD3.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CAnimatedMeshMD3.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CAnimatedMeshSceneNode.cpp ReadOnlyMaterials in animated mesh node now works (reported by buffer) 2009-08-14 14:08:22 +00:00
CAnimatedMeshSceneNode.h Changed the frame calculation to diff-based, as suggested on the tracker. 2009-04-11 23:28:39 +00:00
CAttributeImpl.h Fix wrong type mix, found by Nalin. 2009-08-10 07:23:59 +00:00
CAttributes.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CAttributes.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CB3DMeshFileLoader.cpp Change b3d frame numbers to zero-based. 2009-08-04 21:50:22 +00:00
CB3DMeshFileLoader.h Reenabled the vertex alpha mode if fx&32 set, as necessary for the terrain blending from xDan. 2009-07-13 22:17:53 +00:00
CBSPMeshFileLoader.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CBSPMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CBillboardSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBillboardSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBlit.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 09:03:25 +00:00
CBoneSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBoneSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CBurningShader_Raster_Reference.cpp Add new Material flag ColorMaterial which defines how to interpret the vertex color when lighting is enabled. It's possible to use the color for diffuse, ambient, specular, or emissive modulation. Also combined diffuse and ambient is possible. This change finally unifies the behavior of non-textured meshes in OpenGL and D3D to a large extent. 2009-04-23 16:21:34 +00:00
CCSMLoader.cpp Flip base texture coords as well, seems more correct, but still to be confirmed. 2009-08-05 14:34:16 +00:00
CCSMLoader.h Some fixes for CSM loading. 2009-07-31 09:19:38 +00:00
CCameraSceneNode.cpp Added ViewMatrix affector, proposed by mandrav. 2009-03-30 16:56:54 +00:00
CCameraSceneNode.h Added ViewMatrix affector, proposed by mandrav. 2009-03-30 16:56:54 +00:00
CColladaFileLoader.cpp Support double_sided from MAYA 2009-04-19 11:05:24 +00:00
CColladaFileLoader.h Merged from 1.5 branch, revisions 2297:2318. Fixed collada loader for very old files, and fixed 3ds shininess. 2009-03-31 17:59:11 +00:00
CColladaMeshWriter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CColladaMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CColorConverter.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CColorConverter.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CCubeSceneNode.cpp Forgot the destructor. 2009-04-23 08:12:29 +00:00
CCubeSceneNode.h Forgot the destructor. 2009-04-23 08:12:29 +00:00
CD3D8Driver.cpp Disable anti-aliasing for the GUI. Fixed lod bias and quality multi-sampling under OpenGL. 2009-08-16 20:43:07 +00:00
CD3D8Driver.h Ensure proper texture dimensions in the D3D drivers. 2009-08-13 23:42:16 +00:00
CD3D8MaterialRenderer.h Added vertex *and* texture alpha to ONE_TEXTURE_BLEND material. Can be enabled/disabled via the pack function which handles all modes of this material. Default is texture alpha, as before. 2009-07-24 21:57:25 +00:00
CD3D8NormalMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8NormalMapRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8ParallaxMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8ParallaxMapRenderer.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CD3D8ShaderMaterialRenderer.cpp git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2277 dfc29bdd-3216-0410-991c-e03cc46cb475 2009-03-14 18:15:04 +00:00
CD3D8ShaderMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D8Texture.cpp Fix a bug when getting optimal texture size in D3D drivers, by Jetro Lauha (tonic) 2009-08-16 13:35:43 +00:00
CD3D8Texture.h Ensure proper texture dimensions in the D3D drivers. 2009-08-13 23:42:16 +00:00
CD3D9Driver.cpp Disable anti-aliasing for the GUI. Fixed lod bias and quality multi-sampling under OpenGL. 2009-08-16 20:43:07 +00:00
CD3D9Driver.h Ensure proper texture dimensions in the D3D drivers. 2009-08-13 23:42:16 +00:00
CD3D9HLSLMaterialRenderer.cpp Merge the two legacy ps_1_x work-arounds into one if block in order to avoid falling back to 1_x even if 2_x is supported. Thanks to DeM0nFiRe for help on this topic. 2009-07-24 19:25:44 +00:00
CD3D9HLSLMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9MaterialRenderer.h Add a general 2d render method. This method accepts vertex and index lists, and needs textures being set via setMaterial before the call to this method. This method is not implemented in the sw drivers. 2009-08-10 21:58:14 +00:00
CD3D9NormalMapRenderer.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9NormalMapRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9ParallaxMapRenderer.cpp Change point attenuation in D3D to work as the OpenGL version. 2009-07-30 16:58:07 +00:00
CD3D9ParallaxMapRenderer.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CD3D9ShaderMaterialRenderer.cpp git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2277 dfc29bdd-3216-0410-991c-e03cc46cb475 2009-03-14 18:15:04 +00:00
CD3D9ShaderMaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CD3D9Texture.cpp Fix a bug when getting optimal texture size in D3D drivers, by Jetro Lauha (tonic) 2009-08-16 13:35:43 +00:00
CD3D9Texture.h Ensure proper texture dimensions in the D3D drivers. 2009-08-13 23:42:16 +00:00
CDMFLoader.cpp Added support for standard vertices, if no lightmaps are used. This saves lots of of memory and update times. But it needs some more testing, because I have not enough test files. Moreover, I've added some speedup for the vertex position loading with heavily reduced parsing efforts. 2009-07-20 22:10:13 +00:00
CDMFLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CDefaultGUIElementFactory.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CDefaultGUIElementFactory.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDefaultSceneNodeAnimatorFactory.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDefaultSceneNodeAnimatorFactory.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDefaultSceneNodeFactory.cpp Add sky dome type and to default node factory, add serialization and clone methods (bug #2656990 reported by lab_zj) 2009-03-05 18:20:07 +00:00
CDefaultSceneNodeFactory.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDepthBuffer.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CDepthBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CDummyTransformationSceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CDummyTransformationSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CEmptySceneNode.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CEmptySceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CFPSCounter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CFPSCounter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CFileList.cpp Fixed Quake3Explorer and added codeblocks project. Ensure paths in createFileList end in /, fixed bug in mountPointReader 2009-08-13 05:28:19 +00:00
CFileList.h API Change! File archive API tidied: CFileList now takes care of removing paths lowering case, finding files, it can hold directory trees and is populated by the filesystem and archives. Archives now inherit it and return a const IFileList pointer rather than implementing each method and requiring special entry types in the API. createFileList works with the virtual filesystem. Separated the mount point stuff from the zip reader to its own files. Added GZIP archive type, fixed problem when loading files without names in gzips. Fixed a crash in the file dialog when the file list was null. 2009-08-12 10:31:30 +00:00
CFileSystem.cpp Fix for getFileBasename, submitted by Reaper 2009-08-14 07:27:37 +00:00
CFileSystem.h API Change! File archive API tidied: CFileList now takes care of removing paths lowering case, finding files, it can hold directory trees and is populated by the filesystem and archives. Archives now inherit it and return a const IFileList pointer rather than implementing each method and requiring special entry types in the API. createFileList works with the virtual filesystem. Separated the mount point stuff from the zip reader to its own files. Added GZIP archive type, fixed problem when loading files without names in gzips. Fixed a crash in the file dialog when the file list was null. 2009-08-12 10:31:30 +00:00
CGUIButton.cpp Add support for scaling button images to fit. 2009-08-03 12:18:47 +00:00
CGUIButton.h Add support for scaling button images to fit. 2009-08-03 12:18:47 +00:00
CGUICheckBox.cpp Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUICheckBox.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIColorSelectDialog.cpp Use API functions instead of direct member access. 2009-07-27 16:30:04 +00:00
CGUIColorSelectDialog.h Use API functions instead of direct member access. 2009-07-27 16:30:04 +00:00
CGUIComboBox.cpp Allow resizing GUI Editor window and fixed clipping on combo boxes (now only the ListBox is NotClipped) 2009-03-11 08:25:21 +00:00
CGUIComboBox.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIContextMenu.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUIContextMenu.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIEditBox.cpp Fixed (new?) bug in edit box where typing characters over selected text didn't disable selection. 2009-07-05 10:12:48 +00:00
CGUIEditBox.h - adding events EGET_EDITBOX_CHANGED and EGET_EDITBOX_MARKING_CHANGED 2009-06-07 01:02:42 +00:00
CGUIEnvironment.cpp bugfix: Use make_lower throughout for spritebank filenames (found and patched by Ion Dune) 2009-06-19 22:17:54 +00:00
CGUIEnvironment.h Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 09:03:25 +00:00
CGUIFileOpenDialog.cpp use locale.h instead of locale, wouldn't compile on VC otherwise 2009-08-14 13:45:00 +00:00
CGUIFileOpenDialog.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIFont.cpp - Added sprite bank draw batching. (Performance improvement is negligible unfortunately, wait for sprite bank VBOs) 2009-08-02 04:55:56 +00:00
CGUIFont.h - Added sprite bank draw batching. (Performance improvement is negligible unfortunately, wait for sprite bank VBOs) 2009-08-02 04:55:56 +00:00
CGUIImage.cpp Do some core::dimension2di() conversions required when passing dimension2d<u32> sources as dimension2d<s32> parameters. 2009-01-22 13:00:52 +00:00
CGUIImage.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIImageList.cpp Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 09:03:25 +00:00
CGUIImageList.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CGUIInOutFader.cpp Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIInOutFader.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIListBox.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUIListBox.h added IGUIListBox::setDrawBackground 2009-05-30 05:45:54 +00:00
CGUIMenu.cpp - bugfix (2796207): menu acted (wrongly) on left-click down instead of left-click up. 2009-06-01 03:50:17 +00:00
CGUIMenu.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIMeshViewer.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUIMeshViewer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CGUIMessageBox.cpp EGDS_MESSAGE_BOX_HEIGHT is now honoured, reported by Spkka 2009-02-28 14:14:51 +00:00
CGUIMessageBox.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUIModalScreen.cpp - serialize modal screens 2009-06-02 00:10:56 +00:00
CGUIModalScreen.h - serialize modal screens 2009-06-02 00:10:56 +00:00
CGUIScrollBar.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CGUIScrollBar.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUISkin.cpp Added EGDS_TITLEBARTEXT_DISTANCE_X and EGDS_TITLEBARTEXT_DISTANCE_Y to GUI, submitted by FuzzYspo0N 2009-08-16 00:28:43 +00:00
CGUISkin.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUISpinBox.cpp Remove unnecessary include. 2009-08-13 23:40:10 +00:00
CGUISpinBox.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUISpriteBank.cpp Fixed compiling under gcc 4. It didn't like the local struct being used in irrAllocator 2009-08-02 13:18:39 +00:00
CGUISpriteBank.h Fixed compiling under gcc 4. It didn't like the local struct being used in irrAllocator 2009-08-02 13:18:39 +00:00
CGUIStaticText.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CGUIStaticText.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUITabControl.cpp Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CGUITabControl.h Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 2009-01-22 12:40:06 +00:00
CGUITable.cpp - Added sprite bank draw batching. (Performance improvement is negligible unfortunately, wait for sprite bank VBOs) 2009-08-02 04:55:56 +00:00
CGUITable.h - Added sprite bank draw batching. (Performance improvement is negligible unfortunately, wait for sprite bank VBOs) 2009-08-02 04:55:56 +00:00
CGUIToolBar.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CGUIToolBar.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CGUITreeView.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CGUITreeView.h Fix some warnings under Linux. 2009-01-27 17:45:16 +00:00
CGUIWindow.cpp Added EGDS_TITLEBARTEXT_DISTANCE_X and EGDS_TITLEBARTEXT_DISTANCE_Y to GUI, submitted by FuzzYspo0N 2009-08-16 00:28:43 +00:00
CGUIWindow.h - windows can now enable/disable drawing of background and titlebar 2009-05-30 22:39:03 +00:00
CGeometryCreator.cpp Allow cuboid creation instead of just uniform cubes. 2009-04-22 23:58:01 +00:00
CGeometryCreator.h Allow cuboid creation instead of just uniform cubes. 2009-04-22 23:58:01 +00:00
CImage.cpp Changed order of functions. 2009-07-28 13:01:55 +00:00
CImage.h Implement fill operation for RGB8 images. 2009-07-28 12:35:41 +00:00
CImageLoaderBMP.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderBMP.h Fix for compiling with image writers but without loaders 2009-02-27 08:52:27 +00:00
CImageLoaderJPG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderJPG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPCX.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPCX.h Fix for compiling with image writers but without loaders 2009-02-27 08:52:27 +00:00
CImageLoaderPNG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPNG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPPM.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPPM.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPSD.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderPSD.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderRGB.cpp Fix typo. 2009-08-10 09:32:38 +00:00
CImageLoaderRGB.h Fix wrong overload, found by Nalin. 2009-08-10 07:20:17 +00:00
CImageLoaderTGA.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderTGA.h Fix for compiling with image writers but without loaders 2009-02-27 08:52:27 +00:00
CImageLoaderWAL.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageLoaderWAL.h Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CImageWriterBMP.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterBMP.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterJPG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterJPG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPCX.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPCX.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPNG.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPNG.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPPM.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPPM.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPSD.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterPSD.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterTGA.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CImageWriterTGA.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CIrrDeviceConsole.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceConsole.h Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceLinux.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceLinux.h Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceSDL.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceSDL.h Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceStub.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceStub.h Reorder method declarations. 2009-08-07 08:03:14 +00:00
CIrrDeviceWin32.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceWin32.h Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceWinCE.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrDeviceWinCE.h Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CIrrMeshFileLoader.cpp Use API functions instead of direct member access. 2009-07-27 14:55:08 +00:00
CIrrMeshFileLoader.h Add support for large meshes in .irrmesh format. Patch submitted by pc0de. 2009-03-09 09:45:39 +00:00
CIrrMeshWriter.cpp Use API functions instead of direct member access. 2009-07-27 14:55:08 +00:00
CIrrMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CLMTSMeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CLMTSMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CLWOMeshFileLoader.cpp Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CLWOMeshFileLoader.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CLightSceneNode.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CLightSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CLimitReadFile.cpp Give access to LimitReadFiles. 2009-03-29 22:33:45 +00:00
CLimitReadFile.h - IFileSystem changes: 2009-07-06 09:10:23 +00:00
CLogger.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CLogger.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMD2MeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMD2MeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMD3MeshFileLoader.cpp Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CMD3MeshFileLoader.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CMS3DMeshFileLoader.cpp Change ms3d frame numbers to zero-based. 2009-08-04 21:53:51 +00:00
CMS3DMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMY3DHelper.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CMY3DMeshFileLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMY3DMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMemoryFile.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMemoryFile.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMeshCache.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMeshCache.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CMeshManipulator.cpp Make mesh cloning a little more explicit, in order to cope with SSkinnedMesh and others. 2009-04-28 23:03:33 +00:00
CMeshManipulator.h Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CMeshSceneNode.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CMeshSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CMetaTriangleSelector.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CMetaTriangleSelector.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CMountPointReader.cpp Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CMountPointReader.h Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CNullDriver.cpp Add a general 2d render method. This method accepts vertex and index lists, and needs textures being set via setMaterial before the call to this method. This method is not implemented in the sw drivers. 2009-08-10 21:58:14 +00:00
CNullDriver.h Add a general 2d render method. This method accepts vertex and index lists, and needs textures being set via setMaterial before the call to this method. This method is not implemented in the sw drivers. 2009-08-10 21:58:14 +00:00
COBJMeshFileLoader.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
COBJMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COBJMeshWriter.cpp Merged revisions 2440:2473 from 1.5 branch. obj writer shininess fixed. Shadow volume removal fixed. 2009-07-13 13:14:32 +00:00
COBJMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
COCTLoader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COCTLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COSOperator.cpp Allow multiple device types compiled in at the same time. Renamed _IRR_USE_LINUX_DEVICE_ to _IRR_USE_X11_DEVICE_, added missing platform for Windows CE. Currently only tested in Linux (X11, SDL, console) 2009-07-28 17:09:24 +00:00
COSOperator.h Allow multiple device types compiled in at the same time. Renamed _IRR_USE_LINUX_DEVICE_ to _IRR_USE_X11_DEVICE_, added missing platform for Windows CE. Currently only tested in Linux (X11, SDL, console) 2009-07-28 17:09:24 +00:00
COctTreeSceneNode.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
COctTreeSceneNode.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32019 2009-01-31 15:58:43 +00:00
COctTreeTriangleSelector.cpp Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
COctTreeTriangleSelector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COgreMeshFileLoader.cpp Performance optimization. 2009-02-23 17:27:07 +00:00
COgreMeshFileLoader.h Performance optimization. 2009-02-23 17:27:07 +00:00
COpenGLDriver.cpp Disable anti-aliasing for the GUI. Fixed lod bias and quality multi-sampling under OpenGL. 2009-08-16 20:43:07 +00:00
COpenGLDriver.h Add a general 2d render method. This method accepts vertex and index lists, and needs textures being set via setMaterial before the call to this method. This method is not implemented in the sw drivers. 2009-08-10 21:58:14 +00:00
COpenGLExtensionHandler.cpp case typo. 2009-08-12 19:53:24 +00:00
COpenGLExtensionHandler.h Add check for support in extension string. 2009-08-16 19:20:07 +00:00
COpenGLMaterialRenderer.h Add a general 2d render method. This method accepts vertex and index lists, and needs textures being set via setMaterial before the call to this method. This method is not implemented in the sw drivers. 2009-08-10 21:58:14 +00:00
COpenGLNormalMapRenderer.cpp Fixed up version of the OpenGL ARB shader "parallax map and normal map with fog" patch. The code requires little changes to the ShaderMaterial in order to reuse existing shader renders, as we now have an array instead of one shader handle. Also, vertex and pixel shaders need to be adapted for fog usage, namely by setting the fogcoord in the vertex shader and adding a comment into which Irrlicht will add the proper fog option. Documentation will follow once we have cleaned up the shader usage. 2009-07-11 23:47:00 +00:00
COpenGLNormalMapRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
COpenGLParallaxMapRenderer.cpp Fixed up version of the OpenGL ARB shader "parallax map and normal map with fog" patch. The code requires little changes to the ShaderMaterial in order to reuse existing shader renders, as we now have an array instead of one shader handle. Also, vertex and pixel shaders need to be adapted for fog usage, namely by setting the fogcoord in the vertex shader and adding a comment into which Irrlicht will add the proper fog option. Documentation will follow once we have cleaned up the shader usage. 2009-07-11 23:47:00 +00:00
COpenGLParallaxMapRenderer.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
COpenGLSLMaterialRenderer.cpp - Renamed texture setting function (setTexture) in most video drivers to setActiveTexture and made sure it has the same signature. This avoids confusion with similarly named methods in other classes (Such as SMaterial) and the consolidated method signature will hopefully help future plans for better abstracting texture usage across all drivers. 2009-07-02 06:43:24 +00:00
COpenGLSLMaterialRenderer.h Fix OpenGL compilation without extension pointers. 2009-07-14 15:43:53 +00:00
COpenGLShaderMaterialRenderer.cpp Fixed up version of the OpenGL ARB shader "parallax map and normal map with fog" patch. The code requires little changes to the ShaderMaterial in order to reuse existing shader renders, as we now have an array instead of one shader handle. Also, vertex and pixel shaders need to be adapted for fog usage, namely by setting the fogcoord in the vertex shader and adding a comment into which Irrlicht will add the proper fog option. Documentation will follow once we have cleaned up the shader usage. 2009-07-11 23:47:00 +00:00
COpenGLShaderMaterialRenderer.h Allow multiple device types compiled in at the same time. Renamed _IRR_USE_LINUX_DEVICE_ to _IRR_USE_X11_DEVICE_, added missing platform for Windows CE. Currently only tested in Linux (X11, SDL, console) 2009-07-28 17:09:24 +00:00
COpenGLTexture.cpp - Changed floating point texture types to non-ARB versions in order to support R16F, R32F, RG16F and RG32F color types. 2009-08-02 04:53:36 +00:00
COpenGLTexture.h Allow multiple device types compiled in at the same time. Renamed _IRR_USE_LINUX_DEVICE_ to _IRR_USE_X11_DEVICE_, added missing platform for Windows CE. Currently only tested in Linux (X11, SDL, console) 2009-07-28 17:09:24 +00:00
CPLYMeshFileLoader.cpp Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CPLYMeshFileLoader.h Fixes to compile with Borland C++ 2009-03-16 12:15:51 +00:00
CPLYMeshWriter.cpp Fixed some warnings. Fixed minimizeWidow under Linux. 2009-03-09 09:09:36 +00:00
CPLYMeshWriter.h Added PLY writer and added VC9 project for mesh converter 2009-03-02 11:46:47 +00:00
CPakReader.cpp Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CPakReader.h Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CParticleAnimatedMeshSceneNodeEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleAnimatedMeshSceneNodeEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleAttractionAffector.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleAttractionAffector.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleBoxEmitter.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleBoxEmitter.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleCylinderEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleCylinderEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleFadeOutAffector.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleFadeOutAffector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleGravityAffector.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleGravityAffector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleMeshEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleMeshEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticlePointEmitter.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticlePointEmitter.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleRingEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleRingEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleRotationAffector.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleRotationAffector.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleScaleAffector.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
CParticleScaleAffector.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CParticleSphereEmitter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleSphereEmitter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CParticleSystemSceneNode.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CParticleSystemSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CQ3LevelMesh.cpp Use API functions instead of direct member access. 2009-07-27 14:55:08 +00:00
CQ3LevelMesh.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CQuake3ShaderSceneNode.cpp Use API functions instead of direct member access. 2009-07-27 14:55:08 +00:00
CQuake3ShaderSceneNode.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CReadFile.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CReadFile.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CSTLMeshFileLoader.cpp Merged revisions 2477:2484 from 1.5 branch. Support for range fog under OpenGL. Cleaned up changes.txt. 2009-07-17 12:08:45 +00:00
CSTLMeshFileLoader.h Merged revisions 2477:2484 from 1.5 branch. Support for range fog under OpenGL. Cleaned up changes.txt. 2009-07-17 12:08:45 +00:00
CSTLMeshWriter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSTLMeshWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSceneCollisionManager.cpp Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap. 2009-07-02 08:59:55 +00:00
CSceneCollisionManager.h Added collision function parameter for restricting check to only parts of the scene, patch by Darktib. 2009-03-30 15:14:38 +00:00
CSceneManager.cpp - Fix bug in CSceneNodeAnimatorCollisionResponse::setWorld as found by Quillraven. 2009-06-10 20:13:37 +00:00
CSceneManager.h Make the method isCulled publicly available 2009-04-28 23:36:39 +00:00
CSceneNodeAnimatorCameraFPS.cpp Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CSceneNodeAnimatorCameraFPS.h Reset all line endings to Windows-style CRLF 2009-03-10 20:46:58 +00:00
CSceneNodeAnimatorCameraMaya.cpp Fix warnings. 2009-07-13 08:36:33 +00:00
CSceneNodeAnimatorCameraMaya.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSceneNodeAnimatorCollisionResponse.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CSceneNodeAnimatorCollisionResponse.h Fix some warnings under Linux. 2009-01-27 17:45:16 +00:00
CSceneNodeAnimatorDelete.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorDelete.h Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorFlyCircle.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorFlyCircle.h Changes in 1.6 TA 2009-02-05 15:33:55 +00:00
CSceneNodeAnimatorFlyStraight.cpp Removed unused member. 2009-03-30 15:45:59 +00:00
CSceneNodeAnimatorFlyStraight.h Removed unused member. 2009-03-30 15:45:59 +00:00
CSceneNodeAnimatorFollowSpline.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorFollowSpline.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSceneNodeAnimatorRotation.cpp Add value clipping to cope with precision. 2009-08-15 16:47:18 +00:00
CSceneNodeAnimatorRotation.h Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorTexture.cpp Remove unused destructors. 2009-03-30 09:18:36 +00:00
CSceneNodeAnimatorTexture.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CShadowVolumeSceneNode.cpp Use core::array instead of C arrays. 2009-07-13 12:49:29 +00:00
CShadowVolumeSceneNode.h Use core::array instead of C arrays. 2009-07-13 12:49:29 +00:00
CSkinnedMesh.cpp Reorder members. 2009-08-05 14:35:42 +00:00
CSkinnedMesh.h Reorder members. 2009-08-05 14:35:42 +00:00
CSkyBoxSceneNode.cpp Added an enum and support for other Depth comparison functions. 2009-01-22 22:39:40 +00:00
CSkyBoxSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSkyDomeSceneNode.cpp Fix skydome constructor, found by strong99. 2009-03-16 22:05:00 +00:00
CSkyDomeSceneNode.h Add sky dome type and to default node factory, add serialization and clone methods (bug #2656990 reported by lab_zj) 2009-03-05 18:20:07 +00:00
CSoftware2MaterialRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CSoftwareDriver.cpp Add methods for maximizing and restoring windows again. Some implementations are still empty, but we need the interfaces at least. 2009-08-13 16:51:46 +00:00
CSoftwareDriver.h Remove some casts. 2009-07-28 13:14:08 +00:00
CSoftwareDriver2.cpp Add some more inits for the vertex cache. Most types still don't work, and some still crash due to wrong memory access. But it's a beginning, Thomas will have to look into this. 2009-08-16 19:21:59 +00:00
CSoftwareDriver2.h Added EXP2 fog distribution. 2009-07-15 21:39:25 +00:00
CSoftwareTexture.cpp Use dummy texture in null driver and software texture only in software driver. Use the dimension function for optimal texture sizes instead of local one. 2009-05-17 23:37:02 +00:00
CSoftwareTexture.h Use dummy texture in null driver and software texture only in software driver. Use the dimension function for optimal texture sizes instead of local one. 2009-05-17 23:37:02 +00:00
CSoftwareTexture2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CSoftwareTexture2.h Burning's Video now compiles again in fast mode. Reported by puh 2009-08-16 07:42:38 +00:00
CSphereSceneNode.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32277 2009-02-09 20:05:53 +00:00
CSphereSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRFlat.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRFlatWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRGouraud.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRGouraud2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRGouraudAlpha2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRGouraudAlphaNoZ2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRGouraudWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureBlend.cpp Added vertex *and* texture alpha to ONE_TEXTURE_BLEND material. Can be enabled/disabled via the pack function which handles all modes of this material. Default is texture alpha, as before. 2009-07-24 21:57:25 +00:00
CTRTextureDetailMap2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureFlat.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureFlatWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraud.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraud.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraud2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAdd.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraudAdd2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAddNoZ2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAlpha.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudAlphaNoZ.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudNoZ.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureGouraudNoZ2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudVertexAlpha2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureGouraudWire.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTRTextureLightMap2_Add.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMap2_M1.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMap2_M2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMap2_M4.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureLightMapGouraud2_M4.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTRTextureWire2.cpp Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
CTarReader.cpp Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CTarReader.h Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CTerrainSceneNode.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CTerrainSceneNode.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CTerrainTriangleSelector.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTerrainTriangleSelector.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTextSceneNode.cpp Added an enum and support for other Depth comparison functions. 2009-01-22 22:39:40 +00:00
CTextSceneNode.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTimer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CTriangleBBSelector.cpp https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTriangleBBSelector.h https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678 2009-01-22 15:50:06 +00:00
CTriangleSelector.cpp Fix uninitialised value. 2009-04-06 15:44:20 +00:00
CTriangleSelector.h https://sourceforge.net/tracker2/?func=detail&aid=1797487&group_id=74339&atid=540678 2009-02-01 18:56:05 +00:00
CVideoModeList.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CVideoModeList.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CVolumeLightSceneNode.cpp Added some doc comments to IVolumeLightSceneNode.h and changed "colour" to American English "color" for consistency 2009-07-02 04:03:43 +00:00
CVolumeLightSceneNode.h Added some doc comments to IVolumeLightSceneNode.h and changed "colour" to American English "color" for consistency 2009-07-02 04:03:43 +00:00
CWaterSurfaceSceneNode.cpp Simplify wave function. 2009-08-02 20:13:54 +00:00
CWaterSurfaceSceneNode.h Simplify wave function. 2009-08-02 20:13:54 +00:00
CWriteFile.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CWriteFile.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CXMLReader.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMLReader.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMLReaderImpl.h Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +00:00
CXMLWriter.cpp Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMLWriter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
CXMeshFileLoader.cpp Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed. 2009-07-02 09:39:50 +00:00
CXMeshFileLoader.h Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
CZBuffer.cpp http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CZBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
CZipReader.cpp Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
CZipReader.h Option to compile without the different archive loaders. Added GUI editor to codeblocks workspace 2009-08-13 06:45:50 +00:00
IBurningShader.cpp Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
IBurningShader.h Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
IDepthBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
IImagePresenter.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
ISceneNodeAnimatorFinishing.h Remove unused destructors. 2009-03-30 09:18:36 +00:00
ITriangleRenderer.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
IZBuffer.h http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 2009-01-19 13:48:22 +00:00
Irrlicht-gcc.cbp API Change! File archive API tidied: CFileList now takes care of removing paths lowering case, finding files, it can hold directory trees and is populated by the filesystem and archives. Archives now inherit it and return a const IFileList pointer rather than implementing each method and requiring special entry types in the API. createFileList works with the virtual filesystem. Separated the mount point stuff from the zip reader to its own files. Added GZIP archive type, fixed problem when loading files without names in gzips. Fixed a crash in the file dialog when the file list was null. 2009-08-12 10:31:30 +00:00
Irrlicht.cpp Fix eol-style for all code files to CRLF for simpler file handling. 2009-07-30 09:03:25 +00:00
Irrlicht.dev Add MountPoint reader to project files. 2009-08-13 15:48:33 +00:00
Irrlicht7.1.sln 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
Irrlicht7.1.vcproj Add MountPoint reader to project files. 2009-08-13 15:48:33 +00:00
Irrlicht8.0.sln 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
Irrlicht8.0.vcproj Add MountPoint reader to project files. 2009-08-13 15:48:33 +00:00
Irrlicht9.0.sln Update Irrlicht9.0.sln to fix untested changes from the static build target additions. Now tested with Visual C++ 2008 Express. 2008-11-19 20:50:44 +00:00
Irrlicht9.0.vcproj Add MountPoint reader to project files. 2009-08-13 15:48:33 +00:00
Irrlicht_mobile6.sln added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Irrlicht_mobile6.vcproj Add MountPoint reader to project files. 2009-08-13 15:48:33 +00:00
Irrlicht_xbox.sln xbox update. 2009-01-28 14:52:13 +00:00
Irrlicht_xbox.vcproj Add MountPoint reader to project files. 2009-08-13 15:48:33 +00:00
Makefile Fix eol style of Makefile and add some comments. 2009-08-12 13:44:11 +00:00
OctTree.h Minor init fix. 2009-05-08 16:29:38 +00:00
S2DVertex.h Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 2009-01-14 12:37:51 +00:00
S4DVertex.h Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
SConstruct Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
SoftwareDriver2_compile_config.h Burning's Video now compiles again in fast mode. Reported by puh 2009-08-16 07:42:38 +00:00
SoftwareDriver2_helper.h Move helper function. 2009-07-28 16:09:40 +00:00
builtInFont.bmp fixed a bug I caused in CGUIMenu and CGUIContextMenu. added some more window symbols to the built-in font and the skin. 2007-07-08 12:19:39 +00:00
dmfsupport.h Added support for standard vertices, if no lightmaps are used. This saves lots of of memory and update times. But it needs some more testing, because I have not enough test files. Moreover, I've added some speedup for the vertex position loading with heavily reduced parsing efforts. 2009-07-20 22:10:13 +00:00
glext.h New opengl headers and new extension symbols added to extension handler. 2009-08-04 15:30:05 +00:00
glxext.h New opengl headers and new extension symbols added to extension handler. 2009-08-04 15:30:05 +00:00
irrXML.cpp Merged from 1.5 branch, revisions 2137:2293. Minor bugfixes, some doc updates. 2009-03-17 17:42:34 +00:00
os.cpp Reorder methods. 2009-08-05 14:53:02 +00:00
os.h Reorder methods. 2009-08-05 14:53:02 +00:00
source.txt Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +00:00
wglext.h New opengl headers and new extension symbols added to extension handler. 2009-08-04 15:30:05 +00:00