]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Add menu code references changed during the development
authorLegendaryGuard <rootuser999@gmail.com>
Mon, 14 Mar 2022 22:33:09 +0000 (22:33 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Mon, 14 Mar 2022 22:33:09 +0000 (22:33 +0000)
Programming-QuakeC-stuff-in-Xonotic.md

index 8c5970c06b283cf0ad8f726be227b828a18d3b71..7d3ea82b677ca0b4a3999e6ecdc312fdd1b6fdac 100644 (file)
@@ -220,6 +220,12 @@ You can look the draw functions where HUD is being drawn:
 More info inside the code where you can draw/print HUD and menu: 
 - [**Globals, constants, fonts, prints, error cmds, vector stuff, conversion functions and all drawing/printing HUDs/menus/characters related (`qcsrc/dpdefs/upstream/menudefs.qc`)**](https://timepath.github.io/scratchspace/d8/de2/menudefs_8qc_source.html)
 
+**Important changes about menus we could learn of:**
+- [**Terms of Service in window display and in multiplayer dialog**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/commit/19bd3a4f)
+
+(Still WIP)
+- [**Merge request about welcome dialog**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/985)
+- [**Merge request about buttons in campaign, quit and multiplayer and the game menu**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/900)
 <br />
 
 # Gamemodes