userJake_Richcancel
branchrust_reboot/main/mortar_prototypecancel

27 Commits over 59 Days - 0.02cph!

3 Months Ago
Add NRE checks in Cannon & Ballista to ignore the missing references to hands & fuses
3 Months Ago
Add mortar3 (cannon based mortar)
3 Months Ago
Add to manifest
3 Months Ago
Fix prefab id
3 Months Ago
Update manifest
3 Months Ago
Create new version of the mortar prefab based on ballista
3 Months Ago
Rename mortar.entity -> mortar2.entity
3 Months Ago
Rename MortarEntity.cs -> MortarEntityOld.cs
3 Months Ago
Fix HasFlags()
3 Months Ago
Codegen
3 Months Ago
Fix GetActiveItem() after merge
3 Months Ago
merge from mortar -> mortar_prototype
3 Months Ago
merge from main -> mortar_prototype
5 Months Ago
Fix the mortar facing backwards when placing (even though ti's a placeholder model)
5 Months Ago
Make the placeholder item icon for a mortar shell more distinct because a blue rocket is terrible
5 Months Ago
Switch the adjustment tool from hammer -> pipe tool because holding E to pickup prevents the radial menu from opening
5 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
5 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)
5 Months Ago
Codegen
5 Months Ago
merge from main -> mortar_prototype
5 Months Ago
More progress
5 Months Ago
More work
5 Months Ago
Make GetActiveItem() work on both client and server
5 Months Ago
More stuff
5 Months Ago
Codegen
5 Months Ago
Update manifest (mortar related stuff only)
5 Months Ago
Initial work