log src/mbaf/mbapp.c @ 1103:2b8b6deb35c8

age author description
Mon, 22 Nov 2010 15:20:11 +0800 Thinker K.F. Li Use macros to hide the default backend refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Use mb_backend_t::event_loop() instead of mb_backend_t::loop refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Rename mb_backend_t::tman() to mb_backend_t::timer_man() refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Use mb_backend_t::new instead of mb_backend_t::init refine_backend_if
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Wed, 28 Oct 2009 02:39:02 +0800 wycc Add backend layer to seperate the backend with the MBAF. Currently, X is the only backend. If we have more than one backend, we need to modify the Makefile to sleect the backend or implement a backend selection mechanism in the runtime.
Thu, 06 Aug 2009 15:38:04 +0800 Thinker K.F. Li Change name of header files.
Thu, 06 Aug 2009 09:38:51 +0800 Thinker K.F. Li Make naming convention consistent with MadButterfly.
Wed, 05 Aug 2009 19:34:59 +0800 Thinker K.F. Li Change interface of sprite loader.
Sun, 01 Feb 2009 16:28:28 +0800 wycc * Fix the symbol definition code which does not assume the id is the same as the mbname.
Sun, 01 Feb 2009 09:51:12 +0800 wycc * Add MBAF files