126,406 Commits over 4,171 Days - 1.26cph!

5 Minutes Ago
merge from modding_community_merges -> main
6 Minutes Ago
Fix compile errors again
22 Minutes Ago
merge from modding_cui_merges -> main
22 Minutes Ago
Fix incorrect codegen (I tested for compile errors before merging but ok)
23 Minutes Ago
merge from crosshair_customization
24 Minutes Ago
Fix import popup not being centered
32 Minutes Ago
Fixed sleeping players above-ground being killed by train tunnel PuzzleReset volumes by applying "Ignore Above Ground Players" bool to more prefabs. Prefabs changed: - corridor_straight_a_18m - corridor_straight_a_36m - corridor_straight_a_72m - train_tunnel_double_stop_a - train_tunnel_double_straight_a
40 Minutes Ago
merge from modding_cui_merges -> main
40 Minutes Ago
Add BasePlayer to front of `DragRPC()` and `DropRPC()` modded server hook methods
49 Minutes Ago
merge from modding_cui_merges -> main
52 Minutes Ago
Expose ability to set scroll view normalized position - horizontalNormalizedPosition - verticalNormalizedPosition
58 Minutes Ago
Only allow spaces between padding to follow with how Vector2Ex.Parse() works
1 Hour Ago
Merge layout group PR #75
1 Hour Ago
Allow the other way around and let any graphic object declare itself as the placeholder - a Text object sent after an InputField can define `placeholderParentId` with the ID of the input field to make itself the placeholder without having to ensure the child text is sent before the input field Rename placeholder -> placeholderId
1 Hour Ago
Add support for input fields to assign a placeholder graphic manually - up to the server to ensure they send the placeholder text (or image?) before the input field is sent (can be same RPC, needs to be ordered correctly or will print warnings)
1 Hour Ago
Update from github repo
1 Hour Ago
Ignore debug.invis admins when checking PuzzleReset (contains compile errors from /main)
1 Hour Ago
merge from /meta_shift/loot
2 Hours Ago
Players no longer spawn river side - resolves spawning inside rivers on all known problematic seeds+worldsize
2 Hours Ago
updated shore_crate to match player spawn locations
2 Hours Ago
▋▇█▋▆█▉▇ ▅▇▅▇▍█▍ ▉▋▇▉▆▋
2 Hours Ago
Combine duplicate HTTP headers with a comma Added Panel.SetTextHidden
2 Hours Ago
▋▋▄ ▇▇▋ ▊▇▌▉▋▋▉ ▇▉▆▍▅█ █▉█▇▆▍▉▋▅ ▍▅▌ █▅█▌▇▄▇▉
2 Hours Ago
Add `debug.print_topologies` command to print out which topologies are present at the location of the player
3 Hours Ago
Exception logging change
3 Hours Ago
scientist_boat_ai -> naval_update
3 Hours Ago
Add 'effectquality' convar to set the mipmap override level for the "Effects" mipmap group - add simple wrapper for all mipmap groups
3 Hours Ago
Apply shelf 11387 for Flavien
3 Hours Ago
Assign all textures in the effects folder to the "Effects" mipmap group and enable texture streaming
3 Hours Ago
Add mipmap group for effects
3 Hours Ago
Time slice tile rebuilding that happens on main thread
3 Hours Ago
Remove logs Add back avoidance
3 Hours 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 2/? (plastic being plastic)
3 Hours 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
3 Hours Ago
merge from modding_ddraw_perms -> main
3 Hours Ago
Fix compile error
3 Hours 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)
3 Hours Ago
Fix admins not able to run ddraw commands locally - add `ddrawother` command to test server sending ddraw.text command to player
4 Hours Ago
Bunch of parenting fixes. Disable triggers in edit mode. Cache once.
4 Hours Ago
reduced opacity of chainsaw additive rumble animation
4 Hours Ago
merge from main -> modding_ddraw_perms
4 Hours Ago
Proper model for improvised_walkway_roof_tarp_300x600_a
4 Hours 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
4 Hours Ago
rpg incendiary ammunition model with lods, textures, material
5 Hours Ago
merge from crosshair_customization
5 Hours Ago
Make the code in the export popup selectable
5 Hours Ago
Bugfix: UI_Store - preserve which tab was opened when UI_Store is closed Tests: navigated to and away from store in Editor
5 Hours Ago
setting up minicrossbow 3p anims
5 Hours Ago
Fix colourpicker enable bug, fix texture clear button
5 Hours Ago
Clean: remove TODO that turned out unnecessary Tests: none, trivial change