log

age author description
Sat, 31 Jan 2009 12:31:34 +0800 wycc Add dummy Makefile for inkscape mbtext
Sat, 31 Jan 2009 12:29:50 +0800 wycc Add merged result mbtext
Sat, 31 Jan 2009 11:51:19 +0800 wycc * Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser mbtext
Sat, 31 Jan 2009 09:41:04 +0800 wycc Implement the whole tspan attribute. Currently, we can accept font family/font style/font weight and font size. mbtext
Sun, 04 Jan 2009 12:01:41 +0800 wycc Allow any elemnt to be a symbol.
Thu, 29 Jan 2009 23:57:59 +0800 wycc Refactory the inkscape.as to be OOP-style.
Thu, 29 Jan 2009 22:34:24 +0800 wycc Add button placeholder
Thu, 29 Jan 2009 22:30:46 +0800 wycc Port all basic scene editor from pyGtk to the firefox
Mon, 26 Jan 2009 01:37:04 +0800 wycc Merged
Mon, 26 Jan 2009 01:36:04 +0800 wycc Check-in primitive integrated madbuilder code.
Sun, 25 Jan 2009 23:03:18 +0800 Thinker K.F. Li Fix bug of calculator.
Sun, 25 Jan 2009 16:07:43 +0800 Thinker K.F. Li Fix the problem that clean_canvas() can not clean canvas cleanly.
Sun, 25 Jan 2009 00:20:34 +0800 Thinker K.F. Li Fix mis-behavior of translate_path_data() on arc.
Sat, 24 Jan 2009 18:19:02 +0800 Thinker K.F. Li Support resizing for image.
Sat, 24 Jan 2009 15:23:42 +0800 Thinker K.F. Li Fix bug in document
Sat, 24 Jan 2009 15:18:30 +0800 Thinker K.F. Li Add image for document of latex format
Sat, 24 Jan 2009 15:09:03 +0800 Thinker K.F. Li Change function name and add comments.
Fri, 23 Jan 2009 23:22:14 +0800 Thinker K.F. Li merge
Fri, 23 Jan 2009 23:21:27 +0800 Thinker K.F. Li Manage dsc_3241.png in svg2code_ex/Makefile.am.
Fri, 23 Jan 2009 23:15:04 +0800 wycc Add proxy daemon and extention for the firefox integration. We need to implement javascript web client to repalce the unite test program testsoap.py
Fri, 23 Jan 2009 23:05:29 +0800 Thinker K.F. Li Add PNG file for svg2code_ex.
Fri, 23 Jan 2009 23:00:23 +0800 Thinker K.F. Li Integrate sh_image with svg2code.py.
Thu, 22 Jan 2009 18:10:47 +0800 Thinker K.F. Li Initialize an image loader for X runtime
Thu, 15 Jan 2009 17:00:58 +0800 Thinker K.F. Li Files generated by tools should not part of EXTRA_DIST.
Thu, 15 Jan 2009 16:46:47 +0800 Thinker K.F. Li Simple image loader and image shape.
Thu, 15 Jan 2009 02:15:35 +0800 Mat * use Autotool to install inkscape ext. of MadButterfly ( experimental! )
Mon, 05 Jan 2009 10:20:25 +0800 Thinker K.F. Li Setup dependency between object file and header file in AM file.
Sun, 04 Jan 2009 15:43:41 +0800 Thinker K.F. Li Include README.h & COPYING.h to be INPUT of doxygen
Sun, 04 Jan 2009 15:31:51 +0800 Thinker K.F. Li Fix typo in mb_redraw_man.h
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)
Sun, 14 Dec 2008 12:51:55 +0800 wycc Add functions to move and scale the coord_t like the actionscript. Users should use these functions instead of the matrix directly.
Sun, 14 Dec 2008 12:35:13 +0800 wycc Implement a workaround for the button class. However, this won't solve all issues. We can use this as example to fix the mouse out event issue. When we move the curosr over the text inside the button. The upper layer group will receive MOUSE_OUT events. This is absolute incorrect.
Sun, 14 Dec 2008 11:23:34 +0800 wycc Add extention to the inkscape to edit one of the active/normal/click frame of a button. There is one unsolved issue. Users can not know the current frame easily unless they check the XML node editor. We should try to show something in the UI. However, I have no found any goo dway to do this. We may need to modify the inkscape directly for this function in the future.
Sat, 13 Dec 2008 17:33:14 +0800 Thinker K.F. Li Star in drag would be moved out the window border when cursor hit it.
Sat, 13 Dec 2008 17:23:51 +0800 Thinker K.F. Li merge changsets 8d9d717c9300 and a0a3196b1a05
Sat, 13 Dec 2008 17:13:31 +0800 wycc Add sample code fro mb_button_t. If everything is OK, I will move it to the main src tree.
Sat, 13 Dec 2008 07:42:01 +0800 wycc Generate ID for boith id and mbname
Fri, 12 Dec 2008 22:09:40 +0800 wycc Add document for the button
Fri, 12 Dec 2008 09:11:47 +0800 wycc Modify the drag example to use the sprite API.
Fri, 12 Dec 2008 09:35:27 +0800 Thinker K.F. Li Refactory pointer computation into a macro.
Fri, 12 Dec 2008 09:10:05 +0800 wycc We should reteurn the content of the offset instead of offset itself since the return type is mb_obj_t
Fri, 12 Dec 2008 00:41:37 +0800 Thinker K.F. Li Define convenience macros for sprite.
Fri, 12 Dec 2008 00:33:54 +0800 Thinker K.F. Li M4 macros to generate code for dynamic loading.
Wed, 10 Dec 2008 17:15:26 +0800 Thinker K.F. Li Define types for sprite shared object.
Wed, 10 Dec 2008 14:57:21 +0800 Thinker K.F. Li Define mb_sprite_t
Wed, 10 Dec 2008 12:43:00 +0800 Thinker K.F. Li Remove files that would be generated automatically.
Wed, 10 Dec 2008 12:02:17 +0800 Thinker K.F. Li Export subject_add_event_observer() to rest of the system.
Wed, 10 Dec 2008 11:52:36 +0800 Thinker K.F. Li Add drag and dynamic as subdirectories in examples/Makefile.am.
Wed, 10 Dec 2008 11:49:39 +0800 Thinker K.F. Li Doc about mb_obj_t
Wed, 10 Dec 2008 09:17:16 +0800 wycc Add a sample inkscape extention to assign symbol name to an SVG element.
Tue, 09 Dec 2008 23:34:05 +0800 wycc Commit merged between 200 and 201
Sun, 07 Dec 2008 18:00:06 +0800 wycc Chkec in demo for dynamic rectangle creation and button.
Sat, 06 Dec 2008 15:50:35 +0800 wycc Add drag into buiulding system
Sat, 06 Dec 2008 15:40:23 +0800 wycc Add drag example
Fri, 05 Dec 2008 22:12:18 +0800 wycc Add event observer which listen to one event type only.
Wed, 19 Nov 2008 00:27:20 +0800 wycc Translate the path string into binary array to save the parsing in the runtime. It can reduce the size as well.
Tue, 09 Dec 2008 17:34:10 +0800 Thinker K.F. Li Start moving to mb_obj_t
Wed, 19 Nov 2008 20:54:27 +0800 Thinker K.F. Li -
Wed, 19 Nov 2008 20:53:40 +0800 Thinker K.F. Li Add mb_subtree_free animate action and fix bugs.
Wed, 19 Nov 2008 11:26:01 +0800 Thinker K.F. Li Hide bang before completed and remove progm after completed.
Tue, 18 Nov 2008 21:42:30 +0800 Thinker K.F. Li Remove factory from observer APIs.
Tue, 18 Nov 2008 13:55:09 +0800 Thinker K.F. Li Refine installation instructions and document event dispatching by wycc.
Tue, 18 Nov 2008 13:25:52 +0800 Thinker K.F. Li Group and document code of example tank.
Tue, 18 Nov 2008 09:04:40 +0800 Thinker K.F. Li When a bullet hits a tank or wall, it shows a bang animation.
Fri, 07 Nov 2008 15:18:22 +0800 Thinker K.F. Li autotoolize examples/tank
Wed, 05 Nov 2008 20:49:34 +0800 Thinker K.F. Li Merge include_mb_test back to main stream.
Wed, 05 Nov 2008 15:24:01 +0800 Thinker K.F. Li Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. include_mb_test
Tue, 04 Nov 2008 17:00:26 +0800 Thinker K.F. Li Move header files into include/mb/ subdirectory and remove symlink 'mb'. include_mb_test
Sun, 02 Nov 2008 14:30:03 +0800 Shih-Yuan Lee (FourDollars) Add AC_PROG_LIBTOOL to make older libtool compatible.
Sun, 02 Nov 2008 14:12:28 +0800 Shih-Yuan Lee (FourDollars) Add Doxyfile for distribution.
Sun, 02 Nov 2008 14:05:39 +0800 Shih-Yuan Lee (FourDollars) Polish scripts of GNU Build System.
Sun, 02 Nov 2008 12:18:29 +0800 sylee Fix the compilation error when make distcheck.
Sun, 02 Nov 2008 12:11:59 +0800 sylee Fix the compilation error in build dir.
Sun, 02 Nov 2008 11:59:38 +0800 sylee Add a symbolic link to prevent from compilation error of examples.
Sun, 02 Nov 2008 02:37:18 +0800 sylee Autoolize examples.
Sat, 01 Nov 2008 20:23:35 +0800 sylee Autotool script polish.
Fri, 31 Oct 2008 15:24:31 +0800 Thinker K.F. Li Change documentation for installation
Fri, 31 Oct 2008 15:15:44 +0800 Thinker K.F. Li Fix bug of src/Makefile.am & examples accept PREFIX variable.
Fri, 31 Oct 2008 10:57:47 +0800 Thinker K.F. Li Install scripts and M4 macros in tools/ sub-directory.
Fri, 31 Oct 2008 09:14:16 +0800 Thinker K.F. Li Remove src/mb (soft-link).
Fri, 31 Oct 2008 01:01:43 +0800 Thinker K.F. Li Use makefile created by autoconf.
Fri, 31 Oct 2008 00:45:21 +0800 Thinker K.F. Li Use makefile created by autoconfig.
Fri, 31 Oct 2008 00:14:53 +0800 sylee Merge from MadButterfly official repository.
Fri, 31 Oct 2008 00:12:17 +0800 sylee Autotoolize MadButterfly.
Fri, 31 Oct 2008 00:08:40 +0800 Thinker K.F. Li merge 73c4e93d331c and 69e32729cd06
Tue, 21 Oct 2008 08:32:23 +0800 Thinker K.F. Li Make makefile more flexible that user can specify dirtories.
Fri, 24 Oct 2008 13:18:39 +0800 Mat * Add README for game operations.
Tue, 21 Oct 2008 02:22:17 +0800 Mat * compilation passed
Mon, 20 Oct 2008 16:27:45 +0800 Mat * use enviroment to adopt M4FLAGS
Mon, 20 Oct 2008 14:25:31 +0800 Mat * revert M4FLAGS
Sun, 19 Oct 2008 00:33:24 +0800 Mat * patch for linux, and a trick symbol link to include <mb/mb.h>