255,326 Commits over 3,990 Days - 2.67cph!

2 Months Ago
Delete property sheet cya
2 Months Ago
Block tool uses control sheet Path tool uses control sheet
2 Months Ago
InputActionPanel uses input action proxy for now because we can't move the fucker
2 Months Ago
Project page uses control sheet
2 Months Ago
Delete RuntimeAddonPage, not used anymore?
2 Months Ago
Publish finalize page uses control sheet
2 Months Ago
Add FolderControlWidget Standalone review page uses control sheet
2 Months Ago
Package references uses control sheet
2 Months Ago
InputAction can't use control sheet yet, it exists sandbox.system and now it can't be moved from there to be exposed
2 Months Ago
Move input actions back to sandbox.system
2 Months Ago
Expose ControlModeSettings Supported Control Modes uses control sheet
2 Months Ago
Add CustomEditor for NamedEditor "keybind" InputActionPanel modal uses control sheet
2 Months Ago
Move InputAction and enums from sandbox.system to sandbox.engine so they can be exposed
2 Months Ago
CompilerPage uses control sheet
2 Months Ago
Get rid of property sheet usage in widget gallery
2 Months Ago
Shadergraph: Use control sheet for preview settings popup
2 Months Ago
OpenPropertySheet -> OpenControlSheet
2 Months Ago
Don't adapt ActionBasedSerializedProperty for this, create a ReflectionSerializedProperty instead
2 Months Ago
ActionBasedSerializedProperty can provide attributes Page scene view uses control sheets Page notifications uses control sheets
2 Months Ago
Set tooltips for static control sheet properties Page networking uses control sheets
2 Months Ago
Add ControlSheet.AddProperty for expression to easily add static properties Add code editor control widget delete preferences.build event Title current code editor so it can show up titled in settings Page general uses control sheets
2 Months Ago
Remove legacy loop
2 Months Ago
Leaderboard backup, run #16109
2 Months Ago
fix fear pain % music wip
2 Months Ago
Citizen/animgraph: fixed broken crouch states (oops)
2 Months Ago
Fixed NRE in code upgrader for HostSync in scenario where no sibling Sync is found
2 Months Ago
camera rotated offset grid line of sight minimap texture minimap rotation minimap hover gridpos minimap pixel flashing minimap frustum wip can move cam with minimap
2 Months Ago
Use custom mip filter that samples from neighbors for cubemapper https://i.imgur.com/nn23dRG.png
2 Months Ago
Manually marshal server list filters to fix crashing
2 Months Ago
More unused render pipeline Remove SceneSystemStats (snapshots for external debugger) Begin migrating CRenderingPipelineStandard to managed RenderPipeline with RenderLayer & ProceduralRenderLayer (w/ callback). Starting with depth prepass layer.
2 Months Ago
Upgrade to Steamworks 1.61 WIP due to server list crashing for some reason
2 Months Ago
Fixed item store lumberjack prototype pickaxe name
2 Months Ago
Fix gamemode settings being missing in main menu
2 Months Ago
Fix gamemode settings being missing in main menu
2 Months Ago
Added missing Model component to grenade.f1.entity (leading to missing skin in third person)
2 Months Ago
Stash shader before I re-write to use AABB Switch to using bboxes for slightly more accurate results, hi-z mip checks
2 Months Ago
Update Facepunch.ActionGraphs to 1.9 * Fix graph compilation times * Compiled graphs avoid allocations where possible * Compiled graph performance is now much closer to C# * Cleaner node definition API * Groundwork for new features #1667
2 Months Ago
merge from fix_dropbox_industrial_last_slot -> main
2 Months Ago
Fix industrial conveyor not pulling from the last dropbox slot
2 Months Ago
Fix parsing <see> with langword / href
2 Months Ago
merge from indirect instancing
2 Months Ago
Fixed unintended creation of material instances as well as unintended creation of command indexes when removing instances.
2 Months Ago
Give some hitbox depth bias to capsule collider gizmo
2 Months Ago
vending_stats_fixes_2 -> main
2 Months Ago
Fix undo for convert to prefab (#1730) We need to explicitly unset PrefabSource by calling BreakFromPrefab if __Prefab is not specified.
2 Months Ago
- Ensure 'Sold' is translated on single feed entries - Ensure 'Purchased on' is translated on the tooltip popup - Rebuilt phrases
2 Months Ago
Codegen
2 Months Ago
Flipped drone accessibility and see stats (makes more sense to the eye)
2 Months Ago
Update codegen exe (merged pooling -> optional field changes)
2 Months Ago
Update: Deprecation of Pool.FreeList API We now generate either Free call for classes (as they are IPooled) or FreeUnmanaged Update: Replacing Pool.FreeMemoryStream with FreeUnmanaged Update: Use Pool.Get<List<T>> instead of GetList<T> I'm deprecating Pool.GetList<T>, this updates the stale codegen. Merge branch 'master' into skip_optional_default_fields