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
|
9734577fdb
|
stack implementation, plus reference semantics within lua for usertypes/data now.
I hate my life.
I hate the projects I'm working on.
Closes #53
Closes #56
Closes #52
|
2016-04-07 05:21:49 -04:00 |
|
ThePhD
|
5efbae5798
|
Is pedantic safe to turn on? TIME TO FIND OUT.
|
2016-04-02 09:11:44 -04:00 |
|
ThePhD
|
2d14cedc17
|
Eat shit, std::tuple
|
2016-03-31 12:12:04 -04:00 |
|
ThePhD
|
7af3fc4ffa
|
Added nullopt pushing, optional pushing, improved tests
|
2016-03-30 16:52:51 -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
|
a0fdaaaa7d
|
Full-on optional support.
|
2016-03-25 10:39:54 -04:00 |
|
ThePhD
|
09a0a5051a
|
Documentation updates and new stack::check_get API.
|
2016-03-24 15:45:44 -04:00 |
|