This project is mirrored from https://*****:*****@github.com/amarillonmc/phpdts.git. Updated .
  1. 14 Feb, 2026 3 commits
  2. 12 Feb, 2026 14 commits
  3. 11 Feb, 2026 3 commits
  4. 08 Feb, 2026 9 commits
  5. 25 Oct, 2025 1 commit
    • Nemo Ma's avatar
      Fix combat log output for Ecstasy Mode skill · e5c2446b
      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.
      e5c2446b
  6. 29 Sep, 2025 1 commit
    • Nemo Ma's avatar
      Fix DeathNote secondary menu display issue · e58b8159
      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.
      e58b8159
  7. 15 Sep, 2025 1 commit
    • Nemo Ma's avatar
      Restore functionality for 红杀之力 item · 81a46c9e
      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.
      81a46c9e
  8. 18 Jun, 2025 7 commits
    • Nemo Ma's avatar
      Revert "Merge pull request #217 from amarillonmc/feature/game-resource-management" · eb466c00
      Nemo Ma authored
      This reverts commit 6886e617, reversing
      changes made to 54000ed2.
      eb466c00
    • Nemo Ma's avatar
      Revert "fix: 修复游戏资源管理功能的关键问题" · 16d71a63
      Nemo Ma authored
      This reverts commit c7c6ad08.
      16d71a63
    • Nemo Ma's avatar
      Revert "bugfix" · 4f59ca88
      Nemo Ma authored
      This reverts commit 061daf7d.
      4f59ca88
    • Nemo Ma's avatar
      bugfix · 061daf7d
      Nemo Ma authored
      061daf7d
    • Augment Agent's avatar
      fix: 修复游戏资源管理功能的关键问题 · c7c6ad08
      Augment Agent authored
      - 修复admin.php中缺失的管理命令定义
      - 将游戏资源管理按钮改为RuleSet选择下拉框
      - 修复模板中未定义变量导致的Notice错误
      - 重新创建所有资源管理功能文件
      - 添加JavaScript函数处理RuleSet参数传递
      - 使用硬编码权限等级避免模板错误
      - 清理模板缓存确保新模板生效
      
      问题修复:
      - 解决'指令错误,请重新输入'问题
      - 修复Undefined index错误
      - 改进用户界面和操作流程
      - 确保所有管理功能正常工作
      c7c6ad08
    • Nemo Ma's avatar
      Merge pull request #217 from amarillonmc/feature/game-resource-management · 6886e617
      Nemo Ma authored
      feat: 实装游戏资源管理功能
      6886e617
    • Augment Agent's avatar
      feat: 实装游戏资源管理功能 · db60c504
      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 + 对应模板
      db60c504
  9. 16 Jun, 2025 1 commit