Commit Graph
65 Commits
Author SHA1 Message Date
NovaRain 3067c72123 Updated opcode list from sfall repo 2026-07-02 08:43:34 +08:00
NovaRain 05399497d2 Edits to startup and usage text 2025-10-02 09:52:40 +08:00
NovaRain fa14ab9425 Fixed incorrect mnemonic names in script dumps
Updated some code and documents.
2025-10-01 21:41:31 +08:00
NovaRain 00f337827b Updated changelog
Code style edits to FalloutScriptDecompile.cpp.
2025-06-13 23:57:15 +08:00
phobos2077 17100a0c11 Replace ulWhileLoopEndOffset with a bool 2025-06-13 15:40:55 +02:00
Vasilii RoginandGitHub 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
NovaRain aa313d6fec Edits to opcode list and license text 2024-12-03 08:49:21 +08:00
NovaRain 6a902ab7c7 Added project files for vc14 (closes #11)
Updated the changelog.
2023-08-07 20:25:41 +08:00
phobos2077 79c5f248fd Don't write broken procedure difinition for imported procedures (closes #10) 2023-07-12 10:00:51 +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
NovaRainandGitHub a63d385a1d Merge pull request #8 from wipe2238/fix-Wstrict-aliasing
Fixed compiler warning
2023-07-06 09:59:50 +08:00
Wipe d8f959379d Fixed compiler warning 2023-07-02 14:07:08 +02:00
VladandGitHub 557e243968 Handle cases where if/else block with single exprstatement was incorrectly identified as ternary operator (closes #4) 2023-06-30 20:51:02 +02:00
VladandGitHub ac48069a21 Merge pull request #3 from wipe2238/fix-warnings
Fixed compiler warnings, removed CMap::InitHashTable() (empty function)
2023-06-28 02:23:19 +02:00
Wipe d6ded295f5 Cleanup 2023-06-27 23:16:07 +02:00
Wipe ab8aa972f0 Fixed compiler warnings, removed CMap::InitHashTable() (empty function) 2023-06-27 09:41:33 +02:00
NovaRain 489de55330 Merged win2k build into release build 2021-06-06 09:45:36 +08:00
NovaRain fddeb72e9d Added new opcodes sfall_func7 and sfall_func8 2020-12-22 17:01:46 +08:00
NovaRain 6218344211 Updated opcode list 2020-03-11 09:17:52 +08:00
NovaRain 70287e25d8 Added support for new "div" operator (unsigned integer division) 2020-02-02 16:43:11 +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 e406b14c01 Added new "reg_anim_callback" sfall opcode
Updated documents.
2019-11-14 13:05:43 +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