userLayladcancel

7,108 Commits over 3,531 Days - 0.08cph!

6 Years Ago
Add vitals hud
6 Years Ago
Increment kills/deaths counter
6 Years Ago
Add projectile weapon and weapon types
6 Years Ago
Add scoreboard to shooterbase Add ammo counter hud, also shows for spectator target
6 Years Ago
Add optional channel byte to text chat so gamemodes can support team chat etc
6 Years Ago
Add team color to team info. Color name in chat with team color.
6 Years Ago
Clear active weapon on drop just incase there's no other weapon to switch to
6 Years Ago
Better impact speed detection, play impact sound volume depending on speed
6 Years Ago
Add zooming and roll to camera controllable, left click to take screenshot
6 Years Ago
Add CameraControllable, Add World.DeltaTimeUnscaled
6 Years Ago
Use date and time for screenshot filenames
6 Years Ago
Better ragdoll impact sounds, play harder sound depending on impact speed
6 Years Ago
Add ragdoll impact sounds
6 Years Ago
Add target info hud
6 Years Ago
Change global pitch modulation with timescale command
6 Years Ago
Only focus highlight pickups if the local view target is a weapon controllable
6 Years Ago
Add suicides to death log
6 Years Ago
Add death log to shooterbase
6 Years Ago
Enable chatbox for shooterbase
6 Years Ago
Add Weapon.HasCrosshair to disable crosshair for things that don't need it (melee weapons)
6 Years Ago
Despawn weapon pickups dropped from player (default 10 seconds)
6 Years Ago
Switch weapon on pickup if it's higher inventory order and same slot
6 Years Ago
Only show crosshair if view target has an active weapon Add HudComponent.IsActive and CheckIsActive so each hud component doesn't have to repeat the code for it Weapon selection hud uses IsActive Add pickup hud back Add DropInventory that gets called on death, by default drops active weapon Don't switch or place weapon if dropping active weapon of a dead player Don't take damage when dead
6 Years Ago
Add skeletal body LinearDamping and AngularDamping bindings. Give ragdolls a default angular damping
6 Years Ago
Use game time for timings that care about time dilation
6 Years Ago
Fix weapon selection hud selecting weapon twice, breaking quick switch Call SetActive when quick switching to update hud Disable weapon selection hud when not controlling someone with an inventory Don't render weapon selection when disabled (skips hidden blur fadeout) Change death camera collision profile to ignore player colliders Add death camera lerp from target position to orbit position so it's not as jarring
6 Years Ago
Better linq for GetClosestInventoryItem
6 Years Ago
Filter out null entities in inventory in GetClosestInventoryItem
6 Years Ago
Switch to closest inventory item on active weapon drop
6 Years Ago
Add Q quick weapon switch
6 Years Ago
Add BaseWeapon.EquipDuration
6 Years Ago
Replicate Weapon.IsActiveWeapon to control visibility and equip/holster events instead of multicast rpc (shouldn't use rpc for persistent state)
6 Years Ago
Move AutoKeyedDictionary to Engine addon
6 Years Ago
Remove gamemode player join team accept/refuse and use callbacks in Player.JoinTeam instead. Close team selection hud on accepted callback.
6 Years Ago
Add Gamemode.OnPlayerJoinTeamRefused Merge branch 'master' of github.com:Facepunch/SandboxGame
6 Years Ago
Gamemode.FindSpawnPoint takes player arg so gamemodes can choose different spawn points depending on team etc
6 Years Ago
Allow spectator team on hud
6 Years Ago
Hook up team selection hud to Player.JoinTeam
6 Years Ago
Compile fix
6 Years Ago
Add Player.JoinTeam and Gamemode.OnPlayerJoinTeam (it's up to gamemodes to allow the team join or not)
6 Years Ago
Make characters walk around in circles when not controlled or controlled by bot
6 Years Ago
Take damage from phys collide
6 Years Ago
Add shotgun Transfer player velocity to weapon throw
6 Years Ago
Add fov command (110 fov club)
6 Years Ago
Fix post process entities for 4.19, hardcode outline material blendable for now. Add outline when looking at weapon pickups.
6 Years Ago
Use pickup mesh bounds to place weapon center
6 Years Ago
Pick up weapon with use key for when not touching pickup trigger
6 Years Ago
Add entry state name to anim state machine, use the first added state by default (fixes view models showing idle for a frame when equipping sometimes)
6 Years Ago
Only play weapon view model animation when weapon is active
6 Years Ago
Add weapon switching and weapon selection Hud. Add give_weapon command. Add Entity.ClassName. Weapon world and view models hidden by default. Run character controllable physics on server when no player or player is a bot.