userIan Hendersoncancel
reporust_rebootcancel

4,127 Commits over 701 Days - 0.25cph!

9 Months Ago
- Improved the siege tower collisions on stage changes - Removed invisible doorway colliders on constructable stages
9 Months Ago
Ensured constructable entities update state on the serverside as well as the clientside
9 Months Ago
Added collider to the little overhang roof beside the window
9 Months Ago
Flip tower orientation whilst placing so it looks away from you
9 Months Ago
Fixed broken constructable entity reference
9 Months Ago
- Fixed broken guide mesh - Fixed offset guide mesh deploy location
9 Months Ago
Fixed broken colliders and positions on siege tower constructable stages
9 Months Ago
Added generate.command so you can just double click rather than running terminal
9 Months Ago
Fixed protobufs not generating on OSX
9 Months Ago
vending_stats_fixes_2 -> main
9 Months Ago
- Ensure 'Sold' is translated on single feed entries - Ensure 'Purchased on' is translated on the tooltip popup - Rebuilt phrases
9 Months Ago
Flipped drone accessibility and see stats (makes more sense to the eye)
9 Months Ago
Further work on handling reload state with arrow persistence
9 Months Ago
- Properly initiate fractional reload animation set - Sit for whole length of single reload animation
9 Months Ago
Fixed Single Reload Finish -> idle transfer
9 Months Ago
Fixed deploy -> idle time
9 Months Ago
- Managed to make it rotate without flipping the barrel mid way through - Major code cleanup: use set of angles instead of figuring them out on the fly
9 Months Ago
- Use fixed set of angles for clockwise/anticlockwise so we dont need to duplicate or create new animations - Ensured anticlockwise works just like clockwise angles
9 Months Ago
Codegen Tests
9 Months Ago
Fixed methods being renamed OnDiedByPlayer
9 Months Ago
Added a fresh OnKilled() method inside BaseNetworkable which is actually called OnKilled()
9 Months Ago
Rename Entity profiler back to OnKilled()
9 Months Ago
Replace BaseCombatEntity::OnKilled() with BaseCombatEntity::OnDied() Since when you Kill an entity OnKilled isnt called, its only called on Die() so its way less confusing to be actually named that
9 Months Ago
-Battering Ram wheels now steer the correct way -Battering Ram wheels rotate via Quaternions
9 Months Ago
Experiment with dark pie menu colors
9 Months Ago
Setup rotation through animation curve
9 Months Ago
Swap over to using Quaternions instead
9 Months Ago
Ass rotate implementation. Setup anim events. Moved everything over to a Viewmodel script
9 Months Ago
main -> 4ShotMiniCrossbow
9 Months Ago
deauth_toolcupboard_lock_fix -> main
9 Months Ago
Deauth/Auth radius command now works for the locks on Tool Cupboards
9 Months Ago
Fixed weirdness when applying a door to the Siegetower
9 Months Ago
vending_fixes -> main
9 Months Ago
FakePhysicsRope no longer depends on line renderer. Also setup as a ClientComponent
9 Months Ago
Cant push the siegetower if you are on a drawbridge
9 Months Ago
Siegetower drawbridges parent and unparent parents if they are on the drawbridges when opened/closed
9 Months Ago
Fixed door not being deployable on the Siegetower
9 Months Ago
Resolved duplicate bone names on draw bridge 1/2/3
9 Months Ago
- Fixed wildly inflacted Vending Machine Anayltics when buing multiple purchases - Fixed new vending stats also inflating when buying multiple purchases
9 Months Ago
- Improved raise power - Adjusted angular drag
9 Months Ago
Ensured drawbridges can also be repaired again
9 Months Ago
Ensured siege tower can be repaired again
9 Months Ago
siege_weapons -> primative
9 Months Ago
- Greatly improved the raise command on siege tower - Stopped draw bridges trying to reverse open
9 Months Ago
Major wip: - Set up fractional reload - Setup fast reload values (purely wip and testing) - Setup Mini Crossbow script (sets shots left value) - Use shots left to blend anims
9 Months Ago
Manifest Codegen
9 Months Ago
main -> 4ShotMiniCrossbow
9 Months Ago
vendor_stats_fixes -> main
9 Months Ago
Fixed a case where feed entry could be padded off to the left for no appartent reason
9 Months Ago
vendor_stats_fixes -> main