Skip to content

Commit 2528d02

Browse files
committed
发布 v1.2.4 正式版
1 parent c5232b2 commit 2528d02

File tree

11 files changed

+37
-4
lines changed

11 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,39 @@
1212
1313
-------------------------------------------------------------------------------
1414

15+
## [v1.2.4] - `2024-09-21`
16+
17+
### 特别感谢
18+
19+
在此版本的开发过程中以下朋友提供了各种形式的支持, 特此鸣谢 (排名不分先后).
20+
21+
- 差记性的小北、LagAznable、Jian916、HongShin、Renee
22+
23+
### rAthena 重要更新
24+
25+
- 实装韩服 2022 年第四季度的技能改进 (KRO 公告日期: 20221219)
26+
- 实装韩服 2024 年第一季度的技能改进 (KRO 公告日期: 20240205)
27+
28+
> 备注: 月影忍者、疾风忍者、天帝、契灵士、魂灵师这几个职业由于 rAthena 未实装, 因此相关技改也未被应用
29+
30+
### 新增功能
31+
32+
- 实现 `strict_parameters_of_rand` 选项, 用于控制是否对 `rand` 脚本指令进行严格的参数检查 (感谢 "差记性的小北" 反馈) (#756)
33+
34+
### 功能调整
35+
36+
- 改进 `getskillinfo` 脚本指令获取标记位的用法 (感谢 "jian916" 改进) (#768)
37+
38+
### 缺陷修正
39+
40+
- 修正 `UTF8` 编码的脚本文件无法被正确转码的问题 (感谢 "差记性的小北" 反馈) (#755)
41+
- 修正 `batrec_query``expandinventory_adjust` 部分情况下没有返回值的问题 (#758)
42+
- 修正 `login` 脚本指令返回值不正确的问题 (感谢 "差记性的小北" 反馈) (#757)
43+
- 修正部分报错信息中物品编号的数值溢出问题 (感谢 "LagAznable" 修正) (#762)
44+
- 修正 `sethotkey / gethotkey` 无法正确判断有效索引最大值问题 (感谢 "jian916" 修正) (#767)
45+
46+
-------------------------------------------------------------------------------
47+
1548
## [v1.2.3] - `2023-12-31`
1649

1750
### 特别感谢
@@ -374,7 +407,7 @@
374407

375408
### 新增功能
376409

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

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

9931026
### 功能调整
9941027

@@ -1164,7 +1197,7 @@
11641197

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

11691202
-------------------------------------------------------------------------------
11701203

src/char/char-server.rc

0 Bytes
Binary file not shown.

src/config/pandas.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
// ^ 此处第四段为 1 表示这是一个 1.0.2 的开发版本 (develop)
6868
//
6969
// 在 Windows 环境下, 程序启动时会根据第四段的值自动携带对应的版本后缀, 以便进行版本区分
70-
#define Pandas_Version "1.2.4.1"
70+
#define Pandas_Version "1.2.4.0"
7171

7272
// 在启动时显示 Pandas 的 LOGO
7373
#define Pandas_Show_Logo

src/login/login-server.rc

0 Bytes
Binary file not shown.

src/map/map-server-generator.rc

0 Bytes
Binary file not shown.

src/map/map-server.rc

0 Bytes
Binary file not shown.

src/tool/csv2yaml.rc

0 Bytes
Binary file not shown.

src/tool/mapcache.rc

0 Bytes
Binary file not shown.

src/tool/yaml2sql.rc

0 Bytes
Binary file not shown.

src/tool/yamlupgrade.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)