Commit graph

1157 commits

Author SHA1 Message Date
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
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
James Lambert 516b30b0b4 Only offset portal surface when trying decals are on the same surface 2023-11-26 21:20:11 -07:00
James Lambert 5c345c25d8 allow levels script to detect decals 2023-11-26 20:39:03 -07:00
James Lambert 0c7ec9a3cd Remove duplicate ceiling geometry 2023-11-26 20:14:58 -07:00
James Lambert 9c933eec9b Remove unused material 2023-11-25 20:40:27 -07:00
James Lambert 0698853e29 Use a better method for getting a random integer in a range 2023-11-25 20:01:40 -07:00
James Lambert 6da0f30719 Implement signage power on cutscene triggers 2023-11-25 15:34:48 -07:00
James Lambert 20e9beaa0f Implement triple sign state 2023-11-24 21:54:27 -07:00
James Lambert b8304fc8f4 Cleanup texture bleeding in signage 2023-11-24 20:37:17 -07:00
James Lambert dcfa895857 Prevent putting portals on the back of surfaces 2023-11-24 20:31:31 -07:00
James Lambert 792c02c565 fixup the clock a bit 2023-11-24 20:09:07 -07:00
James Lambert e0ee75e34c Fix sudden camera jump from looking down to looking up 2023-11-24 19:41:20 -07:00
James Lambert f43de9167b Remove unused sound flag 2023-11-24 19:10:50 -07:00
James Lambert 4d88e3d9bb Make radio quieter and dampen non voice sounds when glados is speaking 2023-11-24 19:09:35 -07:00
James Lambert 911c54e5fd Allow for more buttons to reload after death 2023-11-24 18:40:39 -07:00
Weston e0f4cc5645
Update bug_report.md
updated description slightly
2023-11-24 19:11:32 -06:00
Weston e3253867c4
Create severe_bug_report.md
added a new sever bug report for very bad bugs.
2023-11-24 19:10:01 -06:00
Weston c734ac4dfa
Update bug_report.md
capitalization.
2023-11-24 19:05:26 -06:00
Weston da48683e70
Create enhancement_report.md
added a new template for enhancements to the game.
2023-11-24 19:05:05 -06:00
Weston cffb47540c
Update bug_report.md
Fix bug report template to not have check boxes which was causing them to be marked as partially or fully completed. 

made all bug reports have the general bug label
2023-11-24 18:56:52 -06:00
lambertjamesd 3bd73383d5
Merge pull request #492 from Tiptup300/patch-1
code cleanup fixed typo decorObjectClenaup to decorObjectCleanup
2023-11-24 12:44:57 -07:00
Matthew Deweese dae52907a5
code cleanup - renamed decorObjectClenaup to decorObjectCleanup as declared in decor_object.c 2023-11-24 14:02:38 -05:00
James Lambert 7ea13d6c2b Have subtitle generation script fail loudly when it fails 2023-11-23 20:31:26 -07:00
James Lambert 189133c1fe Finish up credits screen 2023-11-22 15:38:02 -07:00
James Lambert 4844ee54ed Adjust credits menu 2023-11-22 10:14:18 -07:00
James Lambert b275813dcd Use liberation mono for credits font 2023-11-22 09:48:09 -07:00
James Lambert 4e0d2c5a87 Fix crash when loading credits screen 2023-11-22 09:23:39 -07:00