reposbox-hc1cancel

1,473 Commits over 123 Days - 0.50cph!

4 Months Ago
Gamepad support
4 Months Ago
Add radio input bind to chat
4 Months Ago
Restrict noclip to editor only
4 Months Ago
Get rid of 1 second delay when the round decides a winner, not sure if this'll cause any problems but it's much less awkward
4 Months Ago
Fixed final round of the first half round count being wrong Notify match point to all users Show the winning round on scoreboard if your team can win
4 Months Ago
Crosshair update, lines, distance based on velocity, spread, recoil
4 Months Ago
Would help if I actually pushed the fix :thumbsup: Add hidden radio sounds, play bomb defusing radio when CT tries to defuse bomb
4 Months Ago
Fixed planted c4 beep sound being missing
4 Months Ago
Added DefuseWinCondition, MaxRounds / 2 + 1
4 Months Ago
map changes
4 Months Ago
swap materials
4 Months Ago
Basic weapon state persisting system for dropped weapons Persist AmmoComponent for dropped weapons Fixes #39
4 Months Ago
remove debug log
4 Months Ago
Switch weapons with mouse wheel
4 Months Ago
Fix NRE in RadioSounds if there's no sounds Fix team radio sound chat message being sent to people on other team
4 Months Ago
Fixed GameOverview style with game setup that doesn't have many rounds
4 Months Ago
Synchronize TimeUntilCannotBuy Add KillGameOnEnd rule to take everyone back to the menu when the game has ended
4 Months Ago
Added game rule for BuyZoneTime, so you can only buy for the first X seconds after a round starts
4 Months Ago
Add GameOverview, which shows blocks of all the rounds in a game and the half swap time (https://files.facepunch.com/tony/1b0211b1/sbox-dev_vY7imbfsCk.png)
4 Months Ago
Show a status text at the start of the last round of a half, informing players, fixed kill feed layout being screwed, start working on adding time remaining beep sounds
4 Months Ago
Show and warn users if they're trying to join an editor lobby
4 Months Ago
Remove unused stylesheet attributes More accurate lobby name instead of this crap I did
4 Months Ago
More work on settings page padding scss improvements
4 Months Ago
Show icon next to party members in scoreboard
4 Months Ago
No idea how this compiled, I assume it's renaming [Broadcast]'d params
4 Months Ago
Add settings menu, can tweak mixer volumes, added radio volume mixer, send radios to that channel
4 Months Ago
Buy menu background is less intense Restructure menu a bit, added pause menu
4 Months Ago
Add radio spam prevention
4 Months Ago
Main menu improvements Chat messages can pass tags through to messages Add team radio sounds, press C to look for radio sounds, use slot buttons to nav
4 Months Ago
Save if we're searching or not in lobby list Update main menu
4 Months Ago
Remove penetration for now, keep ricochet Weapon functions cleanup
4 Months Ago
AimRay doesn't need this offset, should fix shooting through some walls
4 Months Ago
Add velocity-based weapon spread, code cleanup for shoot function Hook in damage falloff
4 Months Ago
Up the player's acceleration and friction to make movement feel less floaty
4 Months Ago
Menu is the default scene
4 Months Ago
Add deployment listener for weapon - recoil func can use that to cancel reloading when holstered. Cache Weapon for funcs in awake. Use id again here makes no difference - remote player just cant seem to find door sounds either way
4 Months Ago
It could be that the resource or SoundHandle isn't valid here (version mismatch?)
4 Months Ago
Don't play deploy effects if we're creating the view model because we're spectating Changes to how initial state is handled on player spawn (better this way for now to avoid x2 RPCs after initial player network spawn). Fix bots floating in the air. If weapon becomes undeployed while reloading, cancel reloading
4 Months Ago
First main menu iteration, can display lobbies and join them, or create them
4 Months Ago
Mid corridors
4 Months Ago
mid adjustments
4 Months Ago
Scene Mesh to Hammer progress
4 Months Ago
Remove dev model from game
4 Months Ago
Add line of sight to explosions so we don't explode behind walls
4 Months Ago
he_grenade final low poly and basic textures
4 Months Ago
Don't tint team icons for buy zones on minimap
4 Months Ago
team logos white
4 Months Ago
We are spectating when we die
4 Months Ago
Use new team logos & banners New team colors
4 Months Ago
Fix missing scss error - some cleanup... make IsSpecating a property on PlayerController instead of checking for life state dead, set it to false when respawning. I think this'll fix stuck in spectating mode (hunch). Right now Sync var state is usually sent after RPCs, I have a PR to queue RPCs to be sent at end of network tick so state should always be up to date when RPCs are received but its WIP