Commit graph

6 commits

Author SHA1 Message Date
Aloshi 43bc4f5fe2 Changed InputManager to be a singleton.
Considering it has global state I don't know why it was being kept as part of the Window class.
2014-04-18 13:07:32 -05:00
Aloshi 0464776e62 Fixed console spam when an ImageComponent has an invalid texture. 2014-03-24 16:29:56 -05:00
Aloshi c3d6933298 Some more re-styling.
Fixed a crash with SVGResource (durr).
2014-03-22 19:48:48 -05:00
Aloshi f084f29e61 Improved input config styling a little. 2014-03-22 17:37:40 -05:00
Aloshi 980a2c4ec6 InputManager mostly redone to handle rolling joystick changes instead of completely deinitializing/reinitializing itself every time a change is detected.
Some other slight changes to better fit with SDL2's joystick improvements.
Completely redid GuiDetectDevice and GuiInputConfig.
Inching closer and closer to beta.
2014-03-21 20:16:07 -05:00
Aloshi 139fc720ac Moved Guis from src/components to src/guis.
Renamed ComponentListComponent to ComponentGrid.
Changed some older files' #ifdefs to #pragma once to be more consistent.
2014-02-28 19:00:38 -06:00
Renamed from src/components/GuiDetectDevice.cpp (Browse further)