1) Another lua update.. moved notify to mushlua.i which create mushlua_wrappers.c..
authornveid <nveid@yahoo.com>
Mon, 10 Jan 2011 19:42:10 +0000 (19:42 +0000)
committernveid <nveid@yahoo.com>
Mon, 10 Jan 2011 19:42:10 +0000 (19:42 +0000)
commit48d3313d25c4989bd2e936ceaf8af7e4a0796c99
treefac93cd8a8ea6fdae406f0c3a45ffd06591188b3
parent43be4b75f5a0f0e44b12b6414007b849838ad6f3
1) Another lua update.. moved notify to mushlua.i which  create mushlua_wrappers.c..

Ignore-this: 7c7346755dfc0c4240253c28e5d16816
  a) Main obstacle have to overcome right now is the fact current_state isn't binding correctly to the lua interface..  Once that obstacle is overcomed can probably move forward with the rest of teh implmentation.

2) LUA tree import..

3) Also did initial configure & makefile generation code.
96 files changed:
.package
MANIFEST.new
Makefile.SH
U/End.U
U/Myinit.U
U/ccflags.U
U/d_lua.U [new file with mode: 0644]
U/d_tcl.U
U/libpth.U [new file with mode: 0644]
U/libs.U
game/lua/test.lua
hdrs/mushlua.h
lua/COPYRIGHT [new file with mode: 0644]
lua/HISTORY [new file with mode: 0644]
lua/INSTALL [new file with mode: 0644]
lua/Makefile [new file with mode: 0644]
lua/README [new file with mode: 0644]
lua/etc/.gitify-empty [new file with mode: 0644]
lua/etc/Makefile [new file with mode: 0644]
lua/etc/README [new file with mode: 0644]
lua/etc/all.c [new file with mode: 0644]
lua/etc/lua.hpp [new file with mode: 0644]
lua/etc/lua.ico [new file with mode: 0644]
lua/etc/lua.pc [new file with mode: 0644]
lua/etc/luavs.bat [new file with mode: 0644]
lua/etc/min.c [new file with mode: 0644]
lua/etc/noparser.c [new file with mode: 0644]
lua/etc/strict.lua [new file with mode: 0644]
lua/src/.gitify-empty [new file with mode: 0644]
lua/src/Makefile [new file with mode: 0644]
lua/src/lapi.c [new file with mode: 0644]
lua/src/lapi.h [new file with mode: 0644]
lua/src/lauxlib.c [new file with mode: 0644]
lua/src/lauxlib.h [new file with mode: 0644]
lua/src/lbaselib.c [new file with mode: 0644]
lua/src/lcode.c [new file with mode: 0644]
lua/src/lcode.h [new file with mode: 0644]
lua/src/ldblib.c [new file with mode: 0644]
lua/src/ldebug.c [new file with mode: 0644]
lua/src/ldebug.h [new file with mode: 0644]
lua/src/ldo.c [new file with mode: 0644]
lua/src/ldo.h [new file with mode: 0644]
lua/src/ldump.c [new file with mode: 0644]
lua/src/lfunc.c [new file with mode: 0644]
lua/src/lfunc.h [new file with mode: 0644]
lua/src/lgc.c [new file with mode: 0644]
lua/src/lgc.h [new file with mode: 0644]
lua/src/linit.c [new file with mode: 0644]
lua/src/liolib.c [new file with mode: 0644]
lua/src/llex.c [new file with mode: 0644]
lua/src/llex.h [new file with mode: 0644]
lua/src/llimits.h [new file with mode: 0644]
lua/src/lmathlib.c [new file with mode: 0644]
lua/src/lmem.c [new file with mode: 0644]
lua/src/lmem.h [new file with mode: 0644]
lua/src/loadlib.c [new file with mode: 0644]
lua/src/lobject.c [new file with mode: 0644]
lua/src/lobject.h [new file with mode: 0644]
lua/src/lopcodes.c [new file with mode: 0644]
lua/src/lopcodes.h [new file with mode: 0644]
lua/src/loslib.c [new file with mode: 0644]
lua/src/lparser.c [new file with mode: 0644]
lua/src/lparser.h [new file with mode: 0644]
lua/src/lstate.c [new file with mode: 0644]
lua/src/lstate.h [new file with mode: 0644]
lua/src/lstring.c [new file with mode: 0644]
lua/src/lstring.h [new file with mode: 0644]
lua/src/lstrlib.c [new file with mode: 0644]
lua/src/ltable.c [new file with mode: 0644]
lua/src/ltable.h [new file with mode: 0644]
lua/src/ltablib.c [new file with mode: 0644]
lua/src/ltm.c [new file with mode: 0644]
lua/src/ltm.h [new file with mode: 0644]
lua/src/lua.c [new file with mode: 0644]
lua/src/lua.h [new file with mode: 0644]
lua/src/luac.c [new file with mode: 0644]
lua/src/luaconf.h [new file with mode: 0644]
lua/src/lualib.h [new file with mode: 0644]
lua/src/lundump.c [new file with mode: 0644]
lua/src/lundump.h [new file with mode: 0644]
lua/src/lvm.c [new file with mode: 0644]
lua/src/lvm.h [new file with mode: 0644]
lua/src/lzio.c [new file with mode: 0644]
lua/src/lzio.h [new file with mode: 0644]
lua/src/print.c [new file with mode: 0644]
modules/.gitify-empty [new file with mode: 0644]
src/Makefile.SH
src/SWITCHES
src/bsd.c
src/command.c
src/lua.c [deleted file]
src/mushlua.c [new file with mode: 0644]
src/mushlua.i
src/mushlua_wrappers.c [new file with mode: 0644]
src/switchinc.c
win32/cmds.h