Rapptz
|
089b075317
|
Fix explicit operator bool to be negated is<nil_t>()
|
2014-05-29 22:19:21 -04:00 |
|
Rapptz
|
2376dc437b
|
Stylistic changes to code
|
2014-05-29 02:57:11 -04:00 |
|
ThePhD
|
a8e9c01d0d
|
Merge remote-tracking branch 'root/master'
|
2014-05-29 02:32:16 -04:00 |
|
ThePhD
|
c5d43bcfb6
|
as uses auto and decltype for return type
|
2014-05-29 02:32:05 -04:00 |
|
Rapptz
|
f9b6cf1595
|
Add a newline to every sol file missing one
|
2014-05-29 01:47:27 -04:00 |
|
Rapptz
|
accfd0f7a7
|
Add explicit operator bool for sol::object for even easier nil checking
|
2014-05-29 01:28:13 -04:00 |
|
ThePhD
|
b1504ad1b3
|
Missing inline on several functions; causes compilations when sol is included in multiple Translation Units.
`function.hpp` needed cstdint to be defined to use unit32_t properly.
|
2014-04-24 16:46:11 -04:00 |
|
Rapptz
|
f061e0040d
|
Add operator== and operator!= support for sol::object and nil
|
2013-12-14 00:28:14 -05:00 |
|
Rapptz
|
c59fc9e536
|
Fix bug with sol::object not being copyable
|
2013-12-14 00:05:14 -05:00 |
|
Rapptz
|
a4a4d21376
|
Allow polymorphic object class to handle sol::function
|
2013-12-03 01:20:31 -05:00 |
|
Rapptz
|
83cfcc3694
|
Add polymorphic lua object type
|
2013-11-30 21:12:50 -05:00 |
|