ohsqueezy ohsqueezy
ohsqueezy pushed to main at shampoo/spacebox 2023-12-28 19:11:45 -05:00
923c805fe5 reset animation object before calling animation function in case the animation function reenables the animation
ohsqueezy pushed to main at shampoo/spacebox 2023-12-27 22:20:34 -05:00
1fff973b46 add option for texture resize filter to sprite, add functions for finding loudest mixer channel
ohsqueezy pushed to main at shampoo/spacebox 2023-12-26 22:31:37 -05:00
11c8abcc54 support for merging an optional list of config files at the beginning of the program
ohsqueezy pushed to main at shampoo/spacebox 2023-12-26 20:27:22 -05:00
5d950387a8 make android and wasm config file paths configurable
ohsqueezy pushed to main at scrape/scrapeboard 2023-12-22 01:20:59 -05:00
9b9277bedb add screen to setup diagram
ohsqueezy pushed to main at scrape/scrapeboard 2023-12-22 01:06:57 -05:00
78b05b0bf9 update info about wiki in the README
5a78b3c6c1 add screenshot of level 1 for operator's manual
Compare 2 commits »
ohsqueezy pushed to main at scrape/scrapeboard 2023-12-22 00:51:40 -05:00
1f9ce78e42 more operator's manual images
ohsqueezy pushed to main at scrape/scrapeboard 2023-12-22 00:19:06 -05:00
e61237f1a7 reorganize news on web page
ohsqueezy pushed to main at scrape/scrapeboard 2023-12-21 23:56:20 -05:00
33beb9df6f news section for web site
ohsqueezy pushed to main at shampoo/spacebox 2023-12-15 00:54:31 -05:00
8e62f9e0a2 initialize game controller interface at startup
ohsqueezy pushed to main at shampoo/spacebox 2023-12-14 01:11:30 -05:00
8184a62a54 add escape to key IDs
ohsqueezy pushed to main at shampoo/spacebox 2023-12-12 00:42:47 -05:00
464e69be56 fix initial config modification check, add wrap parameter to text object
ohsqueezy pushed to main at shampoo/spacebox 2023-12-07 19:24:14 -05:00
c7fb948e39 make refresh function public for sb::Text
ohsqueezy pushed to main at shampoo/spacebox 2023-12-05 17:57:08 -05:00
fb68938889 use SDL's desktop fullscreen flag for simpler fullscreen behavior, and use Emscripten's fullscreen functionality for web builds; add a flag for disabling fullscreen through the configuration
ohsqueezy pushed to main at shampoo/spacebox 2023-12-05 15:28:46 -05:00
5235535cc2 set window fullscreen display mode to current desktop mode before going fullscreen
ohsqueezy pushed to main at shampoo/spacebox 2023-12-05 13:43:33 -05:00
a6a110141d add toggle function to pause/unpause sb::Animation
ohsqueezy pushed to main at shampoo/spacebox 2023-12-04 23:14:39 -05:00
5750997d5c add doc to sb::Animation::playing
ohsqueezy pushed to main at shampoo/spacebox 2023-12-04 21:54:01 -05:00
a5f55be257 function to get sb::Color as glm::vec4
ec6a720b24 set texture wrap to clamp
Compare 2 commits »
ohsqueezy pushed to main at shampoo/spacebox 2023-11-14 17:57:54 -05:00
0a42df9a00 add sprite texture index increment function
ohsqueezy pushed to main at shampoo/spacebox 2023-11-14 00:19:44 -05:00
110b876648 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