Skip to content

Releases: FLWL/aoc-auto-game

aoc-auto-game v1.15

18 Mar 11:22
Compare
Choose a tag to compare
aoc-auto-game v1.15 Pre-release
Pre-release

New API functions:

  • GetGameTime() - get in-game time in seconds
  • SetWindowMinimized(bool Minimized) - minimize or show the game window
  • SetUseInGameResolution(bool Use) - use or don't use different resolutions for main menu and in-game
  • SetGameMapSizeDirectly(int Width, int Height) - set map size directly in coordinate values, rather than predefined sizes
  • GetPlayerScore(int PlayerNumber) - get player's in-game score

New age2_x1 process command line arguments:

  • -autogameport <port>
  • -multipleinstances

aoc-auto-game v1.14

07 Mar 20:15
86132bf
Compare
Choose a tag to compare
aoc-auto-game v1.14 Pre-release
Pre-release

Add RestartGame function, fix SetPlayerComputer.

aoc-auto-game v1.13

07 Mar 01:31
8153810
Compare
Choose a tag to compare
aoc-auto-game v1.13 Pre-release
Pre-release

Add experimental SetGameFullSpeed feature to make this project slightly more usable standalone.

aoc-auto-game v1.12

07 Mar 00:24
83f9667
Compare
Choose a tag to compare
aoc-auto-game v1.12 Pre-release
Pre-release

Most of the features have been implemented. Should be usable now. Might have some bugs, reports are welcome.