clean up DefineFont3 code
[swfdec.git] / NEWS
blob4df5e27a94a2711c9e96843aa00eec70387ea3df
2  0.5.2 ("Kittencannon")
4 This release saw a lot of internal cleanups and only little new features. But
5 even that made a lot of files work and work better. Here's some detail:
6 - add initial support for Keyboard events. This makes quite some games work.
7 - add NetStream.close() functionality. This makes Youtube fullscreen work.
8 - export more API for debugging, like SwfdecScript and SwfdecAsDebugger.
9 - add new Vivified internal debugger that makes use of those.
10 - Swfdec can parse Flash 8 Buttons now.
11 - Swfdec should now set and handle all property flags correctly.
12 - implement LoadVars object
13 - make lots of native functions more correct for weird situations.
14 - various bugfixes, including some very visible ones. This should improve
15   playback for some Flash files a lot.
17  0.5.1 ("Heeeeelium")
19 Features! This release got some. And they even give you the long awaited 
20 embedded Youtube support. At the cost of lots of API changes, but who cares?
21 - rewrite SwfdecLoader. Add SwfdecURL support structure in the process.
22 - implement AsBroadcaster actionscript object.
23 - implement Stage actionscript object. Movies can now do the scaling themselves.
24 - change the HTTP in swfdec-gtk from gnome-vfs to libsoup
25 - add an OSS backend for non-ALSA operating systems.
26 - various fixes to super and DefineFunction2 flags.
28  0.5.0 ("Meet Plan Party!")
30 Here's the long overdue update. Lots of backend stuff was rewritten. The only
31 thing that is missing now is more features. Expect them in the next releases.
32 - New and more correct script interpreter engine. The engine is even exported 
33   for your coding pleasure.
34 - New instance placement handling algorithm. This one seems to produce much
35   better correctness results than the old one.
36 - More ActionScript bytecodes are supported, in particular CloneSprite and
37   RemoveSprite
38 - improve String reading in earlier Flash versions (Flash <=5 is Latin1, not 
39   UTF8)
40 - implement some more Actionscript functions (most important is probably
41   createEmptyMovieClip ())
42 - lots of bugfixes
44  0.4.5 ("Death of the Desktop")
46 This is strictly a bugfix release. Have fun.
47 - fix linking issues on Solaris/BSD.
48 - fix various crashers.
50  0.4.4 ("Birthday Cards")
52 This is a stability release. The number of new supported Flash features
53 is limited.
54 - add initial support for some tags from Flash 8 (in particular 
55   DefineShape4 and PlaceObject3)
56 - audio and video can now be decoded with GStreamer
57 - add new API in the form of libswfdec-gtk for people that want to 
58   include Swfdec in their applications
59 - improve the JPEG decoding code (less crashy, more JPEGs decoded)
60 - throw zzuf (http://sam.zoy.org/zzuf/) at Swfdec and fix exposed
61   issues
62 - various fixes that make writing bindings simpler
63 - lots of bugs fixed, including: 10551, 10629
65  0.4.3 ("Your tube")
67 This release can play Youtube video. While this alone is enough for a 
68 release, this was needed to make it possible:
69 - add lots of new features to the script interpreter, in particular 
70   support for inheritance and the Object.registerClass function.
71 - rework the streaming and implement the NetStream, NetConnection and
72   XML script objects partially
73 - support passing variables to movies
74 - improvements to the JPEG decoder
75 - improvements to the debugging framework and the debugger
76 - support some more Flash 8 tags (in particular DefineFont3)
78  0.4.2 ("Two completely different numbers")
80 The main change for this release is changing script execution from 
81 compiling to SpiderMonkey bytecode to executiong it manually. This made
82 it far easier and a lot more stable to run scripts. Other changes:
83 - Implement color transformations on images.
84 - Support some more ActionScript codes.
85 - Added swfdec_loader_get_filename() function to exported API.
86 - Allow compiling tests and tools without ALSA support
87 - Lots of bugfixes.
88 - Lots of new tests and debugging tools.
90  0.4.1 ("Dragostea din tei")
92 This release introduces video features. Quite a bit of internal 
93 restructuring was necessary to achieve this. The API has been changed 
94 from 0.4.0. Changes:
95 - swfdec_player_iterate has been replaced by swfdec_player_advance
96 - some functions (like swfdec_player_set_audio_advance) have been 
97   completely removed. The same effect can be achieved by using 
98   swfdec_player_advance.
99 - Add support for video playback. This does not include scripting 
100   video.
101 - Add native FLV support to swfdec.
102 - Fix the caching layer. So SWF files with lots of images no longer 
103   crash swfdec.
104 - Lots of bugfixes.
106  0.4.0 ("festivally plump")
108 This is the result of 3 months of refactoring, testing stuff and 
109 generally playing around with swfdec. I'll try to list the big 
110 changes:
111 - rip out support for outdated libart
112 - rip out included glib
113 - rework the object system to have a lot more objects
114 - split objects into "live" (SwfdecMovie, SwfdfecAudio), "static"
115   (SwfdecCharacter) and Javascript (JSObjects)
116 - compile Flash Actionscript codes into SpiderMonkey bytecode
117 - add testsuite
118 - reverse engineer script execution order
119 - reverse engineer seeking in sprite movies
120 - implement lots of other Actionscript functions
121 - documentation for public API
122 - removal of all plugins (the Mozilla plugin exists as a seperate 
123   package now)
124 - new small test application (not installed)
125 - slightly bigger script debugging application (not installed)
127  0.3.6 ("5.11d")
129 This is less of a release and more of a "toss a bunch of code into
130 the air".  You're not going to like this release, really.  So don't
131 bother compiling it.  Don't even bother downloading it.  It really
132 just differently buggy than the last release.  Certain parts may
133 feel more solid, like the mozilla plugin, but the entire experience
134 will probably just be slower and less featureful.  I already know
135 there are problems, don't bother reporting them, since it will
136 simply remind me of how crappy this release is.  The only redeeming
137 factor of this release is that it doesn't crash.  Ever.  Well,
138 except for the bugs.  Backtraces and media files welcome.  You
139 could even use the handy new pop-up menu in the Mozilla plugin to
140 report a bug, except that I don't have the website backend running
141 yet.