.. |
MacOSX
|
Fixed forgotten class qualifier.
|
2008-07-17 08:29:04 +00:00 |
jpeglib
|
added Initial Windows Mobile 6 Version.
|
2008-01-02 10:28:12 +00:00 |
libpng
|
Merge the new libpng version. Seems to take care of the WIN_CE problems on its own, so no need for the 'if 0' check anymore. Also fixes the const static warnings.
|
2008-06-27 08:41:15 +00:00 |
libpng_osx
|
Merged 1.4 branch, revisions 1106:1132.
|
2007-12-23 17:04:40 +00:00 |
zlib
|
Moved everything to /trunk
|
2007-05-20 18:03:49 +00:00 |
BuiltInFont.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
C3DSMeshFileLoader.cpp
|
Oops, some variable name mismatches on big endian systems...
|
2008-08-07 19:15:18 +00:00 |
C3DSMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CAnimatedMeshMD2.cpp
|
Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg.
|
2008-08-06 14:45:22 +00:00 |
CAnimatedMeshMD2.h
|
Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg.
|
2008-08-06 14:45:22 +00:00 |
CAnimatedMeshMD3.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CAnimatedMeshMD3.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CAnimatedMeshSceneNode.cpp
|
Added support for proxy meshes as source of the shadow volume. This enables the use of a simplified version of a mesh for the generation of the shadow volume, which can significantly improve the render performance with shadow volumes. Patch provided by tonic.
|
2008-08-08 19:39:24 +00:00 |
CAnimatedMeshSceneNode.h
|
Added support for proxy meshes as source of the shadow volume. This enables the use of a simplified version of a mesh for the generation of the shadow volume, which can significantly improve the render performance with shadow volumes. Patch provided by tonic.
|
2008-08-08 19:39:24 +00:00 |
CAttributeImpl.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CAttributes.cpp
|
Made some string constructors explicit to avoid nasty misinterpretations. Just add core::stringc or core::stringw around the numbers the compiler doesn't want to convert automatically anymore.
|
2008-09-04 13:18:58 +00:00 |
CAttributes.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CB3DMeshFileLoader.cpp
|
Fix coredump due to forgotten 0-check.
|
2008-08-10 15:38:33 +00:00 |
CB3DMeshFileLoader.h
|
Prevent b3d loader to load textures from unused materials. Other mesh loader might still suffer from this.
|
2008-08-10 15:26:45 +00:00 |
CBSPMeshFileLoader.cpp
|
Change parameter to bool.
|
2008-08-20 08:51:31 +00:00 |
CBSPMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CBillboardSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CBillboardSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CBoneSceneNode.cpp
|
Replaced BoneName by scene node's Name as suggested by rogerborg. Added setName method overload for stringc parameter.
|
2008-09-03 09:25:19 +00:00 |
CBoneSceneNode.h
|
Replaced BoneName by scene node's Name as suggested by rogerborg. Added setName method overload for stringc parameter.
|
2008-09-03 09:25:19 +00:00 |
CBurningShader_Raster_Reference.cpp
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CCSMLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CCSMLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CCameraSceneNode.cpp
|
Minor cleanup and constification of camera node.
|
2008-08-07 12:45:53 +00:00 |
CCameraSceneNode.h
|
Minor cleanup and constification of camera node.
|
2008-08-07 12:45:53 +00:00 |
CColladaFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CColladaFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CColladaMeshWriter.cpp
|
Made some string constructors explicit to avoid nasty misinterpretations. Just add core::stringc or core::stringw around the numbers the compiler doesn't want to convert automatically anymore.
|
2008-09-04 13:18:58 +00:00 |
CColladaMeshWriter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CColorConverter.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CColorConverter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CCubeSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CCubeSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8Driver.cpp
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
CD3D8Driver.h
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CD3D8MaterialRenderer.h
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
CD3D8NormalMapRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8NormalMapRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8ParallaxMapRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8ParallaxMapRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8ShaderMaterialRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8ShaderMaterialRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D8Texture.cpp
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CD3D8Texture.h
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CD3D9Driver.cpp
|
Fixed a missing function call, found by night_hawk.
|
2008-09-12 16:39:03 +00:00 |
CD3D9Driver.h
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CD3D9HLSLMaterialRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9HLSLMaterialRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9MaterialRenderer.h
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
CD3D9NormalMapRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9NormalMapRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9ParallaxMapRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9ParallaxMapRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9ShaderMaterialRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9ShaderMaterialRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CD3D9Texture.cpp
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CD3D9Texture.h
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CDMFLoader.cpp
|
Fix texture path handling.
|
2008-08-21 08:07:35 +00:00 |
CDMFLoader.h
|
Fix texture path handling.
|
2008-08-21 08:07:35 +00:00 |
CDefaultGUIElementFactory.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDefaultGUIElementFactory.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDefaultSceneNodeAnimatorFactory.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDefaultSceneNodeAnimatorFactory.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDefaultSceneNodeFactory.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDefaultSceneNodeFactory.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDepthBuffer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDepthBuffer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDummyTransformationSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CDummyTransformationSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CEmptySceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CEmptySceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CFPSCounter.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CFPSCounter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CFileList.cpp
|
Small code cleaning.
|
2008-07-17 09:07:21 +00:00 |
CFileList.h
|
Small code cleaning.
|
2008-07-17 09:07:21 +00:00 |
CFileSystem.cpp
|
Allow to skip extensions of filenames.
|
2008-09-05 16:35:10 +00:00 |
CFileSystem.h
|
Allow to skip extensions of filenames.
|
2008-09-05 16:35:10 +00:00 |
CGUIButton.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIButton.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUICheckBox.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUICheckBox.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIColorSelectDialog.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIColorSelectDialog.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIComboBox.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIComboBox.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIContextMenu.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIContextMenu.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIEditBox.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIEditBox.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIEnvironment.cpp
|
Fix for [2003232] EET_KEY_INPUT_EVENT send twice when an element is focused, by CuteAlien
|
2008-09-09 22:50:14 +00:00 |
CGUIEnvironment.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIFileOpenDialog.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIFileOpenDialog.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIFont.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIFont.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIImage.cpp
|
Const correctness for a pointer.
|
2008-08-15 08:46:57 +00:00 |
CGUIImage.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIInOutFader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIInOutFader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIListBox.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIListBox.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIMenu.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIMenu.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIMeshViewer.cpp
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CGUIMeshViewer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIMessageBox.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIMessageBox.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIModalScreen.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIModalScreen.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIScrollBar.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIScrollBar.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUISkin.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUISkin.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUISpinBox.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUISpinBox.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUISpriteBank.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUISpriteBank.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIStaticText.cpp
|
Merged from branch 1.4 revisions 1529:1538
|
2008-09-04 23:20:51 +00:00 |
CGUIStaticText.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUITabControl.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUITabControl.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUITable.cpp
|
Fixed wrongly used overload - was taking number instead of character.
|
2008-09-04 13:14:51 +00:00 |
CGUITable.h
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CGUIToolBar.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIToolBar.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGUIWindow.cpp
|
Checking for IsEnabled is now consistent across all GUI elements (bug 2003234 by CuteAlien)
|
2008-07-08 19:47:51 +00:00 |
CGUIWindow.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CGeometryCreator.cpp
|
Fixed MSVC warnings
|
2008-07-18 14:45:17 +00:00 |
CGeometryCreator.h
|
Moved the arrow mesh parts into separate mesh constructor methods for cylinder and cone. Not yet exposed in the API.
|
2008-07-08 15:04:34 +00:00 |
CImage.cpp
|
Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved.
|
2008-08-13 23:48:33 +00:00 |
CImage.h
|
Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved.
|
2008-08-13 23:48:33 +00:00 |
CImageLoaderBMP.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderBMP.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderJPG.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderJPG.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPCX.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPCX.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPNG.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPNG.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPPM.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPPM.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPSD.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderPSD.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderTGA.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderTGA.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageLoaderWAL.cpp
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CImageLoaderWAL.h
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CImageWriterBMP.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterBMP.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterJPG.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterJPG.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPCX.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPCX.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPNG.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPNG.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPPM.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPPM.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPSD.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterPSD.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterTGA.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CImageWriterTGA.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CIrrDeviceLinux.cpp
|
Hotfix for some better character support.
|
2008-09-10 14:20:21 +00:00 |
CIrrDeviceLinux.h
|
Added getColorFormat methods, currently only method stubs.
|
2008-06-16 10:06:04 +00:00 |
CIrrDeviceSDL.cpp
|
Fix line endings.
|
2008-07-08 15:02:31 +00:00 |
CIrrDeviceSDL.h
|
Fixed getColorFormat for SDL device and compiler errors.
|
2008-06-16 14:20:24 +00:00 |
CIrrDeviceStub.cpp
|
Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed.
|
2008-08-14 08:55:40 +00:00 |
CIrrDeviceStub.h
|
Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed.
|
2008-08-14 08:55:40 +00:00 |
CIrrDeviceWin32.cpp
|
Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed.
|
2008-08-14 08:55:40 +00:00 |
CIrrDeviceWin32.h
|
Added isFulscreen method.
|
2008-06-16 09:37:25 +00:00 |
CIrrDeviceWinCE.cpp
|
Merged from other branches up to revision 1527:
|
2008-09-03 22:01:27 +00:00 |
CIrrDeviceWinCE.h
|
Merged from other branches up to revision 1527:
|
2008-09-03 22:01:27 +00:00 |
CIrrMeshFileLoader.cpp
|
Typo in tangent mesh loading code, thanks pc0de
|
2008-07-29 20:02:34 +00:00 |
CIrrMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CIrrMeshWriter.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CIrrMeshWriter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLMTSMeshFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLMTSMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLWOMeshFileLoader.cpp
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CLWOMeshFileLoader.h
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CLightSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLightSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLimitReadFile.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLimitReadFile.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLogger.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CLogger.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMD2MeshFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMD2MeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMD3MeshFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMD3MeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMS3DMeshFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMS3DMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMY3DHelper.h
|
MY3D loading bug fixed. Some more code cleaning, removed the my3d stuff file.
|
2008-05-30 12:31:06 +00:00 |
CMY3DMeshFileLoader.cpp
|
Added support for loading of textures in oct files from the same place like the mesh.
|
2008-09-04 12:46:37 +00:00 |
CMY3DMeshFileLoader.h
|
Added support for loading of textures in oct files from the same place like the mesh.
|
2008-09-04 12:46:37 +00:00 |
CMemoryReadFile.cpp
|
Small code cleaning.
|
2008-07-17 09:07:21 +00:00 |
CMemoryReadFile.h
|
Small code cleaning.
|
2008-07-17 09:07:21 +00:00 |
CMeshCache.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMeshCache.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMeshManipulator.cpp
|
Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well.
|
2008-08-09 12:04:56 +00:00 |
CMeshManipulator.h
|
Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well.
|
2008-08-09 12:04:56 +00:00 |
CMeshSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMeshSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMetaTriangleSelector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CMetaTriangleSelector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CNullDriver.cpp
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
CNullDriver.h
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
COBJMeshFileLoader.cpp
|
Fixed some things in .obj texture handling.
|
2008-07-31 11:31:19 +00:00 |
COBJMeshFileLoader.h
|
Fixed normal generation for obj files without normals.
|
2008-07-31 09:47:37 +00:00 |
COBJMeshWriter.cpp
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
COBJMeshWriter.h
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
COCTLoader.cpp
|
Added support for loading of textures in oct files from the same place like the mesh.
|
2008-09-04 12:46:37 +00:00 |
COCTLoader.h
|
Added support for loading of textures in oct files from the same place like the mesh.
|
2008-09-04 12:46:37 +00:00 |
COSOperator.cpp
|
Merged revisions 1357:1366 from 1.4 branch.
|
2008-06-12 11:15:45 +00:00 |
COSOperator.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COctTreeSceneNode.cpp
|
Removed unused parameter from win32 OpenGL setup. Separated wrap mode handling into new method in ogl driver. Fixed pixel alignment in ogl pixel transfers to avoid problems on special systems. Fixed an info message to be printed always, not just for big endian systems.
|
2008-08-07 10:25:44 +00:00 |
COctTreeSceneNode.h
|
Cleanup and some speed improvements.
|
2008-07-31 17:24:27 +00:00 |
COctTreeTriangleSelector.cpp
|
Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations.
|
2008-08-25 13:46:22 +00:00 |
COctTreeTriangleSelector.h
|
Cleanup and some speed improvements.
|
2008-07-31 17:24:27 +00:00 |
COgreMeshFileLoader.cpp
|
Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved.
|
2008-08-13 23:48:33 +00:00 |
COgreMeshFileLoader.h
|
Merged 1486-1488 from 1.4 branch, IImage methods exposed and MeshManipulator moved.
|
2008-08-13 23:48:33 +00:00 |
COpenGLDriver.cpp
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
COpenGLDriver.h
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
COpenGLExtensionHandler.cpp
|
Merged revisions 1357:1366 from 1.4 branch.
|
2008-06-12 11:15:45 +00:00 |
COpenGLExtensionHandler.h
|
Use the existing interfaces.
|
2008-09-08 08:26:46 +00:00 |
COpenGLMaterialRenderer.h
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
COpenGLNormalMapRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLNormalMapRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLParallaxMapRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLParallaxMapRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLSLMaterialRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLSLMaterialRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLShaderMaterialRenderer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLShaderMaterialRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
COpenGLTexture.cpp
|
Use the existing interfaces.
|
2008-09-08 08:26:46 +00:00 |
COpenGLTexture.h
|
Fixed RTT zbuffer usage. Also cleaned up RTT bind and unbind operations.
|
2008-08-18 12:36:17 +00:00 |
CPakReader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CPakReader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleAnimatedMeshSceneNodeEmitter.cpp
|
Removed unnecessary default value.
|
2008-08-26 11:47:22 +00:00 |
CParticleAnimatedMeshSceneNodeEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleAttractionAffector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleAttractionAffector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleBoxEmitter.cpp
|
Removed unnecessary default value.
|
2008-08-26 11:47:22 +00:00 |
CParticleBoxEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleCylinderEmitter.cpp
|
Removed unnecessary default value.
|
2008-08-26 11:47:22 +00:00 |
CParticleCylinderEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleFadeOutAffector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleFadeOutAffector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleGravityAffector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleGravityAffector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleMeshEmitter.cpp
|
Bug fix to avoid core dump due to access to empty meshbuffers by CuteAlien.
|
2008-07-30 23:24:15 +00:00 |
CParticleMeshEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticlePointEmitter.cpp
|
Removed unnecessary default value.
|
2008-08-26 11:47:22 +00:00 |
CParticlePointEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleRingEmitter.cpp
|
Removed unnecessary default value.
|
2008-08-26 11:47:22 +00:00 |
CParticleRingEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleRotationAffector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleRotationAffector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleSphereEmitter.cpp
|
Removed unnecessary default value.
|
2008-08-26 11:47:22 +00:00 |
CParticleSphereEmitter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CParticleSystemSceneNode.cpp
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CParticleSystemSceneNode.h
|
Merged 1499:1506 from 1.4 branch: Doc updates, getEmitter added.
|
2008-08-20 08:24:52 +00:00 |
CQ3LevelMesh.cpp
|
Change parameter to bool.
|
2008-08-20 08:51:31 +00:00 |
CQ3LevelMesh.h
|
Change parameter to bool.
|
2008-08-20 08:51:31 +00:00 |
CQuake3ShaderSceneNode.cpp
|
Oops, wrong types.
|
2008-09-09 20:59:31 +00:00 |
CQuake3ShaderSceneNode.h
|
Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg.
|
2008-08-06 14:45:22 +00:00 |
CReadFile.cpp
|
Small code cleaning.
|
2008-07-17 09:07:21 +00:00 |
CReadFile.h
|
Properly initialize vertex copies.
|
2008-07-17 09:08:33 +00:00 |
CSTLMeshFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSTLMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSTLMeshWriter.cpp
|
Made some string constructors explicit to avoid nasty misinterpretations. Just add core::stringc or core::stringw around the numbers the compiler doesn't want to convert automatically anymore.
|
2008-09-04 13:18:58 +00:00 |
CSTLMeshWriter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneCollisionManager.cpp
|
floating point rounding problem fix by rogerborg/cutealien.
|
2008-06-27 09:22:40 +00:00 |
CSceneCollisionManager.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneManager.cpp
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
CSceneManager.h
|
Cleanup of some helper structs.
|
2008-08-31 10:33:47 +00:00 |
CSceneNodeAnimatorCameraFPS.cpp
|
Added fix by drewbacca which avoids spinning camera if the event receiver is disabled while mouse was moved.
|
2008-07-30 20:35:36 +00:00 |
CSceneNodeAnimatorCameraFPS.h
|
Added the missing copyright headers and changed the new files to 2008 as well.
|
2008-05-22 12:07:43 +00:00 |
CSceneNodeAnimatorCameraMaya.cpp
|
Fixed reorder warning.
|
2008-09-10 14:49:33 +00:00 |
CSceneNodeAnimatorCameraMaya.h
|
Fixed reorder warning.
|
2008-09-10 14:49:33 +00:00 |
CSceneNodeAnimatorCollisionResponse.cpp
|
Camera FPS animator: Fixed float scaling bug. When horizontal movement is disabled the camera now moves at a constant speed regardless of angle.
|
2008-06-10 01:10:06 +00:00 |
CSceneNodeAnimatorCollisionResponse.h
|
Camera FPS animator: Fixed float scaling bug. When horizontal movement is disabled the camera now moves at a constant speed regardless of angle.
|
2008-06-10 01:10:06 +00:00 |
CSceneNodeAnimatorDelete.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorDelete.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorFlyCircle.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorFlyCircle.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorFlyStraight.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorFlyStraight.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorFollowSpline.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorFollowSpline.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorRotation.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorRotation.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorTexture.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSceneNodeAnimatorTexture.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CShadowVolumeSceneNode.cpp
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CShadowVolumeSceneNode.h
|
Added support for proxy meshes as source of the shadow volume. This enables the use of a simplified version of a mesh for the generation of the shadow volume, which can significantly improve the render performance with shadow volumes. Patch provided by tonic.
|
2008-08-08 19:39:24 +00:00 |
CSkinnedMesh.cpp
|
-Made drivers update vertex and index VBOs independently. Massive speed up for terrain nodes. Interface isn’t so clean yet, but will be when vertex and index buffers are separated.
|
2008-07-07 05:20:39 +00:00 |
CSkinnedMesh.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSkyBoxSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSkyBoxSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSkyDomeSceneNode.cpp
|
Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg.
|
2008-08-06 14:45:22 +00:00 |
CSkyDomeSceneNode.h
|
Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg.
|
2008-08-06 14:45:22 +00:00 |
CSoftware2MaterialRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSoftwareDriver.cpp
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CSoftwareDriver.h
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CSoftwareDriver2.cpp
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CSoftwareDriver2.h
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CSoftwareTexture.cpp
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CSoftwareTexture.h
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CSoftwareTexture2.cpp
|
Small code cleaning.
|
2008-07-17 09:07:21 +00:00 |
CSoftwareTexture2.h
|
Allow read-only locking of textures, which may improve the performance due to optimized access to the data and skipped updates when unlocking.
|
2008-08-07 11:59:42 +00:00 |
CSphereSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CSphereSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRFlat.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRFlatWire.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRGouraud.cpp
|
This time a proper sw renderer fix.
|
2008-08-11 16:12:15 +00:00 |
CTRGouraud2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRGouraudAlpha2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRGouraudAlphaNoZ2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRGouraudWire.cpp
|
This time a proper sw renderer fix.
|
2008-08-11 16:12:15 +00:00 |
CTRTextureBlend.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureDetailMap2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureFlat.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureFlatWire.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraud.cpp
|
This time a proper sw renderer fix.
|
2008-08-11 16:12:15 +00:00 |
CTRTextureGouraud.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraud2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudAdd.cpp
|
This time a proper sw renderer fix.
|
2008-08-11 16:12:15 +00:00 |
CTRTextureGouraudAdd2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudAddNoZ2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudAlpha.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudAlphaNoZ.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudNoZ.cpp
|
This time a proper sw renderer fix.
|
2008-08-11 16:12:15 +00:00 |
CTRTextureGouraudNoZ2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudVertexAlpha2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureGouraudWire.cpp
|
This time a proper sw renderer fix.
|
2008-08-11 16:12:15 +00:00 |
CTRTextureLightMap2_Add.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureLightMap2_M1.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureLightMap2_M2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureLightMap2_M4.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureLightMapGouraud2_M4.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTRTextureWire2.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTerrainSceneNode.cpp
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CTerrainSceneNode.h
|
-added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy...
|
2008-08-28 04:00:22 +00:00 |
CTerrainTriangleSelector.cpp
|
Fixed reference counting problems due to statically allocated meshbuffers. Bug found by rogerborg.
|
2008-08-06 14:45:22 +00:00 |
CTerrainTriangleSelector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTextSceneNode.cpp
|
Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations.
|
2008-08-25 13:46:22 +00:00 |
CTextSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTimer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTriangleBBSelector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTriangleBBSelector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTriangleSelector.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CTriangleSelector.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CVideoModeList.cpp
|
Changed return value of a videomodelist method. missing linebreak in vector3d.h
|
2008-06-13 13:34:05 +00:00 |
CVideoModeList.h
|
Changed return value of a videomodelist method. missing linebreak in vector3d.h
|
2008-06-13 13:34:05 +00:00 |
CVolumeLightSceneNode.cpp
|
Missed a constification.
|
2008-08-06 22:46:48 +00:00 |
CVolumeLightSceneNode.h
|
Missed a constification.
|
2008-08-06 22:46:48 +00:00 |
CWaterSurfaceSceneNode.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CWaterSurfaceSceneNode.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CWriteFile.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CWriteFile.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CXMLReader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CXMLReader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CXMLReaderImpl.h
|
Fix a problem with whitespace at end of XML files.
|
2008-09-08 11:05:40 +00:00 |
CXMLWriter.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CXMLWriter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CXMeshFileLoader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CXMeshFileLoader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CZBuffer.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CZBuffer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CZipReader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
CZipReader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
IBurningShader.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
IBurningShader.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
IDepthBuffer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
IImagePresenter.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
ITriangleRenderer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
IZBuffer.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
Irrlicht.cpp
|
Some cleanup for IdentityMatrix.
|
2008-09-02 22:11:19 +00:00 |
Irrlicht.dev
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Irrlicht.dsp
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Irrlicht.dsw
|
Moved everything to /trunk
|
2007-05-20 18:03:49 +00:00 |
Irrlicht7.1.sln
|
Moved everything to /trunk
|
2007-05-20 18:03:49 +00:00 |
Irrlicht7.1.vcproj
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Irrlicht8.0.sln
|
Moved everything to /trunk
|
2007-05-20 18:03:49 +00:00 |
Irrlicht8.0.vcproj
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Irrlicht9.0.sln
|
Merged from branch 1.4 revisions 1529:1538
|
2008-09-04 23:20:51 +00:00 |
Irrlicht9.0.vcproj
|
Merged revisions 1543:1559 from 1.4 branch. Mainly zbuffer issues and the TextureMatrix allocator patch.
|
2008-09-12 15:19:19 +00:00 |
Irrlicht_Linux-gcc.cbp
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Irrlicht_Win32-gcc.cbp
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Irrlicht_mobile6.sln
|
added Initial Windows Mobile 6 Version.
|
2008-01-02 10:28:12 +00:00 |
Irrlicht_mobile6.vcproj
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
Makefile
|
Added .obj writer.
|
2008-09-05 16:40:33 +00:00 |
OctTree.h
|
Cleanup and some speed improvements.
|
2008-07-31 17:24:27 +00:00 |
S2DVertex.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
S4DVertex.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
SConstruct
|
Forgot addition to the new project file
|
2008-09-14 21:40:06 +00:00 |
SoftwareDriver2_compile_config.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
SoftwareDriver2_helper.h
|
Merged revisions 1357:1366 from 1.4 branch.
|
2008-06-12 11:15:45 +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
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
glext.h
|
New glext.h and glxext.h including support in ExtensionHandler for OpenGL 3.0 additions.
|
2008-08-18 15:17:03 +00:00 |
glxext.h
|
New glext.h and glxext.h including support in ExtensionHandler for OpenGL 3.0 additions.
|
2008-08-18 15:17:03 +00:00 |
irrXML.cpp
|
Fix XML reader creation for non-existing files and invalid callbacks to return 0.
|
2008-08-10 16:08:25 +00:00 |
os.cpp
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
os.h
|
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
2008-05-22 11:51:37 +00:00 |
source.txt
|
Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations.
|
2007-12-02 23:57:20 +00:00 |