Commit graph

701 commits

Author SHA1 Message Date
James Lambert f0be2b4048 Refactor triggers to be triggable by things other than the player 2023-09-02 22:13:49 -06:00
James Lambert 445ad90eed Generate cutscenes and logic from yaml files instead of blend files 2023-09-02 19:31:24 -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 ec52a15372 Fix portal gun z issues 2023-09-01 22:01:14 -06:00
James Lambert 5827e3f4c2 Implement rotating portals 2023-09-01 20:48:39 -06:00
James Lambert 6170af53c8 Make movable portals off by default and add an option to enable them in the settings 2023-09-01 19:12:59 -06:00
James Lambert e8129554fb Add tank controls option 2023-09-01 18:46:23 -06:00
James Lambert cff4d0a624 Only invert pitch with inverted controls 2023-09-01 18:05:55 -06:00
James Lambert e3a033545f give chell a portal gun 2023-08-31 21:49:18 -06:00
James Lambert d116010557 Prevent portals from opening on top of each other 2023-08-30 22:29:30 -06:00
James Lambert 297c0f44c4 Fix decals on wall zfighting with portals 2023-08-30 21:46:34 -06:00
James Lambert 9ea0659ce6 fix yet another portal surface cutting bug 2023-08-30 21:27:11 -06:00
James Lambert 20b850a975 Fix condition in surface generator where portalSurfaceConnectToPoint connects to exact same position 2023-08-29 22:23:11 -06:00
James Lambert 8c2295005c Use sphere casting to determine player footing 2023-08-28 22:39:45 -06:00
James Lambert b66f5a037f Make logic for checking when a new portal hole nees to be cut more robust 2023-08-28 21:10:41 -06:00
James Lambert 80d98219e2 fix some surface generator bugs after refactor 2023-08-28 12:17:07 -06:00
James Lambert d51d939ec6 refactor portable surfaces 2023-08-27 15:16:08 -06:00
James Lambert a2da66a7dc Fix bug with portals being on the same surface 2023-08-26 16:29:21 -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 4bf67a467e Fix weird glitch with back to back portals 2023-08-26 15:18:23 -06:00
James Lambert 17b6d10324 Fix bobbing camera 2023-08-26 14:45:59 -06:00
James Lambert 0ed4fa8244 Fix savefiles 2023-08-26 13:51:08 -06:00
James Lambert 4d66641be7 Update lookTransform when teleporting the player 2023-08-25 22:17:10 -06:00
lambertjamesd baa8664a2e
Merge pull request #216 from hackgrid/master
mute DecorObjects in main_menu (Fixes #213)
2023-08-25 08:39:35 -06:00
hackgrid 3014e55285
fix typo 2023-08-25 09:14:16 +02:00
hackgrid 42c24768c4
reset DecorObject flags outside of main_menu 2023-08-25 09:10:19 +02:00
hackgrid 452e83b0b8
use definition flags in DecorObject 2023-08-25 09:08:48 +02:00
hackgrid c20a43fd69
revert / remove flags from DecorObject 2023-08-25 09:07:38 +02:00
James Lambert c56db8c2e9 Finish up some level polish 2023-08-24 22:12:40 -06:00
James Lambert 009f99bae5 touch up details in test chamber 06 2023-08-24 22:03:15 -06:00
James Lambert 3007b98fbf touch up another test chamber 2023-08-24 21:57:59 -06:00
James Lambert 328848c355 More test chamber touch up 2023-08-24 21:48:58 -06:00
James Lambert c178e98286 touch up test chamber 03 2023-08-24 21:44:33 -06:00
James Lambert d8cf4c5bdf More touch up 2023-08-24 21:24:48 -06:00
James Lambert 4e2086dc47 touch up test chamber 02 2023-08-24 21:23:21 -06:00
James Lambert 6f0ea79c72 fix rigidbody sleeping 2023-08-24 20:39:59 -06:00
hackgrid ba3751178d
oops v2 2023-08-24 19:00:19 +02:00
hackgrid 85e4531389
oops 2023-08-24 18:50:00 +02:00
hackgrid 9ddf2ad7dd
update main_menu to ignore decor element sounds 2023-08-24 18:12:48 +02:00
hackgrid a64874f2ee
implement mainMenuMode for sceneInitNoPauseMenu 2023-08-24 18:11:40 +02:00
hackgrid 58cba4ff1d
don't play sounds for muted DecorObjects 2023-08-24 18:10:17 +02:00
hackgrid 1761e6e9cd
add flags to DecorObject 2023-08-24 18:08:02 +02:00
hackgrid b7cf3bd4a3
add mainMenuMode for sceneInitNoPauseMenu 2023-08-24 18:00:15 +02:00
hackgrid 19881808ec
add new Muted flag to DecorObject 2023-08-24 17:57:53 +02:00
lambertjamesd f5cc71c43a
Merge pull request #215 from hackgrid/master
loop ambient music in main_menu (Fixes #213)
2023-08-24 08:31:28 -06:00
hackgrid 5f314d5bbb
loop ambient music in main_menu 2023-08-24 10:36:14 +02:00
James Lambert abababe5a8 more test chamber 01 touch up 2023-08-23 21:29:08 -06:00
James Lambert 313607df62 Implement rigidbody sleeping
touch up test chamber 01
2023-08-22 22:26:51 -06:00