summaryrefslogtreecommitdiff
path: root/lib/LuaHandle.cc
AgeCommit message (Collapse)Author
2010-11-27Damn capitalization difference... I should make this right one day, but I'm ↵Nicolas "Pixel" Noble
weak.
2010-11-27Adding SetFakeName system to help with the built-ins luas loads.Nicolas "Pixel" Noble
2010-08-16Adding raw inflate support, also should hopefully support gz files using ↵Nicolas "Pixel" Noble
zlib_inflate.
2010-07-01Adding gzip generation from zlib_deflate.Nicolas "Pixel" Noble
2010-06-21Fixing a few bugs: zlib_deflate was mischecking its arguments, and ↵Pixel
HandleLua::write was mispushing its buffer as a boolean...
2010-06-21Yet another stack mistake in the HandleLua code...Pixel
2010-06-21Fixing stack abuses from HandleLua code...Pixel
2010-06-20Adding levels and ability to raw-compress in zlib_deflate.Pixel
2009-12-29Wow... what a leak.Nicolas "Pixel" Noble
2009-12-27Fixing various extra variables, and wrongly named functions.Nicolas "Pixel" Noble
2009-12-27Fixing parameters.Nicolas "Pixel" Noble
2009-12-27Adding more reading functions to Lua, including 64 bits.Nicolas "Pixel" Noble
2009-12-18Fixing LuaHandle::read for real this time.Nicolas "Pixel" Noble
2009-12-18Fixing LuaHandle::readNicolas "Pixel" Noble
2009-12-18And of course, forgot a few semicolonsNicolas "Pixel" Noble
2009-12-18Getting rid of 'MIN' completely; this too much a pain.Nicolas "Pixel" Noble
2009-12-18Making msvc happyNicolas "Pixel" Noble
2009-12-17Fixing adler32 & crc32, and adding block-reading system for them, instead of ↵Nicolas "Pixel" Noble
reading the whole file.
2009-12-17Adding readfile, adler32 and crc32Nicolas "Pixel" Noble
2009-12-17Forgot one element in the stack.Nicolas "Pixel" Noble
2009-12-17ACTUALLY fixing all the calls...Nicolas "Pixel" Noble
2009-12-17Fixing all the calls...Nicolas "Pixel" Noble
2009-12-17Finally adding the HandleLua object, plus a few minor tweaks to the Lua VM.Nicolas "Pixel" Noble
2009-11-08Adding the ability to open archives from Lua.Pixel
2009-06-03Adding ucl_overlap, and improving / fix a bit the other ucl features.Pixel
2009-06-01Full control over ucl_compress/decompress from Lua.Pixel
2009-06-01What a horrible bug... you can not deterministically have the output size of ↵Pixel
ucl_decompress...
2009-05-28Uniformizing the usage of luarecast.Pixel
2009-05-15Making UCL optionnal.Pixel
2009-04-30Adding UCL n2e compression support.Pixel
2008-10-15Adding the reset method to Lua Buffers, and fixing a couple of typos.Pixel
2008-09-29Bumping Copyright date.Pixel
2008-09-29Getting rid of these nasty expanded keywords.Pixel
2008-08-11Adding the ability to read / write floats and doublespixel
2008-05-13Adding basic inflate / deflate support.pixel
2008-01-24exists now returns the handle to the file instead of just a booleanpixel
2008-01-21Adding even more debug stats.pixel
2008-01-21Adding the possibility to count the number of handles.pixel
2007-05-30Updating / inserting copyright header.pixel
2007-05-30Changing slightly the way the handle subtypes are announcing themselves.pixel
2007-05-30Swapping argument order.pixel
2007-05-30Introducing objnames.pixel
2006-02-02Removing a lot of warnings, as well as a bunch of terrible bugs!pixel
2006-01-31Way too much changes - all over.pixel
2005-10-13Fixing various (fucking) macos X issues.pixel
2004-11-27Large dos2unix commit...pixel
2004-11-27Large dos2unix commit...pixel
2004-02-16Adding function 'exists'pixel
2003-12-26Pffff...pixel
2003-12-14Trying to fix garbage collector (failed...)pixel