branchspacechess/main/tut1cancel
24 Commits over 0 Days - ∞cph!
trying out launcher movement increase 1->2
more AI/tutorial stuff.
fixes.
merged from main.
AI is no longer a static class, created with each local game, has it's own AISettings.
spliit AI UDIScore to own class.
wip new AISettings stuff
wip tutorial map and squad
changed all MouseInput. to BaseInput.
refactored UnitFilter to a generic SelectionFilter, used by UnitSelection and new TileSelection.
tile selection can now be locked to specific tile/tiles.
BaseInput now checks TileSelection before trigger tile clicked events.
tutorial turn 1b now locks movement tile selection to the tutorial tile.
TutorialController, state setup.
more wip tutorial