mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
1.1 KiB
1.1 KiB
int2ssl
8.4.9
- Fixed incorrect mnemonic names in script dumps
8.4.8
- Fixed
breakstatement decompilation
8.4.7
- Fixed unable to decompile some old scripts due to incorrect detection of the ternary operator
- Fixed treating imported procedures as procedures without a body
8.4.6
- Added support for additional universal opcodes
sfall_func7andsfall_func8
8.4.5
- Added new logical operators
AndAlso,OrElse - Added support for new
divoperator (unsigned integer division)
8.4.4
- Added support for new opcodes
register_hook_proc_spec,reg_anim_callback
8.4.3 (2018-01-03)
- AppVeyor configuration (alexeevdv)
- Enabled code for
ceilmath function - Fixed missing argument for
how_muchfunction
8.4.2 (2018-01-03)
- Fixed some errors when parsing exported variable and procedure sections (phobos2077)
- Replace linebreaks with escape sequence when storing string constants (phobos2077)
- Added support for new universal sfall opcodes (phobos2077)
8.3.1 (2018-01-03)
- Files for debian packaging (alexeevdv)
- TravisCI configuration (alexeevdv)