Commit Graph
834 Commits
Author SHA1 Message Date
[email protected] 65786d364a show warning on invalid boolean config 2015-09-06 20:34:25 +02:00
[email protected] 83382a18bd spanish translation 2015-09-01 09:11:27 +02:00
[email protected] 6887e51a86 unnecessarry try-catch removed from deobfuscarot methods 2 + small fixes 2015-08-30 08:37:19 +02:00
[email protected] 44d3bada72 handle (ignore) exception on setAllowNetworking call 2015-08-28 20:36:29 +02:00
[email protected] 433aeb1469 italian tranlsation 2015-08-27 07:38:04 +02:00
[email protected] 696ee04cb4 avoid throwing EmptyStackExceptions in as2 deobfuscation 2015-08-26 20:50:22 +02:00
[email protected] 5465043ec0 Italian added to select language dialog. 2015-08-25 11:54:22 +02:00
[email protected] 0cc939220a italian translation added 2015-08-25 11:48:08 +02:00
[email protected] f9109a6d4d tag tree search panel visibility (when opening/closing swfs) fix 2015-08-15 17:22:33 +02:00
[email protected] 6a05d79ebe some already implemented todo comments removed 2015-08-14 12:41:11 +02:00
[email protected] 6a1599c5fe missing file 2015-08-12 14:30:19 +02:00
[email protected] 809091ea42 framerate is float 2015-08-12 14:22:04 +02:00
[email protected] 427e7ea70d some netbeans inspection fixes 2015-08-11 14:40:56 +02:00
[email protected] 80bf0556fd export folder fix 2015-08-10 14:33:54 +02:00
[email protected] 0d440908dc create subfolders for swfs when multiple swf exported 2015-08-09 11:45:26 +02:00
[email protected] 60603f3b44 hongarian translation fixes 2015-08-06 13:53:10 +02:00
[email protected] 0325f59a7f line endigs fixed 2015-08-05 09:20:24 +02:00
[email protected] 586111ea8a generic tag panel: binary editor now can edit byte[] 2015-08-03 08:32:54 +02:00
[email protected] 47152b3a13 better binary editor in generictagttreepanel 2015-08-02 16:22:07 +02:00
[email protected] 29f52c2283 #1007 Allow to replace binary data (ByteArrayRange) in raw editing 2015-08-01 17:52:28 +02:00
[email protected] c638f04492 null pointer exceptions fixed in generic tag tree panel editing mode 2015-07-30 19:09:29 +02:00
[email protected] 7216b4bd0a Byte array fixed in generic tag editor 2015-07-29 20:54:01 +02:00
[email protected] c9f1f45ed5 command line help fix, show dependet character ids in basic tag info 2015-07-26 09:58:19 +02:00
[email protected] e1c6138db9 always add "others" node to tagtree, first characterid fixed 2015-07-25 14:10:31 +02:00
[email protected] 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
[email protected] 7669a6747c #489 Hex decode very large integers 2015-07-24 20:09:02 +02:00
[email protected] e6dc7b5a26 #999 save as FLA fixed 2015-07-24 12:07:21 +02:00
[email protected] 1fb114c78e #998 -format argument is not working in commandline: fixed 2015-07-23 15:57:56 +02:00
[email protected] 4e0d201dd4 convert image tags from command line 2015-07-22 21:44:52 +02:00
[email protected] f7dd7f0ff5 nofill parameter for shape import (repace) 2015-07-22 15:01:30 +02:00
[email protected] 197a9770cb show command line help when format parameter is invalid 2015-07-22 14:20:56 +02:00
[email protected] bb55292aad pack and sort character id func moved to library 2015-07-21 22:18:22 +02:00
[email protected] 17ced2e569 replace character ids: pack and sort 2015-07-21 21:46:30 +02:00
[email protected] 183c84b320 replace character id from command line 2015-07-21 20:55:45 +02:00
[email protected] b9734503d0 replace alpha channel error message fixed 2 2015-07-21 14:13:39 +02:00
[email protected] cbcce6dfe8 replace alpha channel error message fixed 2015-07-21 14:04:19 +02:00
[email protected] ecc0cd3f15 get image dimension without loading the image 2015-07-20 15:54:40 +02:00
[email protected] 37dc877b16 allow to specify tag type on image and shape import 2015-07-20 13:20:31 +02:00
[email protected] f6e51bbacc NullPointer exception fixed when debug mode is enabled 2015-07-19 13:40:01 +02:00
[email protected] a5d77daf36 show only relevant command line examples 2015-07-19 10:31:17 +02:00
[email protected] 7217ce8f5e deprecated command line parameters removed, show only the relevant parameters when bad arguments specified 2015-07-19 10:03:19 +02:00
[email protected] b874c02db7 create stdout and stderr fodlers when not exists 2015-07-19 06:30:38 +02:00
[email protected] a9fe6d3d92 goto usage fix 2015-07-18 22:41:53 +02:00
[email protected] 91fb53d665 as3 classes export simplified 2015-07-18 19:47:26 +02:00
[email protected] a7d57c19a4 inline constant pool string when the pool is too big 2015-07-18 15:30:51 +02:00
[email protected] 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
[email protected] 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
[email protected] 0b69a9e75c allow to export only as2 or as3 from command line 2015-07-17 09:35:03 +02:00
[email protected] b1a84a3940 debug things removed 2015-07-17 09:23:16 +02:00