198,693 Commits over 4,140 Days - 2.00cph!

1 Year Ago
added ground ramp glue trim to storage warehouse.
1 Year Ago
more work on storage warehouse.
1 Year Ago
Added "Remove Hood" radial menu option
1 Year Ago
Cherrypick FirstPerson_Greybox scene from main/viewmodel_camera_anim_v2
1 Year Ago
Parent merge
1 Year Ago
▌▋▌▄▍ ▋▆▉▍ ▍▋▅▄▅▋▊▊▍▇_▌▌▍▆▌▊_▍▋▍
1 Year Ago
▇█▅▌█▍▌▄▌ ▉▍▇ ▇▊▄▄▆▆▇█ ▋▋ ▄█▉▇▍ ▇▄▊▅▇ ▋▋▄▄▄▆▄▅ ▍▊ ▋▇▆▋▍ ▉▌██▉ ▇▇▊ ▉▇▊▇▅ ▄█▄▆▇▊▊▊▊▍ ▍▄ ▆▅▉▄▍▋▅, ▌█▇ ▉▊▅▊ ▍▇▄█▋█▍▍ ▅█▊▉▍
1 Year Ago
Change remove handcuffs icon
1 Year Ago
Added radial menu option to unlock and return cuffs from a player
1 Year Ago
Remove now unused params
1 Year Ago
Merge from main
1 Year Ago
Additional restrained check
1 Year Ago
Fixed text formatting
1 Year Ago
Fixes, move the price multiplier UI element into it's own widget so we can just nest it into various vending UI's Add price multiplier to vending UI when clicking on a store on the map
1 Year Ago
Implemented a dynamic NPC vending price system based on sales in a rolling window -Prices are increased when an item is sold a certain amount of times in an in-game day (PriceIncreasePerSalesInterval and PriceIncreaseAmount control this behaviour, so if they were set to 3 and 0.1, for every 3 purchases of an item in a 24 hour window the price will increase 10%). The rolling window is configured via the IntervalHours convar and defaults to 24 -Prices are decreased if an item isn't sold for a certain amount of hours (PriceDecreaseInterval and PriceDecreaseAmount, so if they were set to 3 and 0.1, every three hours the price of the item will drop by 10%) Currently clamped between a 50% discount and a 300% price increase Currently only applies for purchases that are made using scrap as the currency Updated the in-person vending machine UI with a UI indicator displaying the current discount/surcharge, the dozen other places we show vending machine prices still need updating All time and discount values are currently using the examples provided above, they are just for testing and will be changed
1 Year Ago
Better asphalt wheel fx.
1 Year Ago
Don't allow sprint while in air (sprint is used along with ctrl for lean forward/back control in that situation instead)
1 Year Ago
Gauge setup.
1 Year Ago
Fix corrupted CodeGen lines in ConsoleSystem. Code gen seems to be broken on Aux2.
1 Year Ago
Merge Bikes -> Aux2
1 Year Ago
Merge from debugcamera_dof_save
1 Year Ago
Rename dof field in camera state to dofState so it doesn't try and load a float into the new struct type This will lose any pre saved dof distance in a camera state
1 Year Ago
Light setup.
1 Year Ago
Finished roadside bike spawn setup
1 Year Ago
Added pedal bike spawns at supermarket and warehouse. One each, 50% chance of bike vs. trike
1 Year Ago
Parent merge
1 Year Ago
Merge from main
1 Year Ago
Merge from debugcamera_dof_save
1 Year Ago
Save/load sales history
1 Year Ago
Fix train_tunnel_entrance_a having output prefab somehow unlinked?
1 Year Ago
Fix scene prefabs that don't support remapping having all their components stripped (train tunnels)
1 Year Ago
Merge from FrontierHazmat_cinematic
1 Year Ago
Parent merge
1 Year Ago
Handcuff anims + assets backup
1 Year Ago
Initial work on tracking the sales of each sell order in an NPC vending machine over a 24 hour period
1 Year Ago
Merge from PrisonerHood_Cinematic
1 Year Ago
Merge from main
1 Year Ago
Set up motorbike spawning at monuments - one each at gas station, sphere tank, water treatment. Randomly select normal or sidecar bike (50% chance of each). SpawnPointSpawnPopulation now supports having multiple options
1 Year Ago
Manifest
1 Year Ago
Merge from hackweek_crudegestures (with custom gesture wheel support)
1 Year Ago
Reapply animator changes
1 Year Ago
Merge from main (many conflicts, stomped local animator changes)
1 Year Ago
Codegen
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