spacebox/lib
Cocktail Frank ac72b8cb84 Add function for sending play session data over HTTP
Add a function to the `sb:☁️:HTTP` class that sends session data
collected by a `sb::progress::Progress` object to a configured URL.

Add a PHP script for receiving the session data, intended to be
installed separately on a remote server.

Add a randomly generated ID when writing new save files. Do not
overwrite existing IDs, so the ID will persist for the life of the
file. Store the ID in the play session data.

Add a string identifying the program's build, either "windows",
"linux", "macos", "wasm", or "android".

Add function for accessing requests in the HTTP queue.

Add the `sb::math` namespace for functions in math.hpp.

Add open source SHA256 hash library to the project. Use the library to
hash the player's Steam username before saving it to the session data.

Add documentation for `sb:☁️:http::post_session` to README.

Add a function for getting a string representing the current date up to
the minute to `sb::time`. This function is used to store the start time
of the play session.

Add test of session transfer to HTTP test case.
2025-04-16 20:06:07 -04:00
..
catch2 Update test program with special conditions for Emscripten builds 2024-11-16 18:53:27 -05:00
cli11 Added CLI11 library, and changed Game constructor to accept JSON objects instead of file paths 2024-07-11 21:27:54 -04:00
gif-h write gif and mp4 2019-05-22 04:27:15 -04:00
glew json config library 2019-05-02 06:45:41 -04:00
glm json config library 2019-05-02 06:45:41 -04:00
json Add pixel offset to sb::Text 2024-12-07 23:06:19 -05:00
sdl2-gfx 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
sha Add function for sending play session data over HTTP 2025-04-16 20:06:07 -04:00
superxbr.cpp Time functions for getting date as a string and minutes since epoch 2024-10-30 19:02:09 -04:00