aboutsummaryrefslogtreecommitdiff
path: root/src/state.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Progressively applying the coding rulesBenoit Germain2024-05-021-2/+2
|
* Progressively applying the coding rulesBenoit Germain2024-04-301-5/+5
|
* Function parameters L → L_Benoit Germain2024-04-291-3/+3
|
* C++ migration: using KeeperState = Unique<lua_State*>Benoit Germain2024-04-241-1/+1
|
* some dead code elimination and other triflesBenoit Germain2024-04-161-2/+2
|
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-2/+2
|
* C++ migration: use strong type safety for source and destination states in ↵Benoit Germain2024-04-091-1/+2
| | | | transfer functions
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ↵Benoit Germain2024-04-091-1/+1
| | | | Universe
* C++ migration: all enums are enum classBenoit Germain2024-03-291-8/+8
|
* C++ migration: buildfixesBenoit Germain2024-03-191-5/+1
| | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-0/+22