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).
- 04:20, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/42/zh as no longer outdated
- 04:20, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/38/zh as no longer outdated
- 04:20, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/37/zh as no longer outdated
- 04:20, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/35/zh as no longer outdated
- 04:20, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/33/zh as no longer outdated
- 04:20, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/30/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/29/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/26/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/61/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/60/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/23/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/19/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/10/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/6/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/3/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/52/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/51/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/53/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/64/zh as no longer outdated
- 04:19, 6 May 2025 ForgottenCat talk contribs marked translation Translations:Touch controls/58/zh as no longer outdated
- 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 "当键位编辑器被打开时,所有按键都会无条件显示,从而更好地排列按键。")