131,523 Commits over 4,232 Days - 1.29cph!

56 Days Ago
Switched TimeToWipe to a syncvar, removed the network update and let the clients calculate their end of wipe weather lerp Deep sea wipe convar are replicated 1/2
56 Days Ago
merge from modding_ddraw_perms -> main
56 Days Ago
Fix compile error
56 Days Ago
Updated TTT TTT: Added optional translation parameters when adding radio sound names (Community Contribution) Try to work around infinite loops with WaterLevel() Refactor how Lua trace filters are loaded to remove code duplication HTML panel ConsoleMessage improvements * Make HTML.ConsoleMessage behavior match better that of DHTML * Added [Warn] [Error] [Debug] prefixes to console messages output by HTML panels (when appropriate) * DHTML no longer overrides console.log for CEF panels * Added HTML.ConsoleMessage severity argument - possible values are "log" "warn" "error" "debug" (chosen to match the JS functions that produce the event) Rename npc_tf2_ghost to nb_example, and move it to Sandbox (from base) Rename npc_tf2_ghost spawnmenu entry * (this is separate on purpose)
56 Days Ago
Fix admins not able to run ddraw commands locally - add `ddrawother` command to test server sending ddraw.text command to player
56 Days Ago
Bunch of parenting fixes. Disable triggers in edit mode. Cache once.
56 Days Ago
reduced opacity of chainsaw additive rumble animation
56 Days Ago
merge from main -> modding_ddraw_perms
56 Days Ago
Proper model for improvised_walkway_roof_tarp_300x600_a
56 Days Ago
Merge: from storetakeover_icons - Converts more store logic to use dynamic bundles, reducing ram usage Tests: took memory snapshot in stnadalone build for Store and Home pages
56 Days Ago
rpg incendiary ammunition model with lods, textures, material
56 Days Ago
merge from crosshair_customization
56 Days Ago
Make the code in the export popup selectable
56 Days Ago
Bugfix: UI_Store - preserve which tab was opened when UI_Store is closed Tests: navigated to and away from store in Editor
56 Days Ago
setting up minicrossbow 3p anims
56 Days Ago
Fix colourpicker enable bug, fix texture clear button
56 Days Ago
Clean: remove TODO that turned out unnecessary Tests: none, trivial change
56 Days Ago
Update: UI_StoreItemGrid - allow grid to initialize it's tiles multiple times in a row Tests: clicked between various tabs on the store in editor with bundle backend
56 Days Ago
Update: UI_StoreTakeover - Do not instantiate textures when loading from dynamic bundle Lets us avoid destroy calls, since dynamic bundle unloading destroys things automatically Tests: navigated to the store page in editor with bundle backend
56 Days Ago
Bugfix: ensure dynamic bundle tracks subscriber count accurately This was causing the bundle to not unload in the updated flow Tests: navigated to store in editor with bundle backend
56 Days Ago
wip floorpaper
56 Days Ago
Logo update for charity plushie 02
56 Days Ago
manifest
56 Days Ago
Finally! Working 360 degree avoidance (sixth attempt at avoidance, seems to be the final version!) Stop NPCs on the boat from being targetted as enemies (boat would drive around in circles trying to get close to a passenger) Fix Y values screwing up our targetting vector logic Obstacle system was transforming direction when it didnt need to
56 Days Ago
merge from main
56 Days Ago
Fix loading code not assigning navmesh wrapper to the ptr after creating it, fix null tiles not being handled properly
56 Days Ago
supplied collision mesh for triangle hull block, updated prefab collision scripts
56 Days Ago
Implemented code review feedback, including - Swap cancel & action button positions - Put Crosshair settings above Interaction in the UI settings - Fix code being uppercased in the text field when exporting - Various smaller cleanup bits
56 Days Ago
merge cherry_pick_iteration_speed to main
56 Days Ago
Cherry pick interation speed prefs
56 Days Ago
merge from meta_shit/loot
56 Days Ago
updated powerplant BP fragment spanw location, no longer dorps to floor s2p
56 Days Ago
Restored cargo ship deep sea avoidance following main merge
56 Days Ago
merge from naval_update/deep_sea
56 Days Ago
merge from naval_update
56 Days Ago
Obfuscation changes recommended by Rohan
56 Days Ago
Load balanced the deep sea spawning so it doesnt slow down the server
56 Days Ago
merge iteration_time_improvements to naval_update
56 Days Ago
Disable deep sea in playground
56 Days Ago
Add settings on Editor Preferences to speed up entering playmode
56 Days Ago
BBS fix
56 Days Ago
Fixed blunders in deep sea commands
56 Days Ago
Ensure a full 360 degrees of directions are generated
56 Days Ago
Add proper support for reversing - use the dot product to determine when behind Fix a bunch of incorrect vector space translations More debugging
56 Days Ago
merge from ui_animators_optims
56 Days Ago
Removed death screen animator optims, its causing issues and it doesnt have any significant impact
56 Days Ago
merge from main
56 Days Ago
Mannequin Mat
56 Days Ago
Added mannequin Male and Female
56 Days Ago
merge from naval_update