243,186 Commits over 3,898 Days - 2.60cph!

21 Days Ago
Add attachment mode to ball joint, same as hinge
21 Days Ago
Fixed siege tower server collider
21 Days Ago
Ballista gamefeel, placeholder anims
21 Days Ago
Fix crash getting joint desc limits, interop hates this for some reason
21 Days Ago
▍▆▊▋▋ ▌▄▉▌ ▇▆▍▆
21 Days Ago
Fix wolf staring and stepping forward states not being properly reacting to fire, increase the distance wolves flee from fire
21 Days Ago
▌▊▆▆▌▄▅ ▉▊▉▋▇▌▌▄▅ ▋▉▇▅▄▅▉█▋▋▋ ▍▄▌▉▌▇, ▇▅▅ ▅▆▅ ▌▌▇▆█▊▍ ▌▆▊▋█▇▉▉▊▊▅ ▋▉ ▄▆▆▉▋ ▄▍▄▉ ▋▍▄█ ██▇▋▍ ▄▌▋▍ █▆ ▇█▆ ▇▋▋█▄▇▊ ▄▉▊ ▌▉ █▋▌ ▇▉▋▊▍▍▄▅▍ ▋▄▍▋ ▅▌▍
21 Days Ago
customize menu updates, arrow pngs
21 Days Ago
Added ballista spear ammo item + placeholder effect and projectile prefabs
21 Days Ago
siege tower update
21 Days Ago
updated refinery scene tweaked cubemap values for night
21 Days Ago
TF2 new map icons/category + adjust some dark ones Also fill the texture with white color if freeimage fails This is for .png image loading Adjust VRAD's -dumppropmaps TGA output to be correct Adjust the tga texture to be representative of what is written to PPL files, fixing out of color range texture bugs.
21 Days Ago
Ballista loading and firing logic Added projectile firing overload methods to BaseMountable
22 Days Ago
Fix bounds checks when editing world Freeze player when spawning, save position when quitting
22 Days Ago
Implement CastBodyMultiple for trace body run all
22 Days Ago
assault rifle minigun bolt action rifle
22 Days Ago
de_refinery updates
22 Days Ago
added brick_debris_a2 blend updated some existing sbox.game assets
22 Days Ago
Fix wolves not comming to help their allies under some cirumstances
22 Days Ago
Prevent NRE from playing delayed reload sound Prevent NRE in PlayerPawn DamageTakenEvent handler We can network component references automatically now, don't need this Tweak position of usp muzzle points Fallback to random SpawnPoint if none match, prevents possible out of range lookup
22 Days Ago
Basic persistence
22 Days Ago
Fix possible NRE when exiting scene
22 Days Ago
Add: Perf Test dud to boot ProcGen map Builds for player and starts switching the world, but I try to set it up incorrectly and still need to build/copy asset bundles. Tests: Confirmed that the player asserts when running the new test
22 Days Ago
exported metal shield world model anims
22 Days Ago
Update package totals periodically Getting package type list is faster Move contest settings Package type list Can edit package types
22 Days Ago
Fixed duplicated constraints making Lua errors sometimes Resolve memory alignment issues with 24bit images (.pngs, etc.)
22 Days Ago
Tweaked siege weapon masses and explosion damage multiplers so they react to forces when hit by explosions
22 Days Ago
Box component with razor attributes Box modifier documentation
22 Days Ago
Fix Trace.Body not using start rotation
22 Days Ago
Fix warnings
22 Days Ago
Fix warnings
22 Days Ago
Fix warning
22 Days Ago
Link to steam profile, show gamerscore on profile User page titles
22 Days Ago
updated textures
22 Days Ago
Clean: removing unnecessary checks and files Tests: none, trivial changes
22 Days Ago
playerupdate. player animtion controller updated with correct anim clips
22 Days Ago
Update: when enabling PerfFwk ensure we have 64bit arch selected Somehow I had 32bit arch targetted locally, and it looks like this is a local-only setting, so it's possible others will also run into this - this should avoid issues (like previous problem with Rust.Harmony). Tests: while on WIndows32 target enabled the framework - confirmed it switched to 64bit arch
22 Days Ago
Battering ram attack logic, press fire to attack while in the driver seat to attack and damage entities in front of you Only damages building blocks atm Placeholder animations and effects
22 Days Ago
▅▆▌█▇ ▅▋█▊ ▋▆_█▌▆▊_▅▆▋█▌▌▇▅▆ (▉▅▆ ▄▅▅▋██ ▉▍▋▊█▊▊▆ █▍▌▋)
22 Days Ago
Fix wolves absolutely wrecking cars with their attacks
22 Days Ago
Clean Profile pages use custom urls from Steam Can hide public profile (follows steam) Comments link to user page User achievements page
22 Days Ago
setting up metal shield viewmodel anims
22 Days Ago
▄▄▄▊▉ ▊▍█▅ ▇▆_▆▄▅▌_▊▊▆▇▆▇▇█▌
22 Days Ago
▉▋▇ ▇▅▋▉▍▄▍ ▉▉▇▊▅ ▄▅▊▇▌▅ ▅▆ ▉▅▍ ▍▍ ▌▄▍▅█▇▆▉█ ▄▌▌█▅▅▆ ▅▇▆▋▄▌.▅▊▊▄▆█▉.▌▆▅▋▉▅▍▄█▄▍▇▊▉▅
22 Days Ago
Initial Assets have colors Preview tweaks Search widget Asset popup, will turn this into something more tooltip-oriented later Split left / split right Chips from tags Tweak styling, move current project to top of asset locations list Implement chip tag filtering Initial cloud browser, separate from asset browser Initial tabbed asset picker w/ both local and cloud assets Asset type picker Renames, deletes, duplicates handled by IAssetListEntry Clean up Implement `t:vmdl`/`t:vmat`/etc. and filters Implement Everything & Recents Cloud browser uses facets to select type - hide picker on search bar Fix warnings
22 Days Ago
reinforced wood shield world model
22 Days Ago
merge from main
22 Days Ago
hub page
22 Days Ago
Cloud browser uses facets to select type - hide picker on search bar
22 Days Ago
Update: don't trample on existing defines when changing mode switches Saves a bit of time when working with Performance Framework Tests: confirmed RUST_PERF_FWK stays when switching to none, client, client+server