summaryrefslogtreecommitdiff
path: root/include/BLua.h
AgeCommit message (Collapse)Author
2009-06-01Seems mingw32 wants its typeinfo header badly.Pixel
2009-06-01Mingw32 doesn't like LuaObject::getme without LuaObject defined before.Pixel
2009-05-28Uniformizing the usage of luarecast.Pixel
2009-05-24Moving lua_recast out of LuaOCCI into BLua.hPixel
2008-09-29Bumping Copyright date.Pixel
2008-09-29Getting rid of these nasty expanded keywords.Pixel
2008-01-23Deffering the deletion of the thread to the garbage collector, through the ↵pixel
weaken() method, just introduced.
2007-07-27Upgrading to Lua-5.1.2pixel
2007-06-19Allowing the USERDATA type in LuaObjectspixel
2007-06-17Adding method "next".pixel
2007-05-31Implementing print inside of the Lua object, and using LuaPrinter object in ↵pixel
order to redirect prints on a per-VM basis.
2007-05-30Trying to work around a spawn-Domain-from-thread issue, but doesn't really ↵pixel
seem to fix it.
2007-05-30Updating / inserting copyright header.pixel
2007-05-30Swapping argument order.pixel
2007-05-30Introducing objnames.pixel
2007-05-23Adding "remove", "insert" and "replace" methods.pixel
2007-05-22Adding showstack() method.pixel
2007-04-11Introducing "safe" mode for openio (even though it's not used yet) andpixel
fixed a dumpvar() issue with the \r character.
2007-04-02Adding the status method to the Lua class, useless for now, as this only ↵pixel
exists in Lua 5.1.
2007-02-07Typospixel
2006-02-09In general: better thread handling. Added locks everywhere it should. ↵pixel
Added/fixed thread spawning stuff. Also, added Lua's methods: -) copy -) setgcthreshold -) getgcthreshold -) getgccount
2006-01-31Way too much changes - all over.pixel
2005-12-01Added getglobal & dumpvars, as well as fixed a few argument checks.pixel
2005-10-13Fixing various (fucking) macos X issues.pixel
2005-03-31Adding LuaRegex.pixel
2004-12-27Added a bit more protected and intelligent lua code there.pixel
2004-12-17Added lua's isobject method.pixel
2004-12-12Typo...pixel
2004-11-28Adding some doxygen stuff...pixel
2004-11-27Large dos2unix commit...pixel
2004-11-27Added dirent stuff to cd-toolpixel
2004-07-23Adding some LUA featurespixel
2004-07-22Adding 'printer' featurepixel
2004-05-02Final features in cd-tool.pixel
2004-05-01Fixes, changes, improvements, ...pixel
2004-02-27Eww.... functions != methodspixel
2003-12-26Pffff...pixel
2003-12-14Fixed GC and some related problems.pixel
2003-12-14Trying to fix garbage collector (failed...)pixel
2003-12-11Linux portspixel
2003-12-08LUA everywhere! Wheee!pixel
2003-12-07LUA work work workpixel
2003-12-06Having LUA now in cd-tool! Yay!pixel
2003-12-04Added some header tagspixel
2003-11-29Fixed __gc (humf)pixel
Added LuaBuffer
2003-11-20Added LUA "compiler" to the code.pixel
2003-11-14Started writing LUA bindings... Handles are done. (almost)pixel
2003-11-06Adding LUApixel