144,658 Commits over 4,413 Days - 1.37cph!

5 Minutes Ago
- PoolGameController (all game logic: turns, win conditions etc) - Cleanup overal - Shooting logic (not connected yet) - Wire into PoolTable
13 Minutes Ago
▊ ▉▅▍▌▍ ▄▋▌▄ ▆▄▉▆▉▌█▆▌▋▌▅▍▇▊▆▉▇▉
15 Minutes Ago
▅ ▆█▋▇▅ ▉▆▋▊ ▉▆▌▋▌▆▍▊▌▇▋▍▋▍▉▊▋▋▆
15 Minutes Ago
▊ ▍▋▉▍▆ ▅▋▉▇ ▌█▅▆▅▉▉▍▌▍▊▊▉▊█
16 Minutes Ago
▄ ▊▄▇█ ▇▊▆█ ▍▄▊█▊█ ▍▅▇▋▉ ██▇▆▇▇▍█▋▍ █▊▉▊ ▄▋ ▊▌▋ ▊▄▆▅▊▇ █▌▅▊ ██▇▇▉▄▊▆ ▋▍ ▅▇▅ ▉███ ▅▌▊▋▇▇▊ ▅▉▆ ▇▊▍▍█▌▌▆▉ ▅▇▍ ▉██▌ ▌▊▆▌▋▊
54 Minutes Ago
Merge from missionobjective_findentities_optim
55 Minutes Ago
Fix MissionObjective_KillEntity missing set initialized flag Fix MissionObjective_KillEntity showing both standard mission marker and ping marker together when pings are enabled Fix WorldPositionGenerator potentially throwing a NRE in editor
1 Hour Ago
Fix HLMV/HLFaceposer crashing due to modern control styles * Apparently windows API bug where GetClassInfoExA returns garbage? Minor cleanup Fixed StudioMDL crashing More compile warning fixes
1 Hour Ago
Cleanup
1 Hour Ago
Fix HLMV/HLFaceposer crashing due to modern control styles * Apparently windows API bug where GetClassInfoExA returns garbage? Minor cleanup Fixed StudioMDL crashing More compile warning fixes Merge DetailObjectSystem fixes from TF2 SDK for 64bit
1 Hour Ago
Remove turn animations from AK, seems to break stuff even tho they aren't used
1 Hour Ago
updated the building topology and added a collider for tree guards
1 Hour Ago
Clean(tests): same for UpdateNetGroup Tests: ran unit tests
1 Hour Ago
Updated models and prefabs of swimwear 1 and 2. fixed clipping issues.
1 Hour Ago
Clean(tests): same for MovePlayer Tests: ran unit tests
1 Hour Ago
Push up temp animations and angles for turn in place, maybe they can be used as reference
1 Hour Ago
Add secondary motion/foot scatter, re-format fields
1 Hour Ago
Clean(tests): UpdateSubs injectLastVis default to true now Tests: ran unit tests
2 Hours Ago
Ceiling lights just use the HasPower flag instead of On
2 Hours Ago
Bugfix(tests): sae for TestNew_KillSleeperAndReconnect Tests: ran all ServerOcclusionGroupTests - they pass
2 Hours Ago
Bugfix(tests): same fix for TestNew_KillSleeperAndReconnect Tests: ran TestNew_KillSleeperAndReconnect
2 Hours Ago
Train tunnel light fixture material fixes.
2 Hours Ago
fixed wrong conditional
2 Hours Ago
Bugfix(tests): properly setup player's last visibility state in TestNew_Reconnect Tests: ran unit test - it passes
2 Hours Ago
merge from reset_groups_command
2 Hours Ago
Turn in place IK subsystem, turns the player's lower body towards where they're facing rather than just sliding the feet - still kinda robotic.
2 Hours Ago
Bugfix: NetworkVisibilityGrid.IsVisibleFrom no longer reports visibility between hardcoded groups Failed unit tests by making Limbo group visible from main grid cell Tests: ran TestNew_MoveOther, no longer fails
2 Hours Ago
merge from mortar_prototype
2 Hours Ago
moved SendBufferedFlagChanges outside of circuit loop
2 Hours Ago
Improve mortar uneven ground placement error
2 Hours Ago
merge from main
3 Hours Ago
Updating fpbconfig json with details for azure artifact signing
3 Hours Ago
Fixed broken fixtures.
3 Hours Ago
More io entities using the new flag update Auto turret is not sending full network update when turned on or off
3 Hours Ago
using HasSubscribers method instead of manual check
3 Hours Ago
Id and NRE fixes
3 Hours Ago
- Spawn player mountable when interacting with the table - Spawn pool cue viewmodel - Setup basic game detection (cue ball, eight ball etc)
3 Hours Ago
Bugfix(tests): fix incorrect setup of TestNew_KillSleeper We weren't injecting lastSeen records for other subscribers, which tripped up assertions Tests: ran unit test
4 Hours Ago
adding art for tree_guard_fences, prefabs some splat repaint to fit the ground below trees
4 Hours Ago
FakePlayer tweaks
4 Hours Ago
Added a basic GamePhysics.Trace depth culling test for non-instanced texts https://files.facepunch.com/raul/1b1411b1/14_13-33-LooseImperialeagle.mp4
4 Hours Ago
skip sending batched packets to groups with no subscribers
4 Hours Ago
SimpleLight sends on/off flags through batched system
4 Hours Ago
added BatchedEntityFlags packet type - allows IOCircuitSystem to buffer entity flag changes from IOEntities and send batched packets instead of per-entity packets - test setup with 2000 lights goes from 26ms to <2ms on the server
4 Hours Ago
Forgot Circuit.cs
4 Hours Ago
Split the circuit dirty flag into two: Dirty and NeedsRebuild so setting a circuit dirty doesnt trigger a rebuild every time Added rebuild timings
4 Hours Ago
Add spawn.reset_groups - just clears then fills all spawn groups, useful for spawn point testing
5 Hours Ago
FakePlayer improvements + Test fixes
5 Hours Ago
Moved the tick to every frame Added timings command to debug circuit perf
5 Hours Ago
Codegen