mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
* 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. |
||
---|---|---|
.. | ||
android.md | ||
docker.md | ||
os-compatibility.md | ||
profiling.md | ||
README.md |
Developer documentation
Luanti Documentation
Some important development docs are found on the docs site: https://docs.luanti.org/
Notable pages:
- Releasing Luanti
- Engine translations
- Changelog
- Organisation
- Code style guidelines and Lua code style guidelines
In this folder
- docker.md: Developing luantiserver with Docker
- android.md: Android tips & tricks
- os-compatibility.md: OS/library compatibility policy
- profiling.md: Profiling instructions
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.