From: bones_was_here Date: Sun, 2 Mar 2025 08:19:42 +0000 (+1000) Subject: Fix some typos etc X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=40bf5e59ebf536512f5d75bee265c2af85a2f0e4;p=xonotic%2Fxonotic.wiki.git Fix some typos etc --- diff --git a/Autobuilds.md b/Autobuilds.md index cb96076..abf6746 100644 --- a/Autobuilds.md +++ b/Autobuilds.md @@ -3,7 +3,7 @@ title: Xonotic Autobuilds --- Autobuilds are "beta" builds, like [stable release](https://xonotic.org/download/) builds but with all the latest changes from git. -They're the easy way to play or host the latest development version. Like stable releases they include source code and an easy way to [compile](Compile) it for various CPUs. +They're the easy way to play or host the latest development version. Like stable releases they include source code and an easy way to [compile](Compiling) it for various CPUs. If you "installed" Xonotic by unpacking the stable release zip you can update it to the latest autobuild using the scripts located in `misc/tools/rsync-updater` (use `update-to-autobuild.bat` if you're on Windows, `update-to-autobuild.sh` on Linux and Mac). You can also [download an autobuild zip](https://beta.xonotic.org/autobuild/). diff --git a/Git.md b/Git.md index 5c62f14..2688dae 100644 --- a/Git.md +++ b/Git.md @@ -10,7 +10,7 @@ To get push access and contribute please read [CONTRIBUTING](https://gitlab.com/ Project structure ----------------- -The game content can be divided into several distinct parts, like the `data/` directory, and some of its subdirectories. This is why there are several repositories, and a helper script to fetch and update them all. This is described in [Repository Access](Repository_Access) under “Working with the helper script ./all” +The game content can be divided into several distinct parts, like the `data/` directory, and some of its subdirectories. This is why there are several repositories, and a helper script to fetch and update them all. This is described in [Repository Access](Repository_Access). The current structure looks as follows: @@ -23,8 +23,8 @@ The current structure looks as follows: |`/data/xonotic-maps.pk3dir` | 5.5GiB |[xonotic-maps.pk3dir.git](https://gitlab.com/xonotic/xonotic-maps.pk3dir)| |`/data/xonotic-music.pk3dir` | 367MiB |[xonotic-music.pk3dir.git](https://gitlab.com/xonotic/xonotic-music.pk3dir)| |`/data/xonotic-nexcompat.pk3dir`| 956MiB |[xonotic-nexcompat.pk3dir.git](https://gitlab.com/xonotic/xonotic-nexcompat.pk3dir)| -|`/data/xonotic-xoncompat.pk3dir`| 956MiB |[xonotic-xoncompat.pk3dir.git](https://gitlab.com/xonotic/xonotic-xoncompat.pk3dir)| -|`/gmqcc` | 19MiB |[gmqcc.git](https://gitlab.com/xonotic/gmqcc)| +|`/data/xonotic-xoncompat.pk3dir`| 19MiB |[xonotic-xoncompat.pk3dir.git](https://gitlab.com/xonotic/xonotic-xoncompat.pk3dir)| +|`/gmqcc` | 8MiB |[gmqcc.git](https://gitlab.com/xonotic/gmqcc)| |`/mediasource` | 3.6GiB |[mediasource.git](https://gitlab.com/xonotic/mediasource)| |`/netradiant` | 70MiB |[netradiant.git](https://gitlab.com/xonotic/netradiant)| |`/netradiant-xonoticpack` | 204KiB |[netradiant-xonoticpack.git](https://gitlab.com/xonotic/netradiant-xonoticpack)| diff --git a/Home.md b/Home.md index 6098b2c..b20896e 100644 --- a/Home.md +++ b/Home.md @@ -168,8 +168,7 @@ Other mutators: - [DarkPlaces Wiki](DarkPlaces-Index) - [Writing your first mutator](writing-your-first-mutator) - [Tips for new developers](Programming-Tips) -- [Programming QuakeC stuff in Xonotic -](Programming-QuakeC-stuff-in-Xonotic) +- [Programming QuakeC stuff in Xonotic](Programming-QuakeC-stuff-in-Xonotic) ### [Translating](Translating) - [Translation website](https://www.transifex.com/team-xonotic/xonotic/dashboard/) diff --git a/Repository_Access.md b/Repository_Access.md index 43412f6..893b4f3 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -18,7 +18,7 @@ Make sure you have at least 2GB memory to compile. This is enough to run a git The git client will perform poorly (compared to regular release or auto builds) on GPUs with limited VRAM, such as integrated GPUs. -[About 12GB of disk space is required for the git repositories.](Git) +[About 15GB of disk space is required for the git repositories.](Git) ### Linux @@ -88,9 +88,9 @@ The `run` command can also be followed by standard DarkPlaces commandline argume To update your Git clone: cd xonotic - ./all checkout # switch to main branch on all repos (usually master) - ./all update # pull and prune - ./all compile # recompile what changed + ./all checkout # switch to default branch on all repos (may change occasionally!) + ./all update # pull and prune + ./all compile # recompile what changed **Note:** If you intend to play on public servers, you should probably also enable the nexcompat repo to download additional textures that are used on some older unofficial maps. Use `touch data/xonotic-nexcompat.pk3dir.yes` and `./all update`. For mappers: these textures should NOT be used on new maps.