userJake_Richcancel
branchrust_reboot/main/mortar_prototypecancel

27 Commits over 59 Days - 0.02cph!

24 Days Ago
Add NRE checks in Cannon & Ballista to ignore the missing references to hands & fuses
24 Days Ago
Add mortar3 (cannon based mortar)
24 Days Ago
Add to manifest
25 Days Ago
Fix prefab id
25 Days Ago
Update manifest
25 Days Ago
Create new version of the mortar prefab based on ballista
25 Days Ago
Rename mortar.entity -> mortar2.entity
25 Days Ago
Rename MortarEntity.cs -> MortarEntityOld.cs
25 Days Ago
Fix HasFlags()
25 Days Ago
Codegen
25 Days Ago
Fix GetActiveItem() after merge
25 Days Ago
merge from mortar -> mortar_prototype
25 Days Ago
merge from main -> mortar_prototype
3 Months Ago
Fix the mortar facing backwards when placing (even though ti's a placeholder model)
3 Months Ago
Make the placeholder item icon for a mortar shell more distinct because a blue rocket is terrible
3 Months Ago
Switch the adjustment tool from hammer -> pipe tool because holding E to pickup prevents the radial menu from opening
3 Months Ago
Add per-player cooldown so you can't alternate mortars to fire faster than intended - set cooldown on both players & mortars - use prediction to set the cooldown on the client after firing the mortar so the UI for "Fire" doesn't flicker before the network update is sent
3 Months Ago
Make "Fire" take 2.5 seconds - shorten cooldown from 4 -> 2 seconds to compensate - using the progress bar to imagine some kind of loading shell animation and then the mortar would have a short cooldown after shooting before you can load the next one Keep setting up prefab - enable repair - set max health - reduce placement angle from 45 degrees to 15 degrees (since it's currently based on large box placement)
3 Months Ago
Codegen
3 Months Ago
merge from main -> mortar_prototype
3 Months Ago
More progress
3 Months Ago
More work
3 Months Ago
Make GetActiveItem() work on both client and server
3 Months Ago
More stuff
3 Months Ago
Codegen
3 Months Ago
Update manifest (mortar related stuff only)
3 Months Ago
Initial work