128,858 Commits over 4,201 Days - 1.28cph!

12 Months Ago
merge from main
12 Months Ago
Optim: Preserialize the tree grid before sending to the player - Added ClientRPC overload that accepts a MemoryStream to support above - Early out of the tree streaming logic if no players are in the streaming queue Local test on 4.5k Proc world showed that it took ~1m to stream entire world for 1 player instead of previous 3.5m Tests: minimal, booted procgen map in CLIENT+SERVER local session, waited until everything streamed in
12 Months Ago
Merge from relationship_manager_dangling_profiler_sample_fix
12 Months Ago
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 Prevent crashes to do with removal of world entity (another method)
12 Months Ago
Adjust how we disable self-unblocking for Lua-blocked navmeshes Adds NAV_MESH_BLOCKED_LUA Navmesh auto-blocking checks now run on map start/cleanup Makes certain code that was meant to run on map cleanup to actually run now. Also updates blocked status of nav areas on map load TTT: fix ragdoll not being created if ttt_dyingshot is on Community contribution FF & NeoTokyo spawnpoints + Map Category (Community Contribution) Rework how spawnpoint entities are added in base gamemode One file now, not 25 duplicated files. Minor code cleanups Linux: Do not ExecuteToPriority if there are no jobs This addresses slowdowns on Linux (srcds?) to do with the filesystem garrysmod-issues/issues/5932 +1 the month in the server browser last played Iterate over Server Browser Last Played marker Also localize the string
12 Months Ago
█▆▄▄▉ ▋▊▄▅ █▇▋▌
12 Months Ago
Refactor wolf fsm to be easier to maintain and extend
12 Months Ago
add configurable offsets for coverage and instability noise gen
12 Months Ago
per-sample fogging
12 Months 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
12 Months 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.