reporust_rebootcancel

105,883 Commits over 3,806 Days - 1.16cph!

5 Months Ago
New sprint mode pose for bicycle rider
5 Months Ago
Full manifest rebuild
5 Months Ago
New attempt - load all preprocessed prefabs into a dedicated client/server scene and include that in the build Created new FileSystem backend that is mostly working, builds are done via Builds/PreProcess/ menu
5 Months Ago
Middle finger gesture
5 Months Ago
Pedal bike setup bits and pieces
5 Months Ago
Greybox scene changes
5 Months Ago
More build cleanup, not much progress
5 Months Ago
Fix recoil properties not being modified
5 Months Ago
Expose recoil values for weapons Add `mod_ents` command to search for entity shortnames
5 Months Ago
Exposing more things & lots of cleanup + organizing code Serialize AnimationCurve as protobuf
5 Months Ago
Expose BaseProjectile fields too
5 Months Ago
Expose clientside variables (firerate, deploydelay, animationdelay) to be modded by server Add `mod {prefab} {field} {value}` command to allow you to modify weapons at runtime
5 Months Ago
updating bicycle model
5 Months Ago
adding bike_sidecar prefab and WIP bicycle setup
5 Months Ago
Added a simple custom testing framework
5 Months Ago
Fixed IO UI showing wrong power values when wiring entities from output to input
5 Months Ago
Removed physics.steps and physics.minsteps. Instead, time now includes both server and client convars for delta and max delta, both set from the server, with the client ones replicated to all clients
5 Months Ago
New idea: what if we saved preprocessed versions of all of our prefabs outside of the assets folder?
5 Months Ago
SAR + P17 cam anim tweaks
5 Months Ago
Hunting bow deploy and admire viewmodel camera animations - fixes the camera offset snap when deploying the bow.
5 Months Ago
merge from main
5 Months Ago
Finally got a maybe working bundle out of this, still way too slow
5 Months Ago
Viewmodel camera anims for P17 deploy and reloads
5 Months Ago
Greybox scene changes
5 Months Ago
First person greybox scene for vm anims
5 Months Ago
Reverted vm cam idle clip to 2 frame duration
5 Months Ago
Better naming for vm cam clips
5 Months Ago
Redone convars for controlling physics timesteps on the server and client. For some reason these currently break the automated code gen.
5 Months Ago
Disabled root motion on camera animation setup for SAR and P17 viewmodels. Added deploy vm camera animation for SAR.
5 Months Ago
Turn off root motion on viewmodel camera animator
5 Months Ago
Fixed SAR reload sounds being out of sync
5 Months Ago
Added SAR vm camera anims for reload and admire. Moved vmcamera idle to root directory for reuse across viewmodels.
5 Months Ago
Fix missions UI always appearing when a player connects to a server with BaseMission.missionsenabled set to false
5 Months Ago
Oops, revert bootstrap physics tick rate commit
5 Months Ago
Pedal bike more responsive steering etc
5 Months Ago
Pedal bike inertia tensor edit. Allow easier x-axis tilt, but being careful not to bring back physics jitter.
5 Months Ago
Pedal bike suspension and max RPM edits
5 Months Ago
Merge from parent
5 Months Ago
Add support for the new has ammo layer on newer viewmodels to the Viewmodels test scene
5 Months Ago
Set waterlogged point for all bike types
5 Months Ago
Rename legacy animator field
5 Months Ago
Add admire support to the Viewmodels scene
5 Months Ago
Remove admire->idle transition
5 Months Ago
Add ViewmodelCameraAnimationSync component to sync the camera anim to the regular viewmodel anim Setup on p17
5 Months Ago
Added P17 vm camera anim clips for testing
5 Months Ago
Better parameters in FindAssets method, fix compile errors after merge
5 Months Ago
Merge from main (reviving this for hackweek)
5 Months Ago
Backups
5 Months Ago
Manifest
5 Months Ago
Merge Main -> Bikes