Alexander Gavrilov
|
9eed9f0d24
|
Wrap a few utility functions defined on the c++ side for lua.
|
2012-04-05 19:55:59 +04:00 |
Alexander Gavrilov
|
7efbd798ce
|
Upgrade lua errors to structures when attaching stack trace.
This allows detecting when it's re-thrown and avoiding attaching the
stack twice, and so on. Would also be useful if debugging is added.
|
2012-04-04 13:34:07 +04:00 |
Alexander Gavrilov
|
2d4af4ac3e
|
A few more utility functions for lua.
|
2012-04-03 20:02:01 +04:00 |
Alexander Gavrilov
|
edd63080b5
|
Only print the shortcut help once in the lua interactive mode.
|
2012-04-01 17:00:25 +04:00 |
Alexander Gavrilov
|
afe4eba957
|
Improve performance of the persistent data api, and wrap it for lua.
Use an stl table for string keys to avoid linear cost of lookup.
This uncovered a bug in the new luaL_getsubtable function.
|
2012-04-01 16:43:40 +04:00 |
Alexander Gavrilov
|
a9a6fbd8b5
|
Lua tweaks: a couple of functions, dfusion tweak, backtrace metadata.
|
2012-04-01 12:50:56 +04:00 |
Alexander Gavrilov
|
0f41608ed4
|
Pull console output support and REPL out of dfusion into core lib.
|
2012-03-31 15:40:54 +04:00 |