Jindra Petøík
d2e5073ff2
AS3 Two sided Highlighting, Edit/Cancel button
2013-01-26 13:11:41 +01:00
Jindra Petøík
932516ce3e
code formatting
2013-01-20 21:00:59 +01:00
Jindra Petøík
8f7ff7f6ba
year change in license header
2013-01-19 11:14:46 +01:00
Jindra Petøík
7af56301dd
Issue 24: Switch in anonymous function
2013-01-06 18:13:55 +01:00
Jindra Petøík
be6332c597
Fixed some tags,
...
Image export stub
2013-01-05 11:34:25 +01:00
Jindra Petøík
89b66675bf
AS3: Dup setlocal fix
2013-01-02 14:52:21 +01:00
Jindra Petøík
95bd434c1a
AS3: loops fix
2013-01-02 13:55:08 +01:00
Jindra Petøík
f048ca746e
AS3: chained assignments fix
2013-01-02 12:21:51 +01:00
Jindra Petøík
88273e540c
AS3: initializing constants
2013-01-02 10:56:24 +01:00
Jindra Petøík
c13142700a
AS3: anonymous functions with names
2013-01-02 10:40:36 +01:00
Jindra Petøík
65ba33dda9
AS3: dup...setlocal fix
2013-01-01 21:56:32 +01:00
Jindra Petøík
1200f20414
AS3: chained assignments fix
2013-01-01 20:57:19 +01:00
Jindra Petøík
a5af1ce124
AS3: initializing constants
2013-01-01 20:18:10 +01:00
Jindra Petøík
4fd93d3e57
AS3: Better imports, uses
...
Formatting code
2013-01-01 14:03:50 +01:00
Jindra Petøík
d724241091
AS3: XML fix, with statement problem
...
Loading dialog with loading phases
2012-12-31 15:59:28 +01:00
Jindra Petøík
de784d1684
AS3: XML filters
2012-12-31 07:10:21 +01:00
Jindra Petøík
30337c38c8
AS3: better imports
...
AS3: Types with same name shown with namespace
2012-12-30 19:54:09 +01:00
Jindra Petøík
e17d839714
AS3: set_local..get_local..kill fix
2012-12-30 13:56:44 +01:00
Jindra Petøík
7b32f27c54
AS3: Parsing all traits inside scripts instead of just classes
2012-12-29 22:40:21 +01:00
Jindra Petøík
8909338f13
AS3: Fixed inline functions
...
AS3: Fixed hiding assignements bug
AS3: Static initializer does not show initialization of static variables/consts
AS3: Better imports
2012-12-29 11:34:49 +01:00
Jindra Petøík
18b281ebb2
AS3: Decompiling namespaces
2012-12-28 22:49:19 +01:00
Jindra Petøík
a40db28465
Logging
2012-12-28 16:02:07 +01:00
Jindra Petøík
dbe3dc2905
ASDec: Small changes to eliminate notices
2012-12-28 12:17:33 +01:00
Jindra Petøík
1223dd8aad
ASDec: Formatting code, organize imports
2012-12-28 09:53:30 +01:00
Jindra Petøík
07c6cfcfca
Issue 21: Do-While and while loops inside if
...
Issue 22: Dup instruction with setlocal
formatting AVM2Code
2012-12-28 09:39:25 +01:00
Jindra Petøík
25b909903a
version changed do 1.0.1
2012-12-26 21:08:45 +01:00
Jindra Petøík
da13641558
Fixed static variables
2012-12-26 20:38:41 +01:00
Jindra Petøík
3db10220d3
Better declarations
2012-12-26 06:50:05 +01:00
Jindra Petøík
ede22092f9
Better Pre/Post increments/decrements.
...
Temporary registers hidden.
2012-12-25 20:47:34 +01:00
Jindra Petøík
14ae8e435c
Code formatting
2012-12-25 11:33:41 +01:00
Jindra Petøík
24a6b82a94
organizing imports
2012-12-25 10:27:57 +01:00
Jindra Petøík
96d91ceb10
Issue 13: AS3: for..in, for each..in, fix
2012-12-23 09:56:56 +01:00
Jindra Petøík
77cd097d0d
Issue 13: AS3: for..in, for each..in
2012-12-23 09:54:11 +01:00
Jindra Petøík
db62344fcd
AS3: Chained assignments fix, Temporary registers in declaration.
2012-12-22 18:27:44 +01:00
Jindra Petøík
2b2d63bb27
removed temporaly inserted debug prints
2012-12-22 16:42:34 +01:00
Jindra Petøík
5b0e9e494a
AS3: Chained assignments
2012-12-22 16:39:21 +01:00
Jindra Petøík
5c238c348f
AS3: Local register types, inline functions / newactivation
2012-12-22 15:42:19 +01:00
Jindra Petøík
73aa020eeb
AS3: Detecting local register types
2012-12-22 12:18:13 +01:00
Jindra Petøík
7bf3801ec9
AS3: Better try..catch..finally clauses
2012-12-21 18:56:31 +01:00
Jindra Petøík
1d32372060
AS3: Better local register names handling
2012-12-20 23:06:02 +01:00
Jindra Petøík
d7843ea832
AS3: Better semicolon insertion
2012-12-20 21:02:11 +01:00
Jindra Petøík
f6250b92ca
AD3: A bit faster exporting due turning off Highlighting
2012-12-20 10:46:17 +01:00
Jindra Petøík
2e370c9bd4
Position cache (Faster decompiling)
...
Not clearing killed registers
2012-12-16 18:55:00 +01:00
Jindra Petøík
75271d3d3b
Configurable sub limiter
2012-12-16 11:10:56 +01:00
Jindra Petøík
9d9c6aa253
Issue 10, Missing default code block when missing break
2012-12-15 20:06:23 +01:00
Paolo Cancedda
c1f1ad6dcd
Since List<AVM2Instruction> code is frequently accessed by position, it's better to use an ArrayList instead of a LinkedList. Introduced method compact() to reduce memory usage.
2012-01-03 15:06:47 +01:00
Jindra Petøík
35a5d6c97e
Commented out InstructionDefinition for instruction findpropglobalstrict with
...
the same code as deldescendants. Introduced array instructionSetByCode
used to retrieve InstructionDefinition using opcode without a sequential search.
(by Paolo Cancedda)
2012-01-02 09:10:10 +01:00
Jindra Petøík
6f5d921ab7
Changed License header of java files - GNU General Public License v3
2011-12-29 11:26:14 +01:00
Jindra Petøík
97a4a2c961
AS3: Automatic Calculating Body parameters (Experimental)
2011-07-30 10:22:40 +02:00
Jindra Petøík
66449bfc6c
Fixed saving Bit values
...
AS3: Automatic Calculating Body parameters
2011-07-24 20:01:30 +02:00