[root]/server/branches/1.x/server
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 448 (100.0%) | 5883 (100.0%) | 13.1 |
ryo_saeba | 168 (37.5%) | 3484 (59.2%) | 20.7 |
akirschbaum | 76 (17.0%) | 1650 (28.0%) | 21.7 |
mwedel | 132 (29.5%) | 412 (7.0%) | 3.1 |
qal21 | 12 (2.7%) | 141 (2.4%) | 11.7 |
quinet | 6 (1.3%) | 114 (1.9%) | 19.0 |
gros | 4 (0.9%) | 46 (0.8%) | 11.5 |
tchize | 2 (0.4%) | 24 (0.4%) | 12.0 |
anmaster | 2 (0.4%) | 8 (0.1%) | 4.0 |
kbulgrien | 3 (0.7%) | 4 (0.1%) | 1.3 |
lalo | 43 (9.6%) | 0 (0.0%) | 0.0 |
preparing for 1.12 release
0 lines of code changed in 43 files:
Fix typo in comment.
1 lines of code changed in 1 file:
Remove trailing whitespace.
826 lines of code changed in 26 files:
Tentative fix for bug #1982043: Ruggilli immolation.
2 lines of code changed in 1 file:
Tentative fix for bug #2094038: Monk Confusion...
4 lines of code changed in 1 file:
Fix for bug #2081472: short int encoding for food value in payment altars.
74 lines of code changed in 1 file:
Backport from trunk: Inform other party members when a player leaves a
party by joining or creating another party, not only when the player uses
"party leave".
14 lines of code changed in 1 file:
Avoid problems if the floor was already removed together with a wall.
1 lines of code changed in 1 file:
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 1 file:
Fix for bug introduced when backporting.
3 lines of code changed in 1 file:
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 1 file:
Merged fix for bug #2009686 from trunk (party password does not work if 8
characters long)
7 lines of code changed in 1 file:
Fix for bug #1990016 (No message when using skills over an empty cauldron)
8 lines of code changed in 1 file:
Backport fix for bug #1965528 from trunk.
1 lines of code changed in 1 file:
Implement feature request #1961031: 'drop food' and 'drop flesh' buttons would be nice.
25 lines of code changed in 1 file:
Potential fix for bug #1928570: x-ray vision now needs a push start.
4 lines of code changed in 1 file:
Fix a potential underflow, forbid players to create too powerful missiles.
8 lines of code changed in 1 file:
Remove unpaid items when returning a player to his savebed for map reset or after server-specific timeout.
25 lines of code changed in 2 files:
Tentative fix for bug #1956908: bolt wc can overflow.
11 lines of code changed in 1 file:
Fix some integer overflows in experience calculations.
6 lines of code changed in 2 files:
Remove trailing whitespace.
2 lines of code changed in 1 file:
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 1 file:
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 1 file:
Fix buffer overflows in get_ob_diff(), dump_object(), and dump_arch().
9 lines of code changed in 1 file:
Remove trailing whitespace.
9 lines of code changed in 1 file:
Make the 'player quits the game' in the same style as entered/leave.
1 lines of code changed in 1 file:
Fix bug #1825685: 'Got no region...' when creating weather.
1 lines of code changed in 1 file:
Fix some nrof issues when many items. Always return real money value.
57 lines of code changed in 3 files:
Fix bug #1827100: Curse dection not working or problem with containers ?
11 lines of code changed in 2 files:
Fix bug #1833943: Buffer overflow in item power calculation.
7 lines of code changed in 2 files:
Backport of probable fix for [ 1835332 ]. At least, now, the experiences for
throwing object is rewarded to a skill.
20 lines of code changed in 1 file:
Fix typos.
6 lines of code changed in 6 files:
Backport fix for [ 1825589 ] Cheat bug with containers
4 lines of code changed in 1 file:
Display information for weather even if turned off.
8 lines of code changed in 1 file:
Remove trailing whitespace.
101 lines of code changed in 1 file:
Add missing break statement.
1 lines of code changed in 1 file:
Whitespace change.
2 lines of code changed in 1 file:
Remove trailing whitespace.
42 lines of code changed in 1 file:
Fix for bug #1815251: Multiple 'the' displayed in party who.
89 lines of code changed in 3 files:
Clean up the code a little bit - no function change.
MSW 2007-10-02
1 lines of code changed in 1 file:
(169 more)