Date: Wednesday September 20, 2000 @ 23:36 Author: cvs Update of /home/cvs/CVS/crossfire In directory boltzmann.eecs.berkeley.edu:/tmp/cvs-serv22876 Modified Files: README TODO Makefile.in CHANGES Log Message: README: Add crossfire.csua.berkeley.edu server. TODO: Remove entry about setable behaviour for keyrings, since that has now been done. include/patchlevel.h, Makefile.in: Update for 0.95.7 MSW 9/20/2000 **************************************** Index: crossfire/README diff -u crossfire/README:1.9 crossfire/README:1.10 --- crossfire/README:1.9 Tue Jun 27 21:23:08 2000 +++ crossfire/README Wed Sep 20 23:36:38 2000 @@ -184,6 +184,10 @@ section, since I believe they were grossly out of date. The one exception is the voldsboks.pvv.org since Frank just reported setting it up. +crossfire.csua.berkeley.edu (8-24-2000) + port: 13327 (default) + Notes: tmp maps are not recycled. + voldsboks.pvv.org (3-25-1999) port: 13327 (default) version: 0.95.2 Index: crossfire/TODO diff -u crossfire/TODO:1.2 crossfire/TODO:1.3 --- crossfire/TODO:1.2 Mon Jul 12 22:19:05 1999 +++ crossfire/TODO Wed Sep 20 23:36:38 2000 @@ -30,10 +30,6 @@ - Better handling of saved characters on potentially better maps. The save can either have been caused via disconnection or autosave. -- Add setting so player can determine if keys get used automatically from - keyrings - this should probably be a general flag (search containers) - and also include searching for money when player leaves shops and anything - else that searches the player inventory for something special. - Change code so that objects 'spill over' to other spaces if too many get piled in one space. - More/better maps. Add more quest maps or maps to take advantage of Index: crossfire/Makefile.in diff -u crossfire/Makefile.in:1.7 crossfire/Makefile.in:1.8 --- crossfire/Makefile.in:1.7 Tue Jun 20 22:03:46 2000 +++ crossfire/Makefile.in Wed Sep 20 23:36:38 2000 @@ -73,7 +73,7 @@ XX_EXTRA_CFLAGS = $(EXTRA_CFLAGS) -VERSION = crossfire-0.95.6 +VERSION = crossfire-0.95.7 ARCHIVE = /tmp/$(VERSION) Index: crossfire/CHANGES diff -u crossfire/CHANGES:1.123 crossfire/CHANGES:1.124 --- crossfire/CHANGES:1.123 Thu Aug 24 23:23:28 2000 +++ crossfire/CHANGES Wed Sep 20 23:36:38 2000 @@ -17,6 +17,14 @@ else. With this, include the file(s) that you changed. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +------------------------------------------------------------------------------ +Changes for 0.95.7: + +README: Add crossfire.csua.berkeley.edu server. +TODO: Remove entry about setable behaviour for keyrings, since that has now +been done. +include/patchlevel.h, Makefile.in: Update for 0.95.7 MSW 9/20/2000 + common/living.c, server/skill_util.c: Patches by Garth Denley: Fixes divide by zero crash, sets up perm exp when a new player is loaded, seperates permanent exp code/calculations into another function.