minetest/builtin
paradust7 0704ca0550
Make logging cost free when there is no output target (#12247)
The logging streams now do almost no work when there is no output target for them.

For example, if LL_VERBOSE has no output targets, then `verbosestream << x` will return a StreamProxy with a null target. Any further `<<` operations applied to it will do nothing.
2022-05-04 20:55:01 +02:00
..
async Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
client Remove hardcoded "You died." message in chat (#11443) 2021-07-12 20:32:27 +02:00
common Add vector.combine (#11920) 2022-05-04 07:44:14 -04:00
fstk Localize error messages in mainmenu (#11495) 2021-11-01 12:27:46 +00:00
game Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
locale Update German builtin translation 2022-01-30 13:50:07 +01:00
mainmenu ContentDB: Fix ungraceful crash on aliases when list download fails 2022-05-03 20:00:29 +01:00
profiler Use defined evaluation order in profiler 2021-12-19 17:03:07 +01:00
init.lua Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
settingtypes.txt Make logging cost free when there is no output target (#12247) 2022-05-04 20:55:01 +02:00