spacebox/src
ohsqueezy 8498dfa004 - consolidate GL includes into one header
- build flags for MacOS
- replace glTexStorage2D with more compatible glTexImage2D
2024-04-24 15:01:17 -04:00
..
android add instructions for curl; add array operator to configuration, give configuration object access to nodes; fix src paths in android skeleton script; add copy file function 2023-05-10 02:51:11 -04:00
Animation.cpp - restore video recording 2024-03-04 19:44:06 -05:00
Animation.hpp add Animation constructor with just frame length parameter 2024-03-06 21:22:07 -05:00
Attributes.cpp docstring example for outputting attributes to stream 2023-07-27 23:21:14 -04:00
Attributes.hpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Audio.cpp add option for texture resize filter to sprite, add functions for finding loudest mixer channel 2023-12-27 19:20:20 -08:00
Audio.hpp add option for texture resize filter to sprite, add functions for finding loudest mixer channel 2023-12-27 19:20:20 -08:00
Box.cpp added function for extracting a grid of tile surfaces from a larger SDL surface 2023-09-18 22:10:04 -04:00
Box.hpp added function for extracting a grid of tile surfaces from a larger SDL surface 2023-09-18 22:10:04 -04:00
Carousel.hpp - pass timestamp of frame start time to all update functions 2023-06-07 20:22:20 -04:00
Color.cpp function to get sb::Color as glm::vec4 2023-12-04 21:53:49 -05:00
Color.hpp reset animation object before calling animation function in case the animation function reenables the animation 2023-12-28 16:11:35 -08:00
Configuration.cpp fix missed reference to std::filesystem 2024-04-18 00:14:55 -04:00
Configuration.hpp use experimental filesystem path for Ubuntu 18.04 2024-04-18 00:01:23 -04:00
Connection.hpp - add function for wrapping an arbitrary point or curve into an arbitrary clip space 2023-06-05 18:22:43 -04:00
Delegate.cpp - restore video recording 2024-03-04 19:44:06 -05:00
Delegate.hpp - restore video recording 2024-03-04 19:44:06 -05:00
Display.cpp - restore video recording 2024-03-04 19:44:06 -05:00
Display.hpp - restore video recording 2024-03-04 19:44:06 -05:00
GLObject.cpp throw exception if VBO is not bound when allocate is called, reset VBO offset on ID generation 2023-07-14 00:30:30 -04:00
GLObject.hpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Game.cpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Game.hpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Input.cpp removed hyphens from keyboard input related configuration key names 2023-09-22 14:56:35 -04:00
Input.hpp add escape to key IDs 2023-12-14 01:11:18 -05:00
Log.cpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Log.hpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Model.cpp deprecate passing callback to Animation; add an update function to Sprite for running frame by frame animation; rename log's ERROR to ERR to avoid conflict with windows.h 2023-11-14 00:19:32 -05:00
Model.hpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Node.cpp - restore video recording 2024-03-04 19:44:06 -05:00
Node.hpp - restore video recording 2024-03-04 19:44:06 -05:00
Pad.hpp pad object can be disabled and/or hidden 2023-11-08 20:00:48 -05:00
Pixels.cpp deprecate passing callback to Animation; add an update function to Sprite for running frame by frame animation; rename log's ERROR to ERR to avoid conflict with windows.h 2023-11-14 00:19:32 -05:00
Pixels.hpp remove Sprite class 2023-06-08 20:04:40 -04:00
Recorder.cpp - restore video recording 2024-03-04 19:44:06 -05:00
Recorder.hpp - restore video recording 2024-03-04 19:44:06 -05:00
Segment.cpp add exception checks to Texture::bind and GLObject::id, make collision info storage a std::optional object 2023-06-26 20:49:14 -04:00
Segment.hpp add exception checks to Texture::bind and GLObject::id, make collision info storage a std::optional object 2023-06-26 20:49:14 -04:00
Selection.hpp - fix sb::Pad to move the collision box when scaled or translated 2023-09-16 21:04:43 -04:00
Sprite.hpp add option for texture resize filter to sprite, add functions for finding loudest mixer channel 2023-12-27 19:20:20 -08:00
Switch.hpp - pass timestamp of frame start time to all update functions 2023-06-07 20:22:20 -04:00
Text.cpp fix initial config modification check, add wrap parameter to text object 2023-12-12 00:42:38 -05:00
Text.hpp add option for texture resize filter to sprite, add functions for finding loudest mixer channel 2023-12-27 19:20:20 -08:00
Texture.cpp - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
Texture.hpp add option for texture resize filter to sprite, add functions for finding loudest mixer channel 2023-12-27 19:20:20 -08:00
Timer.cpp - JSON from file static function 2023-11-04 23:52:43 -04:00
Timer.hpp - JSON from file static function 2023-11-04 23:52:43 -04:00
VBO.cpp throw exception if VBO is not bound when allocate is called, reset VBO offset on ID generation 2023-07-14 00:30:30 -04:00
VBO.hpp attribute index exception, overload attributes bind, model add and bind methods 2023-07-18 23:23:29 -04:00
extension.cpp deprecate passing callback to Animation; add an update function to Sprite for running frame by frame animation; rename log's ERROR to ERR to avoid conflict with windows.h 2023-11-14 00:19:32 -05:00
extension.hpp added function for extracting a grid of tile surfaces from a larger SDL surface 2023-09-18 22:10:04 -04:00
filesystem.hpp fix clang version in comment 2024-04-18 00:11:40 -04:00
gl.h - consolidate GL includes into one header 2024-04-24 15:01:17 -04:00
math.cpp - fix sb::Pad to move the collision box when scaled or translated 2023-09-16 21:04:43 -04:00
math.hpp - fix sb::Pad to move the collision box when scaled or translated 2023-09-16 21:04:43 -04:00
time_it.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00