userAdam Wcancel
branchspacechess/maincancel

3,355 Commits over 972 Days - 0.14cph!

8 Years Ago
Deleted the squad editor unit buttons from the scene Changed unit button bar spacings to work with normal Unit button prefabs
8 Years Ago
Added events for clicking map button for preview and for edit. Bottom squad editor panel now opens/closes depending for edit/preview modes
8 Years Ago
Can now drag units from the panel onto the board
8 Years Ago
Scale fix. Dragging and release a unit onto a blank tile now works
8 Years Ago
Added mouse input event for left click up NOT over the board area
8 Years Ago
board unit dragging basics
8 Years Ago
Added mouse input events for releasing left mouse over a unit or a tile Disabled drag scaling for now moe wip dragging
8 Years Ago
merged to main
8 Years Ago
Added more cmd logging to try and catch the verification bug
8 Years Ago
seed rename
8 Years Ago
added some cmd verification debug log, version++
8 Years Ago
Fixed the host not ending games immediately when the attacker still has command points left but they've killed all the enemy units
8 Years Ago
added OptionMouseClicks option, logic not done yet
8 Years Ago
Reverted Control1 map to fix layout
8 Years Ago
Reverted Control map to fix layout
8 Years Ago
Healer no longer thinks it can self targer
8 Years Ago
Removed debug U key to hide UI
8 Years Ago
version++ added a quick What's New data entry, no screenshots for headers.
8 Years Ago
merged from squadedit branch to main
8 Years Ago
squad editor
8 Years Ago
more squad editor
8 Years Ago
more
8 Years Ago
squad editor drag and drop wip
8 Years Ago
disabled ALT key camera rotation
8 Years Ago
#ifdef'd editor functions
8 Years Ago
Saving a map in the map editor now creates a preview thumbnail image, imports it as a sprite and sets it in the map's definition file. Saved screenshots for all existing maps.
8 Years Ago
Mortar max range increased by 1, health decreased by 1
8 Years Ago
wip map preview screenshot generation
8 Years Ago
Updated unit category icon strings
8 Years Ago
pending
8 Years Ago
Fixed ParticleEvent counter not being reset to 0 at start of attack chain ParticleEvent audio definition will now be played if set
8 Years Ago
added a ParticleEvent system, healer example
8 Years Ago
Healer no longer requires LOS
8 Years Ago
more squad editor stuff
8 Years Ago
squad editor help text change. Map buttons now should correct game mode for that map
8 Years Ago
GameCam rotation input polling can now be locked/unlocked. Locked camera rotating when mousewheeling the map list
8 Years Ago
renamed and moved a bunch of LoadoutXXXX scripts to SquadEditorXXX and folders
8 Years Ago
squad editor wip
8 Years Ago
use LayerMask.NameToLayer("OverUI") instead of 12
8 Years Ago
Finished UIUnitDragDrop refactor, renamed it to SquadEditorDragDrop
8 Years Ago
more squad editor UI refactoring
8 Years Ago
First pass of cleaning up UIUnitDragDrop
8 Years Ago
AttackState refactor wip
8 Years Ago
Deleted a bunch of unused Battle states
8 Years Ago
Cleaned up MoveState
8 Years Ago
deleted commented out lines from UnitDefinitionSO
8 Years Ago
added seed for the deterministic gameplay rnd number generator to protobuf replaced fixed seed with a generated seed that gets synced between host/players
8 Years Ago
Capture match action now works again, removed the old CmdSetTag stuff it used. Fixed tag value change delta not getting set during a modification not a set.
8 Years Ago
Quick refactor of CmdEndGame Host now has authority over round timer again Fixed round timer game bugs
8 Years Ago
Cleaned up last fix