136,080 Commits over 4,444 Days - 1.28cph!

Rin
4 Months Ago
Tightened up horizontal and vertical embrasure colliders
4 Months Ago
- Culling toggle in editor - Fix issues with cell offsets - Fix grid offsets with negatives - Change dispatch thread size
4 Months Ago
Simplify kapok branch A from 4 colliders into a single mesh convex collider Will save 6-9 colliders per vine swinging tree in jungle biome
4 Months Ago
Capturable flag item/entity that you can pick up, move, drop Location is shown on the map
4 Months Ago
- Wire up new golf hole - Setup animator - Reset mechanics
4 Months Ago
Stripping out more useless stuff, adding in more needed stuff Shut down the tutorial server if the player disconnects for more than 5 seconds or finishes the tutorial
4 Months Ago
Added some new string and logistic network nodes Added zoom in the graph editor
4 Months Ago
Merge from 3p planner animation update
4 Months Ago
Animation fixes and code improvements
4 Months Ago
- Setup new golf idle pose - Bring back the arms when swinging - Club refinements + polish
4 Months Ago
Added a config panel for the dot matrix screen Fixed some recursion bugs when evaluating the graph Cleanup
4 Months Ago
added golf hole bucket thing
4 Months Ago
Golf Hole logic: - hole players can putt into - confetti on gettng the ball in
4 Months Ago
Craggy with hackweek junk on it
4 Months Ago
Manifest stuff
4 Months Ago
Codegen
4 Months Ago
Make trailer into it's own entity prefab, apply enough stuff that is now functions as a trailer that can be towed (similar to siege machines)
4 Months Ago
Make Trailer it's own entity class that inherits from BaseSiegeMachine
4 Months Ago
Add box collider to the shipping container ceiling for hackweek (instead of convex collider)
4 Months Ago
Fix leaks with CProceduralTexturePanel * This fixes color picker preview in particle editor breaking after a few uses Move CUtlVector::GrowVector error to memory grow functions Fixed single character folders not working for textures on Linux * This should fix missing textures on surf_quickie.bsp on Linux. Possibly other maps as well. Minor cleanups Fixed Global.EmitSound not firing EntityEmitSound
4 Months Ago
updated the anim clips of the door closer
4 Months Ago
Added dot matrix screen item, can display any string sent by a computer Planning to add a config panel to set the text and colors manually too
4 Months Ago
Implement STUDIOHDR_FLAGS_VERT_ANIM_FIXED_POINT_SCALE Fix potential crash issues with dropship Prevent `trace` concommand erroring with dropships Implement $pointsamplemagfilter Lets try static client scratch buffer Added support for V12 static prop lump (MC:V) Remove r_maxdlights convar * it's already at its max value Implement empty idle for pistol Scale lightmap pages to current map's needs Try to fix Linux compile error Apply lightmap with lightstyles fix from CS:GO * Seems to help a little on MC:V maps Minor cleanups Make game.GetMapVersion also return the BSP version Apply a tiny fix for dynamic lights (Light tool) for bumped lightmaps * This is the difference: https://files.facepunch.com/rubat/2026/February06-2318-JoyousQueenslandgrouper.mp4 Minor changes from CS:GO to do with float bumped lightmaps Apply same limitations of render.CapturePixels to render.Capture * Allow render.Capture on rendertargets
4 Months Ago
Various tundra/arctic biome edits and experiments.
4 Months Ago
Fixed all 3 NREs, finally have both UI panels appearing at once and only one of them is in the wrong position
4 Months Ago
Fixed print node only printing floats Different styling for exec connection lines
4 Months Ago
New items supporting data chips: Batteries - isCharging - chargeTimeLeft - capacity (0-1) - activeUsage - powerIn Door controller - doorHealth - doorOpen Electric furnace - isPowered - isSmelting
4 Months Ago
various pot plants and pot colour variants
4 Months Ago
Player head seed work
4 Months Ago
Data IO wires can parent to doors
4 Months Ago
added rock golfballs
4 Months Ago
InvokeMethod and GetData nodes now have dropdowns to select the connected device and method/field
4 Months Ago
layout and set dressing work on the apartment front yard continued
4 Months Ago
Got both panels in the same spot finally but still NREs and also its the wrong spot
4 Months Ago
Merge from main
4 Months Ago
Merge from 3p wallpaper animation update
4 Months Ago
Cleanup old door closer code, open/close anims basic setup
4 Months Ago
edited pivots of greybox golf clubs and exported test 3p chip swing anims
4 Months Ago
merge from LNY26
4 Months Ago
Removed one shot from the horse armor store images
4 Months Ago
Skin viewer takes priority over the image gallery when clicking items in the store/inventory
4 Months Ago
layout and set dressing work on the apartment front yard greybox mesh for apartment building sign S2P
4 Months Ago
First pass on tool to quickly equip held entities to player models for cinematics (Tools/Cinematic/Equip Weapon Tool)
4 Months Ago
silly horse mask world mdoel variant outline fix
4 Months Ago
Added simple player course blocks for mini golf
4 Months Ago
Include some needed scriptable objects Strip out deep sea, cargo ship and other expensive vehicles Show a loading screen while the tutorial server is booting
4 Months Ago
Fixed cook mission stage not working Fixed respawn stage not working
4 Months Ago
Merge from hackweek_local_tutorial/mesh_strip
4 Months Ago
Functional server bundles build process, allows us to get about 1/3 of the way through the tutorial with no show stoppers
4 Months Ago
- Swing club mechanics to power up/down shots - Add putter - Better idle head position values - Refactor swing data into a struct since we need to pass it to a few places - Add crappy trail renderer to the ball - Add crappy prediction trail (still needs tweaked)