Skip to content

Releases: ianmaclarty/amulet

v1.21.11

12 Feb 00:34

Choose a tag to compare

Please note, this is the first release using Github Actions. Previous releases were built with Travis and Appveyor, but those have long since stopped working. Unfortunately I didn't have time to port the windows and mac installer packages, but the zips are still available. I also wasn't able to get the emscripted (html) build working, so, for now, please use previous releases for that. I also wasn't able to build on the new ARM Macs yet, so the macos release still targets intel (which is what I own), for now.

Changes between v1.21.10 and v1.21.11:
5a40b93 Allow loading data.pak from a different url via window.amulet_data_pak_url
48b85c2 add native file open dialog (windows only for now)
2689984 fix build error on mac and linux
b9f61f3 fix error in mingw build
7cf648f disable native file open dialog on mingw to avoid link error
084afdf Merge pull request #137 from jminor/external_data_pak
b483259 @ character at beginning of resource to load now forces it to be loaded from filesystem, without prepending data dir path
8fa43fc upgrade stb_image to get 16 bit png support
b0e8b28 minor documentation fixes
99f1a36 revert city.lua changes
3d1363e Merge pull request #139 from selvan/master
328dd7b Add documentation for am.type
4090c8d Merge pull request #140 from churchianity/master
92a9d60 add documentation for am.rand
f5791fd Merge pull request #142 from churchianity/am_rand
ecf02fe Add bindings setting to am.postprocess
67cb615 Add documentation for the new settings field: bindings
5cabf42 Expose bindings field for am.postprocess
4a7cf2d Merge pull request #143 from InquisitivePenguin/postprocess-bindings
26e8ba2 target android sdk 34 by default

v1.21.10

10 Oct 04:42

Choose a tag to compare

Changes between v1.21.9 and v1.21.10:
b76dde7 Fix html export keyboard event handling to support semicolon, minus, equals, and left/right Mac command keys. (thanks jminor)
b4a78ea Fixed command key in Firefox. (thanks jminor)
683ee92 Add support for highdpi in html exports. (thanks jminor)
ab9387d fix segfault when resizing a framebuffer

v1.21.9

22 Jun 05:41

Choose a tag to compare

Changes between v1.21.8 and v1.21.9:
e34b3e0 log errors when writing to save file
42cda6d do not write to log file if cannot open
52063ac include errno
20fc64a avoid a warning when rendering zero length strings
23cd490 remove a debug print when exporting
dca728b add -no-border option to pack command
cb67cca add quads:clear() method
ad51f2f update copyright year
e328313 set android:resizeableActivity to false in AndroidManifest.xml
02b3304 keep local references to debug library in case it is redefined by user

v1.21.8

23 Feb 05:11

Choose a tag to compare

Changes between v1.21.6 and v1.21.8:
a447060 throttle framerate on osx metal too when in background as catalina seems to have the same issue as previous versions had with gl
d6b7934 print a message if unable to initialize lua engine
cd29129 SDL backend: re-init controllers in Lua after reloading (ny kevinw)
dd223d6 disable dragging of html canvas (only seems to be an issue on ie)
95f58b0 fixes for newer emscripten

v1.21.7

20 Feb 12:48

Choose a tag to compare

v1.21.7 Pre-release
Pre-release
v1.21.7

v1.21.6

29 Oct 09:02

Choose a tag to compare

Changes between v1.21.5 and v1.21.6:
156869c build android for x86 and x86_64
c23d6e0 fix typo in default ios cert identity

v1.21.5

04 Oct 01:48

Choose a tag to compare

9bd6d33 add -debug export option to export with debug builds of binaries
2dfcce0 extra ios export configuration options
e910136 android adaptive icons
4cf6305 fix incorrect buffer size allocation

v1.21.4

17 Sep 11:04

Choose a tag to compare

0fd378a bug fix: initialize windows64 export option

v1.21.3

17 Sep 00:39

Choose a tag to compare

4efda2b Fix broken html build

v1.21.2

15 Sep 04:47

Choose a tag to compare

  • Add android export (-android-studio-proj)
  • Add Windows 64 bit export (-windows64)
  • Merge view_ops branch (undocumented at the moment)