]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Changes
Bugfix relating to player fights (in Changes file) and fixed the run script.
[irc/gameservirc.git] / gameserv / Changes
index 768bebe11c9dbd1d362991cc645c03df2c2c4e09..f0c2bd51bea7d5339aef98994e30290ad1ae867d 100644 (file)
@@ -1,4 +1,25 @@
 Version 1.1.6
+* Fixed a bug that allowed a player already in a fight to be challenged
+    by another player. The other player was then locked into the fight
+    with no way out.
+* Added a use command that allows a player to use items in their inventory.
+    Currently the only items are health, strength, and defense potions.
+    Command may be used in battle, but it costs you your turn.
+* Changed the stats command so that it takes the player name as
+    the stats request. You type /msg GameServ stats nick still, but
+    nick no longer has to be on IRC. You use the player name instead of
+    the IRC Nickname.
+* Added a new hybrid patch to the contrib dir. (Thank you wcampbel)
+* Fixed a problem in the display_help() function that could cause a bus
+    error. The problem was with changing literal text when passed to the
+    function as a filename. The function now copies the data as a local
+    variable and modifies that. (Thank you wcampbel)
+* Fixed a bug that allowed a player to be registered twice if the player
+    was not online. (Thank you wcampbel)
+* Added an inventory command which allows players to view how many
+    potions they are storing.
+* Added a tavern command which allows players to buy potions and store
+    them in their inventory for later use.
 * Made some cosmetic changes to this file.
 * Added an inventory class Pouch which allows players to carry around
     things such as potions and such.