1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
luanti/builtin
DS 69497200f9
Builtin profiler: Capture Tracy zones; And small improvements (#16479)
* Feature: Use the builtin profiler to automatically make zones for mod callback functions.
* Doc: Basic doc for builtin profiler, and better `/profiler` chatcommand help.
* Fix: `register_functions` (table of callback register function names), and `entity_instrumentation` is no longer outdated.
* Fix: Builtin profiler output is no longer printed to debug.txt or to file in world with translation escapes.
* Fix: Entity callback name generation used `obj_def.label` (normally non-existing field), now it uses the entity name.
* Small code improvements, like use of new `Settings.get_bool` with default.
2025-09-08 18:27:26 +02:00
..
async ContentDB: Add reviews tab (#15254) 2025-04-13 16:07:01 +01:00
client In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
common Use vector type in core.parse_coordinates() 2025-08-14 12:33:35 +02:00
emerge Rename perlin noise to value noise (#15858) 2025-04-10 14:39:40 +02:00
fstk Don't break when multiple dialogs are shown on startup (#16204) 2025-06-01 15:24:14 +02:00
game Builtin profiler: Capture Tracy zones; And small improvements (#16479) 2025-09-08 18:27:26 +02:00
locale Update builtin locale files (#16372) 2025-08-06 23:17:01 +02:00
mainmenu Hide world buttons when a world is not selected (#16414) 2025-08-24 19:01:56 +02:00
pause_menu Move keybinding settings to (Lua-based) setting menu (#15791) 2025-04-20 20:20:49 +02:00
profiler Builtin profiler: Capture Tracy zones; And small improvements (#16479) 2025-09-08 18:27:26 +02:00
init.lua In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
settingtypes.txt Builtin profiler: Capture Tracy zones; And small improvements (#16479) 2025-09-08 18:27:26 +02:00