X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/a28b7c65e69f2dd203e58a1999e659a3652d76ef..ea353de14e91b29d36cdf5d820674b2a5ccd0a51:/gameserv/Changes diff --git a/gameserv/Changes b/gameserv/Changes index b8d0a8d..d679372 100644 --- a/gameserv/Changes +++ b/gameserv/Changes @@ -1,4 +1,16 @@ Version 1.1.9 +* Added 2 new config file directives (maxafightdistance and maxbfightdistance) + These allow you to set limits on the distance (in levels) two players + are allowed to fight with. See gameserv.example.conf for more info. - kain +* Fixed a bug in the identify command that falsly showed a player as + already being identified. - kain +* Created Monsters for level 9 - kain +* Added the beginnings of an end monster - kain +* Slightly adjust the weapon and armor bonuses to prevent a divide by zero + exception (reported by wassup). - wcampbel +* Prevent players from issuing a FIGHT against a dead player (reported + by wassup). - wcampbel +* Fixed a core in RUN if a client wasn't playing. - wcampbel * Added an option to specify the PID file in the config file. - kain Version 1.1.8 * Missing directives now are identified for config files upon startup - kain