125,637 Commits over 4,171 Days - 1.26cph!

1 Year Ago
Fix the check "is scene in asset bundles" not working outside of editor - added method to check if any asset is at path in filesystem
1 Year Ago
Test map loop edit
1 Year Ago
Test map loop
1 Year Ago
merge from main -> monument_scenes
1 Year Ago
merge from qol_give_improvements -> main
1 Year Ago
Adding --silent onto a give command will stop telling you picked up the item - still broadcasts to the server when an item is given
1 Year Ago
Do not precache particle materials on the server (game.AddParticles) Allows particle materials to reach 0 refcount on disconnect from singleplayer, and also makes no sense to precache particle materials serverside anyway. Show "Unknown Addon #X" as invalid in addons menu So there's no confusion why they don't appear in-game. Make sure to restore gamemode on server disconnect to what it was file.Remove returns success Potential fix for a sound DSP crash Prevent NPCs complaining about sequence -1 This could happen when a combine solider has no gun and tries to chase the player. Fixed NPCs complaining about bone access on death HL2 model changes * Moved stalker model to overrides/, next to other override models * Include EP2 combine mine model, so its skins appear on that EP2 map * Include EP1 ceiling turret model so it functions correctly when dry firing Fixed "skill" no doing anything for HL2 content Also enable Alyx darkness mode Correct AIClassText for some CLASS_ enums Also block "skill" from being modified by Lua ( game.SetSkillLevel exists) Disable .sw.vtx generation in studiomdl.exe Also made the program work out of the box without specifying `-nop4`. Minor changes Fix NPC death poses (Thanks MapBase) garrysmod-issues/issues/5361 Enabled a bunch more episodic behaviors Most of it is locked away behind hl2_episodic, most of it is relating to Alyx Darkness mode stuff
1 Year Ago
Fix `clearinventory` not running ItemManager.DoRemoves() causing items to not always go to correct spot Add ability to specify target container & slot when using `give` command - give {item} {amount} {condition} {skin} {container} {slot} Add some descriptions to give commands
1 Year Ago
▆▉▉▋ █▌▄█▄▇ ▊▍▉▋▇▊█▆ ▇▍ ▆▇ ▄▊▊▊▌▇█
1 Year Ago
- ▅▄▅▆▉▅ ▅█▌▊▅█ ▅▊▍█▉ ▄▇▆▄▌▋▍█ ▇▅▅▌ ▌▆ ▄█▍▉▍▊█ > ▉ ▊▍▇▍▄▋█ - ▄█▋▋▍▊ ▇▉▄▇▆▅▌ ▅▍▍▉▍ █▄▍▆▅ - ▄▌ ▄█▊ ▆▊▌▊▅▍ ▇▋ █▄▌ ▉▋-▌▌▅▊ █▊█ ▊▍▌▄▊ ▊█▌▇▊▍▌▅ ▊▆ ▇ ▉▉▍▍▌▆ ▉█▅▌▇▅█ ▍▇ ▇█▄▍▇▌ ▌▍█▉▉▇▋▅▍█▅▊█▊, ▄█▋▉ █▇▇▌ ▌▇▇▇ ▇▆▊ █▅▊▌▉▋ ▊█▇▇▌▌▇▅ █▅█▍▇ ▇▌▋█ ▉▍ ▉▍▅▅ ▅▅▄ █▉▉ ▆█▌▍▌█ ▍▇▆▉▉▄▋ █▅ ▍█▄▍▋▊▊▅
1 Year Ago
Fix `monument_scenes` convar not applying to remapping paths after previous commits Don't remap to scene spawner if the scene doesn't exist in asset bundles Allow editor to control whether it uses monument_scenes when doing map generation with `monument_scene_generation` convar
1 Year Ago
Rename
1 Year Ago
Added BreaksRestraint to DamageTypeEx Ignore cold, bleed etc damage for unlock minigame reset.
1 Year Ago
codegen
1 Year Ago
Added and Setup Vintage Bedside Table Prop Prefab
1 Year Ago
skinned combined truck, applied correct materials, set up first pass on blended materials, added to main prefab (bones need assigning)
1 Year Ago
Added 'triggerevent' server command to trigger any event by name (airdrop, cargo, patrol heli etc) Also added 'killallevents' to instantly kill any ongoing event
1 Year Ago
added base trim for storage warehouse.
1 Year Ago
more work on radtown storage warehouse
1 Year Ago
Further hood tweaks
1 Year Ago
Hood wearable mask tweaks
1 Year Ago
merge from build_leave_bundles_symlink -> main
1 Year Ago
Added a way to override force show on UIBlackoutOverlay. Added prison hood UI script, overring force show when the player is dead. Updated UI prefab.
1 Year Ago
LOD0 progress backup
1 Year Ago
Updated rig so wheels rotate in the z axis
1 Year Ago
Added extra hours method to wipe timer
1 Year Ago
Don't spawn travelling vendor if Bradley is on the road - preemptively prevents any issues with Bradley pathing
1 Year Ago
Removed unused retro TC localization tokens
1 Year Ago
Debug camera can now save any depth of field aper, blur, squeeze and barrel values
1 Year Ago
Pressing R to reset debug cam now reset roll immediately regardless of any camlerp value
1 Year Ago
merge from spawnview_command
1 Year Ago
Added 'spawnview' command to spawn entity at the position and orientation of the camera
1 Year Ago
reverted to the og material for house trims
1 Year Ago
merge from snow_effects_roll_back_and_meshLOD_conversion
1 Year Ago
merge from hood_and_cuffs
1 Year Ago
Merge from main
1 Year Ago
Another gesture list update
1 Year Ago
Redo animator changes
1 Year Ago
Fixed changed crane colour in junkyard, S2P
1 Year Ago
1 Year Ago
Gesture list update
1 Year Ago
First pass on a rock paper scissors gesture game Player 1 starts the gesture and waits for someone to join by interacting with them Both players then get a UI prompt to pick a hand Result is communicated via toast for now as there are no animations Bots will pick a random option after 2 seconds and print what they selected in the server log for testing
1 Year Ago
Added killpushbikes and killmotorbikes convars
1 Year Ago
Fix helicopters sleeping at the apex of a bounce
1 Year Ago
Don't allow passenger to access fuel when bike is on
1 Year Ago
Fixed motorbike fuel interaction
1 Year Ago
Switch the fuel gauge emissive on/off too
1 Year Ago
Set up motorbike headlight
1 Year Ago
WIP lighting & related files.
1 Year Ago
Merge from custom_wheel