Commit Graph

1483 Commits

Author SHA1 Message Date
Jindra Petøík
a435c21774 AS3 parser: with statement, try..catch scope fix 2014-04-13 11:29:36 +02:00
Jindra Petøík
90025e1bf6 AS3 parser: large name resolving refactoring, inner functions
code formatting, imports
2014-04-12 22:31:22 +02:00
Honfika
dda548ffaf export folder name fix, swf preview fix 2014-04-06 20:27:24 +02:00
Jindra Petøík
e5a9b6d28c AS3 parser: try..finally 2014-04-06 20:08:20 +02:00
Jindra Petøík
7e19be36c8 AS3 parser: try..catch, activation, slots 2014-04-06 09:36:10 +02:00
Jindra Petøík
95af9e9268 AS3 parser: switch 2014-04-05 18:33:41 +02:00
Jindra Petøík
8deb0a81b7 AS3 parser: for in, for each in, better variable declarations 2014-04-05 16:48:23 +02:00
Honfika
9182b15286 endtag fix, comment added back (was removed by netbeans refactoring tool) 2014-04-05 16:19:19 +02:00
Honfika
ca52f63769 preserver original tag header and endtag, organize imports, missing javadoc params 2014-04-05 16:10:43 +02:00
Jindra Petøík
079f642e40 AS3 parser: easier debugging 2014-04-05 12:47:23 +02:00
Jindra Petøík
b8a63c8d5a AS3 parser: Fixed If, While, DoWhile,For 2014-04-05 12:31:11 +02:00
Jindra Petøík
e187bd4066 merge 2014-04-05 09:17:29 +02:00
Jindra Petøík
412c1cc3fa Issue #557 AS3 null namespace names fix => p-code not working 2014-04-05 09:15:38 +02:00
Honfika
0958c44744 hex view fix 2014-04-04 20:24:11 +02:00
Jindra Petøík
e511af5430 Issue #557 private namespaces fix (nullpointer) 2014-04-04 19:31:56 +02:00
Jindra Petøík
b44f35dd70 AS3 parser - assign fix 2014-04-04 19:30:24 +02:00
Jindra Petøík
8734eb3381 Issue #556 Goto main class on startup not working fix 2014-04-04 06:51:59 +02:00
Jindra Petøík
3fcf0fbafb Issue #554 Fixed not saving DefineSprite changes
Issue #494 Fixed nightly builds updates
2014-04-03 17:17:27 +02:00
Jindra Petøík
60f204cb4d organize imports 2014-04-01 19:52:05 +02:00
Jindra Petøík
196e740c71 AS3 parser - better private namespace handling, body stats calculation fixes 2014-04-01 19:51:12 +02:00
Jindra Petøík
e972b28a89 AS3 parser - use namespace 2014-03-31 06:28:42 +02:00
Jindra Petøík
e908703b95 AS3 parser - increment, decrement, body stats fix 2014-03-30 22:34:38 +02:00
Jindra Petøík
0b85f4a18f AS3 parser - namespaces, :: operator, etc. 2014-03-30 16:18:15 +02:00
Jindra Petøík
e8b3217b37 AS3 parser - namespaces, :: operator, etc. 2014-03-30 16:17:29 +02:00
Jindra Petøík
dcab44bb34 AS3 parser - namespaces, :: operator, etc. 2014-03-30 16:17:02 +02:00
Jindra Petøík
58951c068e AS3 parser - filling code stats 2014-03-29 21:25:42 +01:00
Jindra Petøík
7f2cc41c10 AS3 parser - type search fix 2014-03-29 19:47:38 +01:00
Jindra Petøík
c0a202d2cc Issue #552 max recursion level bug fixed (parseNext variable) 2014-03-29 17:57:24 +01:00
Jindra Petøík
4d92dbb75b universal loop fixed - while(true)
tests fixed
2014-03-29 10:18:14 +01:00
Jindra Petøík
a205a39999 merge 2014-03-29 09:57:30 +01:00
Jindra Petøík
7ffb188800 Issue #552 Timeout exception, max recursion level fix => fixGraph removed 2014-03-29 09:50:50 +01:00
Jindra Petøík
b7df434e48 AS3 parser improved 2014-03-29 09:49:47 +01:00
Honfika
59c10ee8f8 code formatting: space before parenthesis 2014-03-29 01:30:15 +01:00
Honfika
5d4517fd00 loop mismatch problem fixed, do-while formatting fixed, added some code formatting properties 2014-03-28 22:33:39 +01:00
Honfika
32c4bbd575 do not create else blocks for "elseif" statements 2014-03-25 23:37:40 +01:00
Honfika
574b618b98 generic tag editor fix when list field is null. For example PlaceObject3Tag.surfaceFilterList 2014-03-25 23:08:34 +01:00
Honfika
2ca0c18b72 faster generic tag editor 2014-03-25 20:34:24 +01:00
Jindra Petøík
cb6fd64d6c AS3 parser stub: TODO list 2014-03-25 06:56:16 +01:00
Jindra Petøík
fe05d44cb9 AS3 parser stub: post increment stub 2014-03-25 06:55:31 +01:00
Honfika
14134f6e5e mainpanel refactored, allow paging in font preview (only internal viewer) 2014-03-24 21:53:38 +01:00
Jindra Petøík
be84c5ca11 methodinfo flag constants 2014-03-24 18:56:57 +01:00
Jindra Petøík
bac6908c16 AS3 parser stub: calling parent constructor, arguments, rest parameter 2014-03-24 18:56:31 +01:00
Jindra Petøík
d27e2aabf0 AS3 parser stub: adding return, calling parent constructor 2014-03-24 07:03:54 +01:00
Jindra Petøík
4eeae48ba7 AS3 parser stub: callpropvoid, private namespaces 2014-03-24 06:50:49 +01:00
Jindra Petøík
692ebfaac5 AS3 parser stub improved 2014-03-23 23:03:55 +01:00
Jindra Petøík
851287e550 AS3 parser stub improved 2014-03-23 11:53:52 +01:00
Jindra Petøík
e1db945df8 AS3 parser stub improved 2014-03-22 20:08:38 +01:00
Honfika
c056fce4a7 multiple sounds are playing problem fixed 2014-03-22 14:44:57 +01:00
Jindra Petøík
f51816a582 merge 2014-03-22 14:40:13 +01:00
Jindra Petøík
0c97e3dc30 AS3 parser stub improved 2014-03-22 14:31:48 +01:00