Sun, 04 Jan 2009 12:11:09 +0800 |
Thinker K.F. Li |
merge
|
Sun, 04 Jan 2009 12:09:29 +0800 |
Thinker K.F. Li |
Remove potential memory address error.
|
Sun, 04 Jan 2009 11:42:32 +0800 |
Thinker K.F. Li |
Fix bug and finish unit test for collision testing in event.c.
|
Sun, 04 Jan 2009 09:32:49 +0800 |
wycc |
* Add loopback reference from rdman to the backend. This is only required when we need to acquire the tman for the animation. This is not a reasonable arrangement since the animation should be backend transparent. We should not touch the backend directly from the animation. We should relocate the tman to the rdman.
|
Sat, 03 Jan 2009 08:43:29 +0800 |
wycc |
* Check if the selected element is a group ot not. A symbol or button must be a group.
|
Thu, 01 Jan 2009 08:32:03 +0800 |
wycc |
Seperate the frameowrk codes from the main.c.
|
Thu, 01 Jan 2009 08:01:00 +0800 |
wycc |
Fixed the Makefile.am to generate scene.so automatically.
|
Wed, 31 Dec 2008 23:57:12 +0800 |
Thinker K.F. Li |
Remove useless rdman_redraw_*().
|
Wed, 31 Dec 2008 23:50:53 +0800 |
Thinker K.F. Li |
Fix bug in *_goto_scene()
|
Wed, 31 Dec 2008 22:39:28 +0800 |
wycc |
Add scene.svg
|
Wed, 31 Dec 2008 22:37:21 +0800 |
wycc |
Implement MBApp API and modify the dynamic example to use this API.
|
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
|
Wed, 17 Dec 2008 08:10:51 +0800 |
wycc |
Add dynamic loading function for sprite
|
Tue, 16 Dec 2008 21:24:26 +0800 |
wycc |
* Change the color of click frame
|
Mon, 15 Dec 2008 10:17:20 +0800 |
Thinker K.F. Li |
merge with changeset ad5c7a5c2c39
|
Mon, 15 Dec 2008 10:13:03 +0800 |
Thinker K.F. Li |
X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
|
Sun, 14 Dec 2008 12:53:45 +0800 |
wycc |
Add coord_x(co) and coord_y(co)
|