|
67083d65e4
|
add lua/C++ dynamic_cast<>
|
2016-06-01 13:59:31 +02:00 |
|
|
50d6f146f4
|
allow lua to access array at an offset
|
2016-05-21 15:55:14 +02:00 |
|
|
204c8016c7
|
allow to compare C class instances from lua
|
2016-04-14 03:08:02 +02:00 |
|
|
c6d4fafcd9
|
update lua related doc, add missing bindings
|
2016-04-10 23:01:44 +02:00 |
|
|
a2108090cf
|
reduce header dependencies (part 1/2)
|
2016-03-28 19:13:10 +02:00 |
|
|
b6f0f30add
|
Lua Array Documentation
|
2016-03-21 18:56:16 +01:00 |
|
|
481e5d1416
|
refine Lua Binding Documentation
|
2016-03-21 04:05:43 +01:00 |
|
|
6ecc8e9b3d
|
fix JSON luadoc format
|
2016-03-20 20:58:52 +01:00 |
|
|
618ef9f923
|
Prepare Lua Binding Documentation (JSON)
|
2016-03-20 20:54:36 +01:00 |
|
|
2c71196a6c
|
allow to bind functions with reference args in global lua namespace
|
2016-03-18 19:59:37 +01:00 |
|
|
990c365ebf
|
ISO C++03 14.2/4 compatibility for clang.
http://stackoverflow.com/questions/3786360/confusing-template-error
(hopefully other compilers which didn't mind the missing "template"
are still fine with this)
|
2016-02-27 21:02:30 +01:00 |
|
|
a8ae47ada2
|
LuaBridge: support argument references via table return
|
2016-02-22 22:06:47 +01:00 |
|
|
12a58015a3
|
customize LuaBridge
* introduce boost::shared_ptr support
* support enum & const
* allow to add non-class member functions
* STL iterators (vector, list, set, bitset & map)
* support reference arguments (framecnt_t&)
* add support for arrays of basic types (e.g. float*, int*)
* fix compiler warnings
|
2016-02-22 22:06:47 +01:00 |
|
|
2b575e4746
|
NO-OP whitespace
|
2016-02-22 22:06:47 +01:00 |
|
|
e98f21dd29
|
add LuaBridge
https://github.com/vinniefalco/LuaBridge
|
2016-02-22 22:06:47 +01:00 |
|