userBill Bcancel

13,129 Commits over 2,800 Days - 0.20cph!

5 Years Ago
Refctor some module manager inventory code into a separate class
5 Years Ago
Remove module manager partial class, merge it into the main one.
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Slightly more oversteer
5 Years Ago
▅█▌▅ ▄█▄ ▉▇▍█ ▌▅▊▊▆ ▉▋ ▅▅▌▇▉▄▆ ▍▊ ▍▌'▉ █▅█▇▉ ▊▄▇▇▄ ▌█ ▍▋▇ ▊▋▉▇▄▉.
5 Years Ago
Fix client compile issue
5 Years Ago
Beefed up the isDraggable to a more general isUIInteractable. If false, prevents any UI-based interaction with the item. Drags, clicks, etc.
5 Years Ago
Added isDraggable setting which if false, sets items as non-draggable. Dummy slot fillers are no longer draggable.
5 Years Ago
Allow moving modules on top of themselves
5 Years Ago
Added support for moving modules around on a vehicle (vs add/remove)
5 Years Ago
- Adjust vehicle lift states - Adjust vehicle lift model - Freeze vehicle physics when vehicle is editable - Protocol++, Save++
5 Years Ago
Adjust vehicle lift length
5 Years Ago
Fixed several issues with adding and removing modules
5 Years Ago
Fixed dummy slot items not being added
5 Years Ago
Correctly end vehicle module UI editing when player closes it
5 Years Ago
Vehicle modules show up in the editing UI
5 Years Ago
Linking module item, dummy item, and physical entity data together, and getting removal working.
5 Years Ago
Random modular vehicle spawns now working with the new system
5 Years Ago
Setting up modular systems to work with the socket inventory
5 Years Ago
Refactoring module add
5 Years Ago
Steering wheel and player's arms on steering wheel now animate. Any module can now modify the player model
5 Years Ago
Make horse driveable too
5 Years Ago
Fix bad merge issues with mount points on other vehicles as well
5 Years Ago
Better fix for scrap transport heli
5 Years Ago
Fix driver seat setting in the scrap transport heli
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Cleaning up bugs, working on item support and editing UI. Save socket info on the item instead of the module so we can handle double socket items. Some renaming.
5 Years Ago
Fix vehicle modules not being added on client. Vehicles are driveable again.
5 Years Ago
Major refactor to make the module manager a sub-entity, letting it do its own entity methods etc. Also setting up for the module inventory being the major determiner of which modules are on the vehicle. Some things currently a little broken, but all is compiling.
5 Years Ago
Adjust chassis colliders to match Thai's new models
5 Years Ago
Working on modular vehicle inventory (module sockets)
5 Years Ago
Changed inspector foldout style because the previous version was preventing propertydrawer editing (Unity bug?)
5 Years Ago
Fix modifying list within foreach
5 Years Ago
Merge from Main -> Vehicles
5 Years Ago
Extra null check
5 Years Ago
Fix compile errors
5 Years Ago
Make model settings collapsible in inspector
5 Years Ago
More work on the configurable module models for Thai. Nearly done now.
5 Years Ago
Implemented SocketIsFree method
5 Years Ago
Better system for sockets
5 Years Ago
Bit of a hack to get module sockets working again, will fix this properly soon
5 Years Ago
Adjusted wheel collider positions to match Thai's new models
5 Years Ago
Move var
5 Years Ago
Fix unnecessary Client/Server code in BaseModuleManager
5 Years Ago
Working on a setup for Thai where module model renderers can adapt to appear differently in different slots
5 Years Ago
Added inventory item prefabs for every existing vehicle module
5 Years Ago
Vehicle garage lift area, added non-functional crafting table
5 Years Ago
Initial work on vehicle editing UI
5 Years Ago
Wheel settings edit
5 Years Ago
Initial work on vehicle editing UI, using workbench UI as a placeholder for the moment