Releases: FLWL/aoc-auto-game
Releases · FLWL/aoc-auto-game
aoc-auto-game v1.15
New API functions:
GetGameTime()
- get in-game time in secondsSetWindowMinimized(bool Minimized)
- minimize or show the game windowSetUseInGameResolution(bool Use)
- use or don't use different resolutions for main menu and in-gameSetGameMapSizeDirectly(int Width, int Height)
- set map size directly in coordinate values, rather than predefined sizesGetPlayerScore(int PlayerNumber)
- get player's in-game score
New age2_x1 process command line arguments:
-autogameport <port>
-multipleinstances
aoc-auto-game v1.14
Add RestartGame function, fix SetPlayerComputer.
aoc-auto-game v1.13
Add experimental SetGameFullSpeed feature to make this project slightly more usable standalone.
aoc-auto-game v1.12
Most of the features have been implemented. Should be usable now. Might have some bugs, reports are welcome.