Skip to content

Releases: ianmaclarty/amulet

v1.9.1

07 Dec 22:50
Compare
Choose a tag to compare

Changes between v1.9.0 and v1.9.1:
7761b34 document am.load_obj function

v1.9.0

29 Nov 03:27
Compare
Choose a tag to compare

Changes between v1.8.2 and v1.9.0:
3eab039 update copyright year
3343991 build lua52 for releases and add luavm conf setting
ae6b110 lua52 fixes

v1.8.2

17 Nov 04:04
Compare
Choose a tag to compare

Changes between v1.8.1 and v1.8.2:
8460e0b fix cycle detection bug in table.tostring

v1.8.1

12 Nov 05:58
Compare
Choose a tag to compare

Changes between v1.8.0 and v1.8.1:
69c813e allow remove_quad method to remove multiple quads at once
92c3ae0 return failure exit code if script with no window throws an error
71032f8 remove annoying warning

v1.8.0

21 Sep 01:39
Compare
Choose a tag to compare

Changes since 1.7.4:

d284ae7 cleaner html progress bar
1c38c1f table.deep_copy no longer throws an error with userdata values, instead copies the references
db9c56c add translate4 and scale4

v1.7.4

04 Aug 12:01
Compare
Choose a tag to compare

Highlights:

  • upgrade to latest ANGLE drivers on windows
  • log messages and tracebacks are now also written to a log.txt file in the app's data folder where save files are kept (useful if a user reports a crash and didn't take a screenshot of the traceback)
  • some bug fixes
  • bunch of android stuff. exports are not supported yet though, sorry.

Changes between v1.7.2 and v1.7.4:
6b86efb android IAP
bf8deca more android stuff
f97befd android: recreate opensl when restarting
8f3819f android fixes
7371847 add support for google play leaderboards on android
2638c6f google play achievments for android
1f5fb89 build android lib on travis
a440475 make sure am.language only returns a supported language
dc7a022 only init google play services if requested
ff4d804 android: dont wait forever for iap service
715e46d fix bug when reading obj files with texture coordinates
3cc36cb Merge branch 'master' of https://github.com/ianmaclarty/amulet
e5aaa21 fix bug when clearing the depth buffer
022ba05 fix gcc compilation error
9941845 upgrade to latest angle driver on windows
6ecb289 write log messages to log.txt in the app data dir

v1.7.3

01 Aug 13:15
Compare
Choose a tag to compare
v1.7.3 Pre-release
Pre-release
v1.7.3

v1.7.2

16 Apr 08:54
Compare
Choose a tag to compare

Highlights:

  • Fix html editor bug introduced in 1.7.1

Changes between v1.7.1 and v1.7.2:
19b86b9 only recreate render state on android

v1.7.1

14 Apr 13:19
Compare
Choose a tag to compare
v1.7.1 Pre-release
Pre-release

Highlights:

  • Update SDL for keyboard repeat bug fix on Linux
  • Doc fixes

Changes between v1.7.0 and v1.7.1:
a2084df document that particles2d requires a blend mode
c0ef4d2 fix typo in docs
2b7c39e call finishTransaction on iap transaction
3d6977c iap changes
52cfd10 improvements to iaps
b6accfd add am.get_banner_ad_height
3619b47 towards android port
ea5b3b2 android java wrapper
44d1211 android: fix bug when restarting after gl context lost
fb7ecb7 add SDL2-hg-2016-10-30 for keyboard repat fix
43e0fdf add prebuilt sdl for linux64
0bfc9bf add prebuilt sdl for linux32
d72a111 add sdl win patch file

v1.7.0

15 Jan 01:50
Compare
Choose a tag to compare

Highlights:

  • Documentation fixes
  • Fix a bug in the export command where it always recursed
  • Windows now have a show_cursor property

Changes between v1.6.1 and v1.7.0:
36bb9b5 experimental google ads support
74efd57 allow controlling ads from lua code
ddae04f iap (untested)
f158472 set transaction observer before running lua
daf8073 only show ads if filled
298323f MurmurHash: Merge MurmurHash3.cpp to latest release
526d546 Merge pull request #103 from CTXz/master
738d6c0 add window.show_cursor
51eeb6d fix error in docs (load_buffer should have been load_audio)
57933ad load_{buffer,string,script,audio,image} now return nil on error
e9d650d Merge branch 'master' into google-ads
6c564b8 game center fix
ea5c138 animate ads
686570b add iap_product_local_price
408c22f only build with google ads if framework present
d6894d4 document highdpi window setting
7b60037 ios: set audio category before activating audio
4bb563d perf_stats now includes draw and use_program calls
b3be510 fix export bug where it always recursed
e48b2e6 avoid generating sprites for characters not in font