• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG).


コミットメタ情報

リビジョンbbea31821ea53224be3fb243452ec12ad9dd396f (tree)
日時2008-08-11 02:22:33
作者Benjamin Berkels <torr.samaho@quan...>
コミッターBenjamin Berkels

ログメッセージ

bumped version to 0.97d2-RC6

SVN r1565 (97d2_final)

変更サマリ

差分

diff -r a8c7f981ffb5 -r bbea31821ea5 docs/Skulltag Version History.txt
--- a/docs/Skulltag Version History.txt Sun Aug 10 17:18:10 2008 +0000
+++ b/docs/Skulltag Version History.txt Sun Aug 10 17:22:33 2008 +0000
@@ -12,7 +12,7 @@
1212 ===============================================================================================================
1313
1414
15-v0.97d2 RC5
15+v0.97d2 RC6
1616 -----------
1717
1818 *+ - Optimized the monster movement code. Under some circumstances this drastically decreases network traffic. Compare map09 of dr2008v2.zip to see an example, where a lot of bandwidth is saved. Special thanks to SuperGod for finding a way to reproduce the excessive net traffic. Without it, this problem would still silently be wasting net traffic. [Torr Samaho]
diff -r a8c7f981ffb5 -r bbea31821ea5 src/version.h
--- a/src/version.h Sun Aug 10 17:18:10 2008 +0000
+++ b/src/version.h Sun Aug 10 17:22:33 2008 +0000
@@ -40,7 +40,7 @@
4040
4141 /** Lots of different version numbers **/
4242
43-#define DOTVERSIONSTR "0.97d2-RC5"
43+#define DOTVERSIONSTR "0.97d2-RC6"
4444 #define DOTVERSIONSTR_NOREV DOTVERSIONSTR
4545
4646 // [BB] The version string that includes revision / compatibility data.