Commit graph

746 commits

Author SHA1 Message Date
Sam V
b82a06fee3 Point links to twhl-community 2024-01-15 15:18:47 +01:00
Sam V
03960126f8 Update changelog 2024-01-15 14:53:12 +01:00
Sam V
b569517456 Add list of contributors 2024-01-14 14:56:14 +01:00
Sam V
0502d95710 Reformat readme to use simpler Markdown formatting 2024-01-14 14:52:51 +01:00
Sam V
f37b24eadd Update full changelog, fix formatting 2024-01-11 20:12:37 +01:00
Sam V
1dd67a896f Fix third party libraries possibly not being linked to when building Linux server dll 2024-01-07 17:48:24 +01:00
Sam V
ab5735c1cf Implement Valve game directory detection check to prevent incorrect use of mod dlls 2024-01-06 22:52:17 +01:00
Sam V
00fb5c4708 Fix typo in Makefile 2023-12-13 21:03:25 +01:00
Sam V
6ed0e67000 Disable GCC optimization that prevents mod dlls from unloading after engine calls dlclose 2023-12-13 20:03:44 +01:00
Sam V
fae5e0180a Update build and install instructions 2023-11-13 17:45:35 +01:00
Sam V
19c6f94555 Update changelog 2023-11-12 19:56:32 +01:00
Sam V
81e2948e83 Update full changelog 2023-11-12 18:56:24 +01:00
Sam V
b9541fdef7 Update changelog 2023-11-12 15:02:09 +01:00
Sam V
d0f31f3200 Revert "Have clients select weapons by ID, rather than by name"
This reverts commit 20b66b95fa.
2023-11-12 14:29:03 +01:00
Sam V
9784339cbb Fix RPG laser turning on when reloading immediately after equipping the weapon 2023-11-08 16:48:44 +01:00
Sam V
7fbccedbd9 Fix drown damage not restoring health 2023-11-05 23:14:04 +01:00
Sam V
19d94e479a Add sv_load_all_maps & sv_stop_loading_all_maps to help automate node graph generation 2023-10-29 14:31:56 +01:00
Sam V
1261294189 Fix changelog not containing RC3 entry 2023-10-24 20:34:46 +02:00
Sam V
e306d7af9c Fix talk monsters resetting other talk monsters' dying schedule if they are both killed at the same time 2023-10-24 19:38:48 +02:00
Sam V
3c7d4ed35f Fix crash when +USEing NPCs that have just exited a scripted sequence 2023-10-14 14:56:02 +02:00
Sam V
ed5a9702fd Fix changelog text 2023-10-09 15:13:38 +02:00
Sam V
ff37029f14 Fix human grunts continuing to fire for a few seconds after killing the last enemy in an area 2023-10-09 15:13:05 +02:00
Sam V
3718cf2659 Fix player gaining health when drowning with god mode enabled and recovering health after surfacing 2023-10-09 15:08:30 +02:00
Sam V
7e1518a6ff Add link to issue to changelog 2023-10-04 16:25:11 +02:00
Sam V
3b1211546e Update changelog 2023-10-04 13:11:32 +02:00
Sam V
d5d96d3883 Fix save game system not saving arrays of EHANDLEs if the first half of the array contains null handles
Resolves SamVanheer/halflife-updated#224
2023-10-04 13:02:13 +02:00
Sam V
04f3d11b82 Update full changelog 2023-08-31 22:08:56 +02:00
Sam V
e3ee10f77d Properly fix mouse movement in main menu affecting in-game angles 2023-08-31 20:09:25 +02:00
Sam V
473e9eaef0 Prevent breakables from spawning multiple items when destroyed by gunfire and explosives at the same time 2023-08-31 12:31:40 +02:00
Sam V
73a71eeffc Fix Gauss gun dealing full damage when saving and loading right after starting a charged shot 2023-08-31 12:21:58 +02:00
Sam V
7f92526730 Update changelog 2023-08-31 12:03:52 +02:00
Sam V
e31795b6d5 Reset current history icon slot when resetting item history HUD
Resolves #223
2023-08-29 15:57:46 +02:00
Sam V
c5c234d521 Copy delta.lst when building client or server to ensure mods have correct delta.lst file
Resolves #218
2023-08-25 17:01:36 +02:00
Sam V
38fff996b0 Update changelog 2023-08-19 21:51:13 +02:00
Sam Vanheer
bebb2b40f8
Merge pull request #217 from Toodles2You/weaponselect
Have clients select weapons by ID, rather than by name
2023-08-19 21:49:11 +02:00
Justin
20b66b95fa Have clients select weapons by ID, rather than by name 2023-08-19 12:43:35 -07:00
Sam V
b20ff778d0 Update changelog 2023-08-18 21:05:04 +02:00
Sam Vanheer
183de9bf0d
Merge pull request #213 from Toodles2You/rpg
Fix RPG being flagged as unusable while a rocket is loaded
2023-08-18 20:27:07 +02:00
Justin
e3899ccccc Fix RPG being flagged as unusable while a rocket is loaded 2023-08-17 10:52:59 -07:00
Sam V
0285a6ed49 Remove now unnecessary workaround to stop mouse movement on the pause menu from changing in-game angles when unpausing 2023-08-15 16:35:40 +02:00
Sam V
2d35ca74a1 Fix mouse cursor being invisible in VGUI1 menus when raw input is enabled
Resolves SamVanheer/halflife-updated#211
2023-08-15 13:35:13 +02:00
Sam V
a1cf2d38bb Add cvar sv_allowbunnyhopping to control whether the bunny hopping limiter is enabled 2023-08-14 13:03:37 +02:00
Sam V
68bb362ffb Fix out of bounds access in studiomodel renderer bone setup code
ValveSoftware/halflife#3360
2023-08-12 19:02:14 +02:00
Sam V
9f5cd6106b Update readme to use same scope description as Unified SDK, clarify scope for some things 2023-08-12 16:46:26 +02:00
Sam V
7f5b2b742c Update changelog 2023-08-02 21:01:32 +02:00
Sam Vanheer
96ff7d7515
Merge pull request #209 from Toodles2You/grenade-animations
Fix hand grenade animations not playing correctly
2023-08-02 20:59:28 +02:00
Justin
2ee36b472f Properly set up hand grenade sequence 2023-07-31 18:02:18 -07:00
Sam V
d9e0a5a5d0 Change version number 2023-07-30 19:44:02 +02:00
Sam V
4dcf0f694a Update link to changelog 2023-07-29 11:44:51 +02:00
Sam V
0a5f8d4812 Update changelog & full changelog 2023-07-28 22:15:45 +02:00