Commit Graph
100 Commits
Author SHA1 Message Date
Jindra Petřík 279b3cc8a0 Set position - OK button not enabled when frame selected or no selection 2022-10-29 14:20:32 +02:00
Jindra Petřík eb9735c841 Not allow set position to inside DefineSprite for sprites which cannot be there
Fixed selecting wrong timeline on set position
Correctly set timelined of positioned tag
2022-10-29 13:43:01 +02:00
Jindra Petřík bd0377a4b4 Not allow FileAttributes inside DefineSprite 2022-10-29 13:22:11 +02:00
Jindra Petřík 4dfb6de32d Added Changing tag position 2022-10-29 13:08:50 +02:00
Jindra Petřík 5d918104ab Fixed Leading of the font can be set to negative value 2022-10-29 00:27:35 +02:00
Jindra Petřík b8cf60c442 Fixed #1711 DefineFont2-3 advance values need to be handled as unsigned (UI16) 2022-10-28 23:49:03 +02:00
Jindra Petřík 72abbd6dac Update CHANGELOG.md 2022-10-28 21:53:32 +02:00
Jindra Petřík 8e011e6392 Fixed #1695 Freetransform tool vs zooming
Fixed #1752 Freetransform tool on sprites with offset
2022-10-28 21:03:40 +02:00
Jindra Petřík 83334fd2ac Fixed Freetransform tool dragging not always started on mousedown 2022-10-28 18:40:48 +02:00
Jindra Petřík 7f30121b21 Fixed Sound tag player now uses less memory / threads - does not use Clip sound class 2022-10-26 23:15:21 +02:00
Jindra Petřík 3e67636555 Fixed Shape not clipped when clip area ouside of view 2022-10-26 14:28:01 +02:00
Jindra Petřík d5399a0513 sync timer schedule 2022-10-26 11:25:11 +02:00
Jindra Petřík 538c0b79b7 Fixed #1828 Deadlock freezing during playback 2022-10-26 09:04:43 +02:00
Jindra Petřík 32bb0289bc Fixed 1828 Closing path in shape strokes from last moveTo only 2022-10-25 22:39:38 +02:00
Jindra Petřík 6a0ef9f95a Correct stroke transformation in folder preview 2022-10-25 20:59:33 +02:00
Jindra Petřík db60fed17f Minimum stroke width should be 1 px 2022-10-25 20:32:25 +02:00
Jindra Petřík 691f296a55 Fixed #1828 missing lines after previous update 2022-10-25 19:23:34 +02:00
Jindra Petřík 365283904a Fixed minimum stroke width 2022-10-25 00:12:25 +02:00
Jindra Petřík 31b13cddc9 Fixed tests and also few places with linestyle2 vs linestyle1 array change 2022-10-24 23:54:09 +02:00
Jindra Petřík ec6e689652 #1771 DefineShape4 line filled using single color 2022-10-24 22:35:13 +02:00
Jindra Petřík 3bfcf2976c #1828 Faster redrawing of frames in some cases 2022-10-24 17:45:21 +02:00
Jindra Petřík b896688d5d Fixed #1828 Incorrect stroke scaling (normal/none/vertical/horizontal) 2022-10-24 12:26:11 +02:00
Jindra Petřík 499e5645cd Fixed #1828 Zero scale layer matrices support 2022-10-23 21:48:23 +02:00
Jindra Petřík 95689f28ab Fixed DefineSubImage display (after last zoom update) 2022-10-23 20:00:06 +02:00
Jindra Petřík be1dc0699d Fixed #1829 Adding extra pixel to the width and height when rendering items (for example to AVI) 2022-10-23 19:24:22 +02:00
Jindra Petřík f0b8e2dfef Try to properly display and zoom GFX DefineSubImage 2022-10-23 18:20:42 +02:00
Jindra Petřík 73250c4969 Github actions - ignore CURL upload error 56 2022-10-23 17:19:02 +02:00
Jindra Petřík 20fc982d2b fix for Java 8 2022-10-23 17:10:14 +02:00
Jindra Petřík 30a58d8c8e Fixed debug info label position/content on the top of flash viewer to avoid unwanted initial scroll 2022-10-23 17:06:23 +02:00
Jindra Petřík 10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
Jindra Petřík 1bfbe84ee9 Added #1731 Image viewer zoom support 2022-10-23 16:50:55 +02:00
Jindra Petřík 41fe9616a1 maxretry fix 2022-10-23 12:40:22 +02:00
Jindra Petřík 592965066c Github actions - retry 3 times uploading the file when failed on CURL error 55 2022-10-23 12:39:46 +02:00
Jindra Petřík 98fd92b068 Fixed Slow zooming/redrawing on action when SWF has low framerate 2022-10-23 12:16:35 +02:00
Jindra Petřík bfae9f6871 Fixed #1847 shape viewer and PDF exporter - correct drawing of pure vertical/horizontal shapes (zero width/height) 2022-10-23 10:56:31 +02:00
Jindra Petřík 1b136913b2 bitmap shape exporter - ignore strokes when bound rect has zero width/height 2022-10-22 22:40:42 +02:00
Jindra Petřík 31a461ca96 gnujpdf - use UTF-8 in string.getBytes() everywhere 2022-10-22 21:15:20 +02:00
Jindra Petřík ef2ccab594 updated gnujpdf jar 2022-10-22 19:03:25 +02:00
Jindra Petřík b61e009665 #1847 Try to fix chinese PDF problem 2022-10-22 19:01:34 +02:00
Jindra Petřík d3477d910c Fixed: #1838 AS3 - Properly handling of long unsigned values, hex values, default uint values etc.
Changed: AS3 integer values are internally (e.g. in the lib) handled as java int type instead of long.
2022-10-22 15:27:44 +02:00
Jindra Petřík ef673667e2 GitHub actions - properly delete last nightly tag 2022-10-22 13:06:14 +02:00
Jindra Petřík a410d5afed Fixed #1839 Sprite frames exported incorrectly and repeating 2022-10-22 12:55:54 +02:00
Jindra Petřík 8290a469c3 wait 2 seconds before uploading next file 2022-10-02 19:15:37 +02:00
Jindra Petřík f56254776b Update CHANGELOG.md 2022-10-02 19:05:52 +02:00
Jindra Petřík 509550ebbd Update CHANGELOG.md 2022-10-02 18:57:49 +02:00
Jindra Petřík ad2e3f0978 Little -replace refactoring, adding help form -replace with <argsfile> 2022-10-02 18:48:16 +02:00
Jindra Petřík b2e895445f Building using Github actions (#131)
Change Travis CICD to GitHub Actions
2022-10-02 17:39:12 +02:00
Jindra Petřík 74b641c9b2 Fixed #1834 PlaceObject4 tags appear as Unresolved inside of DefineSprite 2022-08-28 16:56:10 +02:00
Jindra Petřík 741cc6e83e Update CHANGELOG.md 2022-08-26 17:49:49 +02:00
Jindra Petřík 5f8ad12326 start unreleased section of changelog 2022-07-03 16:35:50 +02:00
Jindra Petřík f058045df3 version changed to 15.1.1 2022-07-03 16:28:26 +02:00
Jindra Petřík f6134f7a85 Changelog update 2022-07-03 16:26:25 +02:00
Jindra Petřík d55a27f168 Removed auto downloading playerglobal.swf in the installer 2022-07-03 16:26:25 +02:00
Jindra Petřík b8db8e8a08 fix copy task 2022-07-03 16:26:25 +02:00
Jindra Petřík 01fd2b744e travis playerglobal dependency 2022-07-03 16:26:25 +02:00
Jindra Petřík ae2ba584e5 playerglobal link in NSIS and builder switched to its archived version 2022-07-03 16:26:25 +02:00
Jindra Petřík e04ef39bb4 Fixed: No longer working link to adobe dev downloads changed to its web-archived version 2022-07-03 16:26:25 +02:00
Jindra Petřík f2d9dbab27 Update CHANGELOG.md 2022-07-03 16:26:25 +02:00
Jindra Petřík 815927c982 create dev branch 2022-07-03 16:26:25 +02:00
Jindra Petřík 38fc136bbe version changed to 15.1.0 2022-02-20 10:46:25 +01:00
Jindra Petřík 34d2cbaba1 Merge pull request #120 from jindrapetrik/dev
Dev
2022-02-20 10:45:02 +01:00
Jindra Petřík 91f7a5d9de Merge pull request #118 from Chuckame/fix/convert-performance-issues
Fixed Multiname - performance issues
2022-02-20 10:35:15 +01:00
Jindra Petřík a5d0a06a6c Merge branch 'dev' into fix/convert-performance-issues 2022-02-20 10:34:46 +01:00
Jindra Petřík d4218e9136 Changed Flex SDK links to Apache Flex
Fixed Flex SDK not required on commandline when Flex compilation is disabled
2022-02-20 10:31:59 +01:00
Jindra Petřík 012ae459c6 Fixed #1769 - Do not mark getter+setter as colliding (#xxx suffix) 2021-12-19 10:39:51 +01:00
Jindra Petřík 2219dfa01a travis - change to openjdk8 2021-12-18 17:10:29 +01:00
Jindra Petřík 0da9cdc44a small changelog change to trigger build 2021-12-18 17:02:40 +01:00
Jindra Petřík 4812ad204e Fixed #1773 - auto set flagWideCodes on FontInfo wide character add 2021-12-18 16:53:10 +01:00
Jindra Petřík 61561c6e72 Fixed AS1/2 - debugger - rewinding playback to apply breakpoints 2021-12-08 19:04:53 +01:00
Jindra Petřík 985311c87f Fixed AS3 - debugging in inner functions 2021-12-08 12:31:31 +01:00
Jindra Petřík 142093c87c Fixed AS3 - insert debug instruction to mark register names even with activation 2021-12-08 08:29:05 +01:00
Jindra Petřík 2cee8a7386 Fixed #1763 AS3 - function with activation - param assignment is not a declaration 2021-12-08 08:12:38 +01:00
Jindra Petřík af45130f7a Fixed #1766 AS3 - direct editation - namespaces on global level without leading colon 2021-12-07 16:57:08 +01:00
Jindra Petřík d943588fbd Fixed Type resolving 2021-12-07 09:31:14 +01:00
Jindra Petřík 9943542f94 Fixed AS1/2 switch detection 2021-12-06 19:12:39 +01:00
Jindra Petřík 383506c94c Fixed AS1/2 switch detection 2021-12-06 18:12:33 +01:00
Jindra Petřík 4f8cac556d Fixed AS1/2 actioncontainers (like try) inside ifs 2021-12-06 08:23:13 +01:00
Jindra Petřík 3a3cac1fe9 Added #1718 Show progress on injecting debug info / SWD generation (before Debugging) 2021-12-05 19:54:41 +01:00
Jindra Petřík 3dd2885358 Added #270 AS3 show progress on deofuscating p-code 2021-12-05 19:09:53 +01:00
Jindra Petřík 97760b766d czech trans 2021-12-05 18:31:16 +01:00
Jindra Petřík 05e8f68ea9 Added Show imported files on script import, able to cancel import 2021-12-05 18:30:17 +01:00
Jindra Petřík e9cc551c37 Fixed AS3 - direct editation - call on index 2021-12-05 17:29:24 +01:00
Jindra Petřík ee9fd933f1 Fixed AS3 - direct editation - resolve properties and local regs before types 2021-12-05 16:08:09 +01:00
Jindra Petřík dc773af1e2 Fixed AS3 - direct editation - call on local register 2021-12-04 16:32:02 +01:00
Jindra Petřík 7599ba5dd0 Fixed AS3 - direct editation - bit not 2021-12-04 15:15:47 +01:00
Jindra Petřík c1dd430f43 Fixed AS3 - direct editation - arguments object on method with activation 2021-12-04 14:49:38 +01:00
Jindra Petřík b0962137f9 declarations on activation object properties 2021-12-04 09:15:19 +01:00
Jindra Petřík 4197e4913b Fixed #1763 AS3 - initialization of activation object in some cases 2021-12-04 08:28:48 +01:00
Jindra Petřík 9e6548ceb0 Fixed #1762 AS - switch detection (mostcommon pathpart) 2021-12-02 18:59:32 +01:00
Jindra Petřík 47347e7a0e Fixed #1762 AS3 - Auto adding returnvoid/return undefined 2021-12-01 20:09:13 +01:00
Jindra Petřík 1928962d6f Fixed #1762 AS call on integer numbers parenthesis 2021-12-01 08:44:30 +01:00
Jindra Petřík 2011684b7f Added Display object depth in flash panel - lowercase, translation 2021-11-30 07:25:13 +01:00
Jindra Petřík 85fb118138 tests 2021-11-30 07:14:01 +01:00
Jindra Petřík f1ab87f2b7 Fixed #1761 AS3 - try..finally inside another structure like if 2021-11-30 07:13:32 +01:00
Jindra Petřík fd3e3eec61 version changed to 15.0.0 2021-11-29 17:17:25 +01:00
Jindra Petřík 2f6626d2b1 Changed AS1/2 direct editation no longer marked as experimental 2021-11-29 17:15:56 +01:00
Jindra Petřík 7dab721e09 Fixed AS1/2 - gotoAndStop/play with simple label compiled as gotolabel 2021-11-29 17:15:56 +01:00
Jindra Petřík 8b79e66dfb Fixed AS1/2 - startDrag constaint 2021-11-29 17:15:56 +01:00
Jindra Petřík d7de0fae66 Fixed AS1/2 - stop/play/etc. can be used in expressions, pushing undefined 2021-11-29 17:15:56 +01:00
Jindra Petřík 8e79af0bd4 Fixed AS1/2 - on keypress key escaping 2021-11-29 17:15:56 +01:00