This project is mirrored from https://*****:*****@github.com/amarillonmc/phpdts.git.
Updated .
- 14 Feb, 2026 3 commits
- 12 Feb, 2026 14 commits
-
-
Nemo Ma authored
Codex-generated pull request
-
Nemo Ma authored
-
Nemo Ma authored
-
Nemo Ma authored
fix(admin): correctly parse resource files and load starting-item `itmpara`
-
Nemo Ma authored
-
Nemo Ma authored
-
Nemo Ma authored
fix(admin): prevent template compile parse errors for resourcemng and add admin handler
-
Nemo Ma authored
-
Nemo Ma authored
-
Nemo Ma authored
Codex-generated pull request
-
Nemo Ma authored
-
Nemo Ma authored
-
Nemo Ma authored
feat(admin): add game resource management panel
-
Nemo Ma authored
-
- 11 Feb, 2026 3 commits
- 08 Feb, 2026 9 commits
- 25 Oct, 2025 1 commit
-
-
Nemo Ma authored
Corrects battle log messages when the 'npc_mecstasy' skill is triggered, ensuring the actual skill owner (player/NPC) is shown as the subject. Also ensures total damage is always output for fixed damage branches, resolving missing damage logs in certain scenarios.
-
- 29 Sep, 2025 1 commit
-
-
Nemo Ma authored
Refactored the DeathNote item branch in item.tool.php to use the unified $cmd-based secondary menu mechanism, ensuring the correct rendering and submission of the deathnote.htm form. This resolves the issue where using DeathNote or its variant would show no response due to legacy logic, and aligns its behavior with other items requiring secondary menus. Documentation of the fix and validation steps was added in doc/etc/NOUVEAU DAY 173.txt.
-
- 15 Sep, 2025 1 commit
-
-
Nemo Ma authored
Added handling for the item '【我想要领略真正的红杀之力】' in item.npc.php, restoring its ability to summon 红暮 and 蓝凝 NPCs, broadcast system messages, and record news. This fixes a regression from previous item logic refactoring where this item's effect was missing.
-
- 18 Jun, 2025 7 commits
-
-
Nemo Ma authored
-
Augment Agent authored
- 修复admin.php中缺失的管理命令定义 - 将游戏资源管理按钮改为RuleSet选择下拉框 - 修复模板中未定义变量导致的Notice错误 - 重新创建所有资源管理功能文件 - 添加JavaScript函数处理RuleSet参数传递 - 使用硬编码权限等级避免模板错误 - 清理模板缓存确保新模板生效 问题修复: - 解决'指令错误,请重新输入'问题 - 修复Undefined index错误 - 改进用户界面和操作流程 - 确保所有管理功能正常工作
-
Nemo Ma authored
feat: 实装游戏资源管理功能
-
Augment Agent authored
- 新增游戏资源管理分区,支持默认资源和RuleSet资源管理 - 地图物品管理:管理mapitem_1.php,支持物品刷新配置的CRUD操作 - 商店物品管理:管理shopitem_1.php,支持商店销售配置和分类管理 - 开局物品管理:管理stitem_1.php和stwep_1.php,支持物品/武器切换 - 开局NPC管理:管理npc_1.php,显示NPC基本信息和子NPC列表 - 权限控制:不同功能需要相应的管理员权限等级(6-8) - 用户体验:搜索、分页、编辑、删除、新增等完整功能 - 安全性:输入验证、错误处理、操作日志记录 修改文件: - admin.php: 添加新管理命令 - include/admin/admin.lang.php: 添加语言定义 - templates/default/admin_menu.htm: 添加资源管理分区 新增文件: - include/admin/resourcemng.php + 对应模板 - include/admin/mapitemsmng.php + 对应模板 - include/admin/shopitemsmng.php + 对应模板 - include/admin/startitemsmng.php + 对应模板 - include/admin/startnpcsmng.php + 对应模板
- 16 Jun, 2025 1 commit
-
-
Nemo Ma authored
-