Cocktail Frank cocktailfrank
cocktailfrank pushed to main at scrape/scrapeboard 2023-12-21 23:56:20 -05:00
33beb9df6f news section for web site
cocktailfrank pushed to main at shampoo/spacebox 2023-12-15 00:54:31 -05:00
8e62f9e0a2 initialize game controller interface at startup
cocktailfrank pushed to main at shampoo/spacebox 2023-12-14 01:11:30 -05:00
8184a62a54 add escape to key IDs
cocktailfrank 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
cocktailfrank pushed to main at shampoo/spacebox 2023-12-07 19:24:14 -05:00
c7fb948e39 make refresh function public for sb::Text
cocktailfrank 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
cocktailfrank 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
cocktailfrank pushed to main at shampoo/spacebox 2023-12-05 13:43:33 -05:00
a6a110141d add toggle function to pause/unpause sb::Animation
cocktailfrank pushed to main at shampoo/spacebox 2023-12-04 23:14:39 -05:00
5750997d5c add doc to sb::Animation::playing
cocktailfrank 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 »
cocktailfrank pushed to main at shampoo/spacebox 2023-11-14 17:57:54 -05:00
0a42df9a00 add sprite texture index increment function
cocktailfrank 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
cocktailfrank pushed to main at shampoo/spacebox 2023-11-08 20:01:36 -05:00
333a7b73ac pad object can be disabled and/or hidden
cocktailfrank pushed to main at shampoo/spacebox 2023-11-04 23:53:04 -04:00
a91bc4b773 - JSON from file static function
cocktailfrank 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
cocktailfrank 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
cocktailfrank 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
cocktailfrank 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
cocktailfrank pushed to main at shampoo/spacebox 2023-09-22 23:23:28 -04:00
a4435242f8 minor edit to documentation wording
cocktailfrank pushed to main at shampoo/spacebox 2023-09-22 14:56:45 -04:00
293d74e396 removed hyphens from keyboard input related configuration key names