aboutsummaryrefslogtreecommitdiff
path: root/src/state.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-1/+1
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-1/+1
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-1/+1
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-2/+2
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-3/+3
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-37/+39
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...Benoit Germain2024-03-211-5/+5
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-18/+18
* C++ migration: bool_t → boolBenoit Germain2024-03-201-2/+2
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+442