]> git.lizzy.rs Git - irrlicht.git/commit
Remove unused attribute saving and loading (#86)
authorROllerozxa <temporaryemail4meh+github@gmail.com>
Wed, 29 Dec 2021 22:00:56 +0000 (23:00 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Dec 2021 22:00:56 +0000 (23:00 +0100)
commit52e03a8485d3f2ad9c2aa14341a2ad5aca74ee9d
tree79c04b2041d72c7306e325e9879ce6a07bcd71b8
parentdd09fdcb4e56fc6185ed25d39ab68fad88f31e3b
Remove unused attribute saving and loading (#86)
72 files changed:
include/IAttributeExchangingObject.h [deleted file]
include/IAttributes.h
include/ICameraSceneNode.h
include/IFileSystem.h
include/IGUIElement.h
include/IGUIEnvironment.h
include/IGUISkin.h
include/ISceneLoader.h [deleted file]
include/ISceneManager.h
include/ISceneNode.h
include/ISceneUserDataSerializer.h [deleted file]
include/IVideoDriver.h
include/SceneParameters.h
include/irrlicht.h
source/Irrlicht/CAnimatedMeshSceneNode.cpp
source/Irrlicht/CAnimatedMeshSceneNode.h
source/Irrlicht/CAttributeImpl.h
source/Irrlicht/CAttributes.cpp
source/Irrlicht/CAttributes.h
source/Irrlicht/CBillboardSceneNode.cpp
source/Irrlicht/CBillboardSceneNode.h
source/Irrlicht/CBoneSceneNode.cpp
source/Irrlicht/CBoneSceneNode.h
source/Irrlicht/CCameraSceneNode.cpp
source/Irrlicht/CCameraSceneNode.h
source/Irrlicht/CFileSystem.cpp
source/Irrlicht/CFileSystem.h
source/Irrlicht/CGUIButton.cpp
source/Irrlicht/CGUIButton.h
source/Irrlicht/CGUICheckBox.cpp
source/Irrlicht/CGUICheckBox.h
source/Irrlicht/CGUIComboBox.cpp
source/Irrlicht/CGUIComboBox.h
source/Irrlicht/CGUIContextMenu.cpp
source/Irrlicht/CGUIContextMenu.h
source/Irrlicht/CGUIEditBox.cpp
source/Irrlicht/CGUIEditBox.h
source/Irrlicht/CGUIEnvironment.cpp
source/Irrlicht/CGUIEnvironment.h
source/Irrlicht/CGUIFileOpenDialog.cpp
source/Irrlicht/CGUIFileOpenDialog.h
source/Irrlicht/CGUIImage.cpp
source/Irrlicht/CGUIImage.h
source/Irrlicht/CGUIInOutFader.cpp
source/Irrlicht/CGUIInOutFader.h
source/Irrlicht/CGUIListBox.cpp
source/Irrlicht/CGUIListBox.h
source/Irrlicht/CGUIMessageBox.cpp
source/Irrlicht/CGUIMessageBox.h
source/Irrlicht/CGUIModalScreen.cpp
source/Irrlicht/CGUIModalScreen.h
source/Irrlicht/CGUIScrollBar.cpp
source/Irrlicht/CGUIScrollBar.h
source/Irrlicht/CGUISkin.cpp
source/Irrlicht/CGUISkin.h
source/Irrlicht/CGUISpinBox.cpp
source/Irrlicht/CGUISpinBox.h
source/Irrlicht/CGUIStaticText.cpp
source/Irrlicht/CGUIStaticText.h
source/Irrlicht/CGUITabControl.cpp
source/Irrlicht/CGUITabControl.h
source/Irrlicht/CGUITable.cpp
source/Irrlicht/CGUITable.h
source/Irrlicht/CGUIWindow.cpp
source/Irrlicht/CGUIWindow.h
source/Irrlicht/CMeshSceneNode.cpp
source/Irrlicht/CMeshSceneNode.h
source/Irrlicht/CNullDriver.cpp
source/Irrlicht/CNullDriver.h
source/Irrlicht/CSceneManager.cpp
source/Irrlicht/CSceneManager.h
source/Irrlicht/IAttribute.h