ThePhD
|
54bcda140c
|
upgrade checkers and handlers to take a semi-optional "reason" type (const char* c-string desired)
add constructor_handler in same vein of handlers
add argument_handler in same vein of handlers
rewrite env_t checkers
|
2017-08-31 20:47:09 -04:00 |
|
ThePhD
|
34b81bef6b
|
Handle qualified name failures of VC++, where using templates do not match the fully qualified names of what they alias to (Thanks, VC++)
|
2017-05-15 10:41:50 -04:00 |
|
ThePhD
|
289ded358c
|
-Wshadow and -Wconversion are kind've dumb
|
2016-11-25 20:47:15 -05:00 |
|
ThePhD
|
d863a56760
|
Weee, script return value tests
|
2016-11-02 19:00:16 -04:00 |
|
ThePhD
|
556be8da98
|
Documentation updates -- require function and add function and size function needed documentation
New `add` function as requested by @EliasD
|
2016-06-19 17:59:40 -04:00 |
|
ThePhD
|
9f019ae536
|
Adds requires feature - Closes #90
Function name for getting the status was actually changed to status in all places... being consistent, yay
|
2016-05-19 17:27:12 -04:00 |
|
ThePhD
|
3b81a7c85f
|
VC++ is a butt, but this Closes #91
It prepares for #97 as well, and blocks out #95 until I can be assed
Now, it's either performance or handling sol::property ...
|
2016-05-19 02:15:42 -04:00 |
|
ThePhD
|
033c61ff1a
|
Constructors for many of the types updated. sol::object now makes many more styles of types. Tests updated to match. Update documentation as per #87. Close #88. Close #86
|
2016-05-13 02:48:22 -04:00 |
|
ThePhD
|
38d21827b1
|
:l Stop finding bugs in my code -- unique_usertype_traits implemented, sol::overloaded work for static functions
|
2016-04-24 01:39:44 -04:00 |
|
ThePhD
|
a2eced863f
|
shiny new load_result type, and thusly we're ready for 2.5 .
|
2016-04-23 18:18:02 -04:00 |
|