log

age author description
Wed, 31 Dec 2008 02:08:40 +0800 Thinker K.F. Li Add scene support in svg2code.py.
Tue, 30 Dec 2008 09:21:23 +0800 wycc Rewrite the example by using the MBApp API.
Sat, 27 Dec 2008 12:25:35 +0800 wycc Add a sample of the Madbutterfly SVG file.
Sat, 27 Dec 2008 12:11:27 +0800 wycc Add extend scene function
Sat, 27 Dec 2008 10:19:45 +0800 wycc Merge
Sat, 27 Dec 2008 10:18:33 +0800 wycc Modify the format according to the new design.
Thu, 25 Dec 2008 18:40:27 +0800 Thinker K.F. Li termporary revision
Wed, 24 Dec 2008 23:43:39 +0800 wycc When a scene is selected to0 edit, we copy all of its elements out of the scene so that inkscape can edit it directly. All elements add or delete by the inkspcae will be put back when we switch the scene. The svg2code.py must recognize this structure.
Mon, 22 Dec 2008 00:21:46 +0800 wycc Add frame support into the inkscape.
Sun, 21 Dec 2008 23:30:00 +0800 Thinker K.F. Li Add functions for collision test.
Thu, 18 Dec 2008 22:37:15 +0800 Thinker K.F. Li Move mouse event handler and interpreter to src/mouse.c.
Wed, 17 Dec 2008 21:37:39 +0800 wycc Call the button callback when the button is clicked
Wed, 17 Dec 2008 21:18:44 +0800 wycc Modify dynamic to support the dynamic loading
Wed, 17 Dec 2008 21:18:07 +0800 wycc Add dynamic loading function