Skip to content

Commit

Permalink
发布 v1.2.4 正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
CairoLee committed Sep 22, 2024
1 parent c5232b2 commit 2528d02
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 4 deletions.
39 changes: 36 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,39 @@
-------------------------------------------------------------------------------

## [v1.2.4] - `2024-09-21`

### 特别感谢

在此版本的开发过程中以下朋友提供了各种形式的支持, 特此鸣谢 (排名不分先后).

- 差记性的小北、LagAznable、Jian916、HongShin、Renee

### rAthena 重要更新

- 实装韩服 2022 年第四季度的技能改进 (KRO 公告日期: 20221219)
- 实装韩服 2024 年第一季度的技能改进 (KRO 公告日期: 20240205)

> 备注: 月影忍者、疾风忍者、天帝、契灵士、魂灵师这几个职业由于 rAthena 未实装, 因此相关技改也未被应用
### 新增功能

- 实现 `strict_parameters_of_rand` 选项, 用于控制是否对 `rand` 脚本指令进行严格的参数检查 (感谢 "差记性的小北" 反馈) (#756)

### 功能调整

- 改进 `getskillinfo` 脚本指令获取标记位的用法 (感谢 "jian916" 改进) (#768)

### 缺陷修正

- 修正 `UTF8` 编码的脚本文件无法被正确转码的问题 (感谢 "差记性的小北" 反馈) (#755)
- 修正 `batrec_query``expandinventory_adjust` 部分情况下没有返回值的问题 (#758)
- 修正 `login` 脚本指令返回值不正确的问题 (感谢 "差记性的小北" 反馈) (#757)
- 修正部分报错信息中物品编号的数值溢出问题 (感谢 "LagAznable" 修正) (#762)
- 修正 `sethotkey / gethotkey` 无法正确判断有效索引最大值问题 (感谢 "jian916" 修正) (#767)

-------------------------------------------------------------------------------

## [v1.2.3] - `2023-12-31`

### 特别感谢
Expand Down Expand Up @@ -374,7 +407,7 @@

### 新增功能

- 完全支持读取 UTF8 (包含或者不含BOM) 编码的脚本、配置和数据文件 (#623)
- 完全支持读取 `UTF8` (包含或者不含BOM) 编码的脚本、配置和数据文件 (#623)
- 实现 `getcartinfo` 脚本指令, 用于查询指定手推车序号的道具详细信息
- 实现 `getguildstorageinfo` 脚本指令, 用于查询指定公会仓库序号的道具详细信息
- 实现 `getstorageinfo` 脚本指令, 用于查询指定个人仓库/扩充仓库序号的道具详细信息
Expand Down Expand Up @@ -988,7 +1021,7 @@

- 实现疾风缓存机制, 大幅提高缓存后加载 YAML 数据库的速度 (#336)
- 实现 `bNoFieldGemStone` 调整器, 可以让元素领域技能无需消耗魔力矿石 (#332)
- 支持读取 UTF8-BOM 的 libconfig 配置文件 (#348)
- 支持读取 `UTF8-BOM` 的 libconfig 配置文件 (#348)

### 功能调整

Expand Down Expand Up @@ -1164,7 +1197,7 @@

- 修正 `nomail` 地图标记存在部分功能失效的问题 (#259)
- 修正使用 `delchar` 脚本指令会导致地图服务器崩溃的问题 (#263)
- 修正读取 UTF8-BOM 编码的文件时可能出现多余的空行 (#264)
- 修正读取 `UTF8-BOM` 编码的文件时可能出现多余的空行 (#264)

-------------------------------------------------------------------------------

Expand Down
Binary file modified src/char/char-server.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/pandas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// ^ 此处第四段为 1 表示这是一个 1.0.2 的开发版本 (develop)
//
// 在 Windows 环境下, 程序启动时会根据第四段的值自动携带对应的版本后缀, 以便进行版本区分
#define Pandas_Version "1.2.4.1"
#define Pandas_Version "1.2.4.0"

// 在启动时显示 Pandas 的 LOGO
#define Pandas_Show_Logo
Expand Down
Binary file modified src/login/login-server.rc
Binary file not shown.
Binary file modified src/map/map-server-generator.rc
Binary file not shown.
Binary file modified src/map/map-server.rc
Binary file not shown.
Binary file modified src/tool/csv2yaml.rc
Binary file not shown.
Binary file modified src/tool/mapcache.rc
Binary file not shown.
Binary file modified src/tool/yaml2sql.rc
Binary file not shown.
Binary file modified src/tool/yamlupgrade.rc
Binary file not shown.
Binary file modified src/web/web-server.rc
Binary file not shown.

0 comments on commit 2528d02

Please sign in to comment.