Commit graph

1102 commits

Author SHA1 Message Date
hackgrid 2b3dda58e4 Implement config option for interlaced video. 2023-10-18 22:41:23 +02:00
lambertjamesd 99a1303d87
Merge pull request #323 from hackgrid/menu-improvements
Various little menu improvements
2023-10-18 14:25:28 -06:00
hackgrid 2227af6a9e
prepare for config option 2023-10-18 21:16:12 +02:00
hackgrid fc99d4b5d9
oops 2023-10-18 20:33:06 +02:00
hackgrid 9bf9aaa63a
support non-interlaced VI mode 2023-10-18 20:25:04 +02:00
hackgrid 97314a625a
add interlaced def 2023-10-18 20:19:16 +02:00
lambertjamesd 5394012ab1
Merge pull request #329 from hackgrid/readme-1
ReadMe improvements
2023-10-18 11:55:33 -06:00
lambertjamesd ccb6bf5d33
Merge pull request #331 from reknohT/master
Fix Grammar
2023-10-18 11:54:15 -06:00
reknohT eb2ae7ac57 Fix Grammar
- Fixes grammar in strings "TO PICKUP AND OBJECT" and "TO DROP AND OBJECT"
2023-10-18 12:33:54 -05:00
hackgrid dc265a9f2a
add multi-language support 2023-10-18 18:57:19 +02:00
hackgrid 8781f0bc7d
Update README.md 2023-10-18 18:50:12 +02:00
hackgrid 831370efeb Add sound to indicate switching option items and tabs. Enable main and game menu to cycle through menu items. 2023-10-18 17:36:34 +02:00
James Lambert 9f7e15e3fd fix exit elevator rumble 2023-10-18 08:15:24 -06:00
James Lambert 9325512ca4 Add elevator rumbling 2023-10-17 20:39:10 -06:00
James Lambert e717d6f7e2 Add more rumble pak clips 2023-10-17 20:32:44 -06:00
lambertjamesd 0da90ce622
Merge pull request #317 from westonCoder/moving-platform-movement-matching
Made Player Movement Match Moving Platforms
2023-10-17 19:15:26 -06:00
lambertjamesd 58c8601d2e
Merge pull request #312 from westonCoder/audio-slider-fix
Fixes All Slider Issues
2023-10-17 19:14:13 -06:00
James Lambert 8b66b5b8fb Fix controller input when rumble pak is attatched 2023-10-17 19:13:29 -06:00
westonCoder 058a8043ff Made Player Movement Match Moving Platforms
- store the velocity of a moving object that player is anchored to and apply that to player movement
- player now keeps up with horizontal movement while jumping on moving platform

Fixes #300
2023-10-17 19:02:21 -05:00
westonCoder 99d971580a Fixes All Slider Issues
- issue was present when you started a new game after changing options in the main menu
- now the sliders all return to original locations when the audio options menu is initialized

Fixes #301
2023-10-17 11:31:39 -05:00
James Lambert 50d169e9f4 Refactor controller code into its own thread 2023-10-16 22:17:19 -06:00
James Lambert 74e02269e8 Fix a build problem around subtitles 2023-10-16 21:45:01 -06:00
lambertjamesd 0e66c24d38
Merge pull request #310 from westonCoder/fix-slider-issues
Fix slider issues
2023-10-16 21:23:48 -06:00
lambertjamesd be325db40d
Merge pull request #306 from westonCoder/chamber-04-sound-queue-fix
fixed glados voiceline pause in chamber 04
2023-10-16 19:47:03 -06:00
westonCoder fc8d1a30db 65535->65536 2023-10-16 16:43:21 -05:00
westonCoder b6fd669eaa Fix Slider Interval Problem
- slider interval problem in #301 was caused by dividing 65536 by a number that it is not evenly divisible by.
- adjusting number of slider ticks did the trick

other old data problem in #301 still remains, but havent reproduced
2023-10-16 16:34:27 -05:00
westonCoder 5218d30ed1 adjust to be a delay to match up with end of sound 2023-10-16 16:04:57 -05:00
lambertjamesd 47c74b59e3
Merge pull request #309 from westonCoder/soundplay-fix
fixed a soundplayer function call that broke build
2023-10-16 14:56:21 -06:00
lambertjamesd 8ecb60dadc
Merge pull request #303 from westonCoder/portal-cover-height-fix
Fixes Portal Height
2023-10-16 14:54:07 -06:00
westonCoder 590b33b8ea fixed a soundplayer function call that broke build 2023-10-16 13:50:56 -05:00
westonCoder 2e5626b794 made all requested changes 2023-10-16 13:23:45 -05:00
westonCoder a578dcf5de added a wait for glados channel before portal 2023-10-16 13:05:48 -05:00
lambertjamesd 0e51a71b8b
Merge pull request #308 from westonCoder/energy-ball-timer-reset
Ball Resets Lifetime Through Portal
2023-10-16 11:45:59 -06:00
lambertjamesd d5919e9347
Merge pull request #307 from westonCoder/fizzler-fix
Fizzler is Anti-Portal
2023-10-16 11:45:35 -06:00
lambertjamesd f46c9920ff
Merge pull request #304 from westonCoder/elevator-voiceline-wait
Made Elevator to Wait for Voicelines to Move
2023-10-16 11:43:58 -06:00
westonCoder 2684637e2d Ball Resets Lifetime Through Portal
Fixes #305
2023-10-16 12:06:14 -05:00
westonCoder b3101c2de1 Fizzler is Anti-Portal
- simply added a check to see if an object has a COLLISION_LAYER_FIZZLER, if so it cant shoot a portal past.
2023-10-16 11:44:28 -05:00
westonCoder fcc7784288 fixed glados voiceline pause in chamber 04 2023-10-16 11:33:37 -05:00
westonCoder d5c8eee04d changed both variable names, and adjusted surrounding code 2023-10-16 11:20:50 -05:00
westonCoder 5effd3359a only wait for voicelines on elevators that leave the level. 2023-10-16 10:46:36 -05:00
lambertjamesd 0d90a3726f
Merge pull request #299 from westonCoder/audio-through-portals
Audio Now Travels Through Portals
2023-10-16 07:59:45 -06:00
lambertjamesd 945855ca24
Merge pull request #295 from westonCoder/portal-funneling
Added Portal Funneling
2023-10-16 07:58:53 -06:00
lambertjamesd 43b2cfac54
Merge pull request #293 from hackgrid/multi-audio-2
Implement modular multi-audio-language support.
2023-10-16 07:57:14 -06:00
westonCoder 90fe5d3564 updated the TODO lists in the README to reflect various recent changes. 2023-10-15 22:24:14 -05:00
westonCoder c128c84ed1 Made Elevator to Wait for Voicelines to Finish
- made elevator wait for voicelines to finish
- I made this the case on all levels because I watched the elevator sequences on all levels of a playthrough and it always seemed to wait.
2023-10-15 22:12:42 -05:00
westonCoder 08e51a44d9 Fixes Portal Height
- I am not really sure if this is the exact value you were going for with this, but 1.6 seems to match the collision to the top and bottom of the portal cutout.
- larger items like boxes seem to pass through much easier now.
- have not seen any negative side effect from this.
2023-10-15 17:18:31 -05:00
hackgrid f0903dc379
Update README.md 2023-10-15 14:16:40 +02:00
hackgrid 3a20dd284a Fix audio options sliders. 2023-10-15 13:44:41 +02:00
hackgrid 293854183d increase savefile header 2023-10-15 13:05:00 +02:00
hackgrid 87caebbeae fix typo 2023-10-15 13:04:40 +02:00