Main public logs
Appearance
Combined display of all available logs of DDraceNetwork. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:32, 23 February 2025 ForgottenCat talk contribs created page User:ForgottenCat (Add my user page. (idk if there's any guideline on this, if so dm me on discord)) Tag: Visual edit
- 12:33, 20 February 2025 ForgottenCat talk contribs created page Translations:Touch controls/64/zh (Created page with "* 默认键位:https://github.com/ddnet/ddnet/blob/69c92a79e6bab9f9390245f518c5340222c544dc/data/touch_controls.json * 添加触摸操控至引擎和界面的拉取请求:https://github.com/ddnet/ddnet/pull/8621 * 添加游戏内触摸操控的拉取请求:https://github.com/ddnet/ddnet/pull/8632 * 添加表情和旁观相关的拉取请求:https://github.com/ddnet/ddnet/pull/8801")
- 12:30, 20 February 2025 ForgottenCat talk contribs created page Translations:Touch controls/63/zh (Created page with "<syntaxhighlight lang="json">{ "direct-touch-ingame": "action", "direct-touch-spectate": "aim", "background-color-inactive": "00000040", "background-color-active": "33333340", "touch-buttons": [ ... ] }</syntaxhighlight>")
- 12:30, 20 February 2025 ForgottenCat talk contribs created page Translations:Touch controls/62/zh (Created page with "颜色的格式是类似于<code>RRGGBBAA</code>,<code>RRGGBB</code>,<code>RGBA</code> 和 <code>RGB</code>的十六进制字符串,且没有像<code>#</code>一类的前缀,例如:<code>"A526C440"</code>。若没有alpha(透明度)的值,则默认为完全不透明。")
- 12:26, 20 February 2025 ForgottenCat talk contribs created page Translations:Touch controls/61/zh (Created page with "=== 颜色格式 ===")
- 12:26, 20 February 2025 ForgottenCat talk contribs created page Translations:Touch controls/60/zh (Created page with "* <code>"direct-touch-ingame"</code>:定义游戏内点击屏幕空白处时做出的动作。可用的值有: ** <code>"disabled"</code>:点击屏幕空白部分不会做出任何动作。这也意味着你需要使用虚拟摇杆。 ** <code>"action"</code>:点击屏幕空白部分会使用当前激活的动作(见上)。 ** <code>"aim"</code>:点击屏幕空白部分仅会改变瞄准角度。这意味着你需要...")
- 09:20, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/57/zh (Created page with "为其他的客户端组件例如表情轮盘和旁观菜单添加触摸控制支持时,使用<code>CUi::UpdateTouchState</code>函数。确保你的组件会在接收<code>KEY_ESCAPE</code>时自动关闭,即安卓上的返回键。注意在每一帧中,只有一个组件可以使用触摸状态,因此按住一个游戏按键时同时用另一个手指使用另一个组件例如表情轮盘是不可能的。相反,相应的预定义按钮触摸行为(例如<co...")
- 09:07, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/43/zh (Created page with "全局键位格式设置的示例:")
- 09:06, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/59/zh (Created page with "* 默认的键位文件:https://github.com/ddnet/ddnet/blob/84b1c3c49c8d97a6911da34424d2023879ccdaf8/data/touch_controls.json * 向用户界面和引擎中添加触摸控制的拉取请求:https://github.com/ddnet/ddnet/pull/8621 * 添加游戏内触摸控制的拉取请求:https://github.com/ddnet/ddnet/pull/8632 * 添加表情选择器和旁观菜单的拉取请求:https://github.com/ddnet/ddnet/pull/8801")
- 09:03, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/58/zh (Created page with "== 参考 ==")
- 09:02, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/56/zh (Created page with "在分叉客户端中加入你自己的按键行为时,建议在新形状,可见性,行为等前加上你的分叉的名称。例如:<code>myfork.octagon</code> 如果你添加一个八边形的按键,从而避免和未来的版本发生冲突。")
- 08:56, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/55/zh (Created page with "游戏内触摸控制在单独的客户端组件<code>CTouchControls</code>中实现,该组件位于<code>src/game/client/components/touch_controls.cpp</code><code>和<code>src/game/client/components/touch_concontrol.h</code>文件中。尽量直接使用绑定作为按钮的行为而不是预定义行为,从而降低复杂度。")
- 08:52, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/54/zh (Created page with "以下为实现触摸控制的细节,为开发者准备。")
- 08:52, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/53/zh (Created page with "== 实现细则 ==")
- 08:49, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/52/zh (Created page with "* '''安卓的问题''':同时按下三根手指会导致所有手指被立即同时松开。 ** '''解决方法''':原因是你手机自带的全局多指手势动作(设置里面搜"三指")。具体地,关闭"三指下滑截屏","三指长按截屏","三指上滑进入菜单"功能。 * '''安卓的问题''':有时候点击屏幕顶端15%位置会无响应或响应不连续。 ** '''解决方法''':目前不清楚...")
- 08:43, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/51/zh (Created page with "== 已知的问题 ==")
- 08:42, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/50/zh (Created page with "<syntaxhighlight lang="json">{ "x": 600000, "y": 200000, "w": 100000, "h": 100000, "shape": "rect", "visibilities": [ ], "behavior": { "type": "bind-toggle", "commands": [ { "label": "Echo 1", "label-type": "plain", "command": "echo 1" }, { "label": "Echo 2", "label-type": "plain", "command": "...")
- 08:42, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/49/zh (Created page with "示例按钮,带有<code>"bind-toggle"</code>的行为,会在对话框循环返回三条不同的消息:")
- 08:41, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/48/zh (Created page with "<syntaxhighlight lang="json">{ "x": 755000, "y": 580000, "w": 225000, "h": 400000, "shape": "circle", "visibilities": [ "ingame" ], "behavior": { "type": "predefined", "id": "joystick-action" } }</syntaxhighlight>")
- 08:41, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/47/zh (Created page with "示例按钮,带有<code>"predefined"</code>的行为,是一个会执行当前被激活的行为的虚拟摇杆:")
- 08:40, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/46/zh (Created page with "<syntaxhighlight lang="json">{ "x": 500000, "y": 500000, "w": 100000, "h": 100000, "shape": "rect", "visibilities": [ ], "behavior": { "type": "bind", "label": "Example", "label-type": "plain", "command": "echo Hello world!" } }</syntaxhighlight>")
- 08:40, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/45/zh (Created page with "示例按钮,带有<code>"bind"</code>的行为,会在对话框返回一条消息。")
- 08:39, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/44/zh (Created page with "<syntaxhighlight lang="json">{ "direct-touch-ingame": "action", "direct-touch-spectate": "aim", "touch-buttons": [ ... ] }</syntaxhighlight>")
- 08:34, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/42/zh (Created page with "== 示例 ==")
- 08:34, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/41/zh (Created page with "<span id="examples"></span>")
- 08:33, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/40/zh (Created page with "注:你也可直接更改配置目录中的<code>touch_controls.json</code>文件来修改键位,而不是导出/导入到剪贴板,但在安卓该做法不可行。")
- 08:30, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/39/zh (Created page with "一个可在客户端内直接修改键位的界面在计划中。")
- 08:30, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/38/zh (Created page with "# 导出当前键位至剪贴板。 # 将剪贴板内容粘贴至一个文件来修改它。同时你也应该给你的键位设置备份! # 修改键位设置(关于相关格式见上)。 # 复制所有内容至剪贴板,然后在客户端内导入。若导入失败,在本地控制台内找到包含<code>touch_controls</code>的错误消息,并更正错误。用在线工具可更正JSON文本的错误和格式化。 # 更改完成后在客户端中保存你的...")
- 08:25, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/37/zh (Created page with "== 调整键位 ==")
- 08:24, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/36/zh (Created page with "当键位编辑器被打开时,所有按键都会无条件显示,从而更好地排列按键。")
- 08:23, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/35/zh (Created page with "* 游戏中和旁观时的直接点击输入(见键位设置格式)可以用下拉菜单调整。")
- 08:21, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/34/zh (Created page with "同时,全局的触摸控制也可以在该界面被修改:")
- 08:20, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/33/zh (Created page with "* 保存当前设置至配置目录中的<code>touch_controls.json</code>文件。 * 取消当前设置,并加载配置目录中的<code>touch_controls.json</code>文件。 * 加载数据目录中的<code>touch_controls.json</code>文件从而将键位初始化。 * 用于提醒当前设置未被保存。 * 从剪贴板导入设置,或将设置导出至剪贴板。在较新的安卓版本中这是修改键位的唯一方法,因为无法直接修改应用的数据。")
- 08:13, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/32/zh (Created page with "键位编辑器在被启用时会显示在游戏内菜单的主屏幕上。该编辑器目前只有最基本的键位编辑功能。")
- 08:11, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/31/zh (Created page with "游戏内键位编辑器的截图。")
- 08:11, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/30/zh (Created page with "== 键位编辑器 ==")
- 08:10, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/29/zh (Created page with "* 开启本地和远程控制台的按键。不用自定义按键打开控制台可以在键位导入失败时便捷地查看控制台内的错误信息。 * 关闭菜单的按键,在虚拟返回键未显示时使关闭菜单更方便。 * 打开触摸控制修改界面的选项(见下)。")
- 08:06, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/28/zh (Created page with "除了屏幕上的触摸控制,当<code>cl_touch_controls</code>被开启时,在游戏内菜单会出现第二行不太常用,但没有键盘则无法使用的功能:")
- 08:04, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/27/zh (Created page with "当触摸控制被开启时在游戏内菜单出现的额外按钮的截屏。")
- 08:03, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/26/zh (Created page with "== 游戏内菜单 ==")
- 07:59, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/25/zh (Created page with "* <code>"direct-touch-ingame"</code>: 定义在游戏中直接点击所执行的动作。可用的值有: ** <code>"disabled"</code>:游戏中直接点击不会执行任何动作。这意味着需要使用虚拟摇杆。 ** <code>"action"</code>:直接点击会使用当前被激活的动作(见上)。 ** <code>"aim"</code>:直接点击仅会改变瞄准角度,不会执行其他动作。这意味着你需要其他按钮来...")
- 07:51, 1 January 2025 ForgottenCat talk contribs created page Translations:Touch controls/24/zh (Created page with "除此之外,根对象还有以下属性:")
- 18:48, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/23/zh (Created page with "* 位置和大小 (属性<code>"x"</code>, <code>"y"</code>, <code>"w"</code>, <code>"h"</code>):横/纵坐标和宽/高数据为在单位长度为1000000²的表格上的整数。这些''单位表格''数据会在游戏内依据屏幕大小和纵横比转换为''屏幕表格''数据。这意味着当分辨率改变时一些按键可能会表现得被伸展,但这也使我们对于不同的屏幕纵横比可提供一个合理...")
- 17:21, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/22/zh (Created page with "JSON文件的根元素必须是一个对象。该对象的属性<code>"touch-buttons"</code>可定义一系列按键的对象。每一个按键对象有以下可调节的性质:")
- 17:12, 31 December 2024 ForgottenCat talk contribs created page Translations:Main Page/100/zh (Created page with "触摸控制")
- 11:26, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/21/zh (Created page with "键位配置文件是一个JSON格式的文本文件。推荐先学习JSON的基本格式来更好的理解以下教程。配置文件必须是一个有效的JSON文件。JSON格式的教程和检查工具可在网络上找到。JSON文件的结构如下。")
- 11:21, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/20/zh (Created page with "上述提到的默认键位是在一个名为<code>touch_controls.json</code>的文件中被加载,该文件位于<code>data</code>目录因此无法被修改。该键位可通过在配置目录中创建一个名为<code>touch_controls.json</code>来修改。")
- 11:17, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/19/zh (Created page with "== 键位设置格式 ==")
- 11:16, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/18/zh (Created page with "表情选择器和旁观菜单可被相关按键打开,之后可通过在面板外点击或使用返回键关闭,另外仅当相关按钮被按下时才打开面板这种设置目前而言不可行,至少这种设置对于旁观菜单而言不便利。")
- 11:10, 31 December 2024 ForgottenCat talk contribs created page Translations:Touch controls/17/zh (Created page with "当分身被连接时,一个用于切换分身和本体的按键会显示。")