[root]/server/branches/1.x
common
(0 files, 0 lines)
crossedit
(0 files, 0 lines)
Cnv
(0 files, 0 lines)
bitmaps
(0 files, 0 lines)
doc
(0 files, 0 lines)
include
(0 files, 0 lines)
devel
(0 files, 0 lines)
doc
(0 files, 0 lines)
Developers
(0 files, 0 lines)
playbook-html
(0 files, 0 lines)
playbook
(0 files, 0 lines)
scripts
(0 files, 0 lines)
spell-docs
(0 files, 0 lines)
spoiler-html
(0 files, 0 lines)
spoiler
(0 files, 0 lines)
include
(0 files, 0 lines)
lib
(0 files, 0 lines)
adm
(0 files, 0 lines)
help
(0 files, 0 lines)
make_win32
(0 files, 0 lines)
plugin_python
(0 files, 0 lines)
plugins
(0 files, 0 lines)
cfanim
(0 files, 0 lines)
include
(0 files, 0 lines)
cfpython
(0 files, 0 lines)
include
(0 files, 0 lines)
common
(0 files, 0 lines)
include
(0 files, 0 lines)
template
(0 files, 0 lines)
include
(0 files, 0 lines)
random_maps
(0 files, 0 lines)
server
(0 files, 0 lines)
socket
(0 files, 0 lines)
test
(0 files, 0 lines)
include
(0 files, 0 lines)
templates
(0 files, 0 lines)
toolkit
(0 files, 0 lines)
unit
(0 files, 0 lines)
common
(0 files, 0 lines)
crossedit
(0 files, 0 lines)
random_maps
(0 files, 0 lines)
server
(0 files, 0 lines)
socket
(0 files, 0 lines)
utils
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 334 (100.0%) | 18879 (100.0%) | 56.5 |
mwedel | 62 (18.6%) | 15375 (81.4%) | 247.9 |
ryo_saeba | 174 (52.1%) | 1917 (10.2%) | 11.0 |
gros | 11 (3.3%) | 1021 (5.4%) | 92.8 |
akirschbaum | 41 (12.3%) | 401 (2.1%) | 9.7 |
qal21 | 16 (4.8%) | 58 (0.3%) | 3.6 |
quinet | 8 (2.4%) | 42 (0.2%) | 5.2 |
rjtanner | 3 (0.9%) | 30 (0.2%) | 10.0 |
kbulgrien | 7 (2.1%) | 26 (0.1%) | 3.7 |
anmaster | 2 (0.6%) | 9 (0.0%) | 4.5 |
lalo | 10 (3.0%) | 0 (0.0%) | 0.0 |
preparing for 1.12 release
0 lines of code changed in 10 files:
Properly check "setup darkness" settings.
2 lines of code changed in 1 file:
Properly check "setup spellmon" settings.
1 lines of code changed in 1 file:
Properly check "setup sound" settings; document allowed values.
2 lines of code changed in 1 file:
Properly check input read from client socket.
3 lines of code changed in 1 file:
Tentative fix for bug #1982043: Ruggilli immolation.
4 lines of code changed in 1 file:
Tentative fix for bug #2094038: Monk Confusion...
5 lines of code changed in 1 file:
Fix for bug #2081472: short int encoding for food value in payment altars.
1003 lines of code changed in 4 files:
Add new setup option "num_look_objects".
11 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".
6 lines of code changed in 1 file:
Avoid problems if the floor was already removed together with a wall.
4 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.
6 lines of code changed in 1 file:
Backported from trunk: fix for bug #2028541: Any object using a non-default
move_slow_penalty was always saved with the value 0 because the code was
using FAST_SAVE_LONG instead of FAST_SAVE_DOUBLE for a floating-point value.
6 lines of code changed in 1 file:
Fix for bug introduced when backporting.
4 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.
8 lines of code changed in 1 file:
Merged fix for bug #2009686 from trunk (party password does not work if 8
characters long)
5 lines of code changed in 1 file:
Merged fix for bug #2009802 from trunk (alchemy experience not stored correctly).
4 lines of code changed in 1 file:
Fix for bug #1990016 (No message when using skills over an empty cauldron)
4 lines of code changed in 1 file:
Backport fix for bug #1965528 from trunk.
4 lines of code changed in 1 file:
Implement feature request #1961031: 'drop food' and 'drop flesh' buttons would be nice.
5 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.
4 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.
13 lines of code changed in 1 file:
Better and more logical fix for bug #1936178: Trying to remove removed object causes server crash.
4 lines of code changed in 1 file:
Fix artifact reading to (kind of) trim strings. Fix add missing artifacts to fix alchemy warning.
6 lines of code changed in 1 file:
Tentative fix for bug #1936178: Trying to remove removed object causes server crash.
4 lines of code changed in 1 file:
Tentative fix for bug #1956908: bolt wc can overflow.
4 lines of code changed in 1 file:
Fix bug #1929084: Wrong artifact stats on forged items.
6 lines of code changed in 1 file:
Backport removal of autohooks to the 1.x branch, due to some crashes in 1.x being related to the broken autohooks.
7 lines of code changed in 1 file:
Fix protocol issues regarding sent items: do not send invisible items.
4 lines of code changed in 1 file:
Fix protocol issues regarding face caching.
4 lines of code changed in 1 file:
Implement strerror_local() for systems not having strerror_r().
4 lines of code changed in 1 file:
Fix some integer overflows in experience calculations.
9 lines of code changed in 1 file:
Remove to eliminate autoconf complaints that configure.ac and configure.in
exist.
5 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.
7 lines of code changed in 1 file:
Add stringbuffer_finish_shared().
2 lines of code changed in 1 file:
Add stringbuffer_append_stringbuffer().
1 lines of code changed in 1 file:
Add printf() like variant to StringBuffer module.
5 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Fix for bug #1882265: Server failure when all exp_table entries commented out.
3 lines of code changed in 1 file:
(255 more)