Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: inseven/opolua

Tags

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: 📃 Add LuaSwift license (#658)

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Generate and parse EPOC16-friendly SIS files (#655)

This change introduces the `0x10` installer version and uses it to
differentiate between programs for EPOC32 and EPOC16. `makesis` looks
for a `target: epoc16|epoc32` comment in `.pkg` files and uses this to
determine which installer version to use. The Swift bindings have been
updated accordingly.

Includes a couple of drive-by fixes to expose conveniences on the Swift
`Sis` structs to make it easier to test test in downstream apps like
Reconnect.

2.3.1

Toggle 2.3.1's commit message
style: Add comment to decompiled sources

2.3.0

Toggle 2.3.0's commit message
feat: Support compiling and decompiling series 3 programs

2.2.4

Toggle 2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Support ‘-h’ flag in dumpaif, dumpfont, and fscomp (#651)

2.2.3

Toggle 2.2.3's commit message
test: Make everything in tcompiler.lua also run through the decompiler

Which at least tests that the program snippets in the compiler tests
can be decompiled to something compilable.

Also some refactors to decompiler.lua to make it more amenable to
testing.

2.2.2

Toggle 2.2.2's commit message
fix: FloatToUint shouldn't be a noop

Although nothing has noticed thusfar...

2.2.1

Toggle 2.2.1's commit message
fix(qt): Implement missing ellipse drawcmd

2.2.0

Toggle 2.2.0's commit message
feat: Add --decompile option to dumpopo

2.1.5

Toggle 2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add Arch x86_64 builds (#636)