248,634 Commits over 3,928 Days - 2.64cph!

3 Months Ago
merge from wallpaper
3 Months Ago
Restored playground scene
3 Months Ago
Update gizmos
3 Months Ago
Add ISceneEditorSession.AddUndo
3 Months Ago
map updates
3 Months Ago
military_tunnel - gaps left around terrain holes
3 Months Ago
merge: from soundmodulator_leak Tests: Spawned and killed scientists in batches of 10. Previously I would get an NRE on 2nd batch, now doesn't happen after 6.
3 Months Ago
Adjusted the hardside wallpaper outside checks
3 Months Ago
Component.Serialize ignores ComponentFlags.NotSaved when cloning Undo system serializes game objects with cloning enabled
3 Months Ago
Bugfix: Don't update disabled sound players I haven't seen it happen, but it is possible that someone could add a SoundPlayer to the Manager's queue, retire it, and next frame Manager would try to update it triggering an NRE. Tests: spawned 10 scientists and killed them - no nres, audio was good
3 Months Ago
Bugfix: recycle sounds used by SoundPlayer when owner is returned to pool Tests: Killed 60 scientistnpc_patrol in batches of 10 - NRE didn't reproduce.
3 Months Ago
Use PackageManager to LoadAllGameResource from active packages instead of explicitly calling it everytime we need to after Package.MountAsync() Fixes Facepunch/sbox-issues#6206
3 Months Ago
world_update_2 -> radioactive_water
3 Months Ago
Include root namespace when creating new razor component
3 Months Ago
3 Months Ago
TerrainSplatRemove skips mountain topology to avoid messing with canyon splats
3 Months Ago
3 Months Ago
exported updated blunderbus 3p reload anim to match the viewmodel
3 Months Ago
Adjust bounds for circle charm
3 Months Ago
Charms testbed, swing script Added charms assets Update charms.scene
3 Months Ago
3 Months Ago
3 Months Ago
arctic research base
3 Months Ago
Better location for this
3 Months Ago
Fix error in OnChangePropertySet if the new value is null
3 Months Ago
Change most Menus to use ContextMenu so they get deleted when closed, instead of hanging around invisibly forever
3 Months Ago
Don't save game sessions when editing action graphs EditorScene.OpenScene: don't use game sessions Update Facepunch.ActionGraphs
3 Months Ago
Cleanup. Add test aoe_damage ability. Network selected ability (for when targeting) Separate overloads for different activation types For PlayerState selection process, check with Hero if we wanna override it. Implement selection of location or target for selected ability - find closest point on nav mesh when selecting a location for AoE stuff
3 Months Ago
▅█▊▋▆ ▄▊▉▅ ▋▆▉▇
3 Months Ago
edited blunderbus reload animation. the hammers now get cocked back.
3 Months Ago
Fix Menu.AboutToShow not getting called unless opening as a modal
3 Months Ago
Tweak node/actiongraph design
3 Months Ago
Beginnings of friends list UI
3 Months Ago
merge from main
3 Months Ago
Add link triggered test Add failing test involving dispatching link triggered with a ref struct Fix a couple of issues with ref struct types
3 Months Ago
3 Months Ago
merge from localization
3 Months Ago
Fixed instant camera world model LODs
3 Months Ago
Fixed store item category texts always showing as Clothing Skin
3 Months Ago
New stage
3 Months Ago
Disable DOF
3 Months Ago
-Fire Extinguisher LODs, Prefab and collision changes
3 Months Ago
Add placeholder audio to wolf attack and hit
3 Months Ago
Merge: from main Tests: none
3 Months Ago
RenderTarget.From throws an exception if the passed textures were not created as render targets. This then fixes crashes when you're trying to use these invalid RenderTargets. Fixes Facepunch/sbox-issues#6463
3 Months Ago
Fix not being able to move after closing sign drawing UI with chat open
3 Months Ago
Restored F7 report popup texts size again
3 Months Ago
Merge: from main Tests: built all modes, tried to repro 2 previous known bugs - didn't happen.
3 Months Ago
Frontiersman UI
3 Months Ago
Added AbilityType, IAbilityUser, BaseAbility and AbilityResource. Foundations for abilities/skills Add HealAbility and able to use abilities in slot by Q,W,E,R. Still need to do target / AoE ability (selection).