Skip to content

Releases: Jvinniec/aoe2-aiscript

Fixes for control directives

28 Sep 13:31
Compare
Choose a tag to compare

This release fixes some typos (see #16). It also fixes issues where conditional load directives (like #load-if-defined, #else, etc...) were not recognized for autocompletion or signature help.

Improved resources

18 Feb 00:03
e880c4f
Compare
Choose a tag to compare

Major updates to the resource files to include additional objects, such as unit classes, lists, and sets as well as building classes, civilization settings, and much more.

1.6.0 adds additional ID numbers to techs, buildings, units, etc... as well as many fixes to the various resources themselves. It also sees the experimental help features moved out of experimental and into release :D

New experimental help text

16 Feb 13:59
Compare
Choose a tag to compare

This release includes a new experimental feature: help text. This comes in three forms:

  1. completion suggestions (such as commands, units, buildings, etc...)
  2. command signature help (help regarding what the next parameter of a command is as you type it)
  3. hover text (hover over a command or object to see a description of that command or object)

Note that experimental features are disabled by default so that the average user has a stable experience. If you would like to try them out, you can enable them under settings. Please feel free to submit any feedback you may have under 'issues'.

This version also includes a minor update to the syntax highlighting that now highlights all commands and facts, rather than just a few select ones.

Introducing: Snippets!

11 Jan 21:07
Compare
Choose a tag to compare

There are now a few snippets that are available:

  • 'addrule': Inserts the boilerplate code that defines a new rule
  • 'buildrule': Inserts the basic code for a rule that builds a building
  • 'trainrule': Inserts the basic code for a rule that trains a unit

Feel free to submit ideas for additional snippets.

Minor upgrades, mostly in file formatting

10 Jan 21:09
Compare
Choose a tag to compare

Fix image size in README
Add badges
Add several descriptors to the syntax highlighting

Alpha Release

10 Jan 10:10
Compare
Choose a tag to compare

This is meant to serve as the alpha release providing very crude syntax highlighting for AoE2 AI scripts.