summaryrefslogtreecommitdiff
path: root/src/BLua.cc
AgeCommit message (Collapse)Author
2012-09-09Got LuaObjects working again, and in a quite better shape I would add.Nicolas "Pixel" Noble
2012-09-06Fixing LuaObject's destructor.Nicolas "Pixel" Noble
2012-09-05Better error handling on luaexeccells, so they can trigger their main ↵Nicolas "Pixel" Noble
co-routines. Also better display of said errors.
2012-03-29Working / cleaning a bit the Lua class.Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary.
2011-10-26Adding Lua.Pixel