aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernize compatBenoit Germain2024-06-051-5/+5
* New global setting "strip_functions"Benoit Germain2024-06-031-0/+6
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-149/+61
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...Benoit Germain2024-05-291-17/+23
* Organized namespace 'state'Benoit Germain2024-05-291-2/+2
* Modernize serialize_requireBenoit Germain2024-05-291-1/+1
* Fix bad uses of STRINGVIEW_FMTBenoit Germain2024-05-291-1/+1
* New Lanes finalizer API lanes.finally()Benoit Germain2024-05-281-1/+39
* Sprinkle a bit of std::ranges::iota_viewBenoit Germain2024-05-281-6/+9
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-1/+5
* namespace tweaksBenoit Germain2024-05-271-2/+2
* More string_view + improved DEBUGSPEW outputBenoit Germain2024-05-271-1/+1
* DEBUGSPEW_PARAM_COMMA(Universe* U_)Benoit Germain2024-05-231-1/+1
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-5/+5
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-17/+14
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+1
* More string_viewBenoit Germain2024-05-201-3/+3
* Shuffling code aroundBenoit Germain2024-05-141-1/+221
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-1/+1
* Progressively applying the coding rulesBenoit Germain2024-05-131-33/+33
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-3/+0
* Linda API changesBenoit Germain2024-05-131-2/+1
* Some more code refactorizationBenoit Germain2024-05-131-23/+93
* Progressively applying the coding rulesBenoit Germain2024-05-021-1/+1
* Progressively applying the coding rulesBenoit Germain2024-04-301-5/+4
* Function parameters L → L_Benoit Germain2024-04-291-16/+16
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-8/+8
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-2/+2
* C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain2024-04-241-2/+2
* some dead code elimination and other triflesBenoit Germain2024-04-161-5/+5
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-4/+4
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-0/+29
* C++ migration: parallelize lane setup and OS thread warmupBenoit Germain2024-03-291-1/+1
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-8/+5
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-7/+13
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-1/+1
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-8/+7
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-9/+9
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...Benoit Germain2024-03-211-3/+3
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-1/+1
* C++ migration: UniqueKeyBenoit Germain2024-03-201-1/+1
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-1/+1
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+75