useroctocancel

928 Commits over 396 Days - 0.10cph!

3 Months Ago
update from main
3 Months Ago
Fix miner's hat not showing up in the workshop editor
3 Months Ago
merge from PlayerRigUpdate2
3 Months Ago
merge from mortar_fixes
3 Months Ago
Fix spectator mode being broken for vehicles that don't override position/rotation
3 Months Ago
Fix rare NRE from missing player models when creating sweep handles
3 Months Ago
update from main
3 Months Ago
merge from PlayerRigUpdate2
3 Months Ago
Fix burst cloth when spawning in near sleeping players
3 Months Ago
merge from main
3 Months Ago
merge from PlayerRigUpdate2
3 Months Ago
Fix mortar demos being broken if you start demos while mounted on them.
3 Months Ago
Fix skinnable prefab names not being lowered = emitting warnings on spawn.
3 Months Ago
Fix playables not disposed error in editor
3 Months Ago
Add `weather.savetofile` command for saving out quick cfgs with the current time of day/weather/sun rotation, etc.
3 Months Ago
Update skinnable fileIDs
4 Months Ago
Remove turn animations from AK, seems to break stuff even tho they aren't used
4 Months Ago
Push up temp animations and angles for turn in place, maybe they can be used as reference
4 Months Ago
Add secondary motion/foot scatter, re-format fields
4 Months Ago
Turn in place IK subsystem, turns the player's lower body towards where they're facing rather than just sliding the feet - still kinda robotic.
4 Months Ago
merge from mortar_prototype
4 Months Ago
Fix animation handles not being freed on mortars/cannons in demos
4 Months Ago
Add seagull assets + some test scripts
4 Months Ago
Fix spectator mode using the wrong mounted rotation/position overrides
4 Months Ago
merge from mortar_prototype
4 Months Ago
Fix mortar animation handles not getting disposed of properly in demos
4 Months Ago
Fix item pooling error when demo scrubbing (copying over flavien's changes)
4 Months Ago
merge from main
4 Months Ago
update from player_rig_update
4 Months Ago
Use target normal when placing mortars, it now displays the correct terrain/angle error toast
4 Months Ago
update from main
4 Months Ago
merge from main
4 Months Ago
Fix camera jitter on mortar from eye pos always being 1 frame behind the mortar rotation, re-add lerping that ballista/cannons had. Bump up renderer bounds on mortar model again
4 Months Ago
Bump up mortar extents to prevent it from disappearing at some angles while looking around
4 Months Ago
Add more destroy calls for the mortar shell visual just to be sure its fully gone
4 Months Ago
subtract pickup changes
4 Months Ago
Fix held options not showing up in the pie menu if there are multiple options, fix pie menu ignoring option time, prioritize mount over pickup
4 Months Ago
Fix playable NREs when a player dies on mortars
4 Months Ago
Add chest offset IK, enable it for mortar to fix clipping issues
4 Months Ago
merge mortar_prototype
4 Months Ago
remove default value on recoil pitch duration
4 Months Ago
Fix mortar first person arms disappearing sometimes
4 Months Ago
Fix HE color in mortar UI
4 Months Ago
Implement zero angle sweep/attack/reload, disable new recoil anim less than 2-5 degrees
4 Months Ago
Fix duplicate internal IDs on the new mortar animations
4 Months Ago
- Add health UI bar to mortars (toggle for all mountables, sorry for stupid long import but this is cleaner than just adding it for mortars). - Bump up culling distance on mortar mesh - Disable smoke trail on mortar shells held in hand - Add recoil animation on mortars to make recoil more intuitive - Add `error_mortar_uneven_ground` toast to make it more obvious why you can't deploy a mortar
4 Months Ago
Drive motion time on mortars with the reload parameter (idk how this got removed), remove transition time between reload->fire
4 Months Ago
Set pitch parameter on mortar blend trees, fix mortar controller not transitioning between states, fix mortar reload being slower than it's animation.
4 Months Ago
Add anchors to generic overlay, attach mortar display to center anchor + some offset.
4 Months Ago
merge from mortar_prototype