Cocktail Frank cocktailfrank
cocktailfrank pushed to cocktailfrank/achievements at shampoo/cakefoot 2024-10-02 00:46:07 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/cakefoot 2024-10-02 00:44:52 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/cakefoot 2024-09-27 21:03:13 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/spacebox 2024-09-27 21:02:54 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/cakefoot 2024-09-27 00:07:38 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/spacebox 2024-09-27 00:07:26 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/cakefoot 2024-09-25 22:53:16 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/spacebox 2024-09-25 22:52:37 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/spacebox 2024-09-17 02:32:43 -04:00
1405d548f5 Improve Game::run and add Steam API callbacks
9a758f8c7f Handle argc=0 and argv=NULL in sb::init
fe3b5f218d Echo message for every successful build
b78e29995a Initial Steam API support for MacOS builds
5a39c3fa82 Steam API initialization for Windows targets
Compare 9 commits »
cocktailfrank created branch cocktailfrank/achievements in shampoo/cakefoot 2024-09-17 02:32:34 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/cakefoot 2024-09-17 02:32:34 -04:00
f41785958e Update Cakefoot::run, add checkmark emojis to build output
4a8fc56b26 Consolidate build parameters and add Steam library
3cc458e64e wip - consolidate build target rules
856e757254 Define achievements and stats in config file
Compare 4 commits »
cocktailfrank created branch cocktailfrank/achievements in shampoo/spacebox 2024-09-05 20:39:37 -04:00
cocktailfrank pushed to cocktailfrank/achievements at shampoo/spacebox 2024-09-05 20:39:37 -04:00
4955c4853b Send messages to the log using the stream operator
cocktailfrank pushed to main at shampoo/cakefoot 2024-08-21 18:00:16 -04:00
61786f4b24 - Move CLI code upstream
8f6c8344eb Update references to window pointer to match upstream use of shared_ptr
4523c1177e - Added a simple test program that opens and closes a game using testing framework Catch2 from upstream
Compare 3 commits »
cocktailfrank pushed to main at shampoo/spacebox 2024-08-21 18:00:02 -04:00
15ef6b0e17 - Feature: CLI for adding configuration from the terminal
088e7b6120 Use shared_ptr to store SDL window and update existing references
2f6a2500f6 - Added unit test framework Catch2 to the repository
Compare 3 commits »
cocktailfrank pushed tag 0.0.0 to shampoo/spacebox 2024-07-30 16:17:12 -04:00
cocktailfrank pushed tag 0.0.1 to shampoo/spacebox 2024-07-30 16:17:12 -04:00
cocktailfrank pushed to main at shampoo/cakefoot 2024-07-19 01:39:36 -04:00
8702a644cd - Add support for extra config files on the command line
cocktailfrank pushed to main at shampoo/spacebox 2024-07-19 01:39:25 -04:00
3316d8ceb5 - throw exceptions on failure instead of just printing a warning when: loading a json config, loading a shader, reading a file's contents into a string
cocktailfrank pushed to main at shampoo/cakefoot 2024-07-11 21:31:27 -04:00
a762b0f545 Reset config file to proper defaults. Added support for configuration override strings passed from the command line.