[root]/server/trunk/types/savebed
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 168 (100.0%) | 9.8 |
qal21 | 1 (5.9%) | 97 (57.7%) | 97.0 |
partmedia | 3 (17.6%) | 34 (20.2%) | 11.3 |
akirschbaum | 5 (29.4%) | 19 (11.3%) | 3.8 |
mwedel | 1 (5.9%) | 11 (6.5%) | 11.0 |
kbulgrien | 3 (17.6%) | 3 (1.8%) | 1.0 |
quinet | 1 (5.9%) | 2 (1.2%) | 2.0 |
ryo_saeba | 1 (5.9%) | 1 (0.6%) | 1.0 |
anmaster | 2 (11.8%) | 1 (0.6%) | 0.5 |
Extract event handling to common library.
1 lines of code changed in 1 file:
Clean up standard C headers.
3 lines of code changed in 1 file:
Adjust savebed message.
29 lines of code changed in 1 file:
Fix several unsafe uses of strcpy(3).
2 lines of code changed in 1 file:
- Remove unused "oldmessage" parameter from draw_ext_info(),
draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
ext_info_map_except2() functions and calls.
1 lines of code changed in 1 file:
Add some minimal new character support. Work in progress, but added code
that at least hands off the username/password to server.
---
doc/Developers/protocol: Add some docs on createplayer protocol command.
include/sockproto.h, include/sproto.h: Update with new functions.
server/login.c: Add code to update account for new characters.
server/player.c: Make set_first_map() non static. Change add_player()
to take second argument and return the newly created player object.
Fix roll_again() output to use <> instead of [], since later are
markup commands.
socket/loop.c: Add callback for createplayer protocol command.
socket/request.c: Add create_player_cmd(). Update add_player to take
second argument.
types/savebed/savebed.c: Add warning message and prevent player from
saving if they have 0 exp and the character won't be saved.
Otherwise, it seems to work but does nothing.
---
MSW 2010-04-07
11 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Properly leave the party when the client connection breaks or when the character logs out.
1 lines of code changed in 1 file:
Rename function names.
2 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
2 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
13 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
2 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
.cvsignore files fixed in types subdirectories and svn:ignore re-set.
1 lines of code changed in 1 file:
.cvsignore files created in types subdirectories and svn:ignore set.
1 lines of code changed in 1 file:
Refactor savebed code
97 lines of code changed in 1 file: