201,238 Commits over 4,171 Days - 2.01cph!

10 Months Ago
Added SavingReactionTime to WildlifeHazard entities, along with a ReactionTimeMultiplayer server convar. Hazard effects are now triggered using this delay.
10 Months Ago
Merge from main
10 Months Ago
Tons of changes to support working outside of editor - code assumed only single instance per server - now store parameters per client in client convars - made client and server versions of each command - client commands send parameters to server version - added filtering for resources + foilage and npcs (default include everything) - fix point entities not being filtered out - split code into CLIENT and SERVER regions
10 Months Ago
Merge from halloween24
10 Months Ago
Split scarecrow and murderers into different prefabs to properly support the death screen and head bag systems Updated Scarecrow.Population and the halloween tunnel prefabs to add in the new prefab (weighted 75/25 scarecrow/murderer to match the previous behaviour)
10 Months Ago
Cleanup Rename copy -> copybox so it doesn't overlap with client copy Rename load -> loadpaste to not overlap with other load commands
10 Months Ago
Setup reinforced wooden shield prefab
10 Months Ago
Add melee attack state on 3rd person animator Added admire to viewmodel animator Added override controllers for each shield viewmodel
10 Months Ago
Hook up deploy on 3rd person shield layer
10 Months Ago
▋▆█▅█▅
10 Months Ago
Tags applied to items prefabs
10 Months Ago
Switch default era from None -> Unknown and add new "Any" era so we know what items are explicitly allowed in any era vs unassigned Add tags for era to item assets
10 Months Ago
Every item reserialized after adding era field & updating asset tags
10 Months Ago
Client compile fix
10 Months Ago
Improve item asset tags - `workbench0` - `workbench3` depending on crafting requirement - `craftable` for items that are craftable - {Category}Item for item category (WeaponItem, FunItem, etc) - `ItemDLC` for items that are dlc - `ItemRedirect` for items that are redirects of other items
10 Months Ago
Add era field for items (none, primitive, medieval, frontier & modern) - items default to "no era" - items in none will show up in all eras - items in lower eras will show up in higher eras - no eras assigned to items yet
10 Months Ago
WIP support for storing which NPC clothing loadout was active on a corpse, to support more accurate head bags and death screens when killing NPC's that change appearance via loadout (notably arctic scientists and scarecrows/murderers)
10 Months Ago
Remove QTE specific gameplay code. Rename functions.
10 Months Ago
Rename and refactor QTEEntity/SnakeQTEntity to WildlifeHazard/SnakeHazard. Rename entity prefabs. Manifest. Codegen.
10 Months Ago
Delete QTE folders and restructure.
10 Months Ago
Delete QTE related UI prefabs and code. Delete QTE related gesture setup.
10 Months Ago
Prevent crashes to do with removal of world entity (another method)
10 Months Ago
Merge from snakes
10 Months Ago
merge from Halloween24/ghost_sheet_fixes - fixed sheet exploding when mounting - other small config changes to help collision and mounting movement
10 Months Ago
adjusted some bc config values for max origin delta and collision cast directions
10 Months Ago
Iterate over Server Browser Last Played marker Also localize the string Disable 24BPP optimization for .png/jpeg loader This may or may not be causing issues for random players sometimes maybe?!?!?! when joining servers Delete -vpfix from studiomdl.exe Has unwanted sideeffects StudioMDL: Fix models with more than 65k vertices breaking up Merged some changes from CS:GO's studiomdl Add support for BONE_HAS_SAVEFRAME_ROT32 Fixed animations from newer mdl versions not playing in GMod Move default console position to the left a bit So it does not obstruct certain UI elements by default Fix "nav_blocked" event not being registered
10 Months Ago
setting length multiplier on ghost sheet BC controllers 1 across all states (stops exploding when mounting)
10 Months Ago
Fixed viewmodel renderers on non metal shields
10 Months Ago
▉▉▇▄▉ ▆▄▍▌▉█▅ ▄▍█▉▊▌ ▅▋▉▄▄██▌█ ▄▊▌ ▉▆▊ ▊▅▄▌▍▇▍ ▇▇█▍█▌▉▆ ▆▄▋▍▊▌▄█ █▌▊▋ ▌▍ ▇▍▍▅██▌▇ ▊ ▊█▆█▅ ▉▅▍▉▆▅▋ ▊▄▊▊▋▉ (▊▉▍ ▇▉ ▄▇▄ █▄▇▇▅█▌ ▇▄███▌ :▍)
10 Months Ago
▍▆▊▌▅ █▉█▊▅▋▇ ▇█▋▍▆▅ ▅▇█▋▍▅▇▅▉ █▇▄ ▆▍▆ ▊▋▄▄▆▅▇ ▉▅▌▌▍▍▆▆ ▅▌▊█▍▊▌▆ ▇▉▉▍ ▌▅ ▅▊▍▋▄▋▊▋ ▌ ▍▄▋▌▇ ▌▄▅▇▍▇▆ ██▋▄▉▋ (▉▊▉ ▋▅▉▇▄▆▍ ▆▌█▉█▄▊ █▅▌▉▇ ▆▇ ▅▄█▌▊▆▅ ▊▉▄ ▄▄▇▅▌▆█▇▊/▅▍██▋▌█▋▇ ▍▋▅▆▇▅▉)
10 Months Ago
Disable shield collider while the shield is on the players back
10 Months Ago
Compile fix
10 Months Ago
Added support for multiple record modes: FrameInterval or Manual. Automate timeline playback, start recording and then end recording after timeline has finished. OnComplete now triggers after playback has finished, so we correctly pop up the output folder etc. Can now specify an initial timeline playback start time.
10 Months Ago
Merge from main
10 Months Ago
Fix copy paste - now remaps every type of network id, fixing storage entities - fixed building ID not being reset for new pastes - refactored pasting code so it more closely resembles SaveRestore.Load() - fixed rotation of pastes not always working - save entities in order of network id so the pasting is more deterministic - removed saving of entity ids in pastes because it's not needed - change paste directory from EntityCopies -> copypaste
10 Months Ago
Merge from halloween24
10 Months Ago
HLOD now immediately resolves when the player finishes loading
10 Months Ago
removed the metal shield skin from rig then linked the v_shield to the weapon rootbone in the prefab.
10 Months Ago
Timeline playback/record initial test
10 Months Ago
Show the loading screen before teleporting the player rather than after, should fix players seeing the halloween/xmas dungeon as it loads in
10 Months Ago
battering ram fuel consumption
10 Months Ago
Show incorrect presses in red
10 Months Ago
10 Months Ago
fixed car lift collider box being offset in y/z
10 Months Ago
Incorrect key presses now reduce remaining time. QTE will now fail when running out of time. QTE timer loss is now configured on QTE entity.
10 Months Ago
10 Months Ago
fixed storage building large ceiling collider gap
10 Months Ago
Repair UI and gesturecollection prefabs after merge
10 Months Ago
Merge from main
10 Months Ago
Merge from QTE