Commit Graph

3365 Commits

Author SHA1 Message Date
Jindra Petřík
3c9fd717ed AS3 p-code - Docs for all levels of path
blue highlighted path
2016-08-29 22:29:39 +02:00
Jindra Petřík
1fcc9c6ba0 AS3 p-code Popup docs for other items than instructions 2016-08-28 23:39:47 +02:00
Jindra Petřík
8f29c8f8db AS3 p-code block ends like in RabcDasm 2016-08-28 19:55:33 +02:00
Jindra Petřík
da859ddb41 AS3 p-code editing - metadata read/write support 2016-08-28 17:01:50 +02:00
Jindra Petřík
d22a166163 Organize import 2016-08-20 20:12:28 +02:00
Jindra Petřík
aba9e3d2b1 Test data fixed
Better exception handling in FFDec AS3 compiler
2016-08-20 20:09:58 +02:00
Jindra Petřík
e8712900a4 FFDec AS3 compiler deleting fixes 2016-08-20 19:10:49 +02:00
Jindra Petřík
7af743ff0b Fix metadata compiling in FFDec AS3 compiler 2016-08-20 19:09:32 +02:00
Jindra Petřík
5c4e07ec1b Parsing Flex SDK errors
init swf to flex before editig
2016-08-20 18:23:09 +02:00
Jindra Petřík
a8ba726816 Printing mxmlc arguments removed 2016-08-16 23:32:30 +02:00
Jindra Petřík
25dc014e1d Mxmlc print to console removed 2016-08-16 23:31:55 +02:00
Jindra Petřík
c4e1879b79 As3ScriptReplacer as interface
Better handling missing directories
Tip for directories in advanced setting refactored - link to Flex SDK
Use Flex SDK switch in Advanced settings
2016-08-16 23:31:12 +02:00
Jindra Petřík
95785ba218 Flex script replacer - disable strict mode 2016-08-16 20:47:29 +02:00
Jindra Petřík
ebedbd9523 Issue #1189 Sort imports to have same order always 2016-08-16 20:45:43 +02:00
Jindra Petřík
5024093c54 SwcExporter file close fix 2016-08-16 20:44:43 +02:00
Jindra Petřík
aaa236edde Imports from same package fixed 2016-08-16 20:40:17 +02:00
Jindra Petřík
db294e7a70 Reorder scripts and classes to be in position as original script. 2016-08-16 07:59:59 +02:00
Jindra Petřík
7c5d5eac58 Merge ABCs on compile
TODO: reorder correctly
2016-08-16 06:44:48 +02:00
Jindra Petřík
9262eff627 ABC merging 2016-08-15 21:15:53 +02:00
Jindra Petřík
b750780cd9 Export subclasses stubs to be compiled by Flex too.
WIP: merging ABCs
Test data (flexedit) with simple class hierarchy
2016-08-14 23:25:46 +02:00
Jindra Petřík
ac7e0572c6 Add only last ABCTag when flex compiling 2016-08-14 21:42:00 +02:00
Jindra Petřík
a54af40085 Last merge fix.
Fixed removing class/method => make MethodBody modified
2016-08-14 21:41:18 +02:00
Jindra Petřík
003d923c80 Merge branch 'dev' into flexcompile
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
2016-08-14 19:55:15 +02:00
Jindra Petřík
ced5b85877 Saving files before refreshing line endings 2016-08-14 19:35:23 +02:00
Jindra Petřík
07fdd9c037 P-code docs - fix broken html when unknown instruction operands 2016-08-12 23:10:40 +02:00
honfika@gmail.com
c7e8ff26a2 Merge origin/master 2016-08-12 15:56:56 +02:00
honfika@gmail.com
44a1c7bd5f SVG import fix 2016-08-12 15:56:34 +02:00
Jindra Petřík
4bb7e612d2 Issue #1268 Using second glyph when two glyphs for one character during font export
GFX - compacted font - fixed advance values, also ascent/descent leading
2016-08-12 00:11:36 +02:00
honfika@gmail.com
357db0bec3 XFLConverter: check soundtag.frames.isEmpty 2016-08-07 15:22:47 +02:00
honfika@gmail.com
9573a00c92 clear sound cache after replacing sound 2016-08-07 15:20:32 +02:00
honfika@gmail.com
21866da093 #1265 Error during export with IndexOutOfBoundsException: fixed 2016-08-07 08:42:46 +02:00
Jindra Petřík
6781d86a6c Reformat and organize imports 2016-08-06 07:21:58 +02:00
Jindra Petřík
8c5345cfd8 AS3 editation with flex - not really working yet:
- needs fixing circular references, etc. (eg. editing class which references classes which references this class)
 - needs better errors displaying with jump to error line, etc.
2016-08-06 07:19:52 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík
c8951d9522 Import/Usage parsing separated to one class
Class for generating linker reports from SWF files
(similar to -link-report option in Flex)
Generating linker report from commandline
2016-07-31 15:15:36 +02:00
Jindra Petřík
234ed1c915 XFL export if conditions about lastFillStyle/stroke fixed 2016-07-25 23:13:35 +02:00
Jindra Petřík
00c6c3bcc3 xfl - some method stubs for shape smoothing (issue #1257) 2016-07-25 22:20:48 +02:00
Jindra Petřík
5bc200c208 Instance metadata get/set/remove from Commandline 2016-07-24 11:27:04 +02:00
Jindra Petřík
9fe25381c8 Unchecked fix - <> operator missing 2016-07-24 08:42:59 +02:00
Jindra Petřík
4750b50b17 AMF optimization: Pair type eliminated, ListSet and ListMap introduces (Set/Map which maintains order of keys) 2016-07-24 08:07:49 +02:00
Jindra Petřík
0089b1121b Ant tasks for correct line endings on build and om demand fixing 2016-07-23 21:48:48 +02:00
Jindra Petřík
afc2c05cbb Introduce end-of-line normalization 2016-07-23 21:19:44 +02:00
Jindra Petřík
c3314b862c AMF export/import fixes
XML import/export of AMF (+other Multiline) handling
2016-07-23 13:38:53 +02:00
Jindra Petřík
e980325719 null checks for Netbeans to shut up 2016-07-23 12:16:15 +02:00
Jindra Petřík
4cc4c4c9e1 IExternalizable handling in PlaceObject4 rather in SWFInputStream 2016-07-23 12:04:36 +02:00
Jindra Petřík
58f9ae982c Merge pull request #35 from jindrapetrik/amf
Amf
2016-07-23 10:26:15 +02:00
Jindra Petřík
ce54b87eca Issue #1255 Export instance metadata of basic types (integer,string,double) to FLA 2016-07-22 23:15:39 +02:00
Jindra Petřík
d5b492609b getAmfData method to PlaceObjectTypeTag 2016-07-22 21:39:58 +02:00
Jindra Petřík
01c2079b07 AMF3 editor in GUI fixes
Hex view fixes
2016-07-22 21:35:48 +02:00
Jindra Petřík
1c9e485dca AMF3 refactorings
AMF3 editor in GUI for PlaceObject4
2016-07-20 22:16:45 +02:00