userLayladcancel
branchSandboxGame/mastercancel

2,064 Commits over 944 Days - 0.09cph!

7 Years Ago
Fix humans spawning in floor
7 Years Ago
Add teams and phases, wait for players, spawn as human, spawn as barrel on death
7 Years Ago
Add spectator controllable for when game is waiting for players
7 Years Ago
Thirdperson camera less likely to clip through collision
7 Years Ago
Show player join/leave. Hide name section in chatbox if name is empty.
7 Years Ago
Add Gamemode.AllowPlayerMessage for custom message filtering
7 Years Ago
Fix client broadcasting chat message when it shouldn't
7 Years Ago
Add Player.Local. Add Player.Message. Add IGamemode.OnPlayerMessage.
7 Years Ago
Add chat and scoreboard hud for barrels gamemode
7 Years Ago
Remove some camera code that shouldn't be running on server
7 Years Ago
Fix some source entities using constructor instead of Initialize
7 Years Ago
Forgot to renable step slide move
7 Years Ago
Fix player movement clipping bug after landing on ground. Apex of jump will always be exactly the value of the jump height. Crouching as barrel will slow you down
7 Years Ago
Fix client side barrel model attaching incorrectly on initialize Fix client not spawning at the exact location told by server
7 Years Ago
Fix client side only barrel model replicating when it shouldn't
7 Years Ago
Fix being able to detonate while detonating
7 Years Ago
Fix spring arm camera incorrectly updating for 1 frame after switching to it
7 Years Ago
Add death camera
7 Years Ago
Attach spring arm camera to barrel to avoid jittery movement
7 Years Ago
Turn off auto active camera bullshit so setting view target on possess doesn't get reset
7 Years Ago
Barrel detonate countdown
7 Years Ago
Broadcast taunt number so everyone can hear the same taunt
7 Years Ago
Broadcast barrel taunt and explosion
7 Years Ago
Limit barrel taunts to 2 seconds
7 Years Ago
Spawn barrel controllable model with random yaw just incase a nerd can recognise axis aligned barrels or some shit
7 Years Ago
Bring up front menu using 'P' aswell as escape so it can be opened in editor
7 Years Ago
Keep relative transform when detaching entities
7 Years Ago
Add Controllable.AddImpulse. Throw player up when umounting test vehicle.
7 Years Ago
Fix dice vehicle bug
7 Years Ago
Add Barrel Controllable to suicide barrels gamemode
7 Years Ago
Use model library settings parameter instead of global state
7 Years Ago
Fix merging error
7 Years Ago
Add model library import settings (CollisionMode, LodForCollision) Merge branch 'master' of github.com:Facepunch/SandboxGame Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Update SourceUtils KeyValues
7 Years Ago
Attach physics body to root bone if solid name doesn't match a bone name
7 Years Ago
Add .phys loading for ragdolls. Destructibles research. Add LinqExtension Enumerable.WithIndexes. Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Fix static mesh mdl lods with incorrect materials
7 Years Ago
Fix skeletal mdl lods with incorrect materials
7 Years Ago
▅▌▍▊▊▉ ▋▍▅▄ ▋▍▍▍▉▄▌▆▉▊█, ▉▇▋ ▊▉▅▇▉▆▄▊▇▉█▍█▇▊▆▌▌
7 Years Ago
Add better native dll filtering
7 Years Ago
Add Image.Rotate (Only works for uncompressed image data) Add Image.Uncompress (Only works for DXT compressed images) Renable skybox loading but textures must be all uniform and of the same size.
7 Years Ago
Attempt compressed image rotation. Disable source skybox loading until all textures work.
7 Years Ago
Add source skybox cubemap importer, import (ft, bk, rt, lf, up, dn) textures to make a single texture cube
7 Years Ago
Override IGamemode.LoadMap for MusicBox so it doesn't load a map
7 Years Ago
Ported jamesk's music box
7 Years Ago
Remove timer for logic_timer and use async loop func instead
7 Years Ago
Add logic_timer. Add ambient_generic. Add support for duplicate entity keys in key values. Add FindTargetEntities. Mount hl2_sound_misc.
7 Years Ago
Change lod distance factor to a reasonable value so lods are actually in use Add source path to models so the source file can be traced back
7 Years Ago
Forgot to add overlay to mesh batch, disable shadow casting on overlays.
7 Years Ago
Add env_soundscape Batch map overlays with worldspawn model. Batch displacements.