Commit graph

885 commits

Author SHA1 Message Date
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 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
hackgrid 4e4bc572ba update .gitignore 2023-10-15 12:49:52 +02:00
hackgrid cb49619599 Order subtitles and audio languages lists alphabetically. 2023-10-15 12:42:55 +02:00
hackgrid 5995ef30a0 cut english->english lookup entries to save a bit RAM 2023-10-15 12:06:38 +02:00
hackgrid 178f73ff85
Adjust audio options margins a bit to fit everything 2023-10-15 11:54:33 +02:00
hackgrid 550c79dfb0
Update Makefile 2023-10-15 11:14:11 +02:00
hackgrid 340837b931
Merge branch 'master' into multi-audio-2 2023-10-15 11:03:14 +02:00
James Lambert e82418ca65 Add decor objects to observation in test chamber 07 2023-10-14 21:25:22 -06:00
James Lambert df276a563c Add observation decor to test chamber 06 2023-10-14 21:08:36 -06:00
James Lambert 4698987fd6 Add some details to test chamber 05 2023-10-14 19:38:05 -06:00
Weston 125197508e
Merge branch 'master' into audio-through-portals 2023-10-14 20:34:20 -05:00
lambertjamesd 219650dcd9
Merge pull request #287 from westonCoder/add-volume-sliders
Added in Volume Sliders And All Captions
2023-10-14 19:29:53 -06:00
westonCoder 64f1c52f71 removed sqrt and cleaned up useless comments 2023-10-14 20:19:10 -05:00
James Lambert d7842f9697 Add test chamber 05 observation room details 2023-10-14 18:38:35 -06:00
westonCoder 3b43017b03 Audio Now Travels Through Portals
- audio travels through portals now by updating the soundPlayerDetermine3DSound function
- basically instead of just checking distance to the sound producer, we also check sound->portal0+portal1->listener and sound->portal1+portal0->listener to see if any of them are a smaller distance.
- works pretty seamlessly

Fixes #115
2023-10-14 17:34:10 -05:00
James Lambert ea5665af0f observation room decor test chamber 04 2023-10-14 15:41:10 -06:00
James Lambert 8a5cca8e60 More room decor 2023-10-14 15:22:54 -06:00
westonCoder 88883bc34e adjusted the newline threshold for text down by 2 characters 2023-10-14 15:50:29 -05:00