Commit Graph
26 Commits
Author SHA1 Message Date
Vasilii Rogin 4f1ccf4259 Fix break statement decompilation (#12)
* Fix O_JMP as break in while loop

* Bump version and add changelog

* Add m_Type immediately when it is known

* Move comment
2025-06-13 15:37:52 +02:00
phobos2077 aae49a745c Don't generate spooky comment on imported procedures (closes #10)
- Delete some dead code
2023-07-11 22:33:20 +02:00
NovaRain 69445cf21a Updated version number, changelog, and opcode list 2023-07-06 10:37:29 +08:00
NovaRain fddeb72e9d Added new opcodes sfall_func7 and sfall_func8 2020-12-22 17:01:46 +08:00
NovaRain c8160aa6b0 Fixed non-working -c option in previous commit 2020-01-07 06:56:26 +08:00
NovaRain 77d498b58b Added new logical operators 'AndAlso', 'OrElse' for short-circuit evaluation
Updated version and added changelog.
2020-01-06 14:03:57 +08:00
NovaRain aca6fdf930 Added support for new "register_hook_proc_spec" function
Updated document & version number.
2019-09-21 23:22:27 +08:00
NovaRain ec157eeea4 Replaced outdated "sfall function list.txt" with newer "sfall opcode list.txt" from sfall modders pack.
Updated version number and year.
2018-05-22 20:58:41 +08:00
VladislavKolosovsky 1c73e8dec8 Fixed some errors when parsing exported variable and procedure sections 2017-10-13 20:03:44 +07:00
VladislavKolosovsky 0257e770cc Update 8.4.1:
- Fixed bug that produced incorrect SSL code when source file had some unreferenced variables
- Fixed int2ssl hang indefinitely on "Loading namespace" step (VS2017)
- Updated gitignore for VS2017 files
- bump version number
2017-10-12 00:29:39 +07:00
VladislavKolosovsky 38732c7323 Update version number 2016-11-06 19:36:42 +07:00
alexeevdv 447f352779 CArchive and CFile are removed 2015-02-16 00:30:55 +03:00
alexeevdv 21a828f849 C++11 disabled 2015-02-15 22:27:31 +03:00
alexeevdv c16c81a927 CArray removed 2015-02-15 21:33:27 +03:00
alexeevdv 29374f5588 stdafx removed 2015-02-15 21:30:47 +03:00
alexeevdv 82e935f853 UserException class removed 2015-02-15 19:14:18 +03:00
alexeevdv e2948eb41e License header added 2015-02-15 18:53:04 +03:00
alexeevdv 316a9798e6 BOOL type replaced 2015-02-15 16:59:52 +03:00
alexeevdv 81a28ee4da Code formating 2015-02-15 16:31:38 +03:00
alexeevdv c747a01f3a CString class removed 2015-02-15 16:16:45 +03:00
alexeevdv ac12f7647c filename fix 2015-02-14 23:34:03 +03:00
alexeevdv e5f9ee4ec7 First usable version 2015-02-14 23:18:15 +03:00
alexeevdv fc7d3e31ac Code formating 2015-02-14 13:39:47 +03:00
alexeevdv 5ed943d5e6 CString::operator== implemented 2015-02-13 23:09:21 +03:00
alexeevdv bc52a43651 Dump feature implemented 2015-02-13 22:31:52 +03:00