1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
luanti/doc/developing
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
..
android.md Update some old Minetest references in docs 2025-08-10 15:26:39 +02:00
docker.md Add dev stage to docker image (#13573) 2023-07-30 15:29:25 +01:00
os-compatibility.md Drop fixed pipeline support code (#15421) 2024-11-13 14:24:01 +01:00
profiling.md Builtin profiler: Capture Tracy zones; And small improvements (#16479) 2025-09-08 18:27:26 +02:00
README.md Update some old Minetest references in docs 2025-08-10 15:26:39 +02:00

Developer documentation

Luanti Documentation

Some important development docs are found on the docs site: https://docs.luanti.org/

Notable pages:

In this folder

IRC

Oftentimes knowledge hasn't been written down (yet) and your best bet is to ask someone experienced and/or the core developers.

Feel free to join the #luanti-dev IRC and ask questions related to engine development.