Skip to content

Commit

Permalink
Update data files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Nov 1, 2024
1 parent ad9897f commit 8a75b71
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 528 deletions.
69 changes: 26 additions & 43 deletions data/ezquake/help_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@
"bind": {
"description": "This command binds one or several commands to a key.\nTo bind multiple commands to a key, enclose the commands in double-quotes (\") and separate them with semicolons (;)."
},
"bindlist": {
"description": "Prints all binds."
},
"bindedit": {
"description": "Allows you to edit your bind in the console.",
"syntax": "<key>"
},
"bindlist": {
"description": "Prints all binds."
},
"calc_fov": {
"arguments": [
{
Expand Down Expand Up @@ -338,6 +338,9 @@
"clearlocs": {
"description": "Clear all currently loaded locs."
},
"clipboard": {
"description": "Copies all the following arguments to the system clipboard"
},
"cmd": {
"description": "Sends a command directly to the server."
},
Expand Down Expand Up @@ -673,7 +676,7 @@
"hide": {
"system-generated": true
},
"HUD262_add": {
"hud262_add": {
"arguments": [
{
"description": "Can be cvar or str",
Expand All @@ -687,7 +690,7 @@
"description": "Creates or changes a HUD element with hud_name.\nThe following types of HUD elements are available:\ncvar - a value of a variable is displayed; in this case param must be a name of this variable.\nstr - a string defined by param is displayed\nCvar and %macros expansion is performed every time element is shown.",
"syntax": "<hud_name> <type> <param>"
},
"HUD262_alpha": {
"hud262_alpha": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -701,7 +704,7 @@
"description": "Sets a transparency for strings-HUD element.",
"syntax": "<name> <value>"
},
"HUD262_bg": {
"hud262_bg": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -715,7 +718,7 @@
"description": "Defines a color of the HUD element background.\n0 - transparent (default).",
"syntax": "<hud_name> <bg_color>"
},
"HUD262_blink": {
"hud262_blink": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -733,7 +736,7 @@
"description": "Allows to make blinking strings-HUD elements.",
"syntax": "<name> <period> <mask>"
},
"HUD262_bringtofront": {
"hud262_bringtofront": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -743,7 +746,7 @@
"description": "Transfers all HUD elements created after hud_name element (including) to the end of drawing list, that in short means that they will be displayed above all other elements which could be present on that place already.",
"syntax": "<name>"
},
"HUD262_disable": {
"hud262_disable": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -753,7 +756,7 @@
"description": "Prohibits to display one or more HUD elements.",
"syntax": "<hud_name> [hud_name2...]"
},
"HUD262_enable": {
"hud262_enable": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -763,7 +766,7 @@
"description": "Allows to display one or more HUD elements.",
"syntax": "<hud_name> [hud_name2...]"
},
"HUD262_list": {
"hud262_list": {
"arguments": [
{
"description": "Print only [regexp] matching HUDs",
Expand All @@ -773,7 +776,7 @@
"description": "Prints a list of strings-HUD elements.",
"syntax": "[regexp]"
},
"HUD262_move": {
"hud262_move": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -791,7 +794,7 @@
"description": "Moves a HUD element.\ndx and dy deviations are measured in symbols.",
"syntax": "<hud_name> <dx> <dy>"
},
"HUD262_position": {
"hud262_position": {
"arguments": [
{
"description": "Name of your HUD element",
Expand All @@ -813,7 +816,7 @@
"description": "Indicates position of a HUD element on the screen.",
"syntax": "<hud_name> <pos> <x> <y>"
},
"HUD262_remove": {
"hud262_remove": {
"arguments": [
{
"description": "HUD element's name",
Expand All @@ -823,7 +826,7 @@
"description": "Kills a HUD element.",
"syntax": "<hud_name>"
},
"HUD262_width": {
"hud262_width": {
"arguments": [
{
"description": "HUD element's name",
Expand Down Expand Up @@ -925,30 +928,6 @@
"joyadvancedupdate": {
"description": "This command must be run to apply changes made to the joyadvaxis[xyzruv] or joyindex cvars."
},
"keycode": {
"description": "This command enables the setting of a new keymapping.",
"syntax": "[ext] <scancode> <key> [<shiftmap>] [<altgrmap>]"
},
"keymap_init": {
"description": "This resets the current keymapping and then generates a copy of the internal defaults (US keyboard) to be the new keymappings.\nThis can be used as a base to generate a new keymapping file.\nIt has the same (unchangeable) mapping as the example keymap file \"default.kmap\""
},
"keymap_list": {
"description": "This command prints all the current keymappings to the quake console."
},
"keymap_load": {
"description": "This command first resets the current keymappings and then loads a new mapping from the given file.",
"syntax": "keymap_load [layoutname] <filename>"
},
"keymap_reset": {
"description": "This command switches off the current keymappings and sets it back to the internal defaults; it also restores \"keymap_name\" to its default name \"Default\".\nThe defaults are an internally defined (and not changeable) keymapping for US keyboards."
},
"keymap_save": {
"description": "With this command the active keymappings will be written to a .kmap file (including a descriptive header which explains the usage).",
"syntax": "[layoutname] <filename>"
},
"keymaplist": {
"description": "This command prints all the current keymappings to the quake console."
},
"kick": {
"description": "Removes a user from the server. Use the status command to receive the user's id.\n\nExample:\nkick 1234",
"syntax": "<userid>"
Expand Down Expand Up @@ -1770,6 +1749,10 @@
"svadmin": {
"system-generated": true
},
"sys_forget_sandbox": {
"description": "Clears the currently selected sandbox directory. On the next restart, ezQuake will prompt you to select a directory again.",
"remarks": "macOS only"
},
"tcl_eval": {
"description": "Execute <string> as Tcl code.",
"syntax": "<string>"
Expand Down Expand Up @@ -1829,7 +1812,7 @@
"toggleconsole": {
"description": "Brings the console up and down."
},
"toggleHUD": {
"togglehud": {
"system-generated": true
},
"togglemenu": {
Expand Down Expand Up @@ -2049,6 +2032,9 @@
"vid_modelist": {
"description": "Prints all supported video modes."
},
"vid_reload": {
"system-generated": true
},
"vid_restart": {
"description": "Will restart your video renderer. Needed for some changes to take affect."
},
Expand Down Expand Up @@ -2086,9 +2072,6 @@
"writeip": {
"description": "Records all IP addresses on the server IP list. The file name is listip.cfg."
},
"clipboard": {
"description": "Copies all the following arguments to the system clipboard"
},
"z_ext_list": {
"system-generated": true
}
Expand Down
6 changes: 5 additions & 1 deletion data/ezquake/help_macros.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
"teamplay-restricted": true,
"type": "string"
},
"dateiso": {
"system-generated": true,
"teamplay-restricted": true
},
"deathloc": {
"flags": [
"incomplete"
Expand Down Expand Up @@ -423,4 +427,4 @@
],
"teamplay-restricted": false
}
}
}
Loading

0 comments on commit 8a75b71

Please sign in to comment.