From: LegendaryGuard Date: Mon, 14 Mar 2022 22:33:09 +0000 (+0000) Subject: Add menu code references changed during the development X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ba67024b1773de8e988f7558bb9bfe1fd8cd1d6b;p=xonotic%2Fxonotic.wiki.git Add menu code references changed during the development --- diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index 8c5970c..7d3ea82 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -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)
# Gamemodes