Commit Graph
6340 Commits
Author SHA1 Message Date
Jindra Petřík 38b6345fb0 Fixed Copy/Move/Cut with dependencies did not handle original tag when not charactertag 2022-12-28 09:20:37 +01:00
Jindra Petřík b11e663261 changelog fix 2022-12-28 09:20:37 +01:00
Jindra Petřík a3d5e19635 Fixed changelog issues in 18.2.0 2022-12-28 09:20:37 +01:00
Jindra Petřík dea17cec2b begin new Unreleased section in changelog 2022-12-28 09:20:37 +01:00
Jindra Petřík 32acffbbdb version changed to 18.2.0 version18.2.0 2022-12-27 19:25:58 +01:00
Jindra Petřík 0f84fff4e0 update changelog 2022-12-27 19:25:01 +01:00
Jindra Petřík b82d68ad1d Fixed #1920 Slower decompilation (returnType method optimization) 2022-12-27 19:25:01 +01:00
Jindra Petřík 0272175e00 Added Bulk import sounds and sound streams 2022-12-27 19:25:01 +01:00
Jindra Petřík 306abf5e4a Refactor sound importer to separate class 2022-12-27 19:25:01 +01:00
Jindra Petřík dfc729d535 Seek sound data 2022-12-27 19:25:01 +01:00
Jindra Petřík 83f678d1a1 Movie importer - properly set timeline num frames 2022-12-27 19:25:01 +01:00
Jindra Petřík 2de373d80b Added #1424, #1473, #1473, #1852 Replacing sound streams (SoundStreamHead, SoundStreamBlock) 2022-12-27 19:25:01 +01:00
Jindra Petřík 308ac701ab Enlarge timeline for soundstream when necessary 2022-12-27 19:25:01 +01:00
Jindra Petřík 047ef148ce Do not print sampleCount and seekSamples. 2022-12-27 19:25:01 +01:00
Jindra Petřík a940ea1c6f Replacing SoundStreamHeads with MP3 2022-12-27 19:25:01 +01:00
Jindra Petřík cc71ba8cef JLayer version 1.0.2 2022-12-27 19:25:01 +01:00
Jindra Petřík d86a662f7a Proper distribute uncompressed frames 2022-12-27 19:25:01 +01:00
Jindra Petřík 94df71e07a Replace SoundStreamHead (no MP3 support yet) 2022-12-27 19:25:01 +01:00
Jindra Petřík 971e2ab1fe Fixed PlaceObject preview not cleared causing sound to repeat 2022-12-27 19:25:01 +01:00
Jindra Petřík bbb2c6c008 #1827 properly exit app after import 2022-12-27 19:25:01 +01:00
Jindra Petřík 57533879a3 Import movies context menu only on SWF node 2022-12-27 19:25:01 +01:00
Jindra Petřík 21da3e0beb Do not import multiple video frames into single SWF frame 2022-12-27 19:25:01 +01:00
Jindra Petřík 0914ae79cc Nullpointer fix 2022-12-27 19:25:01 +01:00
Jindra Petřík d5d9007219 Add RemoveObject after last imported movie frame if the timeline is longer 2022-12-27 19:25:01 +01:00
Jindra Petřík 51d37830c0 Last imported movie frame length 2022-12-27 19:25:01 +01:00
Jindra Petřík c18a603ed4 Added Movie FLV export - writing simple onMetadata tag 2022-12-27 19:25:01 +01:00
Jindra Petřík fa659f336c Added #1827 Replacing and bulk import of DefineVideoStream 2022-12-27 19:25:01 +01:00
Jindra Petřík 96de7e293a Import movie message remember.
Image clear on import.
2022-12-27 19:25:01 +01:00
Jindra Petřík 1c5347be86 Frame number fix 2022-12-27 19:25:01 +01:00
Jindra Petřík dacd9195ef Bulk import movies 2022-12-27 19:25:01 +01:00
Jindra Petřík 9ca27d48be Extract replace movie method to extra importer class 2022-12-27 19:25:01 +01:00
Jindra Petřík 86c6f220ef Stub for bulk importing movies in GUI 2022-12-27 19:25:01 +01:00
Jindra Petřík f2646f164b Replace movies with commandline 2022-12-27 19:25:01 +01:00
Jindra Petřík 9f971a0c88 Replace movie in GUI 2022-12-27 19:25:01 +01:00
Jindra Petřík 2e998cfcb4 Replace movie GUI stub 2022-12-27 19:25:01 +01:00
Jindra Petřík 2065d94241 Separate graphics and sound testdata 2022-12-27 19:25:01 +01:00
Jindra Petřík 1bdc9d5218 Added #1917 Better error message for sound import on unsupported sampling rate 2022-12-27 19:25:01 +01:00
Jindra Petřík 87f4baf554 Fixed #1916 Translation tool did not load up 2022-12-27 19:25:01 +01:00
Jindra Petřík 70a4dbf272 Czech translation update 2022-12-27 19:25:01 +01:00
Jindra Petřík b7c5efbf93 Fixed #1914 DropShadow filter 2022-12-27 19:25:01 +01:00
Jindra Petřík 0c4adb7d1a Fixed filter bounds 2022-12-27 19:25:01 +01:00
Jindra Petřík 166e8d7298 Fixed filter bounds 2022-12-27 19:25:01 +01:00
Jindra Petřík 4115dadafa Begin new Unreleased section 2022-12-27 19:25:01 +01:00
Jindra Petřík 920fd9ea33 version changed to 18.1.0 version18.1.0 2022-12-23 17:04:32 +01:00
Jindra Petřík 2c0eaae1a2 Fixed #1906 Memory search - byte align opens wrong SWFs 2022-12-23 17:02:50 +01:00
Jindra Petřík b53590210d Fixed #1907 Crashing on memory search
Putting back old JNA 3.5.1 as  5.11.0 crashes on calling new Memory()
Modify VJCJ natives to support JNA 3.5.1
2022-12-23 17:02:50 +01:00
Jindra Petřík 319e68f80e Pointer native value easily 2022-12-23 17:02:50 +01:00
Jindra Petřík 6c620f4b99 Fixed #1901 Collapsing the tree in autosave mode on saving manually
Fixed Generic tag saving manually
2022-12-23 17:02:50 +01:00
Jindra Petřík 85275ccca6 Fixed #1858 PDF export - Applying same color multiple times 2022-12-23 17:02:50 +01:00
Jindra Petřík ecc884f642 Fixed #1858 Applying same alpha/blendmode multiple times
Round RGB colors to lower precision
2022-12-23 17:02:50 +01:00