130,050 Commits over 4,201 Days - 1.29cph!

1 Year Ago
per-sample fogging
1 Year Ago
Fixed halloween candies spawning inside cliffs When spawning we now check the terrain topology and run a simple raycast to reposition them if the topology is CLIFF or CLIFFSIDE
1 Year Ago
playerupdate. renamed the necessary exported player exported anims and clips for consistency and updated player animation contoller with swim new anims
1 Year Ago
main -> voice_chat_cctv
1 Year Ago
Add solar panels to a work queue
1 Year Ago
update to visuals prefab pivot (temporary)
1 Year Ago
updated ram hardware models to reflect latest concept changes
1 Year Ago
▅▋-▊█▅▆▆▄▋▄█ ▇▉█▌▉▍█ ▄▊▅ ▊▆▊█▅▇▊▉ ▌▅▆▊ █▆▅▉ ▄ ▊▌▉▇▊▅ █▆ ▄▇▆▉▄▇▍▉█ ██▄ ▍▍▌▊▉▌▌▆ ▋▅▅▊▍▌
1 Year Ago
Show the current shield health with the health/hunger/vitals Move the player vitals into a FlexLayout, remove a bunch of hardcoded layout code as a result
1 Year Ago
Fix two more dangling profiler samples in relationship manager caused by early outs
1 Year Ago
battering ram update to work in progress visuals
1 Year Ago
Added gibs to catapult. Changed catapult rust decals mat lookup.
1 Year Ago
Merge: from main Tests: none
1 Year Ago
Double clicking on a selection history entry now calls AssetDatabase.OpenAsset
1 Year Ago
wip repositioning and convar
1 Year Ago
Merge from halloween24
1 Year Ago
Also filter out murderers, scarecrows and zombies on the tutorial island
1 Year Ago
Don't allow halloween/xmas dungeons to spawn on the tutorial island
1 Year Ago
Fixed shields not getting properly initialised when using spawn.shielddummy command Added a damage mitigation factor to all shields, shields will absorb this percentage of damage and then pass the rest of the damage onto the player. This is applied after the Protection properties are applied, so we can still vary how different shield materials affect damage
1 Year Ago
Added IReceivePlayerTickListener. Forward received player ticks to any listeners. WildLifeHazards can define the button press for avoiding the hazard. WildiLifeHazards receive the player tick and check for valid input. Can now succesfully avoid hazards.
1 Year Ago
WildlifeHazard can now play a sound on trigger. Hook up placeholder hissing sound for Snake wildlife hazard.
1 Year Ago
Added SavingReactionTime to WildlifeHazard entities, along with a ReactionTimeMultiplayer server convar. Hazard effects are now triggered using this delay.
1 Year Ago
Merge from main
1 Year 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
1 Year Ago
Merge from halloween24
1 Year 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)
1 Year Ago
Cleanup Rename copy -> copybox so it doesn't overlap with client copy Rename load -> loadpaste to not overlap with other load commands
1 Year Ago
Setup reinforced wooden shield prefab
1 Year Ago
Add melee attack state on 3rd person animator Added admire to viewmodel animator Added override controllers for each shield viewmodel
1 Year Ago
Hook up deploy on 3rd person shield layer
1 Year Ago
▋▆█▅█▅
1 Year Ago
Tags applied to items prefabs
1 Year 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
1 Year Ago
Every item reserialized after adding era field & updating asset tags
1 Year Ago
Client compile fix
1 Year 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
1 Year 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
1 Year 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)
1 Year Ago
Remove QTE specific gameplay code. Rename functions.
1 Year Ago
Rename and refactor QTEEntity/SnakeQTEntity to WildlifeHazard/SnakeHazard. Rename entity prefabs. Manifest. Codegen.
1 Year Ago
Delete QTE folders and restructure.
1 Year Ago
Delete QTE related UI prefabs and code. Delete QTE related gesture setup.
1 Year Ago
Prevent crashes to do with removal of world entity (another method)
1 Year Ago
Merge from snakes
1 Year Ago
merge from Halloween24/ghost_sheet_fixes - fixed sheet exploding when mounting - other small config changes to help collision and mounting movement
1 Year Ago
adjusted some bc config values for max origin delta and collision cast directions
1 Year 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
1 Year Ago
setting length multiplier on ghost sheet BC controllers 1 across all states (stops exploding when mounting)
1 Year Ago
Fixed viewmodel renderers on non metal shields