spacebox/src
frank ad9aab4a46 android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
..
android android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Animation.cpp shorten is_playing to playing 2021-09-08 23:56:06 -04:00
Animation.hpp shorten is_playing to playing 2021-09-08 23:56:06 -04:00
Attributes.cpp started utilities file 2021-11-01 17:33:27 -04:00
Attributes.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Audio.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Audio.hpp convert ndc box to pixel coordinates box in display 2021-11-19 14:13:37 -05:00
Box.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Box.hpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Color.cpp move stream operator overloads into std namespace 2021-10-22 15:06:05 -04:00
Color.hpp move stream operator overloads into std namespace 2021-10-22 15:06:05 -04:00
Configuration.cpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Configuration.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Delegate.cpp angle difference and ratio methods 2022-07-23 18:55:27 -04:00
Delegate.hpp angle difference and ratio methods 2022-07-23 18:55:27 -04:00
Display.cpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Display.hpp convert ndc box to pixel coordinates box in display 2021-11-19 14:13:37 -05:00
GLObject.cpp added more documentation for GLObject::generate 2022-08-10 13:30:44 -04:00
GLObject.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Game.cpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Game.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Input.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Input.hpp attributes can be accessed as a typed vector; box set gl mode function; mouse events are suppressed in addition to key events when input is suppressed 2021-11-09 23:30:27 -05:00
Log.cpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Log.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Node.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Node.hpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Pixels.cpp started log class 2021-10-02 19:21:07 -04:00
Pixels.hpp started utilities file 2021-11-01 17:33:27 -04:00
Recorder.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Recorder.hpp started log class 2021-10-02 19:21:07 -04:00
Segment.cpp move stream operator overloads into std namespace 2021-10-22 15:06:05 -04:00
Segment.hpp move stream operator overloads into std namespace 2021-10-22 15:06:05 -04:00
Sprite.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Sprite.hpp started log class 2021-10-02 19:21:07 -04:00
Texture.cpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Texture.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
Timer.cpp add default constructor to Animation, set private members in Timer 2021-09-08 20:07:11 -04:00
Timer.hpp add default constructor to Animation, set private members in Timer 2021-09-08 20:07:11 -04:00
VBO.cpp updated documentation of attribute index 2021-10-26 14:05:43 -04:00
VBO.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
extension.cpp move stream operator overloads into std namespace 2021-10-22 15:06:05 -04:00
extension.hpp attributes can be accessed as a typed vector; box set gl mode function; mouse events are suppressed in addition to key events when input is suppressed 2021-11-09 23:30:27 -05:00
filesystem.hpp android helper scripts and icon assets and fill screen android demo 2022-10-17 21:57:56 -04:00
math.cpp angle difference and ratio methods 2022-07-23 18:55:27 -04:00
math.hpp angle difference and ratio methods 2022-07-23 18:55:27 -04:00
utility.cpp attributes can be accessed as a typed vector; box set gl mode function; mouse events are suppressed in addition to key events when input is suppressed 2021-11-09 23:30:27 -05:00
utility.hpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00