Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22778
Modified Files:
ChangeLog serverconfig.cpp serverconfig.h
Log Message:
season stuff
Index: serverconfig.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/serverconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** serverconfig.h 14 Sep 2004 04:20:23 -0000 1.5
--- serverconfig.h 6 Oct 2004 00:02:37 -0000 1.6
***************
*** 102,105 ****
--- 102,106 ----
unsigned short loginPort_;
bool enableFeluccaSeason_;
+ bool enableTrammelSeason_;
unsigned int logMask_;
bool enableLogin_;
***************
*** 197,200 ****
--- 198,202 ----
// gets
bool enableFeluccaSeason() const;
+ bool enableTrammelSeason() const;
bool hashAccountPasswords() const;
bool convertUnhashedPasswords() const;
***************
*** 760,763 ****
--- 762,770 ----
}
+ inline bool cConfig::enableTrammelSeason() const
+ {
+ return enableTrammelSeason_;
+ }
+
inline bool cConfig::overwriteDefinitions() const
{
Index: serverconfig.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/serverconfig.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** serverconfig.cpp 29 Sep 2004 19:05:29 -0000 1.11
--- serverconfig.cpp 6 Oct 2004 00:02:37 -0000 1.12
***************
*** 144,147 ****
--- 144,148 ----
// General Group
enableFeluccaSeason_ = getBool("General", "Enable Felucca Season", true, true);
+ enableTrammelSeason_ = getBool("General", "Enable Trammel Season", true, true);
showSkillTitles_ = getBool( "General", "ShowSkillTitles", true, true );
skillcap_ = getNumber( "General", "SkillCap", 700, true );
Index: ChangeLog
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** ChangeLog 5 Oct 2004 13:21:21 -0000 1.95
--- ChangeLog 6 Oct 2004 00:02:37 -0000 1.96
***************
*** 28,31 ****
--- 28,33 ----
- Fixed bug #0000345.
- Python now allows effects and sounds on coords.
+ - Corrected the default season for map 2, 3 and 4.
+ - Made the spring season for the trammel map a configuration option.
Wolfpack 12.9.11 Beta (26. September 2004)
|