aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-3/+0
* Linda API changesBenoit Germain2024-05-071-2/+1
* Some more code refactorizationBenoit Germain2024-05-071-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