1
0
Fork 0
spectre/source
2020-02-01 15:49:49 +01:00
..
Core Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00
Display Minor formating fixes. 2019-12-29 22:26:05 +01:00
Game Minor formating fixes. 2019-12-29 22:26:05 +01:00
Graphics source/Graphics/ImageLoader.h: remove unimplemented methods. 2020-01-19 22:01:26 +01:00
Input source/Input/InputModule.cpp: should not call m_platform->update() in update(). 2020-02-01 15:49:39 +01:00
Math Minor formating fixes. 2019-12-29 22:26:05 +01:00
Platform source/Platform/PlatformApplication.h: remove update(). platform event queue is handled in MessageQueue class. 2020-02-01 15:49:49 +01:00
Scene Minor formating fixes. 2019-12-29 22:26:05 +01:00
System System/MessageQueue: Use PlatformEventQueue 2020-02-01 15:49:46 +01:00
Game.cpp source/Game.cpp: in processEvents() no need to call platform->update() anymore. (messages are pumped in MessageQueue) 2020-02-01 15:49:48 +01:00