Commit Graph

1511 Commits

Author SHA1 Message Date
Jindra Petřík
f48a5ff08a read/write fixes, refactorings 2016-11-28 19:16:13 +01:00
Jindra Petřík
29147348d6 reading fixed 2016-11-28 13:07:22 +01:00
Jindra Petřík
20da736453 Fixing header fields, fields printer 2016-11-28 11:33:23 +01:00
Jindra Petřík
321d6982c8 abs adresses fix 2016-11-28 05:56:12 +01:00
Jindra Petřík
74b7273da6 abs adresses fix 2016-11-28 05:45:43 +01:00
Jindra Petřík
398d12d9e9 read/write abs adresses - WIP 2016-11-27 21:55:40 +01:00
Jindra Petřík
4dfcef525f Streams refactoring.
Replace Iggy Swf stub
2016-11-27 11:34:27 +01:00
Jindra Petřík
7fcb962809 removing 64bit parameter where unnecessary 2016-11-27 09:21:35 +01:00
Jindra Petřík
d2bdf8eb94 streams refactoring - separate package 2016-11-27 09:12:22 +01:00
Jindra Petřík
d71416ea8e kerning is short always 2016-11-27 08:47:02 +01:00
Jindra Petřík
d05f1e809d writeToDataStream methods (not in IggyText yet) 2016-11-27 07:56:08 +01:00
Jindra Petřík
2608af6850 kerning to em 2016-11-27 06:59:28 +01:00
Jindra Petřík
ce4719fe35 Saving files before refreshing line endings 2016-11-27 06:56:24 +01:00
Jindra Petřík
aa9164cba5 Iggy fonts reading - first beta 2016-11-26 20:06:21 +01:00
Jindra Petřík
95cdb9f86f Texts as stubs only 2016-11-26 20:00:05 +01:00
Jindra Petřík
3e7862a71b Fixed font size in DefineEditTextTag
Font face in dynamic text taken from available fonts first
2016-11-26 17:28:02 +01:00
Jindra Petřík
44a6fe740a Correct advance values, refactorings 2016-11-26 11:15:58 +01:00
Jindra Petřík
6659b4921c DefineEditText needed characters based on HTML text - font face 2016-11-26 10:21:28 +01:00
Jindra Petřík
7046628b41 layout... WIP 2016-11-25 17:05:18 +01:00
Jindra Petřík
a5b188ea36 Ascent, descent, leading.... WIP 2016-11-25 16:58:13 +01:00
Jindra Petřík
36eb046291 Opening iggy files as bundles (read only) - still WIP 2016-11-25 15:11:43 +01:00
Jindra Petřík
6a4caefe33 Iggy to SWF basic conversion (WIP) 2016-11-25 12:17:00 +01:00
Jindra Petřík
3fc47c5afc Texts converting 2016-11-25 11:29:09 +01:00
Jindra Petřík
6df722eda9 Distinguish texts and fonts. 2016-11-25 10:59:45 +01:00
Jindra Petřík
c5c146906d Correct conversion of fonts 2016-11-25 07:53:05 +01:00
Jindra Petřík
27c29368d8 first try to convert 2016-11-24 15:20:22 +01:00
Jindra Petřík
69942b2fdc printing fix 2016-11-24 14:04:18 +01:00
Jindra Petřík
d72fc95d2e Unique header on wrong offset 2016-11-24 13:52:09 +01:00
Jindra Petřík
723bf2c9b7 Reading rest of chars, offsets, etc. Still WIP 2016-11-24 13:31:18 +01:00
Jindra Petřík
040a45a499 Font part classes (WIP) 2016-11-24 11:05:14 +01:00
Jindra Petřík
464663852a part, info structure stub - WIP 2016-11-24 08:30:51 +01:00
Jindra Petřík
a91deb263b refactor 2016-11-24 08:02:41 +01:00
Jindra Petřík
52ab8d10eb no print to stdout 2016-11-24 07:41:30 +01:00
Jindra Petřík
d335373e7e Parsing font main and font info 2016-11-24 07:40:47 +01:00
Jindra Petřík
3225c62564 Font offsets, other refactorings 2016-11-23 22:03:56 +01:00
Jindra Petřík
810ddca7e8 Iggy converter stub (not working yet) 2016-11-23 19:24:25 +01:00
Jindra Petřík
589227fc80 Iggy to SWF export class, refactorings 2016-11-23 13:16:32 +01:00
Jindra Petřík
6007e94414 Methods for SWF extraction 2016-11-23 11:19:43 +01:00
Jindra Petřík
a39f41214c Reading index, refactorings 2016-11-23 10:55:32 +01:00
Jindra Petřík
d84557d5b0 parsing index (WIP) 2016-11-22 21:36:56 +01:00
Jindra Petřík
bf0a7c02b9 reading list of flash tags from iggy file - WIP 2016-11-22 19:49:37 +01:00
Jindra Petřík
9af7247ba6 iggy extractor - WIP 2016-11-22 13:44:04 +01:00
Jindra Petřík
dc79350a97 Saving files before refreshing line endings 2016-11-22 13:38:45 +01:00
honfika@gmail.com
55bd62249d #1302 callpropvoid instruction docblock not correct fixed 2016-10-25 12:22:48 +02:00
Jindra Petřík
c1d280f50e Issue #1294 Font editation (DefineFont2/3) - correct switching of wide character codes 2016-10-10 21:20:32 +02:00
Jindra Petřík
ca31ef513d Issue #1283 AS3 Unbounded Vector - Vector<*> decompilation and direct editation fix 2016-10-03 23:45:33 +02:00
Jindra Petřík
1db9dcab0a Issue #1289 AS1/2 direct editation - variables used in inner functions must not be stored in local registers 2016-10-03 20:37:55 +02:00
honfika@gmail.com
8d708835d8 SVG import fix 2016-09-25 15:09:59 +02:00
Jindra Petřík
2e3e40057c simplified chinese translation updated 2016-09-21 07:03:58 +02:00
Jindra Petřík
db47d6eba9 correct build versioning 2016-09-20 21:43:52 +02:00