134,319 Commits over 4,262 Days - 1.31cph!

11 Minutes Ago
merge from adventcalendar_effect_fix
12 Minutes Ago
Fixed another plane in the same effect
16 Minutes Ago
Added gibs for scrap box
17 Minutes Ago
merge from adventcalendar_effect_fix
17 Minutes Ago
Fixed open_advent fx collision plane layer, clients were able to walk on it, causing flyhack kicks
19 Minutes Ago
Added detail panel, can select tests to read their description and result message
24 Minutes Ago
Bugfix: TickMode 1 - add missing overrideOtherTriggers check Tests: none, trivial change
29 Minutes Ago
Ensure a turned off turret won't try to predict movement on the clientside
31 Minutes Ago
Run rotate at 10hz rather than 20hz. Run send aim direction at 10hz rather than 20hz. Run look for targets at 5hz rather than 10hz.
40 Minutes Ago
Update: remove dead vars and cache == null check Tests: none, trivial change
1 Hour Ago
fbx update salvaged hammer
1 Hour Ago
Salvaged Hammer Refresh models and textures
1 Hour Ago
Fix FreeImage format IDs
1 Hour Ago
Apply changes to CopyBoneMatrix from x86-64 Fix FreeImage format IDs
2 Hours Ago
Update: add paste_line <name> [count = 1] [offset = 1] - will spawn the clipboard in a line using player's facing with offset-sized spacing - also if pasting players, make sure they run their ForceTriggerUpdate - codegen Tests: spawned a 100 boats in a line
2 Hours Ago
▆▌▋▋▅▄▍▄▋ ▅▄▊ █▍▍▄▊▌▋▍█▉ ▅▄▍▌▋▌ ▉▌▄▉ ▄▌▉ ▆▌▊▉▅▋ ▊▇▍▉█
3 Hours Ago
Test key caching
4 Hours Ago
Cache all the data instead of parsing everything in OnGUI Some cleanup
5 Hours Ago
Rejigged exlosives box prefab (non-variant, split off matrix displays). Reran manifest.
5 Hours Ago
Test runner window automatically loads the last results after a test suite has finished
5 Hours Ago
Merge: from main
5 Hours Ago
Can run tests from the window
6 Hours Ago
Fixed negative scale warning on cannon gibs
Today
Remade scrap box prefab so not prefab variant. Renamed prefab to remove "wooden". Added scrap box LODs. Adjusted metal/gloss levels on scrap box. Updated manifest and localisation.
Today
▅▍▍▍▍█▌▉ █▆▅▉▍▍▄▆▇▅ ▄█▍▍ ▉▉▆ █▉▅▅▄ ▅█▅▅▅▅
Today
merge from indirect_instancing
Today
Keep Indirect Instancing disabled by default (until rare wrong object bug is fixed)
Today
rebase on main
Today
* Improve job scheduling to make leaving the job phase more robust through loading screens * Fix NRE when trying to remove instances before Indirect Instancing was initialised
Today
Add vertex density slider for terrain detail Fix grid position alignment issues with some cell sizes Editor recreates terrain buffers on inspector changes
main -> autoturret_improvements
Revert 140177 - needs more investigation
Today
Remove unused field
boat_ai_boxing_fix -> main
BoatAIInstruction uses nullables to get around the 1 allocation per queue add (thanks Daniel!)
main -> boat_ai_boxing_fix
notification_custom_link_support -> main
Allow external/internal arguments to be passed
Today
Merge from naval_update
Today
Fixed tutorial islands getting the wrong ID when loading a save
Today
First pass of test runner editor window, still wip
Can now create notifications with custom links
Today
Fix player collider not being the right size when waking up for a frame, caused incorrect triggers to be picked up by ForceUpdateTriggers This resulted in the player being affected by the TriggerPlayerForce attached to boat blocks when waking up, which happens when entering/exiting the deep sea
Today
Merge from boat_water_fx_optim
Today
Even more fx optimisations, move the blocks into a work queue and support breaking out mid processing if we take too long to avoid queue overruns Also added early returns for disabling fx (so fully occluded blocks are now effectively free) and bypassed the Angle calculation if a block is fully occluded
Today
scrap box - initial prefab setup, item created, placeholder icon created, updated localization, updated manifest, updated icon manifest.
Today
Collisionmeshdata error fix for Candy Cane, Ball, Present
Today
Fixed compile error due to mathlib differences
Today
Disable all unused FreeImage plugins Block fs_ convars from Lua Minor cleanups (whitespace) TTT: Remove usages of PANEL:SetDisabled * Also made "Confirm Death" button get disabled if pressed, like "Call Detective" does. Remove usages of Panel:GetDisabled for base game Disabled DMenuOption adjustments * Clicking disabled options no longer closes all menus * Disabled options no longer react to hover events (visually) Delete unused `showhitlocation` convar Micro optimizations for Matrix() & Entity:GetBoneMatrix Micro optimizations for some Vector stuff * Vector global, __div, __mul, Mul * Mostly caching GetType result Added Entity:CopyBoneMatrix Same as GetBoneMatrix, but instead or returning a new matrix, it copies the data to the matrix given in 3rd argument, which should be faster. Fixed WorkshopDL not mounting gamemode files Fixed Male Citizen player model mounts Added `screenspace_general_8tex` shader * This is the same as `screenspace_general`, but binds 8 texture samplers * This is an experiment in shader inheritance * material parameters: $TEXTURE4 - $TEXTURE7, $LINEARREAD_TEXTURE4 - $LINEARREAD_TEXTURE7 Entity:SetCollisionGroup allows HL2 collision groups Added COLLISION_GROUP_HL2_SPIT enum
Today
Fixed WorkshopDL not mounting gamemode files Fixed Male Citizen player model mounts Added `screenspace_general_8tex` shader * This is the same as `screenspace_general`, but binds 8 texture samplers * This is an experiment in shader inheritance * material parameters: $TEXTURE4 - $TEXTURE7, $LINEARREAD_TEXTURE4 - $LINEARREAD_TEXTURE7 Entity:SetCollisionGroup allows HL2 collision groups Added COLLISION_GROUP_HL2_SPIT enum