2,596 Commits over 548 Days - 0.20cph!
Added player check triggers to catapult, battering ram and ballista constructables
- Setup to allow constructables to block repair if any player is ontop of the entity
- Push toast to the 'repairer' to let them know
- Added to siege tower initially
hash_conflict_planter -> main
Fixed respawning planter causing hash conflicts on sockets
manifesti_fix -> primitive
Siege tower doors now reverse backwards if theres something in the way whilst opening
mutelist_expose_steamid -> main
Expose users steam ids on chat.mutelist
More building volume changes to try and allow door placement
More checks to prevent a user from pushing the siege tower from a higher point on the tower
- Dont use Protected flag
- Added up to Reserved19
Fixed siege tower wheels using incorrect material on LOD3
Hopefully that prevents all building spots on the tower
Avoid Siege Tower flag conflicts
- Tie prevent building layers on bridges to the bones instead
- Allow animation bones to exist on the server
- Oversize prevent building triggers
- Each Drawbridge handles its own prevent building area
- Ensured correct wheel type is used for the right hand side of the tower
- Removed unused LOD4
- Attempts to fix parenting on drawbridges
- Wheel LOD fix
Fixed side areas on constructable tower
Setup Siege Tower LODs 0-3
Fixed some broken prevent building colliders
- Improved the siege tower collisions on stage changes
- Removed invisible doorway colliders on constructable stages
Ensured constructable entities update state on the serverside as well as the clientside
Added collider to the little overhang roof beside the window
Flip tower orientation whilst placing so it looks away from you
Fixed broken constructable entity reference
- Fixed broken guide mesh
- Fixed offset guide mesh deploy location
Fixed broken colliders and positions on siege tower constructable stages
Added generate.command so you can just double click rather than running terminal
Fixed protobufs not generating on OSX
vending_stats_fixes_2 -> main
- Ensure 'Sold' is translated on single feed entries
- Ensure 'Purchased on' is translated on the tooltip popup
- Rebuilt phrases
Flipped drone accessibility and see stats (makes more sense to the eye)
Further work on handling reload state with arrow persistence
- Properly initiate fractional reload animation set
- Sit for whole length of single reload animation
Fixed Single Reload Finish -> idle transfer
Fixed deploy -> idle time
- 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
- 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
Fixed methods being renamed OnDiedByPlayer