aboutsummaryrefslogtreecommitdiff
path: root/src/state.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved on_state_create implementationBenoit Germain2024-06-191-4/+0
* 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 tr...Benoit Germain2024-04-091-1/+2
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-1/+1
* C++ migration: all enums are enum classBenoit Germain2024-03-291-8/+8
* C++ migration: buildfixesBenoit Germain2024-03-191-5/+1
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-0/+22