Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __lanesclone is now called only once with 3 parameters dest, source, size -> ↵ | Benoit Germain | 2022-02-08 | 1 | -9/+4 |
| | | | | BREAKS CUSTOM DEEP USERDATA API | ||||
* | deep_test vcproj migrated to VS2019v3.15.1 | Benoit Germain | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | fix stack overflow when transfering a clonable userdata referencing itself ↵ | Benoit Germain | 2021-06-26 | 1 | -0/+2 |
| | | | | through a uservalue | ||||
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -1/+4 |
| | |||||
* | expand deeptest.lua | Benoit Germain | 2021-06-24 | 1 | -2/+2 |
| | |||||
* | updated deep userdata unit test to expose issue #189 | Benoit Germain | 2021-06-23 | 1 | -0/+25 |
| | |||||
* | __lanesclone now receives the original as light userdata the first time it ↵ | Benoit Germain | 2021-06-23 | 1 | -4/+8 |
| | | | | is called | ||||
* | Fix clonable userdata uservalue transfer | Benoit Germain | 2018-11-30 | 1 | -1/+26 |
| | |||||
* | Deep userdata must embed DeepPrelude to save an allocation (also changes ↵ | Benoit Germain | 2018-11-15 | 1 | -1/+2 |
| | | | | Deep protocol) | ||||
* | __lanesclone mechanism should actually work now | Benoit Germain | 2018-11-07 | 1 | -21/+59 |
| | |||||
* | add support for deep userdata cloning | Benoit Germain | 2018-10-29 | 1 | -1/+62 |
| | |||||
* | Deep userdata improvements | Benoit Germain | 2017-08-02 | 1 | -13/+41 |
| | | | | | Support for user-provided __gc Improved example | ||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -0/+91 |
Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. |