Commit graph

724 commits

Author SHA1 Message Date
hackgrid 3991559e0f
change joystick string in options 2023-11-13 11:05:18 +01:00
James Lambert 803d30baba Rebuild font to include missing characters 2023-11-12 21:58:13 -07:00
James Lambert 5d77f1e4aa Wrap control mapping options if they get too long 2023-11-12 20:49:46 -07:00
James Lambert 2b42c902b4 Fix rounding issues with continuous sliders 2023-11-12 20:21:23 -07:00
hackgrid b1a03c4512
Merge branch 'master' into translate-hints 2023-11-13 00:18:19 +01:00
hackgrid 619108ae6f
use new font renderer for prompts 2023-11-13 00:12:11 +01:00
James Lambert 0c678d15c0 Fix issue where menu changes when binding controls 2023-11-12 15:12:13 -07:00
hackgrid c4046a2d1a
fixup 2023-11-12 19:07:08 +01:00
hackgrid dd20478191
use hints translations 2023-11-12 18:50:17 +01:00
hackgrid 5d94cee11c
fix audio language position 2023-11-12 18:09:32 +01:00
hackgrid 3c2f6fe4e8
fix menu slider sounds 2023-11-12 17:44:26 +01:00
hackgrid 47ac5c663f
fix typo 2023-11-12 17:27:49 +01:00
James Lambert 5d29af1321 Get gamepad menu ready for translations 2023-11-11 15:35:13 -07:00
James Lambert 8c1e7d535c Remove duplicate settings
relayout audio options
add translations support for gameplay options
2023-11-11 14:42:53 -07:00
James Lambert dd05a3897e build out video options tab 2023-11-11 14:08:19 -07:00
lambertjamesd 438e45895a
Merge pull request #414 from hackgrid/fix-sound-mapping
translation mapping for all sounds (fix #405)
2023-11-11 11:38:36 -07:00
James Lambert 335bde9482 Translate use defaults button 2023-11-11 10:12:27 -07:00
hackgrid 92ef7a74dc
translation mapping for all sounds (fix #405) 2023-11-11 11:29:52 +01:00
James Lambert 950006fdce Add back msic label 2023-11-10 13:33:43 -07:00
James Lambert 9d07965582 translate controls menu 2023-11-09 21:42:50 -07:00
James Lambert 44ab1ddfcd Actually fix shooting portal after unpausing bug 2023-11-08 22:10:47 -07:00
James Lambert 7a37be91c9 Translate load and save game menu 2023-11-08 21:49:27 -07:00
James Lambert 60a0e39d1d Add translations for new game menu 2023-11-07 22:10:41 -07:00
James Lambert bd1df01ef9 Prevent firing portal gun when exiting pause menu 2023-11-07 20:30:48 -07:00
James Lambert 820e2e274d Allow sliders to be controller with A button and d pad 2023-11-07 20:18:32 -07:00
James Lambert 7e42aa1746 Dont check culling recursively if node is entirely inside view 2023-11-07 19:56:25 -07:00
James Lambert 1b3c1c9aa4 Translate most of the option tabs 2023-11-06 22:02:38 -07:00
James Lambert b3674c6845 Allow tabs to grow wider than the screen 2023-11-06 21:37:03 -07:00
James Lambert eeb0bf572d Fix some audio settings text problems 2023-11-05 20:46:28 -07:00
James Lambert 00bdc90861 Finish up audio options using the menu builder 2023-11-05 08:48:58 -07:00
James Lambert 9ec21b9c1a Start migrating audio options to use a menu builder 2023-11-04 22:52:25 -06:00
lambertjamesd 12a236de5c
Merge pull request #403 from hackgrid/skip-intro
allow to skip the valve intro with start button
2023-11-04 09:21:50 -06:00
James Lambert e5a43889cf Fix crash on intro 2023-11-04 09:20:33 -06:00
hackgrid 81ae9a5608
allow to skip intro with start button 2023-11-04 11:26:18 +01:00
James Lambert bab60422bf Add some translations to the audio menu 2023-11-03 22:15:01 -06:00
James Lambert 7e66019aa7 Fix language switching 2023-11-03 20:37:25 -06:00
James Lambert 94f9622861 Add main menu translations 2023-11-02 21:56:36 -06:00
James Lambert 3ee77ffc71 Added cheat to unlock portal gun 2023-11-02 19:03:51 -06:00
James Lambert 6367c299ab Simplify look forward and look backward logic and allow their use when looking straight up or down 2023-11-02 18:35:03 -06:00
James Lambert c1e47eda0e jump animation 2023-11-02 18:13:55 -06:00
James Lambert eaf12bbad9 Switch over to rendering from bvh index 2023-11-01 20:28:26 -06:00
James Lambert 1d7f990db8 Get bvh building kinda working 2023-11-01 20:28:26 -06:00
James Lambert fdc52abbdf work on static BVH 2023-11-01 20:28:26 -06:00
westonCoder 963d0fee09 made numPortalsPassed part of raycast struct 2023-10-31 15:17:32 -05:00
westonCoder 4bacaa9607 Player can hold objects through portals recursively
- fixed a bug where security camera was not updating its PLAYER_STANDING flag
- added a new parameter numPortalsPassed to collisionSceneRaycast to indicate how many portals the raycast went through, if any
- altered all player code involving the grabbingThroughPortal variable
- grabbingThroughPortal is now: 0 if not grabbing through portal, >0 if grabbing through portal 0, <0 if grabbing through portal 1.
- objects are dropped when they are being held through a portal and the player no longer has line of sight to them.
2023-10-31 13:21:49 -05:00
westonCoder 1b1b564c03 Fixes getting stuck infinitly falling
- if you put your self in an infinite fall and had portal funneling enabled you would be stuck there
- this change allows the player to get out of that if they are moving in x or y dir.
2023-10-30 19:08:28 -05:00
lambertjamesd 2de7b2cdb3
Merge pull request #389 from hackgrid/hide-empty-subtitles
don't render empty subtitles
2023-10-30 08:37:05 -06:00
hackgrid 85fe99db91
fix condition 2023-10-30 12:22:24 +01:00
hackgrid ec80a3b315
don't render empty subtitles 2023-10-29 14:28:49 +01:00
hackgrid 0e644e66eb
make languages sliders bigger and fix last value selection 2023-10-29 13:57:32 +01:00