192,967 Commits over 4,049 Days - 1.99cph!

6 Years Ago
Added game.GetAmmoTypes() - returns table of ammoID = ammoName Added game.GetAmmoData( id ) - returns AmmoData struct of given ammoID
6 Years Ago
More wallbanger changes
6 Years Ago
Updated some wallbanger stuff
6 Years Ago
Adding wallbanger
6 Years Ago
▄▅▊▅_▅▆▅_▆▍█▄▉▇_█ ▆▍▇▉▄▉ █▍▋▉▄▄ ▍▊█ ▍▋ ▉▋▌▇█▅ ▅▅ ▌▌▇▍▊▄▄ ▍▍▇▌▇ █▆▋▄▅█▅▄
6 Years Ago
▉▌▍▍ ▊▇▋▋▌▄ ▇▋▊▌▉▇▍ ▍▄▅▇ ▊▉▅▍ █▄▄▆▅█ ▆▆▌▍█▇▉
6 Years Ago
[D11][OPTIMIZATION] Skinned mesh collision ray casts vs the bone nodes rather than the skin which is much too slow. Selects the bone node which is perpendicularly closes to the ray. Lets see if QA see any major problems. The arrows "sticking out" are probably going to have to be re-thought.
6 Years Ago
Moved some stuff around
6 Years Ago
Frontage rebuilding is faster but still slow.
6 Years Ago
[D11] [UI] Vital Info notices now update from the list so they can be enabled/disabled at runtime. Disabled layout element height animation while investigating layout build optimisations.
6 Years Ago
[D11] Small translation change
6 Years Ago
▌▌▄█ ▉▆▉ ▆ ▍█▅▆ ▌▆▊▍▍▊ ▌██▍▇▋ ▇▍▄ ▊▆ ▉▌██▊▉ ▅▉ ▋▋▇▋▅█▋ ▌▄▆▋▊ ▋█▌█▅█▌█
6 Years Ago
[D11] Initial check-in for new style Frontend
6 Years Ago
[D11] [UI] Changed pie wheel texture filtering to bilinear to address visible artifacting.
6 Years Ago
Allow multiple location status events to be active at once. Server needed this to support missions being run by multiple players at the same time with active checkpoints in the same spot. Players could end up with someone else's trigger "on top", preventing them from triggering theirs.
6 Years Ago
[D11] DTLS reliable-order retransmission max attempts. Fix for orphaned connections causing large outgoing network spikes.
6 Years Ago
Fixed hunters jacket skin mat
6 Years Ago
Better culling distances on the topside.
6 Years Ago
Almost
6 Years Ago
Restore checkpoint mission types.
6 Years Ago
Round-based code fix. I think that "StartTrigger" is meant to be there for both
6 Years Ago
Added a new dev bool to the WiseGuysTools window for fast testing: "Bill B's dev testing mode". Also added WiseGuysTools param access to WiseGuys.cs, allowing for checking params without #if UNITY_EDITOR flags everywhere.
6 Years Ago
Yawer progress.
6 Years Ago
Fixed world-space UI mission info not showing up on normal payphones
6 Years Ago
Backup
6 Years Ago
▍▌▅ ▌▌█▍▊▌▆ ▊▄▅▇▋▇▌▄ ▇▌▅▌█▋▊ ▄█▅▉▌▉ (▍▊▆▉▇█▅ ▌▊▊)
6 Years Ago
Fixed missing play button icons RustButton resets its styles properly if disabled while pressed Fixed timeline minute/second display being wrong
6 Years Ago
[D11] [UI] UI Sprite filtering properties changed to Point where possible (left certain UI sprites on Bilinear to prevent artifacting when moving). Fixed textures that couldn't be crunch compressed due to not being a multiple of 4. Fixed Various UI Texture settings that were inconsistent or not needed.
6 Years Ago
Fixed reload problems at extremely low FPS
6 Years Ago
Added gmod_maxammo, defaulted to 9999, affects max carried ammo of players, values below 1 mean use the ammo type's maximum
6 Years Ago
Disconnect on checksum mismatch
6 Years Ago
Cherry picked 37573 from hdrp: fixed water system get height NRE
6 Years Ago
Fixed NRE in water system get height calls before native path was initialized
6 Years Ago
▌█▉▅ ▆█▇▊▌.▆▋▋▊▆▅▇█▅ ▅▋▄▌▅ / ▄▌▌ ▉▅▇▇
6 Years Ago
[D11] merge from d11 main branch
6 Years Ago
Improved the "Warning: Tried to set missing key on Dynamic Light object" message to include stacktrace and proper newlines Added SetDamage input to crossbow_bolt (hl2)
6 Years Ago
demo.record generates a name if none provided, adds extension only if passed name doesn't contain one demo.play returns properly on empty filename
6 Years Ago
[D11] [UI] Fixed weapon reloading when opening ammo wheel.
6 Years Ago
Removed mounting support for Zeno Clash Model Pack as it no longer exists.
6 Years Ago
net message warnings now contain the net message name they belong to
6 Years Ago
...
6 Years Ago
Bundle fixes
6 Years Ago
▄▊█▇▇ ▄▉▅▆█▅▊▋.█▄▆▄▄▌▋_▇▊▍█ ▉▉▇▅▋▍ ▋█ ▆▊▆█▄▌ ▆▋▉▉▊█▌ ▉▇ ▅▌▋ ▄▋ ▌█▌▇ ▋▄▋ ▌▊█▇▇▊ ▋█▄▆ ▊▆▅▌▄▆▋ ▍█▊▍ ▅▆ ▆▄▍▄▉▌▌▌ (▋▄▄ ▇▄▅▆▇▋▄)
6 Years Ago
Added butchers
6 Years Ago
Fixed binds not working with cinematic_play and cinematic_stop
6 Years Ago
board hover fix
6 Years Ago
Added some shops etc.
6 Years Ago
▇▆▍▆▄ ▊▇▊▊▊█▋▆▌▉▅▍▍ ▊▌▊█▅▋ ▄▆▄ ▄▇▌▍▅
6 Years Ago
Added Rust.UI.Editor asmdef #ifdef'd OnValidate
6 Years Ago
Remove debug code