First version of a Darcap handling plugin.
1260 lines of code changed in 7 files:
Correctly make monster face its direction when using move_to.
7 lines of code changed in 2 files:
Fix monster_compute_path.
14 lines of code changed in 2 files:
Pass an empty string rather than NULL to command_function if no parameters are given.
104 lines of code changed in 14 files:
Remove redundant check.
1 lines of code changed in 1 file:
Remove unused variable.
1 lines of code changed in 1 file:
Fix unsafe type cast.
60 lines of code changed in 3 files:
server/c_misc.c: Fix overflow in showing how much time character has been
played - use 64 bit interim values.
MSW 2009-12-12
11 lines of code changed in 2 files:
Prevent DMs from using 'quit', else they aren't actually deleted.
28 lines of code changed in 3 files:
Try to fix disappearing dragon abilities when converting to a god.
36 lines of code changed in 3 files:
Track how many ticks the character has been played. Piece of information
tracking easy to add in. Output is shown in the statistics command.
MSW 2009-12-07
44 lines of code changed in 6 files:
Send the pickup also when 0.
2 lines of code changed in 1 file:
Update want_pickup documentation.
6 lines of code changed in 1 file:
Send 'pickup' update to clients requesting it when the player uses the 'pickup' command directly.
6 lines of code changed in 2 files:
Honore NO_PICK flag even if generated book is empty.
8 lines of code changed in 2 files:
test/unit/common/check_time.c: Remove apparent debugging output which doesn't
really belong.
MSW 2009-12-01
4 lines of code changed in 2 files: