[root]/server/branches/1.12/server
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 102 (100.0%) | 12557 (100.0%) | 123.1 |
lalo | 87 (85.3%) | 12294 (97.9%) | 141.3 |
mwedel | 4 (3.9%) | 132 (1.1%) | 33.0 |
ryo_saeba | 3 (2.9%) | 77 (0.6%) | 25.6 |
meflin2 | 1 (1.0%) | 42 (0.3%) | 42.0 |
akirschbaum | 7 (6.9%) | 12 (0.1%) | 1.7 |
Fix oratory skill to add experience gained by pets into oratory.
1 lines of code changed in 1 file:
Fix Lythander's pipe not having spell it should.
13 lines of code changed in 1 file:
Extend 'reset' to enable to reset unique player maps and unique squares in maps. Backport from trunk.
42 lines of code changed in 1 file:
Tentative fix for bug #2020224: buggy(?) crafting yields. Backport from trunk.
22 lines of code changed in 1 file:
backport r11803 god enchant bug fix
42 lines of code changed in 1 file:
Fix crash when a thrown object breaks while being picked up.
2 lines of code changed in 1 file:
Remove trailing whitespace.
3 lines of code changed in 1 file:
Add command parameter validation.
2 lines of code changed in 1 file:
Add command parameter validation as reported by Alex Tokar.
1 lines of code changed in 1 file:
Fix for bug 2281692 - CFDialog conversation NPC answer precedes PC speech.
server/monster.c: ext_info_map() wasn't called until after the event logic.
Instead, for players, we can draw it immediately - we only need to perhaps do
something special for monsters. In this way, conversation is in the correct
order.
MSW 2009-04-14
24 lines of code changed in 1 file:
Fix for bug 2602566 - Players can nest containers. pick_up() has largely
same functionality, but lots of changes to remove the series of gotos and
generally just clean it up.
server/c_object.c: Clean up function pick_up(). Modify put_object_in_sack()
to not allow containers to be put in containers.
MSW 2009-04-07
102 lines of code changed in 1 file:
merge from trunk
12294 lines of code changed in 73 files:
server/spell_util.c: Put cap on level used for cast_magic_storm() in
prayer_failure() - otherwise, spell can hang the server as it
gets cast at super high level.
MSW 2009-02-04
6 lines of code changed in 2 files:
Fix possible buffer overflow when initializing plugins.
3 lines of code changed in 2 files:
reverted r8194 -- mwedel's combat rebalance.
Not a change that I'm happy about, but we agreed we shouldn't release this until
the corresponding spell rebalance is done.
Some changes from r8194 are kept though, notably the new D exp_table.
0 lines of code changed in 14 files: