irrlicht/source/Irrlicht
Gregor Parzefall c40045a40a Rename SMaterial::TextureLayer -> SMaterial::TextureLayers
It's not the "texture layer" of the material, but an array of texture layers.
2023-07-16 13:02:48 +02:00
..
Android Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
KHR Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
OpenGL Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
OpenGL3 OpenGL3: Sort out texture color format support 2023-04-29 13:07:57 +02:00
OpenGLES2 OpenGL3: Sort out texture color format support 2023-04-29 13:07:57 +02:00
BuiltInFont.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CAnimatedMeshSceneNode.cpp Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
CAnimatedMeshSceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CAttributeImpl.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CAttributes.cpp Remove unused attribute saving and loading (#86) 2021-12-29 23:00:56 +01:00
CAttributes.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CB3DMeshFileLoader.cpp Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
CB3DMeshFileLoader.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CB3DMeshWriter.cpp Minor const changes. 2023-03-24 17:09:11 +01:00
CB3DMeshWriter.h Minor const changes. 2023-03-24 17:09:11 +01:00
CBillboardSceneNode.cpp Fix warning 2023-03-24 17:09:11 +01:00
CBillboardSceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CBlit.h Remove more unused code (#87) 2021-12-29 13:12:09 +01:00
CBoneSceneNode.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CBoneSceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CCameraSceneNode.cpp Prevent crash when creating CCameraSceneNode while rendertarget has height 0 2023-03-24 17:09:11 +01:00
CCameraSceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CColorConverter.cpp Fix various GCC warnings 2021-11-24 22:07:26 +01:00
CColorConverter.h Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CDummyTransformationSceneNode.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CDummyTransformationSceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CEGLManager.cpp Stop dlopening libGL(ESv2).so 2022-07-09 23:03:53 +02:00
CEGLManager.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CEmptySceneNode.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CEmptySceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CFPSCounter.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CFPSCounter.h Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CFileList.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CFileList.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CFileSystem.cpp Haiku: build fix 2023-04-11 20:16:35 +02:00
CFileSystem.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CGLXManager.cpp Stop dlopening libGL(ESv2).so 2022-07-09 23:03:53 +02:00
CGLXManager.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIButton.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIButton.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUICheckBox.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUICheckBox.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIComboBox.cpp Fix ComboBox changing on scroll when in a scroll container (#192) 2023-04-14 19:58:13 +01:00
CGUIComboBox.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIEditBox.cpp CGUIEditBox: Use primary selection 2023-03-24 17:59:06 +01:00
CGUIEditBox.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIEnvironment.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIEnvironment.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIFileOpenDialog.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIFileOpenDialog.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIFont.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIFont.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIImage.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIImage.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIImageList.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CGUIImageList.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CGUIListBox.cpp Revert "Fix: Listbox was sometimes sending EGET_LISTBOX_SELECTED_AGAIN instead of EGET_LISTBOX_CHANGED." 2023-04-11 14:36:44 +02:00
CGUIListBox.h Revert "Fix: Listbox was sometimes sending EGET_LISTBOX_SELECTED_AGAIN instead of EGET_LISTBOX_CHANGED." 2023-04-11 14:36:44 +02:00
CGUIScrollBar.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIScrollBar.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUISkin.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUISkin.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUISpriteBank.cpp SpriteBank: error check on non existing textureNumber 2023-03-24 17:09:11 +01:00
CGUISpriteBank.h SpriteBank: error check on non existing textureNumber 2023-03-24 17:09:11 +01:00
CGUIStaticText.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUIStaticText.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUITabControl.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CGUITabControl.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImage.cpp Add IImage::copyToNoScaling 2023-04-29 13:06:35 +02:00
CImage.h Add IImage::copyToNoScaling 2023-04-29 13:06:35 +02:00
CImageLoaderBMP.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageLoaderBMP.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageLoaderJPG.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageLoaderJPG.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageLoaderPNG.cpp Unify & improve log messages 2023-03-24 17:09:11 +01:00
CImageLoaderPNG.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageLoaderTGA.cpp Unify & improve log messages 2023-03-24 17:09:11 +01:00
CImageLoaderTGA.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageWriterJPG.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageWriterJPG.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CImageWriterPNG.cpp Unify & improve log messages 2023-03-24 17:09:11 +01:00
CImageWriterPNG.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CIrrDeviceLinux.cpp Add the platform-dependent stuff from renderingengine.cpp 2023-04-29 13:06:35 +02:00
CIrrDeviceLinux.h Add the platform-dependent stuff from renderingengine.cpp 2023-04-29 13:06:35 +02:00
CIrrDeviceOSX.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CIrrDeviceOSX.mm Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CIrrDeviceSDL.cpp Use precise y-direction scroll values in SDL 2023-07-03 22:46:08 +02:00
CIrrDeviceSDL.h SDL: Implement getDisplayDensity() and setWindowIcon() 2023-04-29 13:06:35 +02:00
CIrrDeviceStub.cpp Add the platform-dependent stuff from renderingengine.cpp 2023-04-29 13:06:35 +02:00
CIrrDeviceStub.h Add the platform-dependent stuff from renderingengine.cpp 2023-04-29 13:06:35 +02:00
CIrrDeviceWin32.cpp Add the platform-dependent stuff from renderingengine.cpp 2023-04-29 13:06:35 +02:00
CIrrDeviceWin32.h Add the platform-dependent stuff from renderingengine.cpp 2023-04-29 13:06:35 +02:00
CLimitReadFile.cpp Replace core::string implementation with std::basic_string 2022-12-23 19:17:08 +01:00
CLimitReadFile.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CLogger.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CLogger.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CMakeLists.txt Bump C++ std to 17 2023-06-14 09:45:16 +02:00
CMemoryFile.cpp CMemoryFile: fix seek bounds-checking 2021-03-12 18:28:10 +01:00
CMemoryFile.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CMeshCache.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
CMeshCache.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CMeshManipulator.cpp Remove more dead code (#108) 2022-06-01 15:03:52 +02:00
CMeshManipulator.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CMeshSceneNode.cpp Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
CMeshSceneNode.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CNSOGLManager.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CNSOGLManager.mm Add a unified cross platform OpenGL core profile binding (#52) 2021-08-07 21:56:00 +02:00
CNullDriver.cpp Split up texture filtering properties of SMaterialLayer into MinFilter and MagFilter 2023-07-16 13:02:26 +02:00
CNullDriver.h Extract and use singular CNullDriver::checkImage 2023-04-08 19:07:16 +02:00
COBJMeshFileLoader.cpp Unify & improve log messages 2023-03-24 17:09:11 +01:00
COBJMeshFileLoader.h Drop unused dependency on FileSystem in mesh loaders 2023-03-19 19:47:43 +01:00
COGLES2Common.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLES2Driver.cpp Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
COGLES2Driver.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLES2ExtensionHandler.cpp Get rid of MATERIAL_MAX_TEXTURES_USED 2021-11-19 20:16:57 +01:00
COGLES2ExtensionHandler.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLES2FixedPipelineRenderer.cpp Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
COGLES2FixedPipelineRenderer.h Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COGLES2MaterialRenderer.cpp Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COGLES2MaterialRenderer.h Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COGLES2Renderer2D.cpp Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
COGLES2Renderer2D.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLESCommon.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLESCoreExtensionHandler.h OpenGL3: New extension listing system 2023-04-23 09:48:04 +02:00
COGLESDriver.cpp Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
COGLESDriver.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLESExtensionHandler.cpp Drop Console and Framebuffer device 2022-07-09 23:53:04 +02:00
COGLESExtensionHandler.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COGLESMaterialRenderer.h Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COSOperator.cpp Use non-static member vars for SDL clipboard / primary selection buffers 2023-03-26 14:13:58 +02:00
COSOperator.h Use non-static member vars for SDL clipboard / primary selection buffers 2023-03-26 14:13:58 +02:00
COpenGLCacheHandler.cpp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
COpenGLCacheHandler.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COpenGLCommon.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COpenGLCoreCacheHandler.h Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
COpenGLCoreFeature.h Fix OpenGL3 driver to compile standalone 2023-04-06 12:38:25 +02:00
COpenGLCoreRenderTarget.h Fix OpenGL3 driver to compile standalone 2023-04-06 12:38:25 +02:00
COpenGLCoreTexture.h Split up texture filtering properties of SMaterialLayer into MinFilter and MagFilter 2023-07-16 13:02:26 +02:00
COpenGLDriver.cpp Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 2023-07-16 13:02:48 +02:00
COpenGLDriver.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COpenGLExtensionHandler.cpp Get rid of MATERIAL_MAX_TEXTURES_USED 2021-11-19 20:16:57 +01:00
COpenGLExtensionHandler.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
COpenGLMaterialRenderer.h Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COpenGLSLMaterialRenderer.cpp Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COpenGLSLMaterialRenderer.h Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COpenGLShaderMaterialRenderer.cpp Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
COpenGLShaderMaterialRenderer.h Remove unused fixed function materials 2023-06-15 10:01:34 +02:00
CReadFile.cpp Drop _IRR_WCHAR_FILESYSTEM 2021-08-30 20:55:06 +02:00
CReadFile.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CSDLManager.cpp Fix OpenGL3 driver to compile standalone 2023-04-06 12:38:25 +02:00
CSDLManager.h Fix OpenGL3 driver to compile standalone 2023-04-06 12:38:25 +02:00
CSceneCollisionManager.cpp Readd CSceneCollisionManager with only the method we need 2021-08-26 22:17:35 +02:00
CSceneCollisionManager.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CSceneManager.cpp Drop dependency on FileSystem from SceneManager 2023-03-19 19:47:43 +01:00
CSceneManager.h Drop dependency on FileSystem from SceneManager 2023-03-19 19:47:43 +01:00
CSkinnedMesh.cpp Refactor the way you set material properties 2023-07-16 13:02:25 +02:00
CSkinnedMesh.h Refactor the way you set material properties 2023-07-16 13:02:25 +02:00
CTimer.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CWGLManager.cpp Unify & improve log messages 2023-03-24 17:09:11 +01:00
CWGLManager.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CWebGL1Driver.cpp Get rid of MATERIAL_MAX_TEXTURES_USED 2021-11-19 20:16:57 +01:00
CWebGL1Driver.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CWebGLExtensionHandler.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CWriteFile.cpp Resolve some -Wreorder warnings 2023-02-22 11:43:42 +01:00
CWriteFile.h Replace _IRR_OVERRIDE_ macro with override keyword 2022-10-15 01:09:09 +02:00
CXMeshFileLoader.cpp Unify & improve log messages 2023-03-24 17:09:11 +01:00
CXMeshFileLoader.h Drop unused dependency on FileSystem in mesh loaders 2023-03-19 19:47:43 +01:00
CZipReader.cpp Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
CZipReader.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
IAttribute.h Remove unused attribute saving and loading (#86) 2021-12-29 23:00:56 +01:00
Irrlicht.cpp Resolve conflicts with master 2023-03-25 10:42:47 +03:00
Irrlicht.rc Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
S2DVertex.h Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
SB3DStructs.h Drop IrrCompileConfig (#163) 2023-03-11 15:04:09 +01:00
SoftwareDriver2_helper.h Get rid of various old compiler and platform checks 2022-02-26 12:11:27 +01:00
builtInFont.bmp Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
mt_opengl_loader.cpp Enumerate extensions in the OpenGL 3 way 2023-02-27 17:41:03 +03:00
os.cpp Remove all mentions of iOS 2023-03-14 17:54:08 +01:00
os.h Unify & improve log messages 2023-03-24 17:09:11 +01:00
source.txt Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00