irrlicht/tools/GUIEditor
cutealien a3adfc196b CIrrDeviceWin32::yield() now uses Sleep(0) instead of Sleep(1).
We had changed that once before in the other direction in svn r421
Reason back then was "Sleep(0) doesn't allow any lower priority threads to execute"
But Microsoft changed the behaviour of Sleep(0) after Windows XP so that's no longer true.
And the costs of it is pretty high - due to this using a timer with a 15ms resolutions it meant not just giving up the thread but it also always waited for 15ms on Windows.
I also replaced a few sleep calls in examples for that reason with yield() calls.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6459 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-04-03 15:32:41 +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 remove warnings 2022-05-03 20:49:27 +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
GUI Editor_vc16.vcxproj vs2019 projectfiles 2022-05-03 21:26:24 +00:00
GUI Editor_vc17.vcxproj Add VC17 (VS 2022) project files and solutions 2022-11-19 14:22:50 +00:00
GUIEditor_gcc.cbp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
main.cpp CIrrDeviceWin32::yield() now uses Sleep(0) instead of Sleep(1). 2023-04-03 15:32:41 +00:00
Makefile Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00