Jonas Kulla
39436ad231
Fix up SDL2 include paths
...
Using "SDL2/SDL_xxx.h" instead of "SDL_xxx.h" caused
the include paths provided by pkg-config to be ignored,
and headers from a standard include path to be used instead.
2013-10-13 23:21:34 +02:00
Jonas Kulla
cb6f73f7df
Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState
...
This was particularly nasty with the shorthand macros
'gState' and 'glState'. The former is now 'shState'.
2013-10-09 12:30:33 +02:00
Jonas Kulla
7b97075282
Remove unnecessary allocations
2013-10-01 18:27:22 +02:00
Jonas Kulla
4c06b676ad
Spacing and minor fixes
2013-09-28 21:30:51 +02:00
Jonas Kulla
f00136c489
Implement fixed aspect ratio
2013-09-23 10:39:16 +02:00
Jonas Kulla
abd59be30d
Properly delete[] arrays
2013-09-04 17:52:03 +02:00
Jonas Kulla
7ea875ae5d
Minor cleanups and documentation
2013-09-02 12:32:53 +02:00
Jonas Kulla
6bebfa90e1
Fix spacing
2013-09-02 06:14:46 +02:00
Jonas Kulla
dff6acebca
Remove more leftovers
2013-09-02 06:02:50 +02:00
Jonas Kulla
ff25887f41
Initial commit
2013-09-01 16:27:21 +02:00