124,950 Commits over 4,171 Days - 1.25cph!

10 Months Ago
Fixed exception when rapidly switching back and forwards from a shield compatible weapon to an incompatible weapon
10 Months Ago
More RCON security - Seperate out manual bans and failed login autobans - Allow manual bans with rcon.ban_ip to include CIDR formatted network addresses (e.g. 55.55.55.0/24 to include the entire subnet) - rcon.unban_ip will remove any permanent bans, or any failed attempts New convars: - rcon.logfailedattempts - Debug.Log all the various failed password / ban connects. Defaults to true, but large servers may want to disable due to spam - rcon.permanentbanfailedips - Permanently ban IPs that exceed the failed password theshold (default false) - rcon.print_rcon_bans - List the permanent IP/network bans
10 Months Ago
Protobuf, manifest
10 Months Ago
Merge from main
10 Months Ago
Ammo additives WIP
10 Months Ago
Update: moved profiler code to unmanaged assembly - submitting debug DLL for now, will ship release once ready Can take snapshot, but export doesn't finish - likely an exception on export thread. Tests: taken snapshot in editor on Craggy - saw logs of data accumulated, but no final "compressed" message
10 Months Ago
Try to fix link issue on Linux
10 Months Ago
Added particle-based func_precipitation types Added missing materials for legacy Ash precipitation type Implement precipitation blockers These will not work yet, because networking incompatible changes are required. Also added Cull by Model and Cull by RT environment particle operators
10 Months Ago
siege tower animations
10 Months Ago
merge from fix_inventory_ui_reconnect -> main
10 Months Ago
Move new GameObject[] field to shared class instead of inside #if CLIENT
10 Months Ago
Fix new community UI panels being opened when the main menu is closed & opened - only close & open legacy panels when main menu is opened / closed
10 Months Ago
main -> 4ShotMiniCrossbow
10 Months Ago
main -> vines
10 Months Ago
wip: Siege Tower~ - Fixed really annoying metal pole colliders - Middle wheels didnt have world colliders
10 Months Ago
Updated female model to V3 rig and updated skin sets
10 Months Ago
folder renaming
10 Months Ago
- further tweaking - fix screen projection mode - coverage map tiling - worley noise in coverage detail layer
10 Months Ago
fixes for ironsights not working
10 Months Ago
Basic Catapult Flammable Ammo Prefab and Material Setup
10 Months Ago
exported updated mini crossbow rig and assigned textures
10 Months Ago
Merge /command_buffer_gc_fix to /main - Fix allocation of 62 bytes every frame
10 Months Ago
█▅▇▍▄▊ ▋▋▍▆▋▌▋▅▇▌ ▇▄▊ █▇▌▌▇█▍▄ ▊▆▇▄▉▅ ▅▇▌▉ ▋▄▌ ▋█▋▋ ▋▆ ▌▄▄▄▊▆▍ (▌▍▊▇▍▉▄ ▉▄█▉▆▆▊ ▉▌▉▇▉▍▌ ▋▍▄▄▊ ▆▅▄▊ ▆▋▋▉▇▅▋█ ▊▆▍▆▋ ▍▅▉█▊)
10 Months Ago
fix: Fixed some colliders on siegetower not showing collider effects
10 Months Ago
wip: - Siege tower third floor collider improvments - Second floor finished
10 Months Ago
Merge from additional_options
10 Months Ago
10 Months Ago
wip: Second floor detail colliders
10 Months Ago
added sculptor test inventory
10 Months Ago
sculpt data is attached to the item with an associated entity when a sculpture is picked up, not just lost and reset - guide still displays default data at the moment
10 Months Ago
mini cross bow mesh update updated textures & materials added extra loops to the bow string to allow better anims
10 Months Ago
Fixed UV error on battering ram LOD. Added guide mesh and stage meshes for catapult. Fixed orientation of catapult gibs.
10 Months Ago
WIP preset support for non UI convar options
10 Months Ago
removed unused blockout mesh and .mats
10 Months Ago
Codegen after merge
10 Months Ago
Merge from main
10 Months Ago
merge from travelling_vendor_lod_fix
10 Months Ago
merge from researchtable_text_fix
10 Months Ago
Added player.cold_breath convar to toggle cold breath visual effect
10 Months Ago
merge from repairbench_icons_fix
10 Months Ago
merge from dofexposer_improvements
10 Months Ago
merge from 107744 birthday11
10 Months Ago
▉▄▋▌▍ █▋▊▆ ▆▋▅_▊█▋_▅▇█▊▋▇_█/▇▄▋▉█
10 Months Ago
merge from december24_art_fixes
10 Months Ago
Fixed hole in one of the ram meshes, swapped scoop out in prefab
10 Months Ago
LOD crossfading transitions on Renderer LODs WIP
10 Months Ago
Improved some webrcon security - Normalized some of the RCON help language to be consistent - Added deprecated warnings for the old source engine rcon - Improved security around RCON passwords - Added automatic RCON IP bans for repeated incorrect password attempts Added a number of new convars - rcon.ban_ip <ip> - rcon.unban_ip <ip> - rcon.print_rcon_failed_logins - rcon.banduration - rcon.maxpasswordfailures - rcon.clear_rcon_failed_logins
10 Months Ago
new 11 cake and balloons
10 Months Ago
merge from main
10 Months Ago
Updated flashbang for new scripts. Explosive ammo WIP.