|
|
|
@ -505,6 +505,8 @@ See also: |
|
|
|
class construction, potentially causing crashes or |
|
|
|
class construction, potentially causing crashes or |
|
|
|
`pure virtual method call` aborts. To prevent these issues, event callback |
|
|
|
`pure virtual method call` aborts. To prevent these issues, event callback |
|
|
|
setup is delayed to the first time the application main loop is entered. |
|
|
|
setup is delayed to the first time the application main loop is entered. |
|
|
|
|
|
|
|
- @ref Platform::GlfwApplication was polling for events instead of waiting, |
|
|
|
|
|
|
|
using 100% CPU even if not constantly redrawing |
|
|
|
- In 2019.01 @ref Magnum/Platform/Sdl2Application.h went through an include |
|
|
|
- In 2019.01 @ref Magnum/Platform/Sdl2Application.h went through an include |
|
|
|
cleanup, removing 50k lines; but unfortunately we forgot to add back |
|
|
|
cleanup, removing 50k lines; but unfortunately we forgot to add back |
|
|
|
@cpp #include <SDL_main.h> @ce, causing iOS builds to fail to initialize. |
|
|
|
@cpp #include <SDL_main.h> @ce, causing iOS builds to fail to initialize. |
|
|
|
|