irrlicht/tools/GUIEditor
cutealien ffd7b63af0 API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules.
C++ has undefined behavior for identifiers starting with __ or with _ followed by an uppercase letter.
We still have many more (in IrrCompileConfig.h and in all header-guards), will likely replace those later as well.
As a workaround for users which might use irrlicht defines in their code, I've added the header irrLegacyDefines.h
Including that allows to continue using old defines for a while - or make it easier to have code which compiles 
with old and new Irrlicht library versions.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6251 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-08-27 12:55:10 +00:00
..
CGUIAttribute.h Remove superfluous includes in GUIEditor 2021-05-02 11:30:23 +00:00
CGUIAttributeEditor.cpp Remove superfluous includes in GUIEditor 2021-05-02 11:30:23 +00:00
CGUIAttributeEditor.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIBoolAttribute.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIColorAttribute.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIDummyEditorStub.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIEditFactory.cpp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIEditFactory.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIEditWindow.cpp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIEditWindow.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIEditWorkspace.cpp Fix comment 2021-05-02 13:07:23 +00:00
CGUIEditWorkspace.h GUIEditor clears now existing elements before loading new ones. 2021-05-02 12:59:55 +00:00
CGUIEnumAttribute.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIPanel.cpp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIPanel.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUIStringAttribute.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUITextureAttribute.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUITextureCacheBrowser.cpp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CGUITextureCacheBrowser.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CMemoryReadWriteFile.cpp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CMemoryReadWriteFile.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
EGUIEditTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc10.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc10.vcxproj.filters Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc11.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc11.vcxproj.filters Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc12.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc12.vcxproj.filters Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUI Editor_vc14.vcxproj Demo - nullptr test for shadowvolume 2020-08-22 18:33:53 +00:00
GUI Editor_vc14.vcxproj.filters Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
GUIEditor_gcc.cbp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
main.cpp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
Makefile Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00