Remove useless 'start_holding' field.
5 lines of code changed in 3 files:
Remove unused 'tooltype' field.
5 lines of code changed in 3 files:
Fix for bug #1693250: loader.c isn't correctly generated.
5 lines of code changed in 2 files:
Fix file handle leaks in save_player() and check_login().
5 lines of code changed in 2 files:
Don't remove inventory if player save fails. Warn online DMs.
18 lines of code changed in 2 files:
Fix for bug #1815251: Multiple 'the' displayed in party who.
95 lines of code changed in 5 files:
common/map.c: Add misisng call to unlink() empty unique maps.  Fixes bug
  1799361 - Permadeath corpse reproduction.  Bug is more general - any unique
  object could be duplicated, so long as it was the only unique object on
  the map.
MSW 2007-10-03
    
12 lines of code changed in 2 files:
server/pets.c: Add missing call to get_map_from_coord() - summoned big
  creatures on tiled maps end up having incorrect map/coordinate data set,
  resulting in crash.  Fixes bug 1800719
MSW 2007-10-02
    
6 lines of code changed in 2 files:
server/c_object.c:  Add call to fix_object() in pick_up_ob() - this causes
  player weight & speed to be recalculated - fixes bug 1799411 where this
  wasn't happening.
MSW 2007-10-01
    
15 lines of code changed in 2 files: