192,569 Commits over 4,049 Days - 1.98cph!

5 Months Ago
None compile fix
5 Months Ago
Added IOEntity.infinitepower Powers all player placed electrical IO entities on a server when enabled without needing power sources Likely has some per entity edge cases, already fixes electric furnaces
5 Months Ago
Merge from launcher reload bug
5 Months Ago
Applied fixed timing to dragon rocket launcher
5 Months Ago
Adjusted rocket launcher reload time to 5.8s, was 6s This isn't an actual buff as you cannot reload faster than the animation, the animation was 5.8s so there was a 0.2s window where you could trigger a reload again while the reload was still taking place on the server This resulted in the reload finishing and the ammunition on the client getting refreshed, but at that point the player was stuck in another 5.8s animation before they could fire again Added a right click context option (Print Reload time) to BaseProjectile that looks at the viewmodel animator and calculates how long the reload anim is (taking into account speed modifiers which were being used in this case)
5 Months Ago
Codegen
5 Months Ago
merge from siege_weapons
5 Months Ago
Siege tower decay reset when used
5 Months Ago
Merge from shred_helicopters (also includes the changed ignore.conf file that seems to keep changing)
5 Months Ago
Updated catapult icon
5 Months Ago
Collision effects and minimum collision force tweaks
5 Months Ago
Plushy scenes and prefab aseets backup
5 Months Ago
Manually kill any players in the walkable area of the scrap transport helicopter when they are fed into the shredder
5 Months Ago
Siege weapons decay
5 Months Ago
Fixed scrap transport giving metal frags instead of scrap when shredded
5 Months Ago
Car shredder now shows proper icon and localized name on death screen
5 Months Ago
Merge from hackweek_car_radio
5 Months Ago
ice sculpture pedestal model and materials. need to do lods and gibs and asset cleanup
5 Months Ago
Fixed server / client errors
5 Months Ago
Merge from main
5 Months Ago
Merge from hab_hominglauncher
5 Months Ago
Added server.homingMissileTargetsHab convar (defaults to off) Homing launcher can target HABs as long as that convar is active and the HAB is fully inflated
5 Months Ago
Merge from hackweek_car_radio
5 Months Ago
Merge from main
5 Months Ago
Remove old and accidental files
5 Months Ago
Merge from localcoord-emission
5 Months Ago
Merge from main
5 Months Ago
Car radio costs 120 metal fragments, the same as the Portable Boom Box
5 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
Merge from ai_wolf_iteration
5 Months Ago
Fix wolves leaping too far
5 Months Ago
BaseSiegeWeapon now inherits from GroundVehicle and BatteringRam now inherits from BaseSiegeWeapon
5 Months Ago
Fix wolf thinking the player is reachable when they are not, because of unity async paths returning "complete" instead of "partial" even when they are partial, potentially because of the hidden large projection they do
5 Months Ago
Hook last version of jump anim, and re-annotate the motion warping timings Apply out of navmesh root motion when not in the air
5 Months Ago
merge from fix_teleport2grid_foundations -> main
5 Months Ago
Fix teleport2marker & teleport2grid moving you inside rocks / bases instead of to the top of them
5 Months Ago
Try fixing compile error from junkpile despawn
5 Months Ago
merge from qol_junkpile_despawn -> main
5 Months Ago
tweaks
5 Months Ago
Add emission support to localcoord shader
5 Months Ago
█▄█▌▆█▌ ▋▌▌▇▉▇▅ █▄▄▄█ ▍▊▌▅ ▇▍ ▆▄▇█ ▊▄ ▄▇▄▅█▌▍ ▇ ▆▊▅▅ (▄▄ ▆█▇ ▆▊▊▋█ ▌▌▊▍▅▍▄) ██ ▇▆▌▇▆▇▄ ▄▆▄/▊▅▇▉▊ ▄▆▊▋▊▅▋▍▇▉█ ▆▉█▊▄▇▋ ▆▋▌▆▋ ▍▅▇▆ █ ▉▄▆▉▆▍▍▍▆▇▋▆ - ▉▇█ ▌▋▄█▉▉▄▇ ▇▄▋▋▋▉▊▉▇▍▆▇▆▆▍▄▊▉▋ ▋▄▄▍▆▉▋▌ ▅▄▌ ▊▍▉▊▌██▅▅█▉▋, ▇▆▇▍ ▅▉▌▄▌▄▌ ▆▇ ▇ ▄▉▆▍-▊█-▉▉▇▇▋ ▉▇▉▉█ ▇▇▅▆▊▋▍ ▉▉▆ ▇▄▍▉▄▆ ▇▉▇▌▌▅ ▋▅▆ ▌▍▍▆▉▆ ▆█▇▋▉▄ ▄▊▇▊▊▇▇▅ - █▊▋▆█ ▆▋▅ ▊▊▅▉▄▄▌▋ ▍▇▍▄▅▉ ▉▌▉▅▇▍▄▆ ▅▋█▍▋▅▆▋▋ ▇█▄▋ ▋▉▍▄▍▋▉▋▇█▇▄▍ ▄▌ ▊▇▍ ▌▅██▇▅
5 Months Ago
Tweak the wolf dynamic vision range: Reduce base wolf vision by 5m Player crouching = 50% range Player sprinting = 130% range (no change) Crouching now allows getting in melee range if you approach a wolf from behind
5 Months Ago
Fixed view model hands being disconnected on SV wep switch This is due to some specific mods and recent changes Clear CShadowDepthView to black instead of white Fixes garrysmod-issues/issues/6086 Fixed 2 "Parent cvar in server.dll not allowed" warnings on start up Delete cl_soundfile Unused, no reason to keep it. Newline for mat_disable_d3d9ex warning Do not print `cc_lang = ` with developer 1 Fix r_lightcache_zbuffercache 1 crashing if set after map load Fixed yet another useless console message on game start up "Not playing a local game"
5 Months Ago
Fixed view model hands being disconnected on SV wep switch This is due to some specific mods and recent changes Clear CShadowDepthView to black instead of white Fixes garrysmod-issues/issues/6086 Fixed 2 "Parent cvar in server.dll not allowed" warnings on start up Delete cl_soundfile Unused, no reason to keep it. Newline for mat_disable_d3d9ex warning Do not print `cc_lang = ` with developer 1 Fix r_lightcache_zbuffercache 1 crashing if set after map load Fixed yet another useless console message on game start up "Not playing a local game"
5 Months Ago
Initial RPC send and receive framework for stats using protobuf
5 Months Ago
Working on jungle walkways
5 Months Ago
Merge from main -> aux3
5 Months Ago
ballista ammo lods and prefabs
5 Months Ago
- Init/Disposal of transaction feed entries - Setup view system to display a given protobuf of transactions - Ensure disposal and return to the pool on dialog closed - Code cleanup