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
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
5f940aedfb
Issue #468 French translation updated
2016-07-25 22:09:54 +02:00
Jindra Petřík
1d2d436033
Generic editor numbers fix
2016-07-24 21:42:45 +02:00
Jindra Petřík
37b5995cb1
Commandline FLA/XFL extension fix
2016-07-24 21:42:17 +02:00
Jindra Petřík
221431fef2
Merge pull request #37 from jindrapetrik/amfenhance
...
AMF optimize, Instance Metadata from commandline
2016-07-24 11:58:00 +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
12c7d79046
*.flex files are text files
2016-07-23 21:50:30 +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
09af6c030b
Merge pull request #36 from jindrapetrik/amffixes
...
Amffixes
2016-07-23 19:31:22 +02:00
Jindra Petřík
a882b92fff
AMF3 Editor enhancements + help
2016-07-23 19:29:21 +02:00
Jindra Petřík
e2882dd196
AMF Editor display error message
2016-07-23 15:56:48 +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
Jindra Petřík
0d8e621a17
AMF3 importer
...
refactoring AMFTools to AMF3 exporter
2016-07-19 22:21:47 +02:00
Jindra Petřík
d82f0f17c3
Improved dumpInfo in AMF3
2016-07-18 21:32:08 +02:00
Jindra Petřík
ce91076693
Amf3InputStream uses EndOfStreamException as SWF
2016-07-18 09:11:09 +02:00
Jindra Petřík
fdb45d4f2c
case fix 3
2016-07-18 09:06:42 +02:00
Jindra Petřík
4714cd432e
case fix 2
2016-07-18 09:06:24 +02:00
Jindra Petřík
38eb716fdd
case fix 1
2016-07-18 09:05:41 +02:00
Jindra Petřík
f322581a31
DumpInfo in AMF3
...
PlaceObject4 read/write AMF data
2016-07-18 08:37:55 +02:00
Jindra Petřík
d33c8e8c32
writing AMF3 + tests
...
traits handling fix
empty string handling fix
2016-07-17 19:05:50 +02:00
Jindra Petřík
092bfb4acb
rename AMF to Amf part3
2016-07-17 15:56:41 +02:00
Jindra Petřík
74642edfe9
rename AMF to Amf part2
2016-07-17 15:56:07 +02:00
Jindra Petřík
63cc2115d3
rename AMF to Amf part1
2016-07-17 15:55:32 +02:00
Jindra Petřík
6500c0deb2
unused import
2016-07-17 15:53:41 +02:00
Jindra Petřík
6e21a941cb
AMF3 Dictionary weakKeys attribute to String
2016-07-17 15:52:55 +02:00
Jindra Petřík
f7b3d502cb
AMF3 tests, exceptions
2016-07-17 15:48:56 +02:00
Jindra Petřík
ec5ca5c3f1
append for StringBuilder
2016-07-17 08:43:27 +02:00
Jindra Petřík
b6956dfde5
AMF3 reading, toString
...
AMF3 writing stub
TODO: Long strings, Externizable, finish writing
2016-07-17 07:57:42 +02:00
Jindra Petřík
a079d3b0ff
(probably) Issue #1247 Incorrectly handling remainingBytes for DefineCompactedFont fix
2016-06-06 22:32:15 +02:00
Jindra Petřík
5d00b7147f
(probably) Issue #1247 Incorrectly handling remainingBytes for DefineCompactedFont fix
2016-06-06 22:29:03 +02:00
Jindra Petřík
79f67b19a2
unicode fix in generated docs
2016-03-28 20:19:56 +02:00
Jindra Petřík
f129a66d21
docs outfile fix
2016-03-28 19:57:29 +02:00
Jindra Petřík
db5c0ce680
Merge origin/master
2016-03-28 19:51:39 +02:00
Jindra Petřík
34d504434e
AS3 instruction documentation improvements
...
Generate doc from commandline
HTML document with all AS3 instructions
2016-03-28 19:50:48 +02:00
Jindra Petřík
77b14abbea
css in build
2016-03-28 19:48:23 +02:00
Jindra Petřík
ab7c3344a2
Display AS3 p-code docs in GUI, improvements.
2016-03-27 14:51:39 +02:00
Jindra Petřík
9b9e653876
Display AS3 p-code docs in GUI, unfinished = stub, needs UI enhancements
...
Must be turned on in settings
2016-03-27 09:33:51 +02:00
Jindra Petřík
33d6cd5c29
improved/fixed go to declaration in AS3
2016-03-26 22:48:12 +01:00
Jindra Petřík
bfeb2dc2ba
Merge origin/master
2016-03-26 20:17:37 +01:00
Jindra Petřík
f14d92613c
gui fix after refactorings
2016-03-26 20:17:16 +01:00
Jindra Petřík
d54dafcbd9
Refactorings in AVM2 instructions, float, decimal, etc.
...
Documentation for AVM2 instruction set stub
2016-03-26 20:13:03 +01:00
Jindra Petřík
610b3b6f3b
abc import fix
...
abc log fix
2016-03-21 21:56:41 +01:00
Jindra Petřík
ccd307c24c
abc import fix
2016-03-21 21:56:21 +01:00
Jindra Petřík
c9f53e0d8c
const names map helper function
2016-03-21 21:55:35 +01:00
Jindra Petřík
eef8372ee8
ABC: Float and Float4 support
...
AVM2 instructions refactoring, data types correction
NumberContext - numeric parameters (for decimal, etc.)
2016-03-21 21:38:05 +01:00
Jindra Petřík
b4d145da44
DebugHandler - method call
2016-03-21 21:35:35 +01:00
Jindra Petřík
bff0c89a5d
reload all locales
2016-03-13 13:15:39 +01:00
Jindra Petřík
9a1c085698
Merge origin/master
2016-03-13 12:16:48 +01:00
Jindra Petřík
70b76e0070
Reload one vs Reload all buttons
2016-03-13 12:16:33 +01:00
Jindra Petřík
30ccc99bae
Flash viewer: aspect ratio on startup fix, correct resizing
2016-03-13 09:11:35 +01:00
Jindra Petřík
d0a35a0d51
Merge origin/master
2016-03-08 09:59:27 +01:00
Jindra Petřík
ed28599307
#1193 Export space character to TTF correctly
2016-03-08 09:58:57 +01:00
Jindra Petřík
cccfc2e14d
#1193 FLA export - correct font advance in some cases
2016-03-07 23:39:10 +01:00
Jindra Petřík
084da5d6a1
#1193 FLA export - smoothed image detection, export raw JPEG data, no recompression
2016-03-07 22:17:59 +01:00
Jindra Petřík
6066f82603
#1193 One layer shape fix in button
2016-03-07 20:54:03 +01:00
Jindra Petřík
14c2b3f547
#1193 FLA export - text tag advance fix for some fonts
2016-03-07 20:32:05 +01:00
Jindra Petřík
1fd1565ada
debugger: correct display variable values through getters
2016-03-05 19:32:56 +01:00
Jindra Petřík
ef09513920
Implicit coercion on binary/unary op fix - do not show converts in that cases
2016-03-05 08:40:06 +01:00
Jindra Petřík
a7390c083d
Logging only cause of Exception in case of ExecutionException.
...
(no futureTask, etc. in error logs)
2016-03-05 08:09:09 +01:00
Jindra Petřík
22d1047f47
Merge origin/master
2016-03-05 07:57:10 +01:00
Jindra Petřík
cc6d7c8f52
#1183 Index out of bounds fix
2016-03-05 07:56:52 +01:00
Jindra Petřík
1a74bd5ef9
Merge origin/master
2016-02-28 10:17:31 +01:00
Jindra Petřík
9e0251129a
Timeline - correct ticks handling ("frame time")
...
(Single frames animated)
2016-02-28 10:04:32 +01:00
Jindra Petřík
77c1e4613d
SerializableImage converts to Compatible image for GUI display
2016-02-28 10:02:01 +01:00
Jindra Petřík
1a51eddc71
Flash viewer - correct ticks handling ("frame time")
...
(Single frames animated)
Low quality enable stub
2016-02-28 10:01:23 +01:00
Jindra Petřík
eb91c7193d
HW acceleration turned on correctly (move GUI related inits to initGui)
2016-02-28 10:00:04 +01:00
Jindra Petřík
94bb61c9b3
nullpointer fix
2016-02-27 10:51:30 +01:00
Jindra Petřík
9a6b2a5671
Fix for nonGUI run
2016-02-27 10:42:35 +01:00
Jindra Petřík
a06b7742df
Merge origin/master
2016-02-27 10:31:49 +01:00
Jindra Petřík
9cd8a79c68
Flash viewer - skip frames when not on time => faster playback, display frameLoss in debugMode
...
Stub for HW accelerated Graphics2D (VolatileImage, opengl, etc.)
2016-02-27 10:31:24 +01:00
Jindra Petřík
462d7a297f
Merge origin/master
2016-02-24 21:19:27 +01:00
Jindra Petřík
898fa63727
flex build script
2016-02-24 21:19:00 +01:00
Jindra Petřík
8e62079f55
#1156 9-slice scaling - better stroke scaling
2016-02-24 21:14:14 +01:00
Jindra Petřík
0beca77f48
Merge origin/master
2016-02-21 14:09:01 +01:00
Jindra Petřík
ae566afe3d
#1128 adding characters to font fixed - not updating characters list (FontalignZones not removed)
2016-02-21 14:04:24 +01:00
Jindra Petřík
a9c2234bcf
#1156 Flash Viewer - DefineScalingGrid (9 slice scaling)
2016-02-21 09:29:48 +01:00
Jindra Petřík
5b89b153f9
DefineScalingGrid (9 slice scaling) testdata
2016-02-20 17:03:50 +01:00
Jindra Petřík
e313e465f3
Merge origin/master
2016-02-20 16:15:26 +01:00
Jindra Petřík
21b3069a2f
#1156 Show mapped tags for DefineSprite, etc. tags too (like DefineScalingGrid)
2016-02-20 16:13:48 +01:00
Jindra Petřík
73c5d00572
#1151 Filters on texts fixed
2016-02-20 10:39:53 +01:00
Jindra Petřík
4fb57bc90e
#1162 improved opening loaded swf files
...
allow socketconnect to ffdec on local files
2016-02-20 09:24:05 +01:00
Jindra Petřík
f55bc7fca6
#1162 improved opening loaded swf files
2016-02-20 09:23:29 +01:00
Jindra Petřík
17ed61aeab
Merge origin/master
2016-02-20 01:01:07 +01:00
Jindra Petřík
9c8583957c
AS1/2 deobfuscation fixes
2016-02-20 01:00:47 +01:00
Jindra Petřík
fed7439d18
Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,
...
reseting most of them by renaming.
2016-02-19 16:54:12 +01:00
Jindra Petřík
85c252e724
Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,
...
reseting most of them by renaming.
2016-02-19 16:52:44 +01:00
Jindra Petřík
cbfb11452b
SetSlot coercion display fix
2016-02-19 03:49:01 +01:00