Admin
注册时间: 02/09/2015 15:53:01
文章: 52
离线
|
Current version:3.5-b3669
Release date: 2016-12-20
Change Log:
limax-3.5-b3669(2016/12/20)
1. Add javascript/C++ (SpiderMonkey) ScriptEngineHandle, which could use javascript to develop the client. Update the relevant manual.
2. Enhance the CLR/Lua. Add LuaFunction type, which allows the C# code to call Lua funtions through delegation way; adjust the type conversion rules when Lua access C#, except for the bool and string types according to the traditional rules, the others converts according to the C# specification and strictly catches the conversion exception; cancel the cachelimit setting for the Lua's classes' construction function and simply the concept; the Lua object provides the name method which names the following eval for debugging purpose. Update the relevant manual.
3. minor bug fix.
The relevant documents have been updated at the same time.
|