Jindra Petřík
417ffda416
Fixed: Using public/private/protected/internal keywords on ambiguous namespace references
...
and compiling such keywords with `::` suffix.
2026-02-19 20:54:52 +01:00
Jindra Petřík
e7ec368ea6
Tests fix
2026-02-17 21:58:23 +01:00
Jindra Petřík
e577257532
Update year in license header.
2026-01-16 21:33:23 +01:00
Jindra Petřík
90a82a538a
Print SafeStr list at the bottom (AS3)
2025-07-25 19:30:13 +02:00
Jindra Petřík
3f9f349a69
Update year in license headers to 2025
2025-05-26 07:41:42 +02:00
Jindra Petřík
58bd04698e
Fixed #2418 AS3 - initialization of class static vars in script initializer (Haxe)
2025-04-13 00:08:10 +02:00
Jindra Petřík
f73f2669c0
Harman air - Null coalesce and nullish member access operators - WIP
2024-11-20 17:05:37 +01:00
Jindra Petřík
19c771bf44
Update license year
2024-08-05 11:17:25 +02:00
Jindra Petřík
bd6c953218
Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
...
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class
Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
2023-12-30 18:06:08 +01: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
690bfa3d7c
Fixed AS3 Initialization of var in script initializer
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
6f7a89b78f
Fixed #1888 resolving types on nested function variables
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
0227293bd0
Fixed #1692 Properly distinguish obfuscated names vs namespace suffixes and attributes
2022-11-20 22:12:19 +01:00
Jindra Petřík
1d82af4855
Update license header year
2022-11-06 21:44:39 +01:00
Jindra Petřík
f1ab87f2b7
Fixed #1761 AS3 - try..finally inside another structure like if
2021-11-30 07:13:32 +01:00
Jindra Petřík
558b5f08e4
fix tests
2021-04-05 16:56:59 +02:00
Jindra Petřík
742525a365
organize imports
2021-03-12 22:12:39 +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
fcd39050b7
Fixed: AS3 getslot/setslot, getglobalscope instruction
2021-02-09 22:15:12 +01:00
Jindra Petřík
189be5f1af
fix AVM2DeobfuscatorJumps - no replacing jump when on exception start
2021-02-08 20:15:19 +01:00
Jindra Petřík
0a7f39b82c
Improved tests.
...
Fixed try..catch..finally.
2021-02-08 20:15:19 +01:00