Cocktail Frank cocktailfrank
cocktailfrank pushed to main at shampoo/spacebox 2023-09-18 22:10:14 -04:00
9a6b80f443 added function for extracting a grid of tile surfaces from a larger SDL surface
cocktailfrank pushed to main at shampoo/spacebox 2023-09-16 21:05:05 -04:00
d882e111b3 - fix sb::Pad to move the collision box when scaled or translated
cocktailfrank pushed to main at shampoo/spacebox 2023-09-09 23:35:23 -04:00
4c3235c2ff frame timing updated to run at maximum allowable framerate, delay between frame calls configurable, vsync flag configurable, max framerate configurable up to unlimited
cocktailfrank pushed to main at shampoo/spacebox 2023-09-07 19:13:10 -04:00
fb76e08707 frame timing updated to run at maximum allowable framerate, delay between frame calls configurable, vsync flag configurable, max framerate configurable up to unlimited
cocktailfrank pushed to main at shampoo/spacebox 2023-09-07 19:09:14 -04:00
562573c688 frame timing updated to run at maximum allowable framerate, delay between frame calls configurable, vsync flag configurable, max framerate configurable up to unlimited
cocktailfrank pushed to main at shampoo/spacebox 2023-09-04 16:31:20 -04:00
c0fe0c782d add doc comment to box scale functions
cocktailfrank pushed to main at shampoo/spacebox 2023-08-16 18:57:49 -04:00
081328e63d store size and format of texture object, only regenerate texture and reallocate memory if size and format are changing
cocktailfrank pushed to main at shampoo/spacebox 2023-08-14 16:44:36 -04:00
e453a62679 update sprite class's private member var comments, remove extraneous quotes from texture log message
cocktailfrank pushed to main at shampoo/spacebox 2023-08-14 16:30:47 -04:00
a055001482 add method to clear texture list to sprite class, add comments explaining model class's private member vars
cocktailfrank pushed to main at shampoo/spacebox 2023-08-08 12:41:25 -04:00
edafaf08ea add texture index to Sprite class, add more error checks to texture surface creation
cocktailfrank pushed to main at scrape/scrapeboard 2023-08-07 14:35:36 -04:00
d1fe534c9f mark event date as past
cocktailfrank pushed to main at scrape/scrapeboard 2023-08-04 20:02:01 -04:00
ef8f7bc5a8 backgrounds
cocktailfrank pushed to main at scrape/scrapeboard 2023-08-04 18:51:39 -04:00
a05f42c257 add more kaomojis to fill screen
cocktailfrank pushed to main at scrape/scrapeboard 2023-08-04 18:39:00 -04:00
78689e1bb8 add reminder to update version to event checklist
cocktailfrank pushed to main at scrape/scrapeboard 2023-08-04 18:36:29 -04:00
e17b29b1c1 add dates to calendar
cocktailfrank pushed to main at shampoo/spacebox 2023-08-02 13:17:53 -04:00
62450f7033 add support for specifying multiple keys per command in config
cocktailfrank pushed to main at shampoo/spacebox 2023-07-27 23:21:28 -04:00
67fa7e61c3 docstring example for outputting attributes to stream
cocktailfrank pushed to main at scrape/scrapeboard 2023-07-26 19:15:08 -04:00
97880534ae new board assets
cocktailfrank pushed to main at shampoo/spacebox 2023-07-23 20:01:54 -04:00
67c3e193f4 add more info to message when exeception is raised while enabling model attributes
cocktailfrank pushed to main at shampoo/spacebox 2023-07-23 17:11:50 -04:00
f9d171626f added more conversion rules for JSON array to GLM vertex, truncate attribute string representation, post reconfig event on configuration reload, added font load function, added exception handling to functions that bind textures