3,355 Commits over 972 Days - 0.14cph!
version++
added a quick What's New data entry, no screenshots for headers.
Removed debug U key to hide UI
Healer no longer thinks it can self targer
Reverted Control map to fix layout
Reverted Control1 map to fix layout
added OptionMouseClicks option, logic not done yet
Fixed the host not ending games immediately when the attacker still has command points left but they've killed all the enemy units
added some cmd verification debug log, version++
Added more cmd logging to try and catch the verification bug
Added mouse input events for releasing left mouse over a unit or a tile
Disabled drag scaling for now
moe wip dragging
board unit dragging basics
Added mouse input event for left click up NOT over the board area
Scale fix.
Dragging and release a unit onto a blank tile now works
Can now drag units from the panel onto the board
Added events for clicking map button for preview and for edit.
Bottom squad editor panel now opens/closes depending for edit/preview modes
Deleted the squad editor unit buttons from the scene
Changed unit button bar spacings to work with normal Unit button prefabs
mousing into the map viewport of preview map now switches to edit mode
removed debug test output
squad editor unit list now defaults to the large view, clean up
Disabled top and bottom fade masks for unit panel
Moved info card panel display from long hover to hover event
Placement effect now plays when dropping a unit on a tile in squad editor
Added DelayedDestroy script to JumpEffect
added PlayHiAnim() to UnitView, now ref that instead.
Unit hit gets triggered when dropping a unit onto tile
Fixed rotation spazzing when picking up units
using new placement effect
Each attack definition can now specify it's own CP cost.
Added ResetMovementCombatAction
Added Booster unit.
Generated unit portraits.
Fixed some target colour issues.
reduced volume of attack mode clip
Added a quick script to make the booster rotate until it has anims.
More friendly-ability range fixes.
Increased shooter dmg 4->5
Deleted PostAttackCombatAction and moved it to the end of the attack command.
Moves and attacks now return their calculated CP cost to the calling function.
Added Free Move / Free Attack floating combat text
CP text stuff, reduced booster moevement 4->2, booster can now do 1-2 dmg
CP text brackets, verification bug attempt 1
moved a squad editor helper function to Utils class
removed unit list bounce when scrolling
initial scene/script setup for squad editor current unit bar
Squad Editor current unit list now updates with squad load/save/change
Renamed health bar stuff to unit related stuff
squads can now be reset to their defaults
added defaults button to squad editor
squad editor bottom panel layout changes
block is now taken from the unit def
set all the unit block values, updated dmg calculations and displays to use these values
Mortar, Patcher AE_Attack events
Renamed Launcher prefab correctly (was Turret)
Launcher AE_Attack event
restored PostAttackCombatAction, but now only handles restoring direction
Launcher now uses a ProjectileAttackView, new missile attack works