Commit Graph

167 Commits

Author SHA1 Message Date
Nicholas Dyer 3fde1996ca added quit to dev menu 2023-05-15 01:20:37 -04:00
Nicholas Dyer eef3a8756d black screen now returns to the dev menu instead of the title 2023-05-15 01:14:59 -04:00
Nicholas Dyer 8675caaca6 updated docstrings and comments 2023-05-15 01:04:45 -04:00
Nicholas Dyer 9fd2bc03df fixed incorrect game_res type in documentation 2023-05-15 01:04:33 -04:00
Nicholas Dyer 680a2cab75 fixed incorrectly tagged type 2023-05-15 00:31:05 -04:00
Nicholas Dyer 9669e6185d fixed dev menu not having proper background 2023-05-15 00:28:20 -04:00
Nicholas Dyer 8c49c62f66 marked error_screen as a protected module, added --dev launch option 2023-05-15 00:27:14 -04:00
Nicholas Dyer 30e25999c4 marked attributes of a few classes as protected 2023-05-15 00:26:44 -04:00
Nicholas Dyer f765bb3dcb updated comments and docstrings 2023-05-15 00:24:57 -04:00
Nicholas Dyer 86e8c51494 added black screen to dev menu 2023-05-14 23:04:26 -04:00
Nicholas Dyer f3751def40 Merge remote-tracking branch 'origin/new_dev_menu' 2023-05-14 22:38:08 -04:00
Nicholas Dyer 4ba12d5078 added app restart to dev screen 2023-05-14 19:48:29 -04:00
Nicholas Dyer e5c17b60e7 fixed it for the last goddamn time 2023-05-14 19:46:59 -04:00
Nicholas Dyer d7a01340b7 fixed update commands 2023-05-14 19:45:34 -04:00
Nicholas Dyer ad97725634 added bin to commands 2023-05-14 19:44:08 -04:00
Nicholas Dyer 2def4f846a added update command 2023-05-14 19:41:44 -04:00
Nicholas Dyer d4ff6d0786 fixed shutdown dev command 2023-05-14 19:32:12 -04:00
Nicholas Dyer 7c49424350 made dev commands actually do something 2023-05-14 19:26:38 -04:00
Nicholas Dyer 1c467371a8 integrated dev menu into game with secret code 2023-05-14 19:26:09 -04:00
Nicholas Dyer 8a34ed7c01 created dev menu selector and test functions 2023-05-14 19:06:50 -04:00
Nicholas Dyer b6432e233a changed dev menu to white 2023-05-14 17:55:37 -04:00
Nicholas Dyer 4249a7c3f1 added preliminary dev menu 2023-05-14 17:47:56 -04:00
Nicholas Dyer bcf933992e fixed promo image not showing after restructure 2023-05-14 17:28:10 -04:00
Nicholas Dyer 187baf6f3e removed old dev menu files 2023-05-14 17:26:57 -04:00
Nicholas Dyer e974687da3 removed unnecessary print statement 2023-05-14 17:21:41 -04:00
Nicholas Dyer bd2931ebe8 update to dev_0.1.0 2023-05-14 17:20:28 -04:00
Nicholas Dyer 60757a23ff Merge remote-tracking branch 'origin/surface-rebuild'
# Conflicts:
#	pocket_friends/game_files/game.py
2023-05-14 17:18:47 -04:00
Nicholas Dyer 6a0201da85 removed redundant starting function 2023-05-14 17:10:34 -04:00
Nicholas Dyer 06755ee937 rearragned project, removed unneeded game_files folder 2023-05-13 13:11:47 -04:00
Nicholas Dyer 83a7e98a7f created surface.py and GameSurface class 2023-05-13 13:07:33 -04:00
Nicholas Dyer 41ab0406f8 removed unused import 2023-05-13 11:47:48 -04:00
Nicholas Dyer 4904ed2184 fixed documentation 2023-05-13 11:47:36 -04:00
Nicholas Dyer 63a87c12dd removed some old print statements 2023-05-13 10:50:25 -04:00
Nicholas Dyer 2b2c2d946a added a bool to disable tick checking if needed 2023-05-13 10:48:59 -04:00
Nicholas Dyer 0f69120213 removed gpio modules (rest in peace) 2023-05-13 10:46:34 -04:00
Nicholas Dyer 35ac1cff51 removed windowed flag, added resolution flag 2023-05-13 10:30:27 -04:00
Nicholas Dyer 38a5812839 re-enabled the game lol 2023-05-13 10:17:30 -04:00
Nicholas Dyer f6e9869282 fixed rpi display not rendering anything 2023-05-13 10:16:43 -04:00
Nicholas Dyer afd228d81a copied code from old codebase to see if anything happens 2023-05-13 09:56:55 -04:00
Nicholas Dyer 6debf73267 made screen size constant 2023-05-13 09:49:51 -04:00
Nicholas Dyer 1fef87e1c3 disabled loading other surfaces as a test 2023-05-13 00:04:34 -04:00
Nicholas Dyer e9df84897a removed print statements 2023-05-12 23:57:23 -04:00
Nicholas Dyer 07be003a54 reordered stuff in a desperate attempt 2023-05-12 23:55:06 -04:00
Nicholas Dyer c547f76b35 attempt at fixing hardware 2023-05-12 23:49:36 -04:00
Nicholas Dyer aa7bcccada changed default resolution to 240x240 2023-05-12 23:45:35 -04:00
Nicholas Dyer e6cb2bd4c8 added --windowed parameter, fixed missing surface assignment 2023-05-12 23:42:21 -04:00
Nicholas Dyer d932538b41 changed resolution to 240x240 fullscreen by default 2023-05-12 23:36:21 -04:00
Nicholas Dyer 526b51b754 disabled gpio_handler.py to always return false to ON_HARDWARE 2023-05-12 23:34:15 -04:00
Nicholas Dyer b8776a6f7f fixed GPIO handler error 2023-05-12 23:28:00 -04:00
Nicholas Dyer 9b752bde21 fixed game not rendering on hardware 2023-05-12 23:21:33 -04:00