[root]/server

| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 374 (100.0%) | 4958 (100.0%) | 13.2 | 
| ryo_saeba | 165 (44.1%) | 3404 (68.7%) | 20.6 | 
| akirschbaum | 50 (13.4%) | 824 (16.6%) | 16.4 | 
| mwedel | 132 (35.3%) | 408 (8.2%) | 3.0 | 
| qal21 | 12 (3.2%) | 141 (2.8%) | 11.7 | 
| quinet | 5 (1.3%) | 100 (2.0%) | 20.0 | 
| gros | 4 (1.1%) | 46 (0.9%) | 11.5 | 
| tchize | 2 (0.5%) | 24 (0.5%) | 12.0 | 
| anmaster | 2 (0.5%) | 8 (0.2%) | 4.0 | 
| kbulgrien | 2 (0.5%) | 3 (0.1%) | 1.5 | 
Avoid problems if the floor was already removed together with a wall.
    
1 lines of code changed in:
Merged bug fix from trunk: when building a new floor on top of an old floor,
the old one was never removed, resulting in a stack of floors in some buildable
areas.
    
7 lines of code changed in:
Fix for bug introduced when backporting.
3 lines of code changed in:
Backported fix for bug #2017790 "Cannot build talking books, listening books or
signs".  In order to miminize the code changes in the branch, only a minimal
fix was merged from trunk, without including the other improvements to the
code.
    
81 lines of code changed in:
Merged fix for bug #2009686 from trunk (party password does not work if 8
characters long)
    
7 lines of code changed in:
Fix for bug #1990016 (No message when using skills over an empty cauldron)
    
8 lines of code changed in:
Backport fix for bug #1965528 from trunk.
1 lines of code changed in:
Implement feature request #1961031: 'drop food' and 'drop flesh' buttons would be nice.
25 lines of code changed in:
Potential fix for bug #1928570: x-ray vision now needs a push start.
4 lines of code changed in:
Fix a potential underflow, forbid players to create too powerful missiles.
8 lines of code changed in:
Remove unpaid items when returning a player to his savebed for map reset or after server-specific timeout.
25 lines of code changed in:
Tentative fix for bug #1956908: bolt wc can overflow.
11 lines of code changed in:
Fix some integer overflows in experience calculations.
6 lines of code changed in:
Remove trailing whitespace.
2 lines of code changed in:
Change heading of high score command output to match the actual highscore data
by using <> instead of [] around max grace, hp, and sp.  The reason is that
when [max x] gets to a client that supports mediaTags, the text is treated
as a tag, and a log message is created about an unknown tag.
    
1 lines of code changed in:
Fix for bug 1850524 - SDL clients crash when entering boat.  Bogus scroll
values were being sent on mapscroll, but only the SDL client did anything
with the mapscroll variables, so only it saw problems.
---
server/apply.c: Store away player x and y positions so we
  can do proper comparisions.  Move update of applier values out of
  if coordinates are different, since those need to get updated in all
  cases.
MSW 2008-01-27  
    
18 lines of code changed in:
Fix buffer overflows in get_ob_diff(), dump_object(), and dump_arch().
9 lines of code changed in:
Remove trailing whitespace.
9 lines of code changed in:
Make the 'player quits the game' in the same style as entered/leave.
1 lines of code changed in:
Fix bug #1825685: 'Got no region...' when creating weather.
1 lines of code changed in:
(182 more)