| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switch exp/slices to slices module | Florian Fischer | 2025-09-03 | 1 | -2/+1 |
| * | use slog and add game log handler callback | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| * | minor code improvements reported by golangci-lint | Florian Fischer | 2025-08-20 | 1 | -4/+4 |
| * | fix SimpleAi unit handling | Florian Fischer | 2025-08-20 | 1 | -1/+9 |
| * | fix AI if no paths or full action targets are available | Florian Fischer | 2025-08-20 | 1 | -2/+11 |
| * | fix Shy AI not issuing full actions | Florian Fischer | 2025-08-20 | 1 | -10/+3 |
| * | improve UnitAI abort error message | Florian Fischer | 2025-08-20 | 1 | -7/+15 |
| * | panic if unit ai posts a nil action | Florian Fischer | 2025-08-20 | 1 | -1/+3 |
| * | support street actions | Florian Fischer | 2025-08-20 | 1 | -33/+72 |
| * | do not pass the map through the Attackable* function family | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | do not return nil actions | Florian Fischer | 2025-08-20 | 1 | -4/+1 |
| * | detect end of unit AI actions and tap the unit | Florian Fischer | 2025-08-20 | 1 | -3/+13 |
| * | use suggested AI if no explicit desc is available | Florian Fischer | 2025-08-20 | 1 | -1/+4 |
| * | add simple ai implementation | Florian Fischer | 2025-08-20 | 1 | -2/+146 |
| * | use constant exportet errors | Florian Fischer | 2025-08-20 | 1 | -2/+4 |
| * | improve code | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| * | finish the shy AI | Florian Fischer | 2025-08-20 | 1 | -9/+54 |
| * | finish the target-oriented ai | Florian Fischer | 2025-08-20 | 1 | -34/+110 |
| * | introduce game.State interface abstraction | Florian Fischer | 2025-08-20 | 1 | -6/+6 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -9/+53 |
| * | export less methods | Florian Fischer | 2025-08-20 | 1 | -12/+16 |
| * | fix Wandering AI NPE for piled units | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | replace Fatalf with Panicf | Florian Fischer | 2025-08-20 | 1 | -4/+4 |
| * | fix ai NPE when selecting a unit where to spawn frost pylon | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -25/+27 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+1 |
| * | improve permanent pile support | Florian Fischer | 2025-08-20 | 1 | -1/+5 |
| * | fix ai full action target selection | Florian Fischer | 2025-08-20 | 1 | -4/+7 |
| * | fix parsing of wandering ai | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+343 |
