248,561 Commits over 3,928 Days - 2.64cph!

18 Days Ago
- Greatly improved the raise command on siege tower - Stopped draw bridges trying to reverse open
18 Days Ago
jungle_ruins_b first iteration layout added a proxy mesh for the croc to design around
18 Days Ago
- Fixed string equality offset bug in StringView - Double maximum MenuTip length, and truncate post-richtext filter - Removed debugging character from rich text filter.
18 Days Ago
...and EnforceShadowDistanceBounds
18 Days Ago
Fix NRE caused by new scientist missing a component that wolves have
18 Days Ago
Remove old shadow distance
18 Days Ago
▆█▊▍▄▌▆▌ ▉▌▇▆▆▇▋ ▋▅▅▄▌▋ ▉▄▆▊▄▌▍ █▌▉ ▅▋▅ ▌▆▊ █▄█▅▅▋▊▍, ▄▄▌▉▌▍█▅ ▌ █▋██▇ ▍▍▇ ▇▊ ▆▆█ ▄▉▉▄▋▄▉▋ ▉▋▇▆▊▄▄▇ ▊▌▄▄ ▌▋▄ ▋▆▅▅█▋ ▌▄▇▊▉▄▆ ▍▋▆█▉▅▍▍▅▅ ▊▍▍▍▋▋▆ ▅▉▆█ ▋▌▊▍▅▍▋ ▊▄▊▅▍ ▋▇▌▊▊▉
18 Days Ago
Fixed broken damage FX
18 Days Ago
Death camera
18 Days Ago
Bunch of texture streaming related setup/rework. Rewored AdjustTextureStreamingBudget() to take budget directly from convar. Added streaming budgets to presets. Fixed bug with preset editor and non-UI linked convars.
18 Days Ago
Spine IK groundwork Tweaked head IK leaning Moved the horse center of mass back to give that laggy ass feeling Start moving forward a lil bit after rotating in place
18 Days Ago
Remove new detail metallic map from decals to stop errors for now
18 Days Ago
Enhanced mine https://files.facepunch.com/tony/1b0411b1/sbox-dev_tBUWj7kgIu.mp4
18 Days Ago
Fix mine damage NRE
18 Days Ago
WIP restart server at 4am local machine time, check for >=22 hour server uptime and do not restart Staging servers (env || hostname) start the timer 10 minutes after the server is up and repeat every 5 minutes Separate rcon logic and serverinfo loop out of ConsoleInputBar and into separate class CommandManager. Swapped out usages in RunServer.cs. Finished up the CheckForServerRestart functionality. Confirmed the project still builds Was accidentally using DateTime.UtcNow instead of DateTime.Now Change the time check to prevent the extremely rare edgecase of the server attempting to restart twice Use the global cancellation token in the CommandManager, don't make a new one CommandManager takes CancellationToken, not source Rename CommandManager to more suitable ServerRcon rename vars, too Double time window to ensure we restart and store DateTimeOffset of when restart was last requested Attempt to restart multiple times if we failed due to an exception Log any errors Minor changes Merge pull request #6 from Facepunch/server_restarts Server restarts
18 Days Ago
Minor changes
18 Days Ago
reverting 108949 - caused compilation issues
18 Days Ago
Bring back external changes detected dialog, move to interface event Assets added at runtime can be loaded into promises/missing resources again Move prefab instance reload logic out of ResourceLoader Clear selection when reloading SceneEditorSession
18 Days Ago
Don't allow double activating/deactivating cards Comments / cleanup
18 Days Ago
Arena one updates
18 Days Ago
Change glass cannon card stats a bit These shouldn't be properties
18 Days Ago
Lowest HP stat possible is 1
18 Days Ago
Fix for abilities
18 Days Ago
▇▉▋▇▇ ▄▊▇█ ▊▌_▍▉█▌_▄▄▉▉▇█▇▅▆
18 Days Ago
Fix overriding SSR with a black texture when it should be initialized with a translucent one
18 Days Ago
in Material.Lerp, normalize after lerping normals Include ReflectionTextureColor in all the layers @samzanemesis might wanna check this is the right thing to do build shaders
18 Days Ago
Fixed DeferredMeshDecal NRE when spawning hex-a-gone tiles
18 Days Ago
Clean: further comments Tests: none, trivial change
18 Days Ago
Clean: fixed comments They got out of date from my initial experiments. Tests: none, trivial change
18 Days Ago
Refresh Button Move punch card Balance couple cards
18 Days Ago
updated vm improvised/reinforced and wooden shields override controllers with the correct anims
18 Days Ago
add shader_lighting test scene shader SSR test scene
18 Days Ago
Optim: reimplementing List.Compare extension via hash->sort approach - Only implemented for ref types for now, but can be extended to value-types as well - Has a limitation of requiring no duiplicates in queries lists - Dependent on the hash quality - we have a slow, quadratic path when a hash collision occurs - Measured performance - largest case (2048, 512) is an order faster than previous impl (0.75ms vs 12.5ms) Goal was to reduce the number of hash lookups from the original algorithm and to reduce it's quadratic nature. Tests: Ran the unit tests - all pass
18 Days Ago
Update: rewrote ListExtension test to soon-to-chan - Also added a perf test - Measured initial implementation's timings - (2048,512) takes 12.5ms on average I've been working on an optimization that requires me to use ref-types rather than value-types Tests: run the test in editor, all cases pass
18 Days Ago
fixed backwards WriteOnly/ReadOnly attributes on job and changed bad naming that caused it
18 Days Ago
▅▍▇▋▍ ▉▇▆▍ ▅▄▉▆
18 Days Ago
Remove redundant allies vislog
18 Days Ago
Use convars directly in debug aiarena script when ppossible instead of running commands
18 Days Ago
Add vislog to confirm that fallback roam EQS works correctly
18 Days Ago
Combining back wheel of ballista base
18 Days Ago
ruin_a backup
18 Days Ago
merge from fix_swamp_water_reflection
18 Days Ago
merge from main
18 Days Ago
prepatch phases, codegen and manifest
18 Days Ago
special spitter spitter elite special dont despawn enemy bullet if it kills player spiker special charger special
18 Days Ago
Leaderboard backup, run #15869
18 Days Ago
Fixed asset labels on all new shields, manifest
18 Days Ago
Only apply auto turret behaviour when actively bocking with the shield
18 Days Ago
Some protection value changes If an auto turret is aiming at a person using a shield, adjust the targeting to shoot at the shield Adjusted improvised shield collider
18 Days Ago
Update attack loops on reinforced shield