spacebox/src
frank dc2141c2c4 Merge branch 'pudding' into cuckoo 2022-08-09 18:30:39 -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 read individual vertices and components of vertices in attributes 2021-11-16 23:20:56 -05: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 change default keys for screenshot and video 2022-07-26 17:28:56 -04:00
Configuration.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
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 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
Display.hpp convert ndc box to pixel coordinates box in display 2021-11-19 14:13:37 -05:00
GLObject.cpp Display object can return ndc coordinates from a pixel coordinate box 2021-11-13 14:49:56 -05:00
GLObject.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
Game.cpp Merge branch 'pudding' into cuckoo 2022-08-09 18:30:39 -04:00
Game.hpp angle difference and ratio methods 2022-07-23 18:55:27 -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 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
Log.hpp add dimensions and type functions to attributes class 2021-10-14 02:55:17 -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 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
Texture.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
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 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
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 json config library 2019-05-02 06:45:41 -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