• R/O
  • SSH
  • HTTPS

xangband: 提交


Commit MetaInfo

修订版1900 (tree)
时间2013-03-20 00:19:10
作者iks

Log Message

Version Number up to 1.0.0

更改概述

差异

--- TinyAngband/trunk/configure.ac (revision 1899)
+++ TinyAngband/trunk/configure.ac (revision 1900)
@@ -1,5 +1,5 @@
11 dnl Process this file with autoconf to produce a configure script.
2-AC_INIT(tinyangband, 0.0.3)
2+AC_INIT(tinyangband, 1.0.0)
33
44 AC_CONFIG_HEADERS(src/autoconf.h)
55 AC_CONFIG_SRCDIR(src/main.c)
--- TinyAngband/trunk/lib/file/news.txt (revision 1899)
+++ TinyAngband/trunk/lib/file/news.txt (revision 1900)
@@ -1,6 +1,6 @@
11
22 ***************************************
3- ** TinyAngband 0.0.3 **
3+ ** TinyAngband 1.0.0 **
44 ***************************************
55 Based on Moria: Copyright (c) 1985 Robert Alan Koeneke
66 and Umoria: Copyright (c) 1989 James E. Wilson
--- TinyAngband/trunk/lib/file/news_j.txt (revision 1899)
+++ TinyAngband/trunk/lib/file/news_j.txt (revision 1900)
@@ -1,6 +1,6 @@
11
22 ***************************************
3- ** TinyAngband 0.0.3 **
3+ ** TinyAngband 1.0.0 **
44 ***************************************
55 Based on Moria: Copyright (c) 1985 Robert Alan Koeneke
66 and Umoria: Copyright (c) 1989 James E. Wilson
--- TinyAngband/trunk/lib/help/jversion.txt (revision 1899)
+++ TinyAngband/trunk/lib/help/jversion.txt (revision 1900)
@@ -1,5 +1,13 @@
11 ○ TinyAngbandバージョン履歴 ○
22
3+--- 1.0.0 ---
4+24x24タイルを追加した
5+BGM機能を追加した(現在Windowsのみ対応)
6+ヴァラのバランスを調整した
7+アイテムの発動を整理した
8+床上の箱も指定可能にした
9+バグを修正した
10+
311 --- 0.0.3 ---
412 射撃の命中修正関係のバグを直した
513 キャラ生成時に自動装備
--- TinyAngband/trunk/lib/help/version.txt (revision 1899)
+++ TinyAngband/trunk/lib/help/version.txt (revision 1900)
@@ -1,5 +1,11 @@
11 === TinyAngband History and Information ===
22
3+--- 1.0.0 ---
4+Add 24x24 tile
5+Add BGM function (Apply only to Windows)
6+Improving balances of rewards of valar
7+And bug fix.
8+
39 --- 0.0.3 ---
410 Fixing bug of hit bonus of fire weapons
511 Auto weilding when birth
--- TinyAngband/trunk/src/defines.h (revision 1899)
+++ TinyAngband/trunk/src/defines.h (revision 1900)
@@ -41,11 +41,11 @@
4141 /*
4242 * Current version number of TinyAngband
4343 */
44-#define VERSION_MAJOR 0
44+#define VERSION_MAJOR 1
4545 #define VERSION_MINOR 0
46-#define VERSION_PATCH 3
46+#define VERSION_PATCH 0
4747
48-#define SAVEFILE_VERSION 5
48+#define SAVEFILE_VERSION 6
4949
5050 /*
5151 * This value is not currently used
Show on old repository browser