From db97b2bd93185f05f12c4755e89fde7fbbfb8201 Mon Sep 17 00:00:00 2001 From: cathanof Date: Sat, 1 Feb 2025 12:40:45 +0000 Subject: [PATCH] Updates some Minetest references to Luanti (#15712) --- .gitignore | 6 +++--- doc/Doxyfile.in | 2 +- doc/compiling/linux.md | 4 ++-- doc/compiling/windows.md | 4 ++-- doc/developing/misc.md | 2 +- doc/main_page.dox | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index c7879380bd027..7fa100ed53a5a 100644 --- a/.gitignore +++ b/.gitignore @@ -49,13 +49,13 @@ AppDir # Nix /result -## Files related to Minetest development cycle +## Files related to Luanti development cycle /*.patch *.diff # GNU Patch reject file *.rej -## Non-static Minetest directories or symlinks to these +## Non-static Luanti directories or symlinks to these /bin/ /games/* !/games/devtest/ @@ -80,7 +80,7 @@ minetest.conf debug.txt debug.txt.1 -## Other files generated by Minetest +## Other files generated by Luanti screenshot_*.png testbm.txt diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index ae36fd6bf84a1..98ef36fd6521e 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1,7 +1,7 @@ # Project properties PROJECT_NAME = @PROJECT_NAME_CAPITALIZED@ PROJECT_NUMBER = @VERSION_STRING@ -PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/misc/minetest.svg +PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/misc/luanti.svg # Parsing JAVADOC_AUTOBRIEF = YES diff --git a/doc/compiling/linux.md b/doc/compiling/linux.md index e5df2dac2a1ce..65ad2fec4e795 100644 --- a/doc/compiling/linux.md +++ b/doc/compiling/linux.md @@ -71,7 +71,7 @@ For Void users: Download source (this is the URL to the latest of source repository, which might not work at all times) using Git: git clone --depth 1 https://github.com/luanti-org/luanti - cd minetest + cd luanti Download source, without using Git: @@ -88,7 +88,7 @@ Build a version that runs directly from the source directory: Run it: - ./bin/minetest + ./bin/luanti - Use `cmake . -LH` to see all CMake options and their current state. - If you want to install it system-wide (or are making a distribution package), diff --git a/doc/compiling/windows.md b/doc/compiling/windows.md index b36db4d9a90d3..13ede4a22bf57 100644 --- a/doc/compiling/windows.md +++ b/doc/compiling/windows.md @@ -34,8 +34,8 @@ Use `--triplet` to specify the target triplet, e.g. `x64-windows` or `x86-window ### a) Using the vcpkg toolchain and CMake GUI 1. Start up the CMake GUI -2. Select **Browse Source...** and select DIR/minetest -3. Select **Browse Build...** and select DIR/minetest-build +2. Select **Browse Source...** and select DIR/luanti +3. Select **Browse Build...** and select DIR/luanti-build 4. Select **Configure** 5. Choose the right visual Studio version and target platform. It has to match the version of the installed dependencies 6. Choose **Specify toolchain file for cross-compiling** diff --git a/doc/developing/misc.md b/doc/developing/misc.md index 9895cc6240f47..5992946cb2499 100644 --- a/doc/developing/misc.md +++ b/doc/developing/misc.md @@ -9,7 +9,7 @@ To get usable results you need to build Luanti with debug symbols Run the client (or server) like this and do whatever you wanted to test: ```bash -perf record -z --call-graph dwarf -- ./bin/minetest +perf record -z --call-graph dwarf -- ./bin/luanti ``` This will leave a file called "perf.data". diff --git a/doc/main_page.dox b/doc/main_page.dox index 8211d9caeb398..f000d063831d0 100644 --- a/doc/main_page.dox +++ b/doc/main_page.dox @@ -1,7 +1,7 @@ -/** @mainpage The Minetest engine internal documentation +/** @mainpage The Luanti engine internal documentation -Welcome to the Minetest engine Doxygen documentation site!\n -This page documents the internal structure of the Minetest engine's C++ code.\n +Welcome to the Luanti engine Doxygen documentation site!\n +This page documents the internal structure of the Luanti engine's C++ code.\n Use the tree view at the left to navigate. */