userIan Hendersoncancel
reporust_rebootcancel

2,596 Commits over 548 Days - 0.20cph!

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