Commit Graph

1734 Commits

Author SHA1 Message Date
Jindra Petřík
43baf9d178 Scoped script text search fixes
Parameters panel on Script search can be turned off in settings
2021-02-24 19:55:59 +01:00
Jindra Petřík
9cac6ddb49 Scoped script text search and search across multiple SWFs 2021-02-24 19:55:59 +01:00
Jindra Petřík
f7f825548c #1611 Warning about initializers has do not show again checkbox 2021-02-24 19:55:59 +01:00
Jindra Petřík
c25028ac91 saved search results have serial version 2021-02-24 19:55:59 +01:00
Jindra Petřík
b82d6b62fe Script search history fixes - reading AS3 results 2021-02-24 19:55:59 +01:00
Jindra Petřík
4097d6b8f2 #1595 History of script search results per SWF 2021-02-24 19:55:59 +01:00
Jindra Petřík
11c3c2a8a7 Fixed: AS3 decompilation: increment/decrement on properties 2021-02-24 19:55:59 +01:00
Jindra Petřík
08424221d6 set framecount on swf on tag add 2021-02-24 19:55:59 +01:00
Jindra Petřík
bffc5d4ff0 Fixed: AS3 decompilation: try..catch..finally suborder when debugline info not present 2021-02-24 19:55:59 +01:00
Jindra Petřík
599d22bb6e AS3 P-code editation checking all referenced labels exist
Fixed: AS3 P-code editation - only first try offset was saved when multiple try with same label
2021-02-24 19:55:59 +01:00
Jindra Petřík
bac1c799be AS3 direct editation - do not add popscope twice when continue/break as last statement in catch block 2021-02-24 19:55:59 +01:00
Jindra Petřík
b1818d0600 Fixed #1610 AS3 P-code editation - true/false/undefined/null has value_index same as value_kind 2021-02-24 19:55:59 +01:00
Jindra Petřík
5192f96505 using defined constants instead of magic numbers 2021-02-24 19:55:59 +01:00
Jindra Petřík
a3d73608cb Fixed: #1610 AS3 unnecessary adding namespaces 2021-02-24 19:55:59 +01:00
Jindra Petřík
8a6c4cf35c Fixed: AS3 with statement decompilation 2021-02-24 19:55:59 +01:00
Jindra Petřík
a36ca2df20 Fixed: AS3 direct editation - popscope in catch on continue and break 2021-02-24 19:55:59 +01:00
Jindra Petřík
5c95ca24b8 Fixed: AS3 direct editation - using finally clause for continue and break 2021-02-24 19:55:59 +01:00
Jindra Petřík
7eb151055b gnujpdf setTranform uses cm operator 2021-02-24 19:55:59 +01:00
Jindra Petřík
cc6ac18088 PDF export - selectable text in DefineEditText,
gnujpdf unicode support
2021-02-24 19:55:59 +01:00
Jindra Petřík
0046e80698 PDF export - selectable text in DefineEditText 2021-02-24 19:55:59 +01:00
Jindra Petřík
8aaf3a3b42 Exporting PDFs with selectable text 2021-02-24 19:55:59 +01:00
Jindra Petřík
95e1d8afd1 Print texts to PDF stub (not working) 2021-02-24 19:55:59 +01:00
Jindra Petřík
fb19b832f6 Fixed: #1609 First frame missing in frame to PDF export 2021-02-24 19:55:59 +01:00
Jindra Petřík
86f2f7fdce AS3 direct editation: try..finally generates pushbyte -1, not pushbyte 255 2021-02-24 19:55:59 +01:00
Jindra Petřík
5b6ec4ef75 Fixed: Graphviz Graph not showing AS3 exception end 2021-02-24 19:55:59 +01:00
Jindra Petřík
ce91b877e3 AS3 direct editation - do not initialize slots on newactivation 2021-02-24 19:55:59 +01:00
Jindra Petřík
e414e1919d Fixed: AS3 direct editation - unary minus (negate) compiled as 0 - value 2021-02-24 19:55:59 +01:00
Jindra Petřík
b03cad4f90 Fixed: AS3 direct editation - coerce in setproperty 2021-02-24 19:55:59 +01:00
Jindra Petřík
b54b51d206 Removing AS3 scripts ("ScriptPacks") 2021-02-24 19:55:59 +01:00
koiru
454382399f Added Japanese translation 2021-02-24 19:55:59 +01:00
Jindra Petřík
60c4cff6fb Removing BUTTONCONDACTION, CLIPACTIONRECORD.
Updating messagebox about removing - it is different for "remove with dependencies" and simple "remove". Languages manually updated.
2021-02-24 19:55:59 +01:00
Jindra Petřík
c7c8572c0c Do not show empty parenthesis in DoABC2 tag 2021-02-24 19:55:59 +01:00
Jindra Petřík
faa25369b9 Allow assing AS2 classes with obfuscated identifiiers 2021-02-24 19:55:59 +01:00
Jindra Petřík
e12eb2af6e Fixed default version of ABC 2021-02-24 19:55:59 +01:00
Jindra Petřík
86c4b9ce9e Display DoInitAction tags in correct order 2021-02-24 19:55:59 +01:00
Jindra Petřík
44a48b6c48 Fixed: Only last DoInitAction tag displayed 2021-02-24 19:55:59 +01:00
Jindra Petřík
b2ce046d0b AS2 add class 2021-02-24 19:55:59 +01:00
Jindra Petřík
5ac93a7d03 DoInitAction to string without spriteid when exportedname exists 2021-02-24 19:55:59 +01:00
Jindra Petřík
287038e2a6 DoInitAction to string has spriteId (#initclip) 2021-02-24 19:55:59 +01:00
Jindra Petřík
8af5d07059 Adding new scripts to buttons, sprites and instances 2021-02-24 19:55:59 +01:00
Jindra Petřík
03f033035f #1260, #1438 AS1/2 direct editing on(xxx), onClipEvent(xxx) handlers 2021-02-24 19:55:59 +01:00
Jindra Petřík
a954d2f902 Fixed #1490, #1493 AS1/2 direct editation of cast op, cast op decompilation 2021-02-24 19:55:59 +01:00
Jindra Petřík
0e0b05947e AS1/2 direct editation - double negation does not get lost 2021-02-24 19:55:59 +01:00
Jindra Petřík
3dbbd7778e Fixed #1489 AS1/2 direct editation - for in loop 2021-02-24 19:55:59 +01:00
Jindra Petřík
95e7490de8 Fixed #1489 AS1/2 direct editation - reversed conditions in if 2021-02-24 19:55:59 +01:00
Jindra Petřík
9f2ab6729c Fixed: #1467 AS1/2 direct editation - allow new Number call 2021-02-24 19:55:59 +01:00
Jindra Petřík
eec91777e6 Fixed: #1339 AS1/2 direct editation - targetPath as an expression 2021-02-24 19:55:59 +01:00
Jindra Petřík
d35b07ee42 Fixed AS1/2 Set property increment/decrement 2021-02-24 19:55:59 +01:00
Jindra Petřík
89e04db617 Fixed #1298 AS1/2 properly decompiled setProperty/getProperty 2021-02-24 19:55:59 +01:00
Jindra Petřík
3d40224cda #1202 Check for modifications outside FFDec and ask user to reload 2021-02-24 19:55:59 +01:00