Commit graph

128 commits

Author SHA1 Message Date
Weston 74e04eb576
Merge pull request #272 from hackgrid/fix-readme 2023-10-08 09:36:41 -05:00
hackgrid e259331616
add new vpk files to readme 2023-10-08 12:22:32 +02:00
Boreal c3f64a7c1e
Fix capitalization 2023-10-08 01:37:49 -07:00
James Lambert 8887125fe4 Fixup some portal firing logic 2023-10-07 20:50:06 -06:00
James Lambert ba67c38665 Wake up objects when portals are shot underneath then 2023-10-01 20:41:48 -06:00
James Lambert 2546a0ef46 Mark another task off the README 2023-09-30 18:03:11 -06:00
James Lambert 2641d98eeb Fix floor in test chamber 02 around pedestal 2023-09-28 22:09:24 -06:00
James Lambert 80d7720a98 Change default controls 2023-09-28 20:29:16 -06:00
James Lambert 81d446a80e Polish up ball launcher 2023-09-28 18:04:36 -06:00
James Lambert 6344908bd8 Fix portal gun elevator teleportation bug
fix some broken walls in test chamber 07
2023-09-26 18:53:33 -06:00
James Lambert 55142fe61c Fix some small portal rendering bugs 2023-09-23 16:57:39 -06:00
James Lambert 8ff28b0c11 Document some more TODO 2023-09-22 08:17:37 -06:00
James Lambert 101cc3494f Update readme todo list 2023-09-21 20:26:56 -06:00
James Lambert d99fd21ad6 work on hole cutting algorithm
change default controls
2023-09-20 20:29:02 -06:00
James Lambert 79b64c72ba Adjust goals before next release 2023-09-16 07:06:35 -06:00
James Lambert 7a469245ef Fix broken trigger in test chamber 11 2023-09-06 20:53:24 -06:00
James Lambert 801583dd07 Fix test chamber 05 2023-09-06 19:55:59 -06:00
James Lambert de7a728c45 Add signage and indicator lights to another test chamber 2023-09-05 21:55:58 -06:00
westonCoder b958cddb59 Made README More Inviting
- added a slideshow gif of some in game images
- added some details about what the project is, and the major accomplishments
- added some hyperlinks to various pages for easy access

Fixes #229
2023-09-05 14:07:24 -05:00
James Lambert 83bbcfab9d Update level todo list 2023-09-04 20:41:53 -06:00
James Lambert 6395378285 Generate cutscene yaml and operators yaml 2023-09-02 17:59:01 -06:00
James Lambert e83a23325e Correctly apply ball marks to cieling and floor #109 2023-09-02 10:22:06 -06:00
James Lambert bf08ffeeb8 Update docker image 2023-09-02 08:52:31 -06:00
James Lambert 00a1077030 Only trigger button with cubes speech triggers if the cube is sleeping 2023-08-26 15:36:05 -06:00
James Lambert c56db8c2e9 Finish up some level polish 2023-08-24 22:12:40 -06:00
James Lambert 519feb9505 Update some todos on the readme 2023-08-21 20:47:14 -06:00
lambertjamesd 40c1dacceb
Merge pull request #210 from westonCoder/chamber-7-staircase-collision
Fixes Collision Issue in Chamber 7
2023-08-06 20:11:32 -06:00
James Lambert 1a991fdd98 Update readme todo 2023-08-06 19:44:25 -06:00
westonCoder 70befbce47 Fixes Collision Issue in Chamber 7
Fixed collision layer in blender file so player cant fall out of map in chamber 7.

also marked off a few things in readme.
2023-08-06 17:38:03 -05:00
James Lambert 262070c799 Fix weird rotation glitch with held objects 2023-07-16 20:59:56 -06:00
James Lambert 8470c4ae22 Fix some fizzler related issues 2023-07-15 15:35:37 -06:00
James Lambert 77a44b2e64 Only load some models when needed 2023-07-15 11:28:43 -06:00
James Lambert 1e45fbc6aa Add ability to turn off portals on specific surfaces 2023-07-14 21:33:39 -06:00
James Lambert a74d670699 Some minor polish 2023-07-13 08:21:14 -06:00
James Lambert 2eb87888a1 Fix crash around collision of objects 2023-07-13 08:00:43 -06:00
James Lambert 0e701017c6 Fix portal surface generation bug 2023-07-11 08:18:03 -06:00
James Lambert 15e74f60d9 Do lighting in test chamber 06 2023-07-08 20:04:45 -06:00
David Voswinkel 60fb0e4f12 Cleanup makefile 2023-05-16 18:48:36 +00:00
David Voswinkel e7aa6a96ae Make docker build work 2023-05-16 20:15:11 +02:00
James Lambert 8082d2e563 Work on game savefile 2023-05-12 20:13:19 -06:00
James Lambert 2a0969abd0 Update build instructions to include installing unzip 2023-05-11 08:07:24 -06:00
James Lambert 3fe76c2d30 Start work on joystick options 2023-05-10 21:20:07 -06:00
James Lambert da4f5e6a8f Update README todo list 2023-05-09 21:15:38 -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
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
hackgrid d877ed5e84
update building instructions in readme 2023-04-19 23:18:12 +02:00
James Lambert 7b8d96c9e1 Add fizzler to test chamber 07 2023-04-13 06:48:01 -06:00
James Lambert 0eb3a399a0 fix door not closing all the way
fix auto uv generator
2023-04-13 06:44:01 -06:00
Weston Salinas 4681dac410 Added Player Shake In Elevator
- When elevator starts "moving" the player screen now shakes for a bit
- added a shake update function in player
- tested on N64 no problems
- fixed a slight bug from before with checking if the elevator should start moving sound
2023-04-08 15:37:32 -05:00
Weston Salinas f9982e3c25 Added 3 New Sound Effects
- elevator chime arrive sound
- button release "beep" sound
- ball catcher activate sound
- updated TODO in readme
2023-04-07 21:23:58 -05:00