userTony Fergusoncancel

4,010 Commits over 853 Days - 0.20cph!

2 Months Ago
UI buttons defined as an "action" will play a different click sound
2 Months Ago
Replace UI press sound as well
2 Months Ago
SoundEmitter can specify a target mixer Main menu music uses "Music" mixer so it can be tweaked
2 Months Ago
Add camera shake to main menu, replaced ui button hover sound
2 Months Ago
Made some style changes to RoundState
2 Months Ago
New font
2 Months Ago
Moved minimap, chat back to where they were before hack week
2 Months Ago
Framing out a respawning framework for gamemodes to decide respawn behavior
2 Months Ago
Adjust MainHUD so a bunch of UI elements can be displayed while we don't have a pawn, including toasts, round info, kill feed, voices, scoreboard
2 Months Ago
Can define default respawn state Added PlayerInputRespawner Update Game_setup.prefab
2 Months Ago
Default respawn state is delayed
2 Months Ago
Removed some main menu lines
2 Months Ago
Use M700 worldmodel correctly
2 Months Ago
Made some changes to how we're loading remote packages from map file references, do it on project startup instead of when opening map, removed AssetResolverWindow as it's not needed anymore. Will keep an eye on this This should resolve issues when using remote packages in hammer maps - Everything would be an error until you opened the map in hammer - On restart, a big majority of the assets would get cleared out and you'd have to re-open in hammer again - Hammer should open maps with lots of references faster (Construct 3 mins to 20 seconds, HC1 Refinery 2 mins to 15 seconds)
2 Months Ago
Update a couple of weapon prefabs
2 Months Ago
Use LineBBox in Zone, so much less noise in the Scene view
2 Months Ago
Fix toggle global space shortcut type
2 Months Ago
Removed sprint dampening when moving diagonally
2 Months Ago
Add main menu loop
2 Months Ago
Adjustments, disable Oman for now (just disabled mapdef)
2 Months Ago
Include riot guy in CT model pool
2 Months Ago
Add riot guy to main menu scene
2 Months Ago
Animate main menu camera with a shitty script, and some transitions
2 Months Ago
Turn off ACES in Refinery for now
2 Months Ago
Human outfitter can accept a list of models to pick from, instead of just 1
2 Months Ago
Don't normalize WishMove
2 Months Ago
Can click items in the inventory to see info about them
2 Months Ago
Add Requirements to DoorInteract, check backpack for an item with specific data on it
2 Months Ago
New inventory system WIP, removed some unused stuff
2 Months Ago
Don't normalize AnalogMove when using a gamepad... so it's actually analog
2 Months Ago
Fixed sweeper
2 Months Ago
More protection around BlockPlacer. Added a better Inventory.HasItem method that doesn't have us making a new inventory item instance every time
2 Months Ago
Bunch of assorted error fixing
2 Months Ago
this'll probably still happen, so putting IsValid here
2 Months Ago
Adjust cubemap fog
2 Months Ago
Adjust bothy frequency
2 Months Ago
Introduce a few metal nodes to the worldgen
2 Months Ago
Fixed alignment for node_rock, it was spawning inside the world 90% of the time
2 Months Ago
Reduced duck detection height a lot
2 Months Ago
Redo bothy feature, spawn a prefab with a flattening area
2 Months Ago
Add farmhouse_02 feature
2 Months Ago
Update .sbproj
2 Months Ago
Crafted items will try to go to the hotbar first, and then try to craft into the overflow container
2 Months Ago
Adjust imported drone vmdl, fixed drone size/orientation
2 Months Ago
Fixed text size in settings, worlds page
2 Months Ago
Add custom cursor
2 Months Ago
Validate against a null biome?
2 Months Ago
Update MaxPlayers
2 Months Ago
Fix somehow having multiple players for one connection
2 Months Ago
Disconnect from server when quitting to main menu