diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-29 20:02:35 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-29 20:02:35 -0400 |
commit | e1cdfd27cad943290a0233119548a8dd8876bd52 (patch) | |
tree | 1dc0526cc492f9112b5269511c9d634599304940 /lib/LuaBridge/CHANGES | |
parent | 4ac4b280abf2ffa28caa5a532353115a3033444f (diff) |
Replaced LuaBridge with sol2 and completely encapsulated scripting within script system
Diffstat (limited to 'lib/LuaBridge/CHANGES')
-rw-r--r-- | lib/LuaBridge/CHANGES | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/LuaBridge/CHANGES b/lib/LuaBridge/CHANGES deleted file mode 100644 index 5f3379a..0000000 --- a/lib/LuaBridge/CHANGES +++ /dev/null @@ -1,43 +0,0 @@ -Version 2.1 - - * Added stack specializations for STL vector, list and map stack - * Added ability to use LuaRef objects as an std::map keys - * Fixed some manual errata - -Version 2.0 - - * Numerous bug fixes - * Feature Requests from Github Issues - * Added LuaRef object - * Rewritten documentation - -Version 1.1.0 - - * Split code up into several files - * Add Lua table and type representations (based on Nigel's code) - * Reformat documentation as external HTML file - -Version 1.0.3 - - * Pass nil to Lua when a null pointer is passed for objects with shared lifetime. - -Version 1.0.2 - - * Option to hide metatables selectable at runtime, default to true. - * addStaticMethod () renamed to addStaticFunction () for consistency. - * addMethod () renamed to addFunction() for consistency. - * addCFunction () registrations. - * Convert null pointers to and from nil. - * Small performance increase in class pointer extraction. - -2012-05-30 Version 1.0.1 - - * Backward compatibility with Lua 5.1.x. - -2012-05-29 Version 1.0 - - * Explicit lifetime management models. - * Generalized containers. - * Single header distribution. - - |