mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
Lua binder compability changes
* A lot of changes in lua binder to compile with clang's libc++ * Add more portability to luabinder * Remove const keyword from bound lua functions * Deprecate std::bind usage with luabinder replace its usage with registerSingletonClass/bindSingletonFunction for binding singleton classes * Fix a bug in lua binder where calling functions with bil object would make the client crash * More fixes to compile with clang
This commit is contained in:
1
TODO
1
TODO
@@ -76,4 +76,3 @@ terminate rework of ui events propagation (for Key events)
|
||||
* lua engine
|
||||
make possible to bind non LuaObject derived classes on lua engine (for usage with Point,Rect,Color,Size)
|
||||
review usage of x,y/width,height in lua instead of point/size
|
||||
calling UIWidget.getMarginTop(nil) makes client crashes
|
||||
|
Reference in New Issue
Block a user