| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved on_state_create implementation | Benoit Germain | 2024-06-19 | 1 | -4/+0 |
* | When it is a function, config.allocator is called with a string hint | Benoit Germain | 2024-06-18 | 1 | -1/+1 |
* | Organized namespace 'state' | Benoit Germain | 2024-05-29 | 1 | -7/+6 |
* | Modernize serialize_require | Benoit Germain | 2024-05-29 | 1 | -2/+0 |
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -1/+1 |
* | DEBUGSPEW_PARAM_COMMA(Universe* U_) | Benoit Germain | 2024-05-23 | 1 | -1/+1 |
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -2/+3 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -2/+2 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -5/+5 |
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -3/+3 |
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -1/+1 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -2/+2 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -2/+2 |
* | C++ migration: use strong type safety for source and destination states in tr... | Benoit Germain | 2024-04-09 | 1 | -1/+2 |
* | C++ migration: still more threading code cleanup. 'sudo' global moved in the ... | Benoit Germain | 2024-04-09 | 1 | -1/+1 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -8/+8 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -5/+1 |
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -0/+22 |