Skip to content

Releases: RPGHacker/asar

v1.91

13 Mar 10:34
Compare
Choose a tag to compare

Minor bugfix release. Fixes some deprecation warnings not showing up properly. Also fixes some compiler warnings and adds version info to libasar on linux.

v1.90

23 Feb 17:59
Compare
Choose a tag to compare

A bunch of new features accumulated over 3 years. Lots of deprecations for stuff that will be removed. Notable new features:

  • for loops that look like for i = 0..123, which are a more convenient notation for while loops.
  • spcblock is a new, more flexible replacement for arch spc700-inline.
  • "static" labels (that is, labels that are defined with the label = $123456 syntax) can now be used in if conditions.
  • freecode can now be used in HiROM, ExHiROM, and ExLoROM mappers.
  • New pc() and realbase() math functions.

See the changelog or release announcement thread for more info.

The asar190.zip file has been updated after the initial release to fix some links in the README (commit 897c388). Everything else is built from exactly the v1.90 tag.

v1.90 RC 1

09 Feb 09:22
Compare
Choose a tag to compare

In preparation for a smooth-ish transition to Asar 2.0, this version mostly deprecates some legacy features and fixes a lot of bugs. Some minor new features were added. See changelog (included in zip or at https://rpghacker.github.io/asar/changelog/) for more information.

1.81

20 Jan 16:20
a8538ca
Compare
Choose a tag to compare

minor bugfix release, fixes defines getting evaluated in false if statements in variadic macros, and fixes a phantom error related to referencing structs before defining them

1.80

18 Jan 11:26
271b9e1
Compare
Choose a tag to compare

Lots of new features and bugfixes accumulated over the past 2 years. See changelog (included in zip or at https://rpghacker.github.io/asar/changelog/) for more information.

1.71

06 Jan 21:30
217a93f
Compare
Choose a tag to compare

Some bugfixes. Changelog included. (or at http://rpghacker.github.io/asar/changelog)

1.70

04 Jan 16:12
1dbf2c9
Compare
Choose a tag to compare

Release for SMWC3 Winter 2019. Changelog included.

1.61

22 Aug 11:10
6ff85d4
Compare
Choose a tag to compare

A small bugfix release. It re-adds if !condition (#113), and fixes #111.

1.60

06 Jul 14:24
6c6fa1d
Compare
Choose a tag to compare

Full 1.60 release for SMWC C3 Summer 2018. Changelog included.

1.60 beta 1

13 May 17:30
f069cb0
Compare
Choose a tag to compare
1.60 beta 1 Pre-release
Pre-release

First beta release of Asar v1.60, mainly for compatibility testing purposes.
Might not contain all features of the full v1.60 release yet.