Commit Graph

5517 Commits

Author SHA1 Message Date
Jindra Petřík
b419687630 Fixed AS1/2 - subtract precedence 2021-11-29 17:15:56 +01:00
Jindra Petřík
87c5cd362b Fixed AS2 - class detection when no constructor found 2021-11-29 17:15:56 +01:00
Jindra Petřík
dbfbf7a67c Fixed AS1/2 - cannot use globalfunc/const variable names 2021-11-29 17:15:56 +01:00
Jindra Petřík
07bef450ba Fixed AS1/2 - cannot use globalfunc/const variable names 2021-11-29 17:15:56 +01:00
Jindra Petřík
b4ab834a21 Fixed DefineEditText - ampersand in link href 2021-11-29 17:15:56 +01:00
Jindra Petřík
01cd1a3a1f Fixed AS1/2 - get/setProperty when propertyindex is string 2021-11-29 17:15:56 +01:00
Jindra Petřík
dcc066262c Fixed AS1/2 - use slash syntax in get/setvariable only in eval/set 2021-11-29 17:15:56 +01:00
Jindra Petřík
7bd90af605 Fixed AS1/2 - tellTarget when single 2021-11-29 17:15:56 +01:00
Jindra Petřík
ffd253b7cf Fixed AS1/2 - direct editation - use actionadd instead of add2 on swfver < 5 2021-11-29 17:15:56 +01:00
Jindra Petřík
2e808bb084 Fixed AS1/2 - gotolabelaction is gotoandplay 2021-11-29 17:15:56 +01:00
Jindra Petřík
54954700c7 Fixed AS1/2 - call action parameters as string 2021-11-29 17:15:56 +01:00
Jindra Petřík
531bdab309 changelog update just to trigger nightly build 2021-11-29 17:15:56 +01:00
Jindra Petřík
f27139909b Fixed AS1/2 switch with getvariable decompilation 2021-11-29 17:15:56 +01:00
Jindra Petřík
400c650b24 version changed to 14.6.0 version14.6.0 2021-11-22 20:13:09 +01:00
Jindra Petřík
4eb16e7ab2 New ant tasks for building releases separately. 2021-11-22 20:11:31 +01:00
Jindra Petřík
0a034dfacb AS1/2 operator - do not use brackets when not neccessary 2021-11-22 20:11:31 +01:00
Jindra Petřík
47ec625eb0 Fixed AS1/2 - temporary registers handling 2021-11-22 20:11:31 +01:00
Jindra Petřík
6978764bef Fixed AS1/2 - delete operator correct localreg names 2021-11-22 20:11:31 +01:00
Jindra Petřík
6e68d4f913 Fixed AS1/2 - delete operator correct localreg names 2021-11-22 20:11:31 +01:00
Jindra Petřík
69d24bc9cb Fixed AS1/2 - callmethod on register instead of callfunction on var 2021-11-22 20:11:31 +01:00
Jindra Petřík
12945c5696 Fixed AS1/2 - loops and switch break/continue vs definefunction 2021-11-22 20:11:31 +01:00
Jindra Petřík
891a0f1ed8 Fixed AS1/2 - Registers in for..in clause, proper define 2021-11-22 20:11:31 +01:00
Jindra Petřík
87caae7c02 changelog typo 2021-11-22 20:11:31 +01:00
Jindra Petřík
e209e7b534 Fixed AS1/2 - Allow globalfunc names as variable identifiers 2021-11-22 20:11:31 +01:00
Jindra Petřík
4f643d596f Fixed AS1/2 - Allow nonstandard identifiers in object literal 2021-11-22 20:11:31 +01:00
Jindra Petřík
0c0953bea3 Fixed AS1/2 - Slash syntax colon vs ternar operator collision 2021-11-22 20:11:31 +01:00
Jindra Petřík
8532ba11c3 Fixed AS2 - Do not detect classes inside functions 2021-11-22 20:11:31 +01:00
Jindra Petřík
2e3b4d26ff Added Information message before importing scripts, text, XML, Symbol-Class 2021-11-22 20:11:31 +01:00
Jindra Petřík
8f71c32c87 Fixed Reload menu disabled when do SWF selected 2021-11-22 20:11:31 +01:00
Jindra Petřík
7504bb63d3 Fixed AS1/2 direct editation - postincrement/decrement 2021-11-22 20:11:31 +01:00
Jindra Petřík
4bffe88b7b force resolve constants for test 2021-11-22 20:11:31 +01:00
Jindra Petřík
9969a5cae5 Fixed AS1/2 DefineFunction cleaner 2021-11-22 20:11:31 +01:00
Jindra Petřík
21bedc7182 Fixed: Japanese in english locales for Gotoaddress, addclass dialog 2021-11-22 20:11:31 +01:00
Jindra Petřík
fce1077f41 changelog fix version14.5.2 2021-11-20 20:17:09 +01:00
Jindra Petřík
0aec500c3b version changed to 14.5.2 2021-11-20 20:11:56 +01:00
Jindra Petřík
457d5f3084 Fixed AS2 direct editation of classes - missing _global prefix 2021-11-20 20:10:06 +01:00
Jindra Petřík
3eb1fb9d4b Fixed #1750 Application won't start when cannot access font file 2021-11-20 19:23:52 +01:00
Jindra Petřík
2586b4b364 Fixed AS1/2 setProperty, getProperty handling 2021-11-20 19:06:52 +01:00
Jindra Petřík
9d1bb27d40 updated testdata 2021-11-20 17:43:01 +01:00
Jindra Petřík
25a2222068 Fixed AS1/2 handle declaration of registers in certain cases 2021-11-20 17:37:20 +01:00
Jindra Petřík
527958e11b Merge branch 'master' of https://github.com/jindrapetrik/jpexs-decompiler version14.5.1 2021-11-20 15:22:19 +01:00
Jindra Petřík
7cdb382324 version changed to 14.5.1 2021-11-20 15:21:09 +01:00
Jindra Petřík
e65c2cc0fa Fixed AS 1/2 export selection of scripts in buttons, classes and similar 2021-11-20 15:18:46 +01:00
Jindra Petřík
a9f28a60f2 Fixed AS 1/2 direct editation - delete operator parenthesis
Fixed AS 1/2 direct editation - call function on eval
2021-11-20 14:49:38 +01:00
Jindra Petřík
0613b9009a Fixed AS 1/2 use DefineLocal in function instead of registers when eval, set is used 2021-11-20 14:25:34 +01:00
Jindra Petřík
f24ad2dde1 Fixed AS 1/2 direct editation - newline as "\n", not "\r"
Fixed AS 1/2 allow various nonstandard names for definelocal
2021-11-20 13:10:10 +01:00
Jindra Petřík
4070ada026 Fixed AS 1/2 - do not use eval function on obfuscated increment/decrement 2021-11-20 11:07:38 +01:00
Jindra Petřík
a92ccff7e3 Correct link to wiki [ci skip] 2021-11-19 22:42:05 +01:00
Jindra Petřík
a66daea33d version changed to 14.5.0 version14.5.0 2021-11-19 13:05:02 +01:00
Jindra Petřík
bbb3ed8c72 Added #1496 repeat escape sequence \{xx}C to avoid long same char strings/names 2021-11-19 13:03:23 +01:00