]> git.draconx.ca Git - upkg.git/history - src/engine
libupkg: Make decodeindex test accept an empty string.
[upkg.git] / src / engine /
2012-05-11 Nick Bowlerbuild: Non-recursively build the rest of the package.
2012-05-10 Nick Bowlerengine: Add missing header to Makefile.am
2012-05-09 Nick Bowleruobject: First stab at a generic logging mechanism.
2012-05-08 Nick Bowlertexture: Add initial support for texture exports.
2012-05-04 Nick Bowlermusic: Fix obvious use of uninitialized variable.
2012-05-04 Nick Bowlerpalette: Clean up deserialize a bit.
2011-03-28 Nick Bowlerlicense: Make autotools stuff available under WTFPL2.
2011-03-28 Nick Bowleruobject: Make interface functions take UObjects directly.
2011-03-28 Nick Bowlermusic: Migrate to GOB2.
2011-03-28 Nick Bowleruobject: Rename some interface-related identifiers.
2011-03-28 Nick Bowlertexture: Migrate to GOB2.
2011-03-28 Nick Bowlerengine: Start using GOB2 to generate GObject classes.
2011-03-25 Nick Bowlerengine: Include object headers as <engine/xyz.h>.
2011-03-25 Nick Bowleruobject: Rename U_OBJECT_TYPE to U_TYPE_OBJECT.
2011-03-23 Nick Bowleruobject: Add initial support for object properties.
2011-03-22 Nick Bowlertexture: Add missing integer properties.
2011-03-21 Nick Bowlertexture: Fix typo in get_property.
2011-03-18 Nick Bowlerengine: Implement Engine.Palette.
2011-03-13 Nick Bowlerlicense: Update copyright notices.
2011-03-13 Nick Bowleruobject: Don't access upkg_file's pkg member.
2011-03-13 Nick Bowlermusic: Remove file member from private struct.
2011-03-13 Nick Bowleruobject: Remove the file parameter from deserialize.
2010-07-07 Nick Bowlerengine: Define the exit method.
2010-02-01 Nick Bowlermusic: Add simple file type detection to the dummy...
2009-09-07 Nick Bowlerlicense: Add permissive license to build related source...
2009-09-07 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2009-08-08 Nick BowlerMerge branch 'uobject' of git://git.draconx.ca/upkg...
2009-08-08 Nick Bowleruobject: Install modules to a more appropriate location.
2009-08-07 Nick Bowleruobject: Namespace changes.
2009-07-24 Nick Bowleruobject: More namespace cleanups.
2009-07-24 Nick Bowleruobject: Move headers into a separate (installable...
2009-07-17 Nick Bowlermusic: don't forget to propagate object finalize.
2009-07-14 Nick BowlerAdd copyright notices.
2009-07-14 Nick BowlerImplement support for libmodplug in Engine.Music.
2009-07-13 Nick Bowleruobject: Implement an interface for loading/unloading.
2009-07-03 Nick BowlerSimplify music I/O.
2009-07-03 Nick BowlerMinor fixes.
2009-06-11 Nick BowlerUse GObject properties for stuff since it makes much...
2009-06-10 Nick BowlerBegin work on Engine.Texture.
2009-06-10 Nick BowlerReorganize object hierarchy to root at "UObject".
2009-06-10 Nick BowlerAdd simple sanity checks to Engine.Music export.
2009-06-09 Nick BowlerImplement dynamic loading of modules.