Commit graph

1383 commits

Author SHA1 Message Date
James Lambert 7214c7c845 Add wide ledge for vertical portals to be able to stand hanging out of portal 2023-12-01 20:27:54 -07:00
James Lambert 0626a02920 Adjust gravity constant 2023-12-01 19:56:06 -07:00
James Lambert 051450fd1b Tweak some air movment values 2023-12-01 19:53:32 -07:00
James Lambert d64d54a9e7 Fix issue with portal not covering orange light decal 2023-12-01 19:53:32 -07:00
James Lambert 888dd96190 Include memory used when rendering performance 2023-12-01 19:53:32 -07:00
lambertjamesd 09ca3b5385
Merge pull request #522 from hackgrid/fix-level-numbering
Fix new game menu displaying yet unsolved chapters
2023-12-01 19:52:25 -07:00
lambertjamesd 5edf6f3ba3
Merge pull request #520 from rxhfcy/patch-4
Update README.md (fix thinko in the `which blender` command)
2023-11-30 19:26:41 -07:00
hackgrid df979f958f whitespaces and remove comments 2023-12-01 00:41:40 +01:00
hackgrid 4a7e95a1ba refactoring. remove unused function chapterFindForChamber. 2023-12-01 00:32:51 +01:00
hackgrid cd268b9bce fix 2023-12-01 00:19:38 +01:00
hackgrid 6ee86df06a refactor some stuff 2023-12-01 00:06:52 +01:00
hackgrid d98f371aee fix typo 2023-11-30 18:41:59 +01:00
hackgrid d238a0f7a5 rename level/chapters functions 2023-11-30 18:41:21 +01:00
rxhfcy c70879aa25
Update README.md (fix thinko in the which blender command) 2023-11-30 11:24:25 +02:00
lambertjamesd 3e1347aae9
Merge pull request #517 from Jgoodwin64/Jgoodwin64-UpdateReadme
Update README.md
2023-11-29 19:45:35 -07:00
lambertjamesd 3ad65aa22b
Merge pull request #516 from rxhfcy/patch-2
Update README.md (Remind the user that $(which blender) shows the pat…
2023-11-29 19:45:11 -07:00
lambertjamesd 897abb9e4e
Merge pull request #508 from hackgrid/fix-make-6
allow dynamic generation of subtitles
2023-11-29 19:44:52 -07:00
Joseph 091b4a1795
Update README.md 2023-11-29 17:30:34 -05:00
Joseph 055368627b
Update README.md
Re-Order apt update
2023-11-29 16:11:10 -05:00
hackgrid 4d851c314f
fix audio language sorting 2023-11-29 21:49:22 +01:00
hackgrid 9655bd29a7
fix text language sorting 2023-11-29 21:48:13 +01:00
Joseph 410f8a0f3f
Update README.md 2023-11-29 15:45:21 -05:00
Joseph 5af78d9715
Update README.md
Updated the readme, minor rephrasing.
2023-11-29 12:11:34 -05:00
rxhfcy 18ae97e75f
Update README.md (Remind the user that $(which blender) shows the path, use "/snap/bin/blender" as the example path + yet another reminder that the Blender version must be 3.6) 2023-11-29 18:31:04 +02:00
lambertjamesd 79a6218abf
Merge pull request #511 from rxhfcy/patch-3
Update README.md (update Blender installation command to install version 3.6)
2023-11-29 08:34:02 -07:00
Weston 3a5bb77d91
Merge pull request #513 from rxhfcy/patch-4
Update README.md (pipx works on 22.04)
2023-11-29 08:52:48 -06:00
Weston e3e563a976
Merge pull request #510 from rxhfcy/patch-2
Update README.md (add missing portal_*.txt files to "How to build")
2023-11-29 08:44:07 -06:00
Weston b74763d133
Merge pull request #514 from rxhfcy/patch-6
Update README.md (only Blender 3.6 works, e.g. 4.x doesn't)
2023-11-29 08:43:01 -06:00
rxhfcy a308d7da10
Update README.md (only Blender 3.6 works, e.g. 4.x doesn't)
I verified that only Blender 3.6.x works correctly: Blender 4.0.1 produced a corrupted Chell walking animation (and possibly other problems, didn't test further)
2023-11-29 16:18:08 +02:00
rxhfcy d017b8d449
Update README.md (pipx already worked in 22.04)
At least on my system, pipx already worked in 22.04 LTS, so probably no need to have different instructions for different Ubuntu versions?)
2023-11-29 14:12:09 +02:00
rxhfcy 126e9da480
Update README.md (update Blender installation command)
Since the instructions (and the name of the BLENDER_3_6 environment variable) specifically talk about LTS version 3.6.x, this command will probably be better than "sudo apt install blender" (which will install a random version, possibly not 3.6)

Command taken from here: https://snapcraft.io/blender -> "3.6lts/stable" from the upper right corner
2023-11-29 14:02:39 +02:00
rxhfcy 93737834ea
Update README.md: add missing portal_*.txt files to "How to build"
otherwise make complains about missing Portal/portal/resource/portal_*.txt:
#Exception: not found vpk/Portal/portal/resource/portal_english.txt
2023-11-29 13:47:21 +02:00
James Lambert 68c1eb4f5f Prefer win32 translations over x360 2023-11-28 21:33:30 -07:00
James Lambert 32f6972c80 filter out contacts when collision flags change to allow player to pass through door 2023-11-28 20:54:06 -07:00
James Lambert f117026287 fix portal gun flicker between levels 2023-11-28 20:50:23 -07:00
James Lambert dcce417b12 Make portal clear threshold bigger 2023-11-28 18:41:44 -07:00
James Lambert 93bdb4efba Make better use of z buffer when portals are small on the screen 2023-11-28 18:41:44 -07:00
hackgrid efb81034c2
don't require all supported subtitle language files 2023-11-28 21:31:26 +01:00
hackgrid 1997d612c2
allow dynamic generation of subtitles 2023-11-28 21:27:52 +01:00
lambertjamesd 84f2590564
Merge pull request #507 from hackgrid/fix-readme-5
update readme for building from Ubuntu 23.04 on
2023-11-28 12:52:33 -07:00
lambertjamesd 2389f8c11d
Merge pull request #506 from hackgrid/docker-1
upgrade docker image to Ubuntu 23.04 to fix build
2023-11-28 08:22:44 -07:00
hackgrid 1d6302a41d
update readme for building from Ubuntu 23.04 on 2023-11-28 10:56:26 +01:00
hackgrid efbc1fea76
add missing build options to Makefile.docker 2023-11-28 10:45:19 +01:00
hackgrid db67b00a9f
fix path of vpk for language builds 2023-11-28 10:44:10 +01:00
hackgrid 9b541a4b69
upgrade docker image to Ubuntu 23.04 to fix build 2023-11-28 09:10:12 +01:00
James Lambert 3d6db71f92 Have capsule minkowski sum work with non normalized vector #501 2023-11-27 22:34:51 -07:00
James Lambert c4a6ef375c Rewrite collision capsule 2023-11-27 21:57:22 -07:00
James Lambert 00cc732bd9 Save sign on state
Add cheat code for unlocking all levels
2023-11-27 20:09:02 -07:00
lambertjamesd bb9eefb73c
Merge pull request #502 from rxhfcy/patch-1
Update README.md
2023-11-27 08:09:02 -07:00
rxhfcy 444c57940a
Update README.md
Update YouTube channel URL
2023-11-27 09:09:33 +02:00