Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++ migration: changed file extensions from .c to .cpp | Benoit Germain | 2024-03-19 | 1 | -75/+0 |
| | |||||
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -1/+1 |
| | | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C" | ||||
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -17/+17 |
| | | | | Tabs mess up alignment of stack contents comments, so I'm done with them. | ||||
* | Lua 5.4 support | Benoit Germain | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Internal code tweaks | Benoit Germain | 2018-11-19 | 1 | -17/+8 |
| | | | | | | * Registry access code utility macros * CONFIG_REGKEY and LOOKUP_REGKEY are now lightuserdata instead of strings * Stack checking debug macros improvements | ||||
* | Fix potential crash at application shutdown when deep userdata were created ↵ | Benoit Germain | 2018-11-07 | 1 | -1/+8 |
| | | | | before Lanes is required | ||||
* | Fix compilation warning glitches | Benoit Germain | 2018-11-05 | 1 | -0/+2 |
| | |||||
* | Buildfix | Benoit Germain | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Improve LuaJIT-x64 compatibility | Benoit Germain | 2018-10-30 | 1 | -5/+6 |
| | | | | | Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64 | ||||
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -7/+7 |
| | |||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -0/+74 |
Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. |