4,684 Commits over 976 Days - 0.20cph!
Enable/disable model renderer when using model panel inspector
Use InputHint for NotesUI
Not sure why I pass victim in our damageinfo at all, doesn't make sense and it's not used
Posture mechanic compensates for any damage taken, and controls breaking posture - don't block attacks if we broke posture in the same attack
Start designing posture mechanic
Fixed being able to block while in the notes UI
Add SwingingHeavyAttack, only gets set when you're winding up your attacks
Added jason spawner, hooked up state enter voices for AI so they'll play their respective voices
Port weapon code to use voice list
Start work on weapon refactor - hold state info in a resource, pass resource into attack components
Add VoiceListResource
Add VoiceListResource.Find( key, fallback )
Add voice lists for other crackhead variants
Add Actor.PlayVoice, Actor.VoiceList, create player's voice list
Add named camera effects for weapon attacks
Fixed up all the other melee weapons, and added alt swings to all weapons
Merge "weapon_refactor" into "main"
Fixed up all the other melee weapons, and added alt swings to all weapons
Add named camera effects for weapon attacks
Start work on weapon refactor - hold state info in a resource, pass resource into attack components
Add VoiceListResource
Add VoiceListResource.Find( key, fallback )
Add voice lists for other crackhead variants
Add Actor.PlayVoice, Actor.VoiceList, create player's voice list
GameController -> CGameController, some code refactor, Controller is a handle
Add Actor.PlayVoice, Actor.VoiceList, create player's voice list
Add voice lists for other crackhead variants
Add VoiceListResource.Find( key, fallback )
Start work on weapon refactor - hold state info in a resource, pass resource into attack components
Interaction: grab bounds center for screen position, not just the GameObject's position
Inventory items have stack sizes, when adding items, recognize existing item instances and top up stacks before adding new slots
Rip out SteamInput and our Controller API
Init SDL_GAMECONTROLLER, add standard mappings file (will move this later), find all of our game controllers on startup, hook up events for handling controller lifetime, button events and analog inputs
Turn off steam overlay in the editor again
Forward controller button events to managed
Forward controller axis events to managed
Simple device instance memory (disconnect and reconnecting the same controller should point to the same device), all events pass controller ID
Delete Input.AnalogInputs/GetAnalog (might re-add later)
Delete Input.AnalogInputs/GetAnalog (might re-add later)
Simple device instance memory (disconnect and reconnecting the same controller should point to the same device), all events pass controller ID
Forward controller axis events to managed
Forward controller button events to managed
Rip out SteamInput and our Controller API
Init SDL_GAMECONTROLLER, add standard mappings file (will move this later), find all of our game controllers on startup, hook up events for handling controller lifetime, button events and analog inputs
Turn off steam overlay in the editor again
Initial proof of concept for scoping gamepad inputs
- Push input scope if a GameObject has an InputScope component, which pushes the active input context
- Don't use Controller.First anywhere other than UI
- Poll every gamepad input and store an InputContext per controller, instead of just the first one
Todo:
- Fallback to first controller if we don't define any input scopes at all
- Let the keyboard and mouse easily be the "non-scoped" input, so we can have two player games with just one gamepad
Can drop into hierarchy (resolves Facepunch/sbox-issues#4453)
F1 console: copy exception stack to clipboard when clicking entry (resolves Facepunch/sbox-issues#5038)
Add scroll area to EnumControlWidget
Update IntegerControlWidget label color
GameManager -> Game
Populate some missing TypeSerializedField virtuals (fixes Facepunch/sbox-issues#5042)
Support serializing field containers
Fix Facepunch/sbox-issues#5048, Facepunch/sbox-issues#5044
Scope to the active scene when running commands
Remove all references of OpiumSoundEvent, won't be needed
Hook up separate viewmodel camera, hook up independent fov settings
https://files.facepunch.com/tony/1b0211b1/sbox-dev_t3Xve3ReGZ.mp4
Fix not being able to open the player prefab
Tentative fix for Facepunch/sbox-issues#5021
Add ability to fullscreen the scene viewport https://files.facepunch.com/tony/1b2911b1/sbox-dev_kpYpHqbHbE.mp4
Use SerializedObject.OnPropertyChanged for more reliable update, instead of relying on OnChildValuesChanged
Signal value changes for ResourceControlWidget too
Signal value changes for GameObjectControlWidget
Compile GameResource if their source changes (external changes, disk saving)
Add toggle grid option pending review of scene toolbar binds (sbox-issues/issues/4767)
Fix NRE when trying to access Game.Overlay stuff without a modal system