Commit Graph
3921 Commits
Author SHA1 Message Date
Jindra Petřík 6a8d73c798 AS3 - some simplifications 2016-02-17 19:43:13 +01:00
Jindra Petřík 253f5392c7 test data 2016-02-17 02:26:03 +01:00
Jindra Petřík b6d16b9224 test fix 2016-02-17 02:18:22 +01:00
Jindra Petřík 60a2a95797 test fix 2016-02-17 02:16:40 +01:00
Jindra Petřík b6b62b288f #1145 Correct precedence handling on binary operators 2016-02-16 23:07:00 +01:00
Jindra Petřík be8e4df4c7 #1145 AS3 better declaration type detection,
better convert_x instruction handling
2016-02-16 23:00:17 +01:00
Jindra Petřík 07b0e68bba #1145 AS3 testdata 2016-02-16 22:59:28 +01:00
[email protected] 51ef51ecdb move sound playing (starting to play) to synchronized block to avoid deadlock 2016-02-16 14:16:00 +01:00
[email protected] 2b1aa51971 inernal player: sound loop count 2016-02-16 12:12:35 +01:00
[email protected] 108d8e0073 #1154 The Program Won't Start at All fix 2016-02-15 08:16:39 +01:00
[email protected] 9f40de3a2c show error message when a text tag is invalid (glyph index is not found in the glyph list) 2016-02-14 10:54:18 +01:00
Jindra Petřík ddd9f1ca2a Merge origin/master 2016-02-13 11:49:17 +01:00
Jindra Petřík 2a0ca0b79b #1145 expression simplification to separate config instead of autodeobfuscate 2016-02-13 11:48:55 +01:00
[email protected] be5bbb607e #1152 Font info tag modified tag was not set => saved swf was corrupt: fixed 2016-02-13 08:31:33 +01:00
[email protected] 4d886bc688 function to remove all characters except the seleced ones (for creating small swfs to reproduce a bug).. added to debug menu category 2016-02-12 09:03:48 +01:00
[email protected] 4e6476dad5 tagtree null pointer fix 2016-02-11 20:53:01 +01:00
[email protected] 6df45b510f build fix 2016-02-10 09:06:06 +01:00
[email protected] f48f81ecef cache parameter removed, only the folder preview images were cached, cache them in that class 2016-02-10 08:59:33 +01:00
[email protected] 348767c8e8 #1148: log exception 2016-02-09 10:49:07 +01:00
[email protected] 36498acfce #1148: handing end of stream exception in abc reader 2016-02-09 10:40:01 +01:00
[email protected] 64d93ebfac #1147 Sprite is exported incorrectly: fixed 2016-02-09 09:24:35 +01:00
[email protected] 23645dd91c frameToImages and frameToSVG moveed to timeline (as toHtmlCanvas and getOutline) 2016-02-08 09:42:25 +01:00
Jindra Petřík df63334d36 #1145 double not (!!) fix 2016-02-07 18:11:51 +01:00
Jindra Petřík 143ab57057 Regexp deobfuscation fix 2016-02-07 17:55:30 +01:00
Jindra Petřík 501480dc9c Merge origin/master 2016-02-07 17:27:30 +01:00
Jindra Petřík ef739fbfd9 Simplify nonif expressions while deobfuscation too
Regexp deobfuscation.
Implicit coercion handling.
#1145 double not (!!) fix
2016-02-07 17:13:59 +01:00
[email protected] ab4a7bfbdb do not apply color transform when it has the default values 2016-02-07 10:23:29 +01:00
[email protected] 09a7f68583 calculate only the necessary outlines while moving the mouse over the internal player area 2016-02-06 09:23:50 +01:00
Jindra Petřík f9bdb8a35a Merge origin/master 2016-02-05 20:27:29 +01:00
Jindra Petřík 5dc1f8eee4 Button with sounds to AS2 Testdata 2016-02-05 20:27:11 +01:00
[email protected] 325df46d8e external player button sounds fix 2016-02-05 19:51:45 +01:00
[email protected] b5cca75473 resource text fixes 2016-02-04 18:37:46 +01:00
[email protected] 9ef4e8386b hungarian translation fixes 2016-02-03 17:58:59 +01:00
[email protected] ee75cf030d Merge origin/master 2016-02-02 15:35:40 +01:00
[email protected] 11d3e41c4e #1144 Command line argument renameInvalidIdentifiers creates a corrupted SWF: close file strem properly (stream is not flushed after System.exit call) 2016-02-02 15:34:47 +01:00
Jindra Petřík ed59aabd28 Merge origin/master 2016-02-02 08:23:36 +01:00
Jindra Petřík 97993bb586 Issue #1137 running flashplayer(debugger) executable in Linux/MacOs 2016-02-02 08:22:26 +01:00
[email protected] 5407a2b548 hungarian translation of the installer finished 2016-02-01 14:41:18 +01:00
[email protected] 409740fe2e huingarian installer translation (incomplete) 2016-01-31 15:32:21 +01:00
Jindra Petřík 7dc482ab8c Issue #1139,#930 Windows Installer: Correct ActiveX download link, Download latest java from webpages 2016-01-31 11:19:03 +01:00
Jindra Petřík a734b57b7e Merge origin/master 2016-01-30 21:56:44 +01:00
Jindra Petřík 1465a463a6 App icon is not colorized with skin - matches site logo 2016-01-30 21:56:17 +01:00
[email protected] c35547c418 do not cache the rendered frame, because it eats all the memory when moving the cursor on the image (caches the image for each mouse position, it is necessary, because of the button states). todo: better algorithm to identify what to cache, detect button states, etc. 2016-01-30 16:56:25 +01:00
[email protected] f5dc5a3cd8 stop sound when changing the selected tag in dump view 2016-01-29 16:17:42 +01:00
[email protected] 75784c2f9c removed some unused imports 2016-01-28 15:04:22 +01:00
[email protected] 5aac21743c more fixes in properties files 2016-01-27 16:46:38 +01:00
[email protected] 79acb70778 escape characters in italian translation 2016-01-26 09:34:36 +01:00
Jindra Petřík 28d9273d95 Merge origin/master 2016-01-26 06:26:50 +01:00
Jindra Petřík 0b6448c1eb Issue #1021 Updated Italian translation 2016-01-26 06:26:31 +01:00
[email protected] e2198aa604 more fixes in properties files 2016-01-25 09:13:40 +01:00