aboutsummaryrefslogtreecommitdiff
path: root/src/state.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain2024-10-281-14/+0
|
* Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain2024-10-281-1/+1
|
* Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain2024-10-281-1/+1
|
* Make lanes.gen stricter on base librariesBenoit Germain2024-06-261-0/+1
|
* Improved on_state_create implementationBenoit Germain2024-06-191-4/+0
| | | | | * modernized implementation uses a std::variant * detect Lua functions with upvalues earlier
* When it is a function, config.allocator is called with a string hintBenoit Germain2024-06-181-1/+1
|
* Organized namespace 'state'Benoit Germain2024-05-291-7/+6
|
* Modernize serialize_requireBenoit Germain2024-05-291-2/+0
|
* More string_viewBenoit Germain2024-05-271-1/+1
|
* DEBUGSPEW_PARAM_COMMA(Universe* U_)Benoit Germain2024-05-231-1/+1
|
* Shuffling code aroundBenoit Germain2024-05-141-2/+3
|
* 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