usertonycancel

4,599 Commits over 976 Days - 0.20cph!

59 Days Ago
Reduce player outline width, only show killer outline if we're spectating
59 Days Ago
Update player to use PlayerController
59 Days Ago
refinery updates muzzle flash updates + meta files Refactor crosshair, no more razor Hitmarkers, kill markers re-implementation Kill marker is also red Fixed ServerBrowser NREs caused by Data being null Fixed some warnings, removed libwheel Features Update M4 recoil pattern Browser Cleanup Remove deck Replaced annoying button hover sounds with less annoying ones Modal system, hand-hold the player through lobby list Should have sorted crosshair nre Camera error fix Playtest fixes Sort gamemodes correctly, disabled some modes for now Another couple of error fixes Fixed all the mount grenade prefabs, resolve usp bodygroups NetworkSpawn weapons after setting owner so it's sent at once Should've fixed multiple weapons overlaying Fixed map voting Fixed player markers offset Use correct mixer for main menu music Make lines transparent when sprinting, keep dot if we have one Crosshair improvements Fixed pause menu button going mental Reduced distance of some weapon sounds Fixed HE explosion sound Fixed missing player stats component on several gamemodes Don't need this shit NRE get_IsLocalPlayer fix Possible fix in GameModeObject ScreenShake.FOV fix PlayerStatsRule NRE fix Rename Casual Defuse to just Defuse, remove helmet/defuse kit defaults Map Refactor, remove MapDefinition, use MapInformation as Scene metadata, pass scenes around instead of wrapper Remove .map files Update backgrounds for map scenes Fixed up weapon visibility in thirdperson Greatly simplify how we render stuff based on being firstperson/thirdperson, should be very solid now Refinery: Add ambient light, place a few characters around in editor only mode Don't need flags on these Don't render crosshair if HUD is disabled Don't apply viewer tag to players that aren't me Force-off to be sure Can't re-equip same weapon Let's do viewer tag this way instead Little sound tester tool https://files.facepunch.com/tony/1b1311b1/sbox-dev_HsjHgYb7hU.png Balance out a bunch of audio attenuation Fixed main menu guns not being shown Turn off AO on the main menu because it looks like ass with DoF/fog Reduce main menu blur Fixed some grenade refs Fix knife swing sound, amongst other fixes Tweak HE grenade, little bit higher fuse time, bit more bouncy, emits temporary bounce sound, has rolling restitution I'm turning off AO for now Fixed bomb icon showing up for everyone when it shouldnt Fixed size inconsistency between round team display Fixed game status display flicking the time up repetitively Use Overlay for viewmodels Adjust Crosshair to show in thirdperson if we're locally controlled, or disappear if we're not locally controlled Crosshair types, alpha interpolation Add Equipment.CrosshairType No ammo state for Crosshair Save some useful metadata in weapon prefabs so we can use it for dropped weapons, so we can use accurate bodygroups, model, bounds from the model renderer Removed some unused props Fixed not being able to hit E to pick up a weapon Don't play zoom sound if ending zoom on drop when we're not zooming at all Don't create tracer if the effect distance is low Attempt at ensuring RoundStateTeam avatars change when they should Save out C4 so we have its metadata Use legacy tonemapper for now Add CrosshairType.Dot Refinery's too small to even need global fog Proper icons for USP-S and Bayonet Update grenade icons Up molotov's throw power to match the HE Add ScoreAttribute.ShowTeamOnly, make balance only show up for teammates Add sync'd weapon flags so aim is properly networked, works properly when spectating other players Fixed air-kill killfeed icon being always black, it should be the attacker color if not self various VFX adjustments Fixed headshot sound ranges Temp fix for fire, using facepunch.fire_particle_fast ApplyThrowableAnimations NRE fix Proper validity checks in Chat, add PlayerPawn.GetZone<T> Component constraint Bomb-proof the bomb plant component Shouldn't need this redundant null check GameNetworkManager assert demoted to warning Crosshair camera validity fix ScreenShaker camera validity fix Color adjustments for camera Fixed references to human textures being broke Stop "active sound handle count" spam Restored default movement, incl penalties, tweaked base friction, implemented real noclip
59 Days Ago
Reported error fix
59 Days Ago
Music volume adjustments
60 Days Ago
Fix PickupSpawner NRE
60 Days Ago
Tools: Expose ScrollArea.MakeVisible( Vector3 ) Cleaned up InputActionPanel, add shift-click support to rows, to skip modal confirmation, resolves Facepunch/sbox-issues#6982 Scroll back to the top when rebuilding InputPage
2 Months Ago
Cloud Browser: Add ability to uninstall multiselect assets, resolves Facepunch/sbox-issues#7097
2 Months Ago
Fixed not being able to select ModelRenderers while drawing gizmos was disabled, resolves Facepunch/sbox-issues#7100
2 Months Ago
Add Reset to Default button in InputPage, to restore to common inputs, resolves Facepunch/sbox-issues#7109
2 Months Ago
Different main menu music
2 Months Ago
Added some music, add ArenaManager.Instance
2 Months Ago
Hints NRE fix
2 Months Ago
Fixed up DoF in main menu
2 Months Ago
Rotating game hints in certain menus
2 Months Ago
Main menu additively opens an arena as the background
2 Months Ago
Show ability stack
2 Months Ago
Game cancellation
2 Months Ago
Should've resolved issues playing ability cards
2 Months Ago
Fixed warnings
2 Months Ago
Get rid of bebas on chat fonts
2 Months Ago
Fixed global card list alignment Alignment fixes to CardPhasePanel, PlayedCards panels Imply max-heights for sections
2 Months Ago
Get rid of the blur
2 Months Ago
Show player scores in card phase
2 Months Ago
Better hint theming Better scaling for CardPhasePanel
2 Months Ago
Updated Arena 3 camera position
2 Months Ago
Animated ready-up
2 Months Ago
Fixed up card phase panel for when a card inventory is empty
2 Months Ago
Depth of field, animated avatar circle
2 Months Ago
Add cursor to UI buttons Collision rules for sounds vs players
2 Months Ago
Adjust UI style a bit Waiting screen UI changes
2 Months Ago
Some more logs dotted about
2 Months Ago
Update round_loop.prefab
2 Months Ago
Missed another spot
2 Months Ago
Adjust blocker bounds for arena 3
2 Months Ago
Nav mesh for arena 3, nav blocker
2 Months Ago
Add upper limit for how many pickups can be active at once
2 Months Ago
Fixed pickup spam Mark pickups so they clean up between rounds Don't spawn pickups unless we're in combat phase Networking Move the pickups up a bit
2 Months Ago
Missed a couple of spots
2 Months Ago
Arena two blockers
2 Months Ago
WIP pickup spawner
2 Months Ago
Networked pickup
2 Months Ago
Remove extra fluff Card pickups logic
2 Months Ago
Don't show a few card props in the editor
2 Months Ago
Should have solved issue with winning state
2 Months Ago
add Player.HasCard( name )
2 Months Ago
Fixed NRE for PlayerCorpse
2 Months Ago
Make stat type strictly typed instead of string, add CardModifier that can just add as many stats as you desire https://files.facepunch.com/tony/1b0511b1/sbox-dev_MIE6WdkSTq.png
2 Months Ago
Cleanup Improve stats to hold a collection of stat modifiers, recalculate final networked value - support fraction values (isPercent), so we can still do stuff like -25% health, add stat.Priority
2 Months Ago
Ragdolls get cleaned up between rounds