.. |
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 |
test
|
Move Animation into sb namespace and upgrade SDL-ttf on MinGW
|
2024-12-19 15:54:58 -05:00 |
Animation.cpp
|
Move Animation into sb namespace and upgrade SDL-ttf on MinGW
|
2024-12-19 15:54:58 -05:00 |
Animation.hpp
|
Keep a list of unlocked achievements in sb::progress
|
2024-12-22 13:09:06 -05:00 |
Attributes.cpp
|
Minor line length linting
|
2024-10-23 23:40:51 -04:00 |
Attributes.hpp
|
- Feature: CLI for adding configuration from the terminal
|
2024-08-20 20:21:06 -04:00 |
Audio.cpp
|
Add function for panning sound by channel
|
2024-11-30 20:21:25 -05:00 |
Audio.hpp
|
Add function for panning sound by channel
|
2024-11-30 20:21:25 -05: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 |
cloud.cpp
|
Add sb::animation namespace with interface for LERP class
|
2024-12-19 16:56:30 -05:00 |
cloud.hpp
|
Add support for storing and loading user preferences
|
2024-11-01 19:09:55 -04:00 |
Color.cpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Color.hpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Configuration.cpp
|
Add support for storing and loading user preferences
|
2024-11-01 19:09:55 -04:00 |
Configuration.hpp
|
Move Animation into sb namespace and upgrade SDL-ttf on MinGW
|
2024-12-19 15:54:58 -05: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
|
Add support for storing and loading user preferences
|
2024-11-01 19:09:55 -04:00 |
Delegate.hpp
|
Add support for storing and loading user preferences
|
2024-11-01 19:09:55 -04:00 |
Display.cpp
|
Add support for storing and loading user preferences
|
2024-11-01 19:09:55 -04:00 |
Display.hpp
|
Add support for storing and loading user preferences
|
2024-11-01 19:09:55 -04:00 |
extension.cpp
|
Add sb::progress for save files, stats, and achievements
|
2024-10-05 20:43:48 -04:00 |
extension.hpp
|
Rename sb::is_in_container to sb::contains
|
2024-12-10 18:57:21 -05:00 |
filesystem.hpp
|
fix clang version in comment
|
2024-04-18 00:11:40 -04:00 |
Game.cpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Game.hpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
gl.h
|
wip
|
2024-09-09 16:36:20 -04: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 |
Input.cpp
|
Rename sb::is_in_container to sb::contains
|
2024-12-10 18:57:21 -05:00 |
Input.hpp
|
Move Animation into sb namespace and upgrade SDL-ttf on MinGW
|
2024-12-19 15:54:58 -05:00 |
install_steam.sh
|
Steam API initialization for Windows targets
|
2024-09-10 17:50:03 -04:00 |
Log.cpp
|
wip
|
2024-09-09 16:36:20 -04:00 |
Log.hpp
|
wip
|
2024-09-06 20:51: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 |
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
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Node.cpp
|
Add sb::progress for save files, stats, and achievements
|
2024-10-05 20:43:48 -04:00 |
Node.hpp
|
Add sb::progress for save files, stats, and achievements
|
2024-10-05 20:43:48 -04:00 |
Pad.hpp
|
Use shared_ptr to store SDL window and update existing references
|
2024-07-26 22:02:19 -04: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 |
progress.cpp
|
Keep a list of unlocked achievements in sb::progress
|
2024-12-22 13:09:06 -05:00 |
progress.hpp
|
Keep a list of unlocked achievements in sb::progress
|
2024-12-22 13:09:06 -05:00 |
Recorder.cpp
|
Add sb::progress for save files, stats, and achievements
|
2024-10-05 20:43:48 -04:00 |
Recorder.hpp
|
Move Animation into sb namespace and upgrade SDL-ttf on MinGW
|
2024-12-19 15:54:58 -05:00 |
sb.cpp
|
Fix url config check to handle empty string
|
2024-12-13 18:21:22 -05:00 |
sb.hpp
|
Allow config JSON to be passed in the URL in web builds
|
2024-12-13 17:38:11 -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
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Switch.hpp
|
- pass timestamp of frame start time to all update functions
|
2023-06-07 20:22:20 -04:00 |
Text.cpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Text.hpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Texture.cpp
|
Improve sb::Text blending
|
2024-12-12 13:33:07 -05:00 |
Texture.hpp
|
linting docstring line lengths
|
2024-05-08 12:58:42 -04:00 |
time_it.hpp
|
- add Switch and time_it classes
|
2023-05-23 15:28:53 -04:00 |
Timer.cpp
|
Keep a list of unlocked achievements in sb::progress
|
2024-12-22 13:09:06 -05:00 |
Timer.hpp
|
Keep a list of unlocked achievements in sb::progress
|
2024-12-22 13:09:06 -05:00 |
upgrade_catch2.sh
|
Update test program with special conditions for Emscripten builds
|
2024-11-16 18:53:27 -05: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 |