Commit graph

597 commits

Author SHA1 Message Date
James Lambert 6d5110aac3 Finish up serialization 2023-05-07 20:51:36 -06:00
James Lambert e1014a3924 Implement box dropper serialization 2023-05-07 20:51:36 -06:00
James Lambert 5a4d3ad6f5 Preserve holding decor objects on scene save 2023-05-07 20:51:36 -06:00
lambertjamesd ce1b554062
Merge pull request #162 from westonCoder/rom-fix-info
Romfix and Makefile Info
2023-05-06 19:55:21 -06:00
James Lambert 76605fa3b6 Fix serialization bugs 2023-05-06 19:53:59 -06:00
James Lambert 96366e60d9 Move serialize code into a single file 2023-05-06 17:40:54 -06:00
westonCoder 0b504bf482 Romfix and Makefile Info
- Added info on how to fix a rom if having hardware issues
- made the readme a little prettier with specific types of code blocks
- fixed the makefile to add build dependencies to game_menu
- added a make option "fix" that fixes a rom that is already made
2023-05-06 18:37:00 -05:00
James Lambert 012286a98f Serialize portals 2023-05-05 21:16:47 -06:00
James Lambert b71c0ad26f Work on scene serialization 2023-05-05 21:16:47 -06:00
lambertjamesd 0ff8f7bd62
Merge pull request #159 from westonCoder/center-reticle-addition
Simply Added center Reticle
2023-05-05 07:25:18 -06:00
Weston Salinas 6393e2ff71 Simply Added center Reticle
- adds center reticle to HUD
- made asset myself lol

Fixes #110
2023-05-04 22:10:52 -05:00
James Lambert d1e1eb6e08 Refactor scene serialization 2023-05-04 20:25:49 -06:00
James Lambert 4bd5ae80f5 Set save type to SRAM for later ev models 2023-05-03 21:22:46 -06:00
lambertjamesd 9d8c430607
Merge pull request #151 from hackgrid/master
Require ui.h when compiling new savefile menus
2023-05-03 21:01:27 -06:00
lambertjamesd 38c7518bdb
Merge pull request #149 from westonCoder/pellet-kill-freeze-fix
Pellet Kill Freeze Fix
2023-05-03 21:01:06 -06:00
lambertjamesd d1e4d7c071
Merge pull request #148 from westonCoder/box-drop-trigger-update
Fixed Box Dropper Trigger in Chamber 4
2023-05-03 21:00:01 -06:00
lambertjamesd 78560952be
Merge pull request #147 from westonCoder/cutscene-portal-override
Force Places Auto Portals on Conflict
2023-05-03 20:59:30 -06:00
James Lambert d75c716509 Fix some menu bugs 2023-05-03 20:55:56 -06:00
James Lambert 6a3bd6b405 Work on load game menu 2023-05-03 08:35:28 -06:00
James Lambert 44b6080582 Work on savefile creation 2023-05-02 22:06:37 -06:00
James Lambert 42caf31ea8 Work on new save menu 2023-05-02 20:12:03 -06:00
James Lambert 37723bc35a Start building out save game menu 2023-05-02 08:37:28 -06:00
James Lambert c758e991a4 Start work on pause menu 2023-05-01 21:09:30 -06:00
hackgrid 588bf1d377
Fix Makefile 2023-05-01 20:22:09 +02:00
Weston Salinas c0602d1dae added crossed portal flags 2023-04-30 21:39:21 -05:00
Weston Salinas cd756ddb17 Fixed Game Freeze on Pellet Kill Inside Portal
- game would freeze previously when player died in or near portal (because the portal would close with player still in it)
- moved the player touching check to be inside of the sceneClosePortal function.
- game no longer freezes when killed within a portal.

Fixes #108
2023-04-30 21:10:06 -05:00
Weston Salinas 676cb60038 Fixed Box Dropper Trigger in Chamber 4
Fixes #104
- simply encompassed the entire chamber past the glass in chamber 4 with the box dropper trigger
2023-04-30 20:44:49 -05:00
Weston Salinas 3d4cfebe08 Force Places Auto Portals on Conflict
Fixes #141
- this fix forces an autoportal to be placed if there is a conflict.
- if there is a conflict when an auto portal is attempted to be placed it will:
1. close the other portal
2. save a copy of the parameters to the sceneFirePortal function in new SavedPortal struct
3. continuouslyAttemptingPortalOpen == 1
4. attempt to open the same portal once every single sceneUpdate call
- once it finally can open the portal it will set continuouslyAttemptingPortalOpen back to 0
2023-04-30 19:45:06 -05:00
lambertjamesd ac240fdffa
Merge pull request #144 from westonCoder/left-right-audio-fix
Fixed flipped audio panning direction
2023-04-30 15:57:52 -06:00
James Lambert 5c7cf66f29 refactor load game menu for reuse in save game menu 2023-04-30 15:56:53 -06:00
Weston Salinas c0c8047a7e Fixed flipped audio panning direction
- panning was flipped for 3d objects

Fixes #103
2023-04-30 15:04:02 -05:00
James Lambert 4adbef10b4 Start work on load game menu 2023-04-29 21:32:38 -06:00
lambertjamesd f1ca5ae1e4
Merge pull request #120 from 2xAA/patch-1
Add a bug report template (create bug_report.md)
2023-04-29 17:05:17 -06:00
lambertjamesd 2bdffa48bd
Merge pull request #128 from westonCoder/makefile-fix
Require clips.h When Compiling Menus
2023-04-29 17:04:48 -06:00
lambertjamesd 7414fad979
Merge pull request #129 from westonCoder/decor-object-audio-stop
Shuts Off Decor Object Sounds When Deleted
2023-04-29 17:04:29 -06:00
Weston Salinas 51cee76822 Shuts Off Decor Object Sounds When Deleted
- stops decor object sounds when fizzled or deleted.

Fixes #116
2023-04-29 11:23:48 -05:00
Weston Salinas 5dece6e607 Require clips.h When Compiling Menus
- was unable to build withoug clips.h being built before test_chamber_00.h
2023-04-29 11:15:26 -05:00
Sam Wray 2e3f391192
Update bug_report.md 2023-04-29 11:13:29 +01:00
Sam Wray 02f781e69e
Create bug_report.md
Add a bug report template based on the information requested in [the beta announcement YouTube video](https://www.youtube.com/watch?v=ctHE2Utcpnk)
2023-04-29 11:09:56 +01:00
James Lambert 3d996bd015 Work on savefile stuff 2023-04-28 22:55:24 -06:00
James Lambert 5b095414bc Start working on savefiles 2023-04-28 20:56:39 -06:00
James Lambert 29919c1fa5 Start work on audio settings 2023-04-27 20:29:56 -06:00
James Lambert 6983afe8e1 Get control settings working 2023-04-27 08:39:14 -06:00
James Lambert 16adc80e11 Implement control icons 2023-04-26 22:03:41 -06:00
James Lambert d1ee0627d3 Work on controls menu 2023-04-26 08:00:17 -06:00
James Lambert bba255a357 Work on controls menu 2023-04-25 21:20:32 -06:00
James Lambert e104577c41 Work on configurable controls 2023-04-25 08:51:55 -06:00
James Lambert b7d1404868 start on options menu 2023-04-22 22:57:50 -06:00
James Lambert e648add422 Breakup menu code into multiple files 2023-04-22 22:33:29 -06:00
James Lambert 2e47a2f541 Link up menus 2023-04-22 20:51:19 -06:00