irrlicht/source/Irrlicht
hybrid cf0038ca5a Add 64bit linux check for proper library selection.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1328 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-04-29 09:29:38 +00:00
..
MacOSX full screen mouse fix for OSX 2008-04-25 20:21:06 +00:00
jpeglib added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
libpng added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
libpng_osx Merged 1.4 branch, revisions 1106:1132. 2007-12-23 17:04:40 +00:00
zlib
BuiltInFont.h Compiling without the BMP loader now compiles without the built-in font data. Added some comments and a warning about this. CGUIPanel draws background when border is on 2008-02-11 19:34:12 +00:00
C3DSMeshFileLoader.cpp Use the filesystem methods to deal with paths. 2008-03-19 10:22:33 +00:00
C3DSMeshFileLoader.h Use the filesystem methods to deal with paths. 2008-03-19 10:22:33 +00:00
CAnimatedMeshMD2.cpp Merged from branch 1.4, revisions 1275:1289 2008-03-19 09:54:51 +00:00
CAnimatedMeshMD2.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshMD3.cpp Use the filesystem methods to deal with paths. 2008-03-19 10:22:33 +00:00
CAnimatedMeshMD3.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CAnimatedMeshSceneNode.cpp Fixed a possible transformation problem in debug render. 2008-03-19 09:33:59 +00:00
CAnimatedMeshSceneNode.h -fix in: 2007-11-14 07:35:40 +00:00
CAttributeImpl.h Fixed inline assembler for gcc in irrMath. Removed some code using the irrMath functions. 2007-09-03 15:15:12 +00:00
CAttributes.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CAttributes.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CB3DMeshFileLoader.cpp Fixed some material bugs in the b3d loader. 2008-01-18 00:54:01 +00:00
CB3DMeshFileLoader.h Fixed some material bugs in the b3d loader. 2008-01-18 00:54:01 +00:00
CBSPMeshFileLoader.cpp Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CBSPMeshFileLoader.h Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CBillboardSceneNode.cpp Merged from branch 1.4 revisions 1290:1305. 2008-03-30 23:19:12 +00:00
CBillboardSceneNode.h Added multiple inheritance to the billboard texte scene node in order to expose both billboard and textnode interface. 2008-02-12 16:01:26 +00:00
CBoneSceneNode.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CBoneSceneNode.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CBurningShader_Raster_Reference.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CCSMLoader.cpp Split texture layer properties from SMaterial. Changed all texture access etc. in source code and examples. There is also a method to access textures now, which would allow to grab and drop them... 2007-09-20 15:33:36 +00:00
CCSMLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CCameraSceneNode.cpp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CCameraSceneNode.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CColladaFileLoader.cpp Fixed a crash in the collada 1.4 loader, also added better texture search. 2008-02-20 17:17:42 +00:00
CColladaFileLoader.h Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CColladaMeshWriter.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CColladaMeshWriter.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CColorConverter.cpp Fixed 1bit bitmap conversion. Removed unnecessary ifdefs. 2007-09-21 16:20:37 +00:00
CColorConverter.h
CCubeSceneNode.cpp Made cube node a mesh node. 2008-03-19 09:29:57 +00:00
CCubeSceneNode.h Made cube node a mesh node. 2008-03-19 09:29:57 +00:00
CD3D8Driver.cpp Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CD3D8Driver.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CD3D8MaterialRenderer.h Merged with 1.4 branch (rev 1051:1075). 2007-12-02 20:20:41 +00:00
CD3D8NormalMapRenderer.cpp Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CD3D8NormalMapRenderer.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CD3D8ParallaxMapRenderer.cpp Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
CD3D8ParallaxMapRenderer.h Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
CD3D8ShaderMaterialRenderer.cpp added: 2007-11-18 13:03:57 +00:00
CD3D8ShaderMaterialRenderer.h Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
CD3D8Texture.cpp - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CD3D8Texture.h - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CD3D9Driver.cpp committed patch: 2008-04-21 15:36:14 +00:00
CD3D9Driver.h committed patch: 2008-04-21 15:36:14 +00:00
CD3D9HLSLMaterialRenderer.cpp
CD3D9HLSLMaterialRenderer.h
CD3D9MaterialRenderer.h Merged with 1.4 branch (rev 1051:1075). 2007-12-02 20:20:41 +00:00
CD3D9NormalMapRenderer.cpp Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CD3D9NormalMapRenderer.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CD3D9ParallaxMapRenderer.cpp Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
CD3D9ParallaxMapRenderer.h Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
CD3D9ShaderMaterialRenderer.cpp added: 2007-11-18 13:03:57 +00:00
CD3D9ShaderMaterialRenderer.h Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
CD3D9Texture.cpp - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CD3D9Texture.h - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CDMFLoader.cpp Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CDMFLoader.h Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CDefaultGUIElementFactory.cpp Added StarSonata GUI patch from the tracker, const corrected. Fixed some bugs and changed the style and behaviour of the tabs. Tables aren't fully tested and don't serialize properly yet. 2007-12-22 07:49:29 +00:00
CDefaultGUIElementFactory.h Some code doc updates by Dorth. 2007-11-06 23:29:59 +00:00
CDefaultSceneNodeAnimatorFactory.cpp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CDefaultSceneNodeAnimatorFactory.h ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CDefaultSceneNodeFactory.cpp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CDefaultSceneNodeFactory.h Added a cast in vector2d to make MSVC happy with integer vectors. Added virtual destructors in factory interfaces. 2007-09-25 16:06:06 +00:00
CDepthBuffer.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CDepthBuffer.h ------------------------------------------- 2007-11-13 14:36:17 +00:00
CDummyTransformationSceneNode.cpp Removed a default destructor. Fixed .x loader to avoid loading .xml files. 2008-03-19 09:28:55 +00:00
CDummyTransformationSceneNode.h Removed a default destructor. Fixed .x loader to avoid loading .xml files. 2008-03-19 09:28:55 +00:00
CEmptySceneNode.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CEmptySceneNode.h
CFPSCounter.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CFPSCounter.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CFileList.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CFileList.h Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes. 2007-09-14 08:29:18 +00:00
CFileSystem.cpp Added a method to get the basename of the file, without path. 2008-03-05 16:47:30 +00:00
CFileSystem.h Added a method to get the basename of the file, without path. 2008-03-05 16:47:30 +00:00
CGUIButton.cpp Merged from 1.4 branch revisions 1251:1271 2008-03-02 14:28:48 +00:00
CGUIButton.h Merged from 1.4 branch revisions 1251:1271 2008-03-02 14:28:48 +00:00
CGUICheckBox.cpp Merged from 1.4 branch revisions 1235:1250 2008-02-21 00:20:39 +00:00
CGUICheckBox.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUIColorSelectDialog.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CGUIColorSelectDialog.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUIComboBox.cpp Added IGUIComboBox::setTextAlignment and made combo boxes properly serializable 2008-02-08 08:23:38 +00:00
CGUIComboBox.h Added IGUIComboBox::setTextAlignment and made combo boxes properly serializable 2008-02-08 08:23:38 +00:00
CGUIContextMenu.cpp Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +00:00
CGUIContextMenu.h Fixed menu bug reported by hey_i_am_real, it's now possible to change the font after menu creation. 2007-11-17 20:06:09 +00:00
CGUIEditBox.cpp Merged from 1.4 branch revisions 1235:1250 2008-02-21 00:20:39 +00:00
CGUIEditBox.h Merged from 1.4 branch revisions 1235:1250 2008-02-21 00:20:39 +00:00
CGUIEnvironment.cpp Compiling without the BMP loader now compiles without the built-in font data. Added some comments and a warning about this. CGUIPanel draws background when border is on 2008-02-11 19:34:12 +00:00
CGUIEnvironment.h Added StarSonata GUI patch from the tracker, const corrected. Fixed some bugs and changed the style and behaviour of the tabs. Tables aren't fully tested and don't serialize properly yet. 2007-12-22 07:49:29 +00:00
CGUIFileOpenDialog.cpp Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUIFileOpenDialog.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUIFont.cpp Changed error message in font loader, if no regions are found users are given a hint to load the XML file instead. 2008-01-22 12:50:36 +00:00
CGUIFont.h GUI constification done, other parts still missing. 2007-09-16 00:18:13 +00:00
CGUIImage.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CGUIImage.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUIInOutFader.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CGUIInOutFader.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUIListBox.cpp Listbox double click now times out. Added scrollbar tray clicks and get/setLargeStep 2007-09-19 14:42:22 +00:00
CGUIListBox.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUIMenu.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CGUIMenu.h Menu bug fix by CuteAlien. 2007-09-18 07:54:34 +00:00
CGUIMeshViewer.cpp Merged from branch 1.4, revisions 1275:1289 2008-03-19 09:54:51 +00:00
CGUIMeshViewer.h Merged from branch 1.4, revisions 1275:1289 2008-03-19 09:54:51 +00:00
CGUIMessageBox.cpp Cleanup. 2007-09-17 23:32:02 +00:00
CGUIMessageBox.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUIModalScreen.cpp Huge GUITable update by CuteAlien. 2008-01-11 15:56:37 +00:00
CGUIModalScreen.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUIScrollBar.cpp Fixed an order warning. Hopefully fixed also one more VC6 error. 2007-09-20 08:13:44 +00:00
CGUIScrollBar.h Fixed an order warning. Hopefully fixed also one more VC6 error. 2007-09-20 08:13:44 +00:00
CGUISkin.cpp Added StarSonata GUI patch from the tracker, const corrected. Fixed some bugs and changed the style and behaviour of the tabs. Tables aren't fully tested and don't serialize properly yet. 2007-12-22 07:49:29 +00:00
CGUISkin.h Added StarSonata GUI patch from the tracker, const corrected. Fixed some bugs and changed the style and behaviour of the tabs. Tables aren't fully tested and don't serialize properly yet. 2007-12-22 07:49:29 +00:00
CGUISpinBox.cpp Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUISpinBox.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUISpriteBank.cpp Fixed a bug in sprite bank, non-looping sprites cause a crash. 2008-01-16 04:12:33 +00:00
CGUISpriteBank.h GUI constification done, other parts still missing. 2007-09-16 00:18:13 +00:00
CGUIStaticText.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CGUIStaticText.h GUI constification done, other parts still missing. 2007-09-16 00:18:13 +00:00
CGUITabControl.cpp Merged from 1.4 branch revisions 1251:1271 2008-03-02 14:28:48 +00:00
CGUITabControl.h Added the compile time check to disable GUI compilation. Noticed by CuteAlien. 2008-02-07 16:30:22 +00:00
CGUITable.cpp Removed some unused variables. 2008-02-21 13:03:22 +00:00
CGUITable.h Added the compile time check to disable GUI compilation. Noticed by CuteAlien. 2008-02-07 16:30:22 +00:00
CGUIToolBar.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CGUIToolBar.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGUIWindow.cpp Oops.. Also added pc0de's fix as it works with tab 2008-02-25 18:39:49 +00:00
CGUIWindow.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CGeometryCreator.cpp Give access to the sphere mesh of the scene node. 2008-02-25 23:15:16 +00:00
CGeometryCreator.h Fixed HillPlane Mesh to work with arbitrary sizes. 2007-07-30 17:14:55 +00:00
CImage.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CImage.h
CImageLoaderBMP.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderBMP.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderJPG.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderJPG.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPCX.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPCX.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPNG.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPNG.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPPM.cpp Some const fixes from CaptainPants. Warning fix in PPM loader. 2007-09-23 23:12:06 +00:00
CImageLoaderPPM.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPSD.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderPSD.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderTGA.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderTGA.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageLoaderWAL.cpp Moved the variable to avoid warning. 2008-04-04 08:49:28 +00:00
CImageLoaderWAL.h Added the WAL loader made by Murphy McCauley. 2007-11-21 23:27:21 +00:00
CImageWriterBMP.cpp Some image writer fixes for proper directx screenshots. 2007-09-23 18:54:07 +00:00
CImageWriterBMP.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterJPG.cpp Merged revisions 1309:1314 from 1.4 branch. 2008-04-12 23:02:15 +00:00
CImageWriterJPG.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterPCX.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterPCX.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterPNG.cpp Merged revisions 1309:1314 from 1.4 branch. 2008-04-12 23:02:15 +00:00
CImageWriterPNG.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterPPM.cpp Some image writer fixes for proper directx screenshots. 2007-09-23 18:54:07 +00:00
CImageWriterPPM.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterPSD.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterPSD.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterTGA.cpp Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CImageWriterTGA.h Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +00:00
CIrrDeviceLinux.cpp Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CIrrDeviceLinux.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CIrrDeviceSDL.cpp Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CIrrDeviceSDL.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CIrrDeviceStub.cpp Removed left-in line and unused assignment. 2008-01-06 22:02:40 +00:00
CIrrDeviceStub.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CIrrDeviceWin32.cpp Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CIrrDeviceWin32.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CIrrDeviceWinCE.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CIrrDeviceWinCE.h added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CIrrMeshFileLoader.cpp Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CIrrMeshFileLoader.h Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CIrrMeshWriter.cpp Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CIrrMeshWriter.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CLMTSMeshFileLoader.cpp Split texture layer properties from SMaterial. Changed all texture access etc. in source code and examples. There is also a method to access textures now, which would allow to grab and drop them... 2007-09-20 15:33:36 +00:00
CLMTSMeshFileLoader.h Merged from 1.4 branch revisions 1174:1188 2008-01-21 00:24:28 +00:00
CLWOMeshFileLoader.cpp Reenable materials for old LWO formats. 2008-01-30 00:36:49 +00:00
CLWOMeshFileLoader.h Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CLightSceneNode.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CLightSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CLimitReadFile.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CLimitReadFile.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CLogger.cpp Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CLogger.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CMD2MeshFileLoader.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CMD2MeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CMD3MeshFileLoader.cpp Removed some unused code. 2008-03-04 16:56:55 +00:00
CMD3MeshFileLoader.h Removed some unused code. 2008-03-04 16:56:55 +00:00
CMS3DMeshFileLoader.cpp Use the filesystem methods to deal with paths. 2008-03-19 10:22:33 +00:00
CMS3DMeshFileLoader.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CMY3DHelper.h Hide helper variables. 2007-12-03 10:44:12 +00:00
CMY3DMeshFileLoader.cpp Split texture layer properties from SMaterial. Changed all texture access etc. in source code and examples. There is also a method to access textures now, which would allow to grab and drop them... 2007-09-20 15:33:36 +00:00
CMY3DMeshFileLoader.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CMY3DStuff.h Minor cleanup. 2007-07-05 22:33:56 +00:00
CMemoryReadFile.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CMemoryReadFile.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CMeshCache.cpp added IUnknown::getReferenceCount and IMeshCache::clearUnusedMeshes to flush unused meshes from the mesh cache. 2007-07-05 11:20:03 +00:00
CMeshCache.h added IUnknown::getReferenceCount and IMeshCache::clearUnusedMeshes to flush unused meshes from the mesh cache. 2007-07-05 11:20:03 +00:00
CMeshManipulator.cpp Added some bounding box updates. 2008-03-19 10:21:27 +00:00
CMeshManipulator.h Added a Mesh to 2TCoords converter. 2007-09-28 21:11:30 +00:00
CMeshSceneNode.cpp Fixed my typo. 2008-01-31 00:14:38 +00:00
CMeshSceneNode.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CMetaTriangleSelector.cpp Merged from 1.4 branch revisions 1251:1271 2008-03-02 14:28:48 +00:00
CMetaTriangleSelector.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CNullDriver.cpp Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CNullDriver.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
COBJMeshFileLoader.cpp Fixed mem leak. 2008-04-22 16:12:24 +00:00
COBJMeshFileLoader.h Added group support for .obj files. 2008-02-26 16:35:52 +00:00
COCTLoader.cpp Split texture layer properties from SMaterial. Changed all texture access etc. in source code and examples. There is also a method to access textures now, which would allow to grab and drop them... 2007-09-20 15:33:36 +00:00
COCTLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
COSOperator.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
COSOperator.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
COctTreeSceneNode.cpp Added TangentMesh support. 2008-02-26 23:23:19 +00:00
COctTreeSceneNode.h Added TangentMesh support. 2008-02-26 23:23:19 +00:00
COctTreeTriangleSelector.cpp Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
COctTreeTriangleSelector.h Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
COgreMeshFileLoader.cpp Split texture layer properties from SMaterial. Changed all texture access etc. in source code and examples. There is also a method to access textures now, which would allow to grab and drop them... 2007-09-20 15:33:36 +00:00
COgreMeshFileLoader.h Properly reset renderstate. Remove extra no-op. 2007-12-03 10:08:36 +00:00
COpenGLDriver.cpp Merged revisions 1309:1314 from 1.4 branch. 2008-04-12 23:02:15 +00:00
COpenGLDriver.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
COpenGLExtensionHandler.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
COpenGLExtensionHandler.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
COpenGLMaterialRenderer.h Major changes to OpenGL render states. Should reduce the number of state changes and reduce some render state confusion. Also changed back the order of 2d texture setting and render state changes. 2008-02-25 23:19:46 +00:00
COpenGLNormalMapRenderer.cpp Some code doc updates by Dorth. 2007-11-06 23:29:59 +00:00
COpenGLNormalMapRenderer.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
COpenGLParallaxMapRenderer.cpp Some code doc updates by Dorth. 2007-11-06 23:29:59 +00:00
COpenGLParallaxMapRenderer.h Made both materials const in OnSetMaterial. 2007-09-18 12:11:10 +00:00
COpenGLSLMaterialRenderer.cpp -fixed a bug in setting shader constants. 2007-12-03 08:03:21 +00:00
COpenGLSLMaterialRenderer.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
COpenGLShaderMaterialRenderer.cpp added: 2007-11-18 13:03:57 +00:00
COpenGLShaderMaterialRenderer.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
COpenGLTexture.cpp Fixed quaternion warnings. Fixed returned interface pointers for newly introduced scene node changes. 2008-03-26 12:56:25 +00:00
COpenGLTexture.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CPakReader.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CPakReader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
CParticleAnimatedMeshSceneNodeEmitter.cpp Provide meshbuffer level access to vertex elements which always exist. 2007-12-03 10:42:58 +00:00
CParticleAnimatedMeshSceneNodeEmitter.h Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
CParticleAttractionAffector.cpp Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleAttractionAffector.h Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleBoxEmitter.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleBoxEmitter.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleCylinderEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleCylinderEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleFadeOutAffector.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleFadeOutAffector.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleGravityAffector.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleGravityAffector.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleMeshEmitter.cpp Provide meshbuffer level access to vertex elements which always exist. 2007-12-03 10:42:58 +00:00
CParticleMeshEmitter.h Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
CParticlePointEmitter.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticlePointEmitter.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CParticleRingEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleRingEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleRotationAffector.cpp Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleRotationAffector.h Added particle affectors with interfaces from IrrSpintz. 2007-08-29 00:17:46 +00:00
CParticleSphereEmitter.cpp Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleSphereEmitter.h Added also the particle emitters from irrSpintz. 2007-08-29 16:13:38 +00:00
CParticleSystemSceneNode.cpp Merged from 1.4 branch revisions 1251:1271 2008-03-02 14:28:48 +00:00
CParticleSystemSceneNode.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CQ3LevelMesh.cpp Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CQ3LevelMesh.h Major update to LWO loader to support more material properties and work with more meshes. Changed some meshloader constructors to take scenemanager instead of other parameters. Fixed obj loader texture loading with mixed file separators. 2008-01-29 16:59:36 +00:00
CQuake3ShaderSceneNode.cpp Merged from branch 1.4, revisions 1275:1289 2008-03-19 09:54:51 +00:00
CQuake3ShaderSceneNode.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CReadFile.cpp Merged from branch 1.4 revisions 1290:1305. 2008-03-30 23:19:12 +00:00
CReadFile.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CSTLMeshFileLoader.cpp Big endian fixes. 2007-09-20 22:12:09 +00:00
CSTLMeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CSTLMeshWriter.cpp Make more use of meshbuffer vertex access methods. 2007-12-03 22:29:00 +00:00
CSTLMeshWriter.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CSceneCollisionManager.cpp Added collision manager optimization by rogerborg, adds early-out optimizations in ray-triangle intersection. 2007-12-22 08:15:22 +00:00
CSceneCollisionManager.h
CSceneManager.cpp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CSceneManager.h Merged from branch 1.4 revisions 1290:1305. 2008-03-30 23:19:12 +00:00
CSceneNodeAnimatorCameraFPS.cpp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CSceneNodeAnimatorCameraFPS.h ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CSceneNodeAnimatorCameraMaya.cpp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CSceneNodeAnimatorCameraMaya.h ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
CSceneNodeAnimatorCollisionResponse.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CSceneNodeAnimatorCollisionResponse.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CSceneNodeAnimatorDelete.cpp
CSceneNodeAnimatorDelete.h
CSceneNodeAnimatorFlyCircle.cpp Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +00:00
CSceneNodeAnimatorFlyCircle.h Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +00:00
CSceneNodeAnimatorFlyStraight.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFlyStraight.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorFollowSpline.cpp Merged from 1.4 branch revisions 1198:1217 2008-01-30 00:07:52 +00:00
CSceneNodeAnimatorFollowSpline.h Fixed div by zero bug found by TomiZ. 2007-09-27 15:42:35 +00:00
CSceneNodeAnimatorRotation.cpp First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorRotation.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CSceneNodeAnimatorTexture.cpp Merged from 1.4 branch revisions 1174:1188 2008-01-21 00:24:28 +00:00
CSceneNodeAnimatorTexture.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CShadowVolumeSceneNode.cpp Avoid warning. 2007-12-10 23:33:24 +00:00
CShadowVolumeSceneNode.h Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version. 2007-09-16 23:41:55 +00:00
CSkinnedMesh.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CSkinnedMesh.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CSkyBoxSceneNode.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CSkyBoxSceneNode.h Fixed the skybox textures orientation. They are now displayed non-flipped. Existing skybox textures have to be exchanged and rotated, though. 2007-09-28 23:10:53 +00:00
CSkyDomeSceneNode.cpp Merged from 1.4 branch revisions 1218:1234 2008-02-09 14:12:28 +00:00
CSkyDomeSceneNode.h Merged from 1.4 branch revisions 1218:1234 2008-02-09 14:12:28 +00:00
CSoftware2MaterialRenderer.h ------------------------------------------- 2007-11-13 14:36:17 +00:00
CSoftwareDriver.cpp Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CSoftwareDriver.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CSoftwareDriver2.cpp Added frontface culling. 2008-04-29 08:19:17 +00:00
CSoftwareDriver2.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
CSoftwareTexture.cpp Added ITexture::isRenderTarget and moved OGL render texture flip to the texture matrix. 2007-09-19 12:52:35 +00:00
CSoftwareTexture.h Added ITexture::isRenderTarget and moved OGL render texture flip to the texture matrix. 2007-09-19 12:52:35 +00:00
CSoftwareTexture2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CSoftwareTexture2.h - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CSphereSceneNode.cpp Give access to the sphere mesh of the scene node. 2008-02-25 23:15:16 +00:00
CSphereSceneNode.h Give access to the sphere mesh of the scene node. 2008-02-25 23:15:16 +00:00
CTRFlat.cpp
CTRFlatWire.cpp
CTRGouraud.cpp
CTRGouraud2.cpp - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CTRGouraudAlpha2.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CTRGouraudAlphaNoZ2.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CTRGouraudWire.cpp
CTRTextureBlend.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureDetailMap2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureFlat.cpp
CTRTextureFlatWire.cpp
CTRTextureGouraud.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CTRTextureGouraud.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CTRTextureGouraud2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudAdd.cpp Merged from branch 1.4, revisions 1275:1289 2008-03-19 09:54:51 +00:00
CTRTextureGouraudAdd2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudAddNoZ2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudAlpha.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudAlphaNoZ.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudNoZ.cpp Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
CTRTextureGouraudNoZ2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudVertexAlpha2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudWire.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CTRTextureLightMap2_Add.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureLightMap2_M1.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CTRTextureLightMap2_M2.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CTRTextureLightMap2_M4.cpp - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +00:00
CTRTextureLightMapGouraud2_M4.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureWire2.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CTerrainSceneNode.cpp Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CTerrainSceneNode.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
CTerrainTriangleSelector.cpp Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CTerrainTriangleSelector.h Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CTextSceneNode.cpp Added multiple inheritance to the billboard texte scene node in order to expose both billboard and textnode interface. 2008-02-12 16:01:26 +00:00
CTextSceneNode.h Added multiple inheritance to the billboard texte scene node in order to expose both billboard and textnode interface. 2008-02-12 16:01:26 +00:00
CTimer.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CTriangleBBSelector.cpp Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CTriangleBBSelector.h Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CTriangleSelector.cpp Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CTriangleSelector.h Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CVideoModeList.cpp
CVideoModeList.h
CVolumeLightSceneNode.cpp Volume light to use hardware buffers and correct render pass. Doesn't make much difference as complex lights do lots of filling when close up 2008-04-17 06:27:47 +00:00
CVolumeLightSceneNode.h Fixed the setter methods to recreate the volume light. 2008-03-26 13:59:01 +00:00
CWaterSurfaceSceneNode.cpp Make more use of meshbuffer vertex access methods. 2007-12-03 22:29:00 +00:00
CWaterSurfaceSceneNode.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CWriteFile.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CWriteFile.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CXMLReader.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CXMLReader.h
CXMLReaderImpl.h First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes. 2007-09-14 22:25:59 +00:00
CXMLWriter.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CXMLWriter.h
CXMeshFileLoader.cpp Additional check to avoid access to non-exisiting indices, by kosuha. 2008-04-04 08:43:08 +00:00
CXMeshFileLoader.h Added a matrix read method. 2008-02-12 15:32:39 +00:00
CZBuffer.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CZBuffer.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CZipReader.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CZipReader.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +00:00
IBurningShader.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
IBurningShader.h added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
IDepthBuffer.h ------------------------------------------- 2007-11-13 14:36:17 +00:00
IImagePresenter.h Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
ITriangleRenderer.h Merged from 1.4 branch revisions 1272:1279 2008-03-05 00:02:00 +00:00
IZBuffer.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
Irrlicht.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Irrlicht.dev ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
Irrlicht.dsp Added VolumeLight scene node and LWO loader to project files and config. 2008-01-21 08:54:46 +00:00
Irrlicht.dsw
Irrlicht7.1.sln
Irrlicht7.1.vcproj ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
Irrlicht8.0.sln
Irrlicht8.0.vcproj ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
Irrlicht_Linux-gcc.cbp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
Irrlicht_Win32-gcc.cbp ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
Irrlicht_mobile6.sln added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Irrlicht_mobile6.vcproj ISceneNodeAnimator now inherits IEventReceiver, cameras send events to their animators. FPS and Maya cameras are now animators. 2008-04-24 21:39:22 +00:00
Makefile Add 64bit linux check for proper library selection. 2008-04-29 09:29:38 +00:00
OctTree.h couldn't work out why oct-trees were culled against the bounding box of the frustum rather than the frustum itself. works better than the bounding box method in my test meshes (box method culls too much) so I changed it back to use frustum method. 2007-06-10 20:02:11 +00:00
S2DVertex.h
S4DVertex.h added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
SoftwareDriver2_compile_config.h Temporarily enabled w-buffer when compiling with BURNINGVIDEO_RENDERER_ULTRA_FAST (bug 1865281) 2008-01-14 05:15:04 +00:00
SoftwareDriver2_helper.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +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 Changed ExposedVideoData to use void* under Windows, fixes problems on 64bit systems. Some other 64bit warnings silenced. All changes provided by Kosuha. 2008-04-09 09:15:12 +00:00
glext.h New header files from opengl.org 2007-06-04 22:56:50 +00:00
glxext.h New header files from opengl.org 2007-06-04 22:56:50 +00:00
irrXML.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
os.cpp Fix addHLShaderMaterialFromFiles to properly reset the file when being used twice, found by Kriolyth. Fixed affinityMask type, found by Kosuha. 2008-03-27 23:39:37 +00:00
os.h
source.txt Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +00:00