-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use $crate instead of rglua in macros * Add variadic support to dyn_symbols (In turn re-adds luaL_error and pushfstring * Add lua_getinfo * Add lua_next * Add lua_replace * Add lua_lessthan * Add lua_gc * Add rest of the functions we were missing * Add lua_objlen Types are now T* instead of Type::*. Same with prior enums. Deprecated old ones * Added LuaDebug * Added LuaAlloc * Added LuaHook * Added LuaReader * Removed redundant Interface trait, vtables already adds a function to get a ptr. I'm not gonna work on this for a while this is getting tiring. Near the completion of the library (in terms of the lua part.)
- Loading branch information
Showing
7 changed files
with
363 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.