]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
Fix some typos etc master
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 2 Mar 2025 08:19:42 +0000 (18:19 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 2 Mar 2025 08:19:42 +0000 (18:19 +1000)
Autobuilds.md
Git.md
Home.md
Repository_Access.md

index cb9607632e6be0fa19fb30bd495dda3f99102ed9..abf6746eedc4f6e1deff0a8a0f633359abf58ae5 100644 (file)
@@ -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 5c62f14bea56a6eeedbeffc8a5756212d49a7f1a..2688dae3b9881dde9cf53bd444f7a513ab6619d8 100644 (file)
--- 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 6098b2c1ac1c4daf12540264f1513f2bbe4c86a4..b20896ef398f1a7cb19d09fb5f2be0c17eccc892 100644 (file)
--- 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/)
index 43412f69becff7aa534ffbdbd0ca4b4bb16bb5ba..893b4f3977f646d35492615e23a9696448891eb6 100644 (file)
@@ -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.