Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | Add readOnlySetField to FbTk::Lua | Pavel Labath | 1 | -0/+9 | |
an equivalent of rawsetfield, but for "read only" tables. | |||||
2011-11-01 | Lua: Make global variables read-only | Pavel Labath | 1 | -17/+14 | |
This prevents the user from inadvertently overwriting e.g. the session table and then wondering why it does not work. I'm still not sure about this approach, as it's not 100% secure (the script can still use raw access to mess with it) and it adds some overhead to any operation referencing a global variable. | |||||
2011-11-01 | Small optimization of the newindexDeny{Write,Modify} functions | Pavel Labath | 1 | -3/+20 | |
2011-11-01 | FbTk::Lua - a class which augments lua::state with additional features | Pavel Labath | 1 | -0/+104 | |