irrlicht/source/Irrlicht
bitplane 2d698c4397 Added RogerBorg's better fix for hires timers on dual core machines.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1155 dfc29bdd-3216-0410-991c-e03cc46cb475
2008-01-04 17:52:39 +00:00
..
MacOSX Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
BuiltInFont.h Some code doc updates by Dorth. 2007-11-06 23:29:59 +00:00
C3DSMeshFileLoader.cpp Merged 1.4 branch, revisions 1106:1132. 2007-12-23 17:04:40 +00:00
C3DSMeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CAnimatedMeshMD2.cpp Let md2 animate even with hw buffers. 2007-12-05 21:10:36 +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 Added initial values, to be corrected. 2007-12-06 00:05:16 +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 Merged with 1.4 branch (rev 1051:1075). 2007-12-02 20:20:41 +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 Added some checks and documentation. Reenabled the normal calculation for non-lighted meshes to make them complete in all occasions. Due to lack of meshes not tested against animated meshes. 2007-12-31 01:28:38 +00:00
CB3DMeshFileLoader.h Added some checks and documentation. Reenabled the normal calculation for non-lighted meshes to make them complete in all occasions. Due to lack of meshes not tested against animated meshes. 2007-12-31 01:28:38 +00:00
CBSPMeshFileLoader.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CBSPMeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CBillboardSceneNode.cpp Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +00:00
CBillboardSceneNode.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
CBoneSceneNode.cpp support for positioning joints at an absolute position. Without this support, doing ragdolls would require the inverse of a matrix (slow) 2007-10-02 04:01:08 +00:00
CBoneSceneNode.h support for positioning joints at an absolute position. Without this support, doing ragdolls would require the inverse of a matrix (slow) 2007-10-02 04:01:08 +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
CCameraFPSSceneNode.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
CCameraFPSSceneNode.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
CCameraMayaSceneNode.cpp Removed umlauts. 2007-10-18 08:02:27 +00:00
CCameraMayaSceneNode.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
CCameraSceneNode.cpp ------------------------------------------- 2007-11-13 14:36:17 +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 Some const fixes from CaptainPants. Warning fix in PPM loader. 2007-09-23 23:12:06 +00:00
CColladaFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CColladaMeshWriter.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CCubeSceneNode.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CCubeSceneNode.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
CD3D8Driver.cpp Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +00:00
CD3D8Driver.h Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +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 Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +00:00
CD3D9Driver.h Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +00:00
CD3D9HLSLMaterialRenderer.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CD3D9HLSLMaterialRenderer.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Merged 1.4 branch, revisions 1106:1132. 2007-12-23 17:04:40 +00:00
CDMFLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +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 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
CDefaultSceneNodeAnimatorFactory.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
CDefaultSceneNodeFactory.cpp 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
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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CDummyTransformationSceneNode.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
CEmptySceneNode.cpp ------------------------------------------- 2007-11-13 14:36:17 +00:00
CEmptySceneNode.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CFileSystem.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
CGUIButton.cpp Some code doc updates by Dorth. 2007-11-06 23:29:59 +00:00
CGUIButton.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUICheckBox.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
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 Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CGUIComboBox.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +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 editbox didn't draw children. 2007-12-22 01:34:57 +00:00
CGUIEditBox.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
CGUIEnvironment.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
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 GUI constification done, other parts still missing. 2007-09-16 00:18:13 +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 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
CGUIMenu.h Menu bug fix by CuteAlien. 2007-09-18 07:54:34 +00:00
CGUIMeshViewer.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
CGUIMeshViewer.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
CGUIMessageBox.cpp Cleanup. 2007-09-17 23:32:02 +00:00
CGUIMessageBox.h Cleanup. 2007-09-17 23:32:02 +00:00
CGUIModalScreen.cpp Fixed modal screen flicker, removed remainders of the old focus code, tidied vc8 project 2007-09-25 21:54:45 +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 GUI constification done, other parts still missing. 2007-09-16 00:18:13 +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 Fixed some warnings. 2007-12-31 00:28:51 +00:00
CGUITabControl.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
CGUITable.cpp Fixed some warnings. 2007-12-31 00:28:51 +00:00
CGUITable.h Fixed some warnings. 2007-12-31 00:28:51 +00:00
CGUIToolBar.cpp Some const fixes from CaptainPants. Warning fix in PPM loader. 2007-09-23 23:12:06 +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 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.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 Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Added some sanity checks to avoid buffer overruns. Avoid using this loader on generic images. 2007-12-29 16:09:30 +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 Some image writer fixes for proper directx screenshots. 2007-09-23 18:54:07 +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 Added compiler switches for image loaders and writers. 2007-09-22 00:10:21 +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 Linux VideoModeList fix by jef. 2007-11-12 13:42:18 +00:00
CIrrDeviceLinux.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CIrrDeviceSDL.cpp Some character handling fixes for SDL device by tonic. 2007-12-21 11:50:15 +00:00
CIrrDeviceSDL.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CIrrDeviceStub.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CIrrDeviceStub.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CIrrDeviceWin32.cpp Merged with 1.4 branch (rev 1051:1075). 2007-12-02 20:20:41 +00:00
CIrrDeviceWin32.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +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 Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CIrrMeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CIrrMeshWriter.cpp Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +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 Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CLightSceneNode.cpp ------------------------------------------- 2007-11-13 14:36:17 +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 unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CMD3MeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CMS3DMeshFileLoader.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +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 Make even more use of meshbuffer vertex access methods. 2007-12-03 22:56:57 +00:00
CMeshManipulator.h Added a Mesh to 2TCoords converter. 2007-09-28 21:11:30 +00:00
CMeshSceneNode.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
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 Made the scenenode parameter for selectors const. 2007-12-21 15:41:51 +00:00
CMetaTriangleSelector.h Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +00:00
CNullDriver.cpp VBOs now use irrMap 2008-01-03 13:52:06 +00:00
CNullDriver.h VBOs now use irrMap 2008-01-03 13:52:06 +00:00
COBJMeshFileLoader.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
COBJMeshFileLoader.h Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +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 Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
COctTreeSceneNode.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
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 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
COpenGLDriver.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
COpenGLExtensionHandler.cpp Some reindentation, minor bugfixes, removed unused members from ExtensionHandler. 2007-12-06 00:00:23 +00:00
COpenGLExtensionHandler.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
COpenGLMaterialRenderer.h Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +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 Fixes to make VBOs actually work in OpenGL. Need more improvements, though. Minor fixes in other files. 2007-12-06 16:26:14 +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 Some const fixes from CaptainPants. Warning fix in PPM loader. 2007-09-23 23:12:06 +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 ------------------------------------------- 2007-11-13 14:36:17 +00:00
CQ3LevelMesh.h Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
CQuake3ShaderSceneNode.cpp Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +00:00
CQuake3ShaderSceneNode.h ------------------------------------------- 2007-11-13 14:36:17 +00:00
CReadFile.cpp Another round of constness additions. Almost finished now. 2007-09-17 16:09:50 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSceneManager.cpp Merged 1.4 branch, revisions 1106:1132. 2007-12-23 17:04:40 +00:00
CSceneManager.h ------------------------------------------- 2007-11-13 14:36:17 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CSceneNodeAnimatorDelete.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Fixed compile bug in FollowSpline Animator. Fixed memory leak in .x loader. 2007-09-27 16:04:03 +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 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.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 fixed a bug in skinnedMesh 2008-01-03 13:36:54 +00:00
CSkinnedMesh.h added ISkinnedMesh::setHardwareSkinning(bool on), 2007-12-02 03:36:11 +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 ------------------------------------------- 2007-11-13 14:36:17 +00:00
CSkyDomeSceneNode.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
CSoftware2MaterialRenderer.h ------------------------------------------- 2007-11-13 14:36:17 +00:00
CSoftwareDriver.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
CSoftwareDriver.h Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
CSoftwareDriver2.cpp Merged 1134:1151 from branch 1.4 2008-01-04 11:10:37 +00:00
CSoftwareDriver2.h - Burningvideo: repaired MipMap Selection 2007-12-30 16:51:28 +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 Removed unnecessary irr namespace prefixing. 2007-09-19 14:08:28 +00:00
CSphereSceneNode.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
CTRFlat.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRFlatWire.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRGouraud.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureFlatWire.cpp Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraud.cpp Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +00:00
CTRTextureGouraud.h Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CTRTextureGouraud2.cpp added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
CTRTextureGouraudAdd.cpp Some fixes for method signature unification and some other C++ fixes. 2007-09-18 14:01:28 +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 Moved everything to /trunk 2007-05-20 18:03:49 +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 1.4 branch, revisions 1106:1132. 2007-12-23 17:04:40 +00:00
CTerrainSceneNode.h Merged 1.4 branch, revisions 1106:1132. 2007-12-23 17:04:40 +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 ------------------------------------------- 2007-11-13 14:36:17 +00:00
CTextSceneNode.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
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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CVideoModeList.h Moved everything to /trunk 2007-05-20 18:03:49 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
CXMeshFileLoader.cpp Merged 1.4 branch 1075:1105. 2007-12-08 13:11:39 +00:00
CXMeshFileLoader.h Make use of core::IdentityMatrix. Removed some redundant or unused code. Some minor reorganizations. 2007-12-02 23:57:20 +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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
ITriangleRenderer.h renamed IUnknown to IReferenceCounted 2007-09-07 06:11:47 +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 oops missed this one 2007-12-22 07:50:37 +00:00
Irrlicht.dsp Merged with 1.4 branch (rev 1051:1075). 2007-12-02 20:20:41 +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 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
Irrlicht8.0.sln Moved everything to /trunk 2007-05-20 18:03:49 +00:00
Irrlicht8.0.vcproj 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
Irrlicht_Linux-gcc.cbp 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
Irrlicht_Win32-gcc.cbp 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
Irrlicht_mobile6.sln added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Irrlicht_mobile6.vcproj added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
Makefile 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
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 Moved everything to /trunk 2007-05-20 18:03:49 +00:00
S4DVertex.h added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +00:00
SoftwareDriver2_compile_config.h added Initial Windows Mobile 6 Version. 2008-01-02 10:28:12 +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 Reindentation. 2007-12-03 22:58:57 +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 Added RogerBorg's better fix for hires timers on dual core machines. 2008-01-04 17:52:39 +00:00
os.h Moved everything to /trunk 2007-05-20 18:03:49 +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