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)
@@ -12,7 +12,7 @@ | ||
12 | 12 | =============================================================================================================== |
13 | 13 | |
14 | 14 | |
15 | -v0.97d2 RC5 | |
15 | +v0.97d2 RC6 | |
16 | 16 | ----------- |
17 | 17 | |
18 | 18 | *+ - 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] |
@@ -40,7 +40,7 @@ | ||
40 | 40 | |
41 | 41 | /** Lots of different version numbers **/ |
42 | 42 | |
43 | -#define DOTVERSIONSTR "0.97d2-RC5" | |
43 | +#define DOTVERSIONSTR "0.97d2-RC6" | |
44 | 44 | #define DOTVERSIONSTR_NOREV DOTVERSIONSTR |
45 | 45 | |
46 | 46 | // [BB] The version string that includes revision / compatibility data. |