This website requires JavaScript.
Explore
Help
Sign in
pnx
/
spectre
Watch
1
Star
0
Fork
You've already forked spectre
0
Code
Releases
2
Activity
d58c49421e
spectre
/
source
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
d58c49421e
source/Graphics/OpenGL.cpp: in init() return false if display fails to be created.
2020-09-23 12:41:22 +02:00
..
Core
Move everything from global namespace to "sp" namespace
2019-09-30 19:10:17 +02:00
Display
Display/Display: No need to include System/SystemEvent.
2020-02-01 15:49:55 +01:00
Game
Minor formating fixes.
2019-12-29 22:26:05 +01:00
Graphics
source/Graphics/OpenGL.cpp: in init() return false if display fails to be created.
2020-09-23 12:41:22 +02:00
Input
include/Spectre/Input/Keyboard.h: remove NumpadEnter (this is usually the same as regular enter).
2020-02-02 00:38:38 +01:00
Math
Minor formating fixes.
2019-12-29 22:26:05 +01:00
Platform
source/Platform/Win32/Win32GLContext.cpp: no need to have our own wgl extension loader (fixed in latest glad2)
2020-09-21 18:00:08 +02:00
Scene
Minor formating fixes.
2019-12-29 22:26:05 +01:00
System
System/MessageHandler: Make this class useful by implementing EventListener and also add a vector of listeners with register/unregister methods.
2020-02-01 15:50:02 +01:00
Game.cpp
source/Game.cpp: don't need to call setClearColor() here. it is done as part of the graphics module setup.
2020-09-23 00:00:31 +02:00