ThePhD
|
9e31119f16
|
This commit adds some QoI constructor keys / types, as well as implements make_object . The documentation has been updated as well.
Closes #78
Closes #77
Closes #76
Closes #75
|
2016-05-03 14:19:30 -04:00 |
|
ThePhD
|
42f4455383
|
Allow for "static functions" to be registered on userdata like other parts of the framework, as well as self-contained structs and lambas.
sol::readonly for the ability to make a variable set on a userdata readonly.
No support for property yet: put on issues list for later
|
2016-04-11 01:02:43 -04:00 |
|
ThePhD
|
2d14cedc17
|
Eat shit, std::tuple
|
2016-03-31 12:12:04 -04:00 |
|
ThePhD
|
92c388e30a
|
And nooow we're set for optional. Totally. With the get_or implementation as well. Hopefully this will be all we need.
|
2016-03-30 01:40:40 -04:00 |
|
ThePhD
|
5acb33e2bc
|
full-on optional support. so much support it's coming through my eyeballs. Goodness.
Support for c_call wrapper to be a thing.
|
2016-03-30 00:31:18 -04:00 |
|
ThePhD
|
68660a1bed
|
Allow for checking whether or not a given proxy is valid.
|
2016-03-25 05:27:19 -04:00 |
|
ThePhD
|
09a0a5051a
|
Documentation updates and new stack::check_get API.
|
2016-03-24 15:45:44 -04:00 |
|