]> git.draconx.ca Git - upkg.git/history - src
Use GLib detection macros from dxcommon.
[upkg.git] / src /
2020-01-27 Nick BowlerFix build with more recent libmodplug.
2019-02-27 Nick BowlerUse dxcommon version of the packing library.
2015-04-30 Nick BowlerFix bootstrapping with recent bits.
2012-07-13 Nick Bowlerlibupkg: Kill upkg_export_class.
2012-07-13 Nick Bowlerupkg: Pass the UPkg module struct into package_info.
2012-05-21 Nick Bowleruobject: Make module loader understand exports/imports.
2012-05-20 Nick Bowleruobject: Make logging more generic.
2012-05-20 Nick Bowlerupkg: Add some error checking around upkg_export_get_class.
2012-05-20 Nick Bowlerengine: Implement Engine.Sound.
2012-05-20 Nick Bowlermusic: Check data size against actual file size.
2012-05-20 Nick Bowlerupkg: In info mode, don't fail outright if object load...
2012-05-20 Nick Bowleruobject: Add support for float properties.
2012-05-19 Nick Bowleruobject: Improve error handling in property decoding.
2012-05-19 Nick Bowleruobject: Initial support for object imports.
2012-05-16 Nick Bowlerupkg: Add support for listing package imports.
2012-05-16 Nick Bowlerupkg: Only print object properties if they are non...
2012-05-16 Nick Bowlerlibupkg: Make export parent handling match imports.
2012-05-16 Nick Bowlerlibupkg: Use parent pointers for imports.
2012-05-16 Nick Bowleruobject: Include package names in package fullname.
2012-05-16 Nick Bowleruobject: Make the relevant UPkg available to objects.
2012-05-16 Nick Bowlerupkg: Use proper library routines in package_export.
2012-05-16 Nick Bowlerlibupkg: Don't store upkg_priv pointer in struct upkg_file.
2012-05-15 Nick Bowlerlibuobject: Store hierarchical object names for UObjects.
2012-05-15 Nick Bowleruobject: Add support for decoding boolean properties.
2012-05-14 Nick Bowlerlibupkg: Store export parent pointers directly.
2012-05-12 Nick Bowlerupkg: Display object names in property listings.
2012-05-11 Nick Bowlerengine: Fix off-by-one in PCX run-length encoder.
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-10 Nick Bowlerbuild: Integrate Gnulib non-recursively using fix-gnulib.
2012-05-10 Nick Bowlermisc: Fix up paths in top-level .gitignore.
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-08 Nick Bowlerupkg: Improve messaging a bit.
2012-05-08 Nick Bowleruobject: Overhaul the UObject property decoding code.
2012-05-08 Nick Bowlerupkg: Print out object file offsets at high verbosity...
2012-05-08 Nick Bowlerlibupkg: Add const qualifier to upkg_decode_index input...
2012-05-04 Nick Bowlerlibupkg: Fix spurious success in upkg_decode_index.
2012-05-04 Nick Bowlermusic: Fix obvious use of uninitialized variable.
2012-05-04 Nick Bowlerupkg: Fix missing return statement.
2012-05-04 Nick Bowlerupkg: Add support for exporting individual objects.
2012-05-04 Nick Bowlerpalette: Clean up deserialize a bit.
2011-03-29 Nick Bowlerupkg: Handle errors from u_object_export_name.
2011-03-29 Nick Bowlerupkg: Print full object name when exporting.
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-22 Nick Bowleruobject: Add a helper function to load objects from...
2011-03-21 Nick Bowlerupkg: Print object properties in info mode.
2011-03-21 Nick Bowlertexture: Fix typo in get_property.
2011-03-21 Nick Bowlerupkg: Print class name in listings.
2011-03-18 Nick Bowlerengine: Implement Engine.Palette.
2011-03-13 Nick Bowlerupkg: Add an option to list packages.
2011-03-13 Nick Bowlerlicense: Update copyright notices.
2011-03-13 Nick Bowlerupkg: Add support for querying specific objects.
2011-03-13 Nick Bowlerupkg: Embed struct upkg into the private structure.
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.
2011-03-13 Nick Bowleruobject: Remove pkg_idx field.
2011-03-13 Nick Bowleruobject: Add missing header to Makefile.am.
2011-03-13 Nick Bowlerlibupkg: Split the upkg_export struct into public/priva...
2011-03-13 Nick Bowlerupkg: Resolve hierarchical object references.
2011-03-03 Nick Bowlerlibupkg: Make upkg_export_find less useless.
2011-03-03 Nick Bowlerlibupkg: Simplify handling of format assertions.
2011-03-03 Nick Bowlerupkg: Add support for controlling which package is...
2011-03-03 Nick Bowlerupkg: Improve error reporting during package load.
2010-07-07 Nick Bowlerengine: Define the exit method.
2010-02-03 Nick Bowlerupkg: Don't crash if the specified package does not...
2010-02-01 Nick Bowlermusic: Add simple file type detection to the dummy...
2010-01-31 Nick Bowlerupkg: Specify package files as options.
2010-01-31 Nick Bowlerupkg: Don't unref packages, since gobject does not...
2010-01-31 Nick Bowlerlibupkg: Add explicit conversions to stdio wrappers.
2009-12-08 Nick Bowlerpackage: Move package search code to the VFS.
2009-12-08 Nick Bowlerpackage: Make the VFS directly open the package file.
2009-12-07 Nick Bowlerpackage: Get rid of separate mechanisms for opening...
2009-12-07 Nick Bowlerbuild: Re-arrange CFLAGS/LDFLAGS a bit.
2009-09-18 Nick Bowlerpack: Use a user-configurable macro to select 64 bit...
2009-09-18 Nick Bowlerlibupkg: Remove checks for an unsigned quantity being...
2009-09-18 Nick Bowleruobject: Move source files into the uobject directory.
2009-09-18 Nick Bowlerupkg: Update verbosity behaviour for --info.
2009-09-16 Nick Bowlerpackage: Allow opening by filename in addition to packa...
2009-09-16 Nick Bowlerlibupkg: Add a destructor that is called on package...
2009-09-16 Nick Bowlerlibupkg: Parameterise I/O functions to allow custom...
2009-09-15 Nick Bowlerbuild: Pass PKGDATADIR to compiled sources.
2009-09-15 Nick Bowlerpackage: Add initial support for package search.
2009-09-15 Nick Bowlerpack: Relax licensing of integer serialisation routines.
2009-09-07 Nick Bowlerupkg: Add license information to --version output.
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-09-07 Nick Bowlerbuild: Add uobject/package.h to Makefile.am
2009-08-28 Nick Bowlerupkg: Support UOBJECT_MODULE_PATH to add library search...
2009-08-08 Nick BowlerMerge branch 'uobject' of git://git.draconx.ca/upkg...
next