61786f4b24- Move CLI code upstream - Set user permissions at beginning of Docker build instead of at the end - Increased the default idle timeout for demo mode to 40s - Add noindex tag to press kit HTML - Add targets for transferring builds to Windows and MacOS computersCocktail Frank2024-08-20 20:26:12 -0400
8f6c8344ebUpdate references to window pointer to match upstream use of shared_ptrCocktail Frank2024-07-26 22:03:53 -0400
4523c1177e- Added a simple test program that opens and closes a game using testing framework Catch2 from upstream - Added build targets for Linux and Emscripten versions of the test program - Moved main function into its own file - Added group targets for builds: local, external, local-tests, debugCocktail Frank2024-07-25 01:51:19 -0400
8702a644cd- Add support for extra config files on the command line - Print a warning when saved arcade scores are detected but cannot be loaded - Use exceptions to handle errors when loading save progress - Throw an exception when config data passed on the command line is invalidCocktail Frank2024-07-19 01:39:02 -0400
a762b0f545Reset config file to proper defaults. Added support for configuration override strings passed from the command line.Cocktail Frank2024-07-11 21:31:15 -0400
899e9efe9flog the session ID to the JS console, check for data collection file existence before opening the file pathCocktail Frank2024-07-09 20:31:39 -0400
a86f8ec67eadd dank.game logo, add visibility toggle to social media, allow steam button to be visible even if QR is enabledCocktail Frank2024-06-20 20:51:05 -0400
0a9a653eb9make sure save progress JSON has a valid format before attempting to load data
1.1.4
Cocktail Frank2024-06-11 19:45:54 -0400
283d15775a- Disable logging by default - Turn off glGetError calls by default - Use directory mapping instead of Git to transfer files to Ubuntu-18 build's Docker container
1.1.3
Cocktail Frank2024-06-05 20:20:11 -0400
6501bbe2ee- Add Python script for releasing builds as distributables - Add Itch.io build - Bug fix: replace the removed "arcade coin" key with the bank vector
1.1.1
Cocktail Frank2024-05-13 10:12:23 -0400
ee03b40db5update assets license, bug fix: check the correct level index when checking for a coin in the bank at level load
1.1.0
Cocktail Frank2024-05-11 00:57:51 -0400
8e20245733- add steam badge to title screen - disable and hide exit and fullscreen buttons on some builds - fix cake backward walk glitch at beginning of level 22
1.0.5
Cocktail Frank2024-05-09 03:12:21 -0400
f998a2d75ere-added credits to pause menu with new contentCocktail Frank2024-05-08 18:00:24 -0400
bacf711cd7- added coin bank to HUD - save coin status per level instead of just a total count of coins - bug fix: removed flashing effect from all non-coin projectiles - bug fix: don't collect coins when restingCocktail Frank2024-05-08 16:45:24 -0400
290e23b5da- add options sub-menu to title screen: bgm, sfx, fullscreen, and exit - hide UI when gamepad is in use, enable when mouse is in use - indicate selected UI button using hue rotation animation - support for gamepad hat - support for disconnecting and reconnecting gamepads - sanitize collected data in WASM build and write files per session - add function for finding the closest UI button in a given direction - bug fix: prevent character from moving when level loads or play is resumed from the pause menu - bug fix: cancel character walking sfx when paused
1.0.4
frank2024-05-01 20:35:15 -0400
ba53c72b01minor updates to modding and building instructionsfrank2024-04-27 22:33:18 -0400
d37f04995cadd compilation flag that disables GLU in GLEW libraryfrank2024-04-27 20:19:34 -0400
279c7c83b8separate shaders for GLES and GL, add MacOS buildfrank2024-04-24 15:04:11 -0400
8b2125f606add variable for overriding SDL config binary locationfrank2024-04-18 02:04:35 -0400
15f730a3d5add user permissions for ubuntu buildfrank2024-04-18 01:33:25 -0400
d66e70d6aduse malloc instead of malloc2 for Ubuntu 18 buildfrank2024-04-18 00:24:06 -0400
eb09e0603bmove distributable location to an access protected folder; restore Linux compiler to default and use a better default for sdl2-config locationfrank2024-04-17 18:31:11 -0400