Commit Graph

16 Commits

Author SHA1 Message Date
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
sfan5 7a99fdf490 Update some old Minetest references in docs 2025-08-10 15:26:39 +02:00
Xeno333 da0f8cd6b5
Add documentation index for `doc/` as `README.md`, and small docs fixes (#16253) 2025-06-24 11:49:59 +02:00
Miguel P.L 49f48e0a7c
Update links and names in the documentation (#16153) 2025-06-22 22:04:42 +02:00
cathanof db97b2bd93
Updates some Minetest references to Luanti (#15712) 2025-02-01 13:40:45 +01:00
Mark Wiemer ffb4a5b565
Rename dev.minetest.net to dev.luanti.org (#15718) 2025-01-26 19:17:36 +01:00
sfan5 b5e084c9a5
Update github URL references (#15705) 2025-01-24 16:50:39 +01:00
veprogames a8ea165042
Replace occurences of 'wiki.minetest.net' with 'wiki.luanti.org' 2024-11-18 00:04:32 +01:00
sfan5 794aea8e92
Drop fixed pipeline support code (#15421)
OpenGL 2.0 is now mandatory.
2024-11-13 14:24:01 +01:00
Zughy d52e4cdbdb
DOCS: replace Minetest -> Luanti, `minetest.` -> `core.` (#15292)
Co-authored-by: grorp <gregor.parzefall@posteo.de>
2024-10-22 23:05:41 +02:00
DS 4aec4fbe6f
Add support for Tracy profiler (#15113) 2024-09-15 13:47:45 +02:00
sfan5 12ccbe6f12 Amend profiling documentation 2024-04-24 14:55:50 +02:00
sfan5 98fd5bd453
Formalize OS support policy (#14556) 2024-04-23 19:03:58 +02:00
sfan5 8ff0e1da15 Amend Android dev documentation 2024-03-09 11:28:12 +01:00
sfan5 dd094d7606 Write down some developer documentation
I think it's better suited here than in the wiki.
2024-01-14 13:17:53 +01:00
JosiahWI 28fce8aad5
Add dev stage to docker image (#13573) 2023-07-30 15:29:25 +01:00