ohsqueezy ohsqueezy
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
ohsqueezy pushed to main at shampoo/spacebox 2023-11-08 20:01:36 -05:00
333a7b73ac pad object can be disabled and/or hidden
ohsqueezy pushed to main at shampoo/spacebox 2023-11-04 23:53:04 -04:00
a91bc4b773 - JSON from file static function
ohsqueezy pushed to main at shampoo/spacebox 2023-10-18 00:08:05 -04:00
e168844fc5 - added Windows build using MinGW for box demo along with Windows instructions to main README
ohsqueezy pushed to main at scrape/scrapeboard 2023-10-13 14:58:38 -04:00
66043aa393 try all detected devices when auto detecting Arduino; restore the end function's behavior which kills serial threads before quitting
ohsqueezy pushed to main at shampoo/spacebox 2023-10-09 23:50:54 -04:00
d575307b15 - redesign audio library to use Chunk and Music classes which align more closely with SDL Mix_Chunk and Mix_Music
ohsqueezy pushed to main at shampoo/spacebox 2023-09-28 21:11:44 -04:00
5046b4bcf1 add custom event that fires on all window resize events