Jindra Petřík
|
4e528c181c
|
Fixed: Script/Class initializers order of assignment
Changed: Compound script has slot/const traits inside main script initializer
|
2024-08-27 09:43:40 +02:00 |
|
Jindra Petřík
|
f219b49372
|
More documentation.
|
2024-08-08 19:27:14 +02:00 |
|
Jindra Petřík
|
5c1811582a
|
More documentation.
|
2024-08-08 19:27:14 +02:00 |
|
Jindra Petřík
|
f3da12e032
|
Reformating to fix checkstyle.
|
2024-08-08 19:27:14 +02:00 |
|
Jindra Petřík
|
a5d3ce4f9b
|
Organize imports
|
2024-08-08 19:27:14 +02:00 |
|
Jindra Petřík
|
151609a8f5
|
More documentation.
|
2024-08-08 19:27:14 +02:00 |
|
Jindra Petřík
|
b57e38e387
|
More documentation.
|
2024-08-08 19:27:14 +02:00 |
|
Jindra Petřík
|
9683dc6a6f
|
Changed: #2228 AS1/2/3 bitwise operations use hexadecimal operands
|
2024-08-05 11:17:25 +02:00 |
|
Jindra Petřík
|
19c771bf44
|
Update license year
|
2024-08-05 11:17:25 +02:00 |
|
Jindra Petřík
|
dc5e50813f
|
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
|
2023-10-16 09:36:06 +02:00 |
|
Jindra Petřík
|
b08856d3a5
|
Fixed #2077 AS3 try..catch parts outside block
Fixed AS3 try..catch inside loop unneccessary continue
|
2023-10-01 18:21:38 +02:00 |
|
Jindra Petřík
|
3f6223fe0f
|
Fixed #2029 Simplify expressions stripping getlex and also ignoring some types of expressions
|
2023-10-01 18:21:38 +02:00 |
|
Jindra Petřík
|
487d1f8b14
|
Update license year
|
2023-03-19 22:43:41 +01:00 |
|
Jindra Petřík
|
9e6fa2e75b
|
Added AS3 support for logical AND/OR compound operator
|
2023-03-19 22:43:41 +01:00 |
|
Jindra Petřík
|
e69d492953
|
Fixed #1938 AS3 - shortening + 1 to increment
Fixed #1938 AS3 - implicit coercion of operations
Fixed #1938 AS3 - initproperty compound operators, increment/decrement
|
2023-01-22 22:15:04 +01:00 |
|
Jindra Petřík
|
16a5edc841
|
Fixed #1938 AS3 - coercion call type
|
2023-01-22 22:15:04 +01:00 |
|
Jindra Petřík
|
125e8d29cd
|
Fixed #1842 AS - Do not display §§dup when the value has no sideeffect
|
2023-01-22 22:15:04 +01:00 |
|
Jindra Petřík
|
051087e9ad
|
Fixed #1842 AS1/2 Better handling obfuscated code, for..in
|
2023-01-22 22:15:04 +01:00 |
|
Jindra Petřík
|
6f7a89b78f
|
Fixed #1888 resolving types on nested function variables
|
2022-11-30 22:58:35 +01:00 |
|
Jindra Petřík
|
9e8d00edba
|
Fixed #1888 Casts in binary operations, not casting any type
|
2022-11-30 22:58:35 +01:00 |
|
Jindra Petřík
|
9cd93c2388
|
Fixed #1888 Missing casts in ternar
|
2022-11-30 22:58:35 +01:00 |
|
Jindra Petřík
|
25aa987cdf
|
Propagate ABCIndex everywhere
|
2022-11-30 22:58:35 +01:00 |
|
Jindra Petřík
|
1d82af4855
|
Update license header year
|
2022-11-06 21:44:39 +01:00 |
|
Jindra Petřík
|
526f484513
|
Fixed AS1/2 - switch with nontrivial expressions like and/or,ternar (second pass)
|
2021-11-29 17:15:56 +01:00 |
|
Jindra Petřík
|
934a5756f9
|
Fixed Ternar visit (can cause invalid reg declarations)
|
2021-11-29 17:15:56 +01:00 |
|
Jindra Petřík
|
98703e4e5a
|
Fixed: #270 AS decompilation - comma in ternar
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
09b68c1f9c
|
Fixed: #270 AS decompilation - switch in loop
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
742525a365
|
organize imports
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
8fa321cfd3
|
AS3 using temp registers on compound assignments when hasSideeffect
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
f77d3948df
|
valueEquals implemented for AS1/2
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
23227caacd
|
AS3 - Compound assignments detection
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
e3d78aff98
|
equals and hashcode added to model
compoundable binary op introduced
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
2d3013e16f
|
Fixed: #1328 AS1/2/3 direct editation - empty commands (just semicolon)
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
07f72acd06
|
Changed: Spaces around ternar operators, parenthesis on ternar inside ternat
|
2021-03-05 21:22:55 +01:00 |
|
Jindra Petřík
|
751c8ce970
|
Fixed: #1100, #1123, #1516 AS1/2/3 direct editation - comma operator
|
2021-02-26 22:46:28 +01:00 |
|
Jindra Petřík
|
66b0d0bb13
|
Fixed #1227 AS3 avoid recursion (stackoverflow) caused by newfunction instruction
|
2021-02-11 11:10:56 +01:00 |
|
Jindra Petřík
|
43885a1a40
|
#349 AS3 - better handling of declarations
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
8d8c6cce05
|
Better namespace handling
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
1a393854c0
|
try..catch..finally of SWFTools AS3Compile
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
c6b1e528df
|
update license header year
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
2767f77a66
|
remove unused imports
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
70e421ec06
|
deobfuscation fix
try..return
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
787e22c3e3
|
chained assignments
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
dc18fad2b3
|
Improved for continue / goto detection
|
2021-02-08 20:15:19 +01:00 |
|
Jindra Petřík
|
819a739397
|
GraphTargetVisitorInterface for visiting model
|
2021-01-09 13:00:30 +01:00 |
|
Jindra Petřík
|
6ec124f71a
|
Fixed using temporary registers after for..in (causing §§pop instructions, etc.)
|
2018-05-27 10:49:42 +02:00 |
|
Jindra Petřík
|
813d411ccc
|
universalloop extends whileloop
better while loop detection
|
2018-01-28 13:10:25 +01:00 |
|
Jindra Petřík
|
2bf7597cea
|
update license headers
|
2018-01-16 20:24:33 +01:00 |
|
honfika@gmail.com
|
577bdd4844
|
add missing overrides + some other small changes
|
2016-04-28 22:09:44 +02:00 |
|
honfika@gmail.com
|
fa9623bf9f
|
mulptiple xlf export fix (separate output directory for each swf), show definebuttontag(1) actions in tree, image export fix (sometimes throws ArrumentOutOfBounds exception)
|
2016-03-06 15:35:46 +01:00 |
|