Commit Graph

815 Commits

Author SHA1 Message Date
honfika@gmail.com
29f52c2283 #1007 Allow to replace binary data (ByteArrayRange) in raw editing 2015-08-01 17:52:28 +02:00
honfika@gmail.com
c638f04492 null pointer exceptions fixed in generic tag tree panel editing mode 2015-07-30 19:09:29 +02:00
honfika@gmail.com
7216b4bd0a Byte array fixed in generic tag editor 2015-07-29 20:54:01 +02:00
honfika@gmail.com
c9f1f45ed5 command line help fix, show dependet character ids in basic tag info 2015-07-26 09:58:19 +02:00
honfika@gmail.com
e1c6138db9 always add "others" node to tagtree, first characterid fixed 2015-07-25 14:10:31 +02:00
honfika@gmail.com
157f167dfe possibility to add new tags without enabling "show emtpy folders" from the context menu of the "others" node 2015-07-25 13:05:50 +02:00
honfika@gmail.com
7669a6747c #489 Hex decode very large integers 2015-07-24 20:09:02 +02:00
honfika@gmail.com
e6dc7b5a26 #999 save as FLA fixed 2015-07-24 12:07:21 +02:00
honfika@gmail.com
1fb114c78e #998 -format argument is not working in commandline: fixed 2015-07-23 15:57:56 +02:00
honfika@gmail.com
4e0d201dd4 convert image tags from command line 2015-07-22 21:44:52 +02:00
honfika@gmail.com
f7dd7f0ff5 nofill parameter for shape import (repace) 2015-07-22 15:01:30 +02:00
honfika@gmail.com
197a9770cb show command line help when format parameter is invalid 2015-07-22 14:20:56 +02:00
honfika@gmail.com
bb55292aad pack and sort character id func moved to library 2015-07-21 22:18:22 +02:00
honfika@gmail.com
17ced2e569 replace character ids: pack and sort 2015-07-21 21:46:30 +02:00
honfika@gmail.com
183c84b320 replace character id from command line 2015-07-21 20:55:45 +02:00
honfika@gmail.com
b9734503d0 replace alpha channel error message fixed 2 2015-07-21 14:13:39 +02:00
honfika@gmail.com
cbcce6dfe8 replace alpha channel error message fixed 2015-07-21 14:04:19 +02:00
honfika@gmail.com
ecc0cd3f15 get image dimension without loading the image 2015-07-20 15:54:40 +02:00
honfika@gmail.com
37dc877b16 allow to specify tag type on image and shape import 2015-07-20 13:20:31 +02:00
honfika@gmail.com
f6e51bbacc NullPointer exception fixed when debug mode is enabled 2015-07-19 13:40:01 +02:00
honfika@gmail.com
a5d77daf36 show only relevant command line examples 2015-07-19 10:31:17 +02:00
honfika@gmail.com
7217ce8f5e deprecated command line parameters removed, show only the relevant parameters when bad arguments specified 2015-07-19 10:03:19 +02:00
honfika@gmail.com
b874c02db7 create stdout and stderr fodlers when not exists 2015-07-19 06:30:38 +02:00
honfika@gmail.com
a9fe6d3d92 goto usage fix 2015-07-18 22:41:53 +02:00
honfika@gmail.com
91fb53d665 as3 classes export simplified 2015-07-18 19:47:26 +02:00
honfika@gmail.com
a7d57c19a4 inline constant pool string when the pool is too big 2015-07-18 15:30:51 +02:00
honfika@gmail.com
35cfe219a4 error message when constant pool is too big 2015-07-18 08:23:09 +02:00
Jindra Petřík
9550376f52 Merge origin/master
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java
2015-07-17 14:40:57 +02:00
honfika@gmail.com
684af502a6 #978 Class names are case sensitive, but filenames are not, so they are overwritten sometimes during export 2015-07-17 10:37:04 +02:00
honfika@gmail.com
0b69a9e75c allow to export only as2 or as3 from command line 2015-07-17 09:35:03 +02:00
honfika@gmail.com
b1a84a3940 debug things removed 2015-07-17 09:23:16 +02:00
honfika@gmail.com
a6dc717225 calculating the action length without writing it to a stream 2015-07-17 09:19:51 +02:00
honfika@gmail.com
a61ff138ea AS editing fix + some DottedChain changes 2015-07-15 20:15:04 +02:00
honfika@gmail.com
c9efbedc40 config setting to overwrite exported files 2015-07-15 16:54:32 +02:00
honfika@gmail.com
56a0f96661 some new string builders 2015-07-15 10:27:34 +02:00
honfika@gmail.com
c4530dfdd5 #967 Replace DefineText content from CLI 2015-07-14 21:52:44 +02:00
honfika@gmail.com
74c78b4b28 build fix 2015-07-14 21:27:37 +02:00
honfika@gmail.com
af3553e387 more DottedChains 2015-07-14 21:11:08 +02:00
honfika@gmail.com
a4d49aeaf0 using DottedChains (almost) everywhere 2015-07-14 20:13:54 +02:00
Jindra Petřík
5462342e3a Deobfuscation level GUI selection fixed 2015-07-12 16:49:16 +02:00
honfika@gmail.com
fa6b85416f export fix 2015-07-11 19:20:43 +02:00
honfika@gmail.com
8f8db771e8 command line remove fix, show tag number in dumpSWF 2015-07-11 13:27:44 +02:00
honfika@gmail.com
e9b74200ad parallel AS2 export (similar to AS3) 2015-07-11 11:41:20 +02:00
honfika@gmail.com
42a8fc4c22 GraphTargetItem.src is readonly (field is private, getter added) 2015-07-09 10:51:04 +02:00
honfika@gmail.com
45a19deed3 #958 Remove and Replace character tag of items from CLI fix 2015-07-09 08:41:45 +02:00
honfika@gmail.com
4f35fd8e28 #958 Remove and Replace character tag of items from CLI 2015-07-08 21:55:46 +02:00
honfika@gmail.com
cecb13d78d show script name in log message (currently only without path) 2015-07-08 08:58:03 +02:00
honfika@gmail.com
8c3bab5346 Cancel workers after each command line export 2015-07-07 22:31:47 +02:00
honfika@gmail.com
318724370b common deobfuscate method 2015-07-07 22:13:35 +02:00
Jindra Petřík
9646afbd81 Issue #950 AddTrait setting modified fix 2015-07-07 22:04:28 +02:00