Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 1232 (100.0%) | 42.4 |
kbulgrien | 8 (27.6%) | 1111 (90.2%) | 138.8 |
mwedel | 4 (13.8%) | 36 (2.9%) | 9.0 |
silvernexus | 2 (6.9%) | 27 (2.2%) | 13.5 |
ryo_saeba | 8 (27.6%) | 20 (1.6%) | 2.5 |
cavesomething | 1 (3.4%) | 14 (1.1%) | 14.0 |
akirschbaum | 3 (10.3%) | 14 (1.1%) | 4.6 |
partmedia | 3 (10.3%) | 10 (0.8%) | 3.3 |
Allow for any strings sent through draw_ext_info() or draw_ext_info_format() to be translatable.
26 lines of code changed in 1 file:
Determine and inform client when a book has been read for experience.
1 lines of code changed in 1 file:
Move sound types to shared header
7 lines of code changed in 1 file:
Remove copyright label from header files.
According to the FSF copyright does not apply to header files. This is
also a convention used by the Apache Software Foundation.
0 lines of code changed in 1 file:
Update README after removal of svn:externals.
3 lines of code changed in 1 file:
Remove unused flags.
0 lines of code changed in 1 file:
Remove obsolete values.
0 lines of code changed in 1 file:
Send golem's hp and maxhp as part of statistics, so client can display that.
2 lines of code changed in 1 file:
New definitions for starting map information.
MSW 2010-10-20
7 lines of code changed in 1 file:
- Change the server SockList buffer to use MAXSOCKBUF for its size (also used
by the client). The prior literal specified one too many bytes allowed by
a two byte size, and even though it was practically okay, it was confusing
or distracting to see the server allocate a bigger buffer than the client.
7 lines of code changed in 1 file:
- Remove unreferenced defines MAXSOCKRECVBUF and MAXSOCKSENDBUF.
0 lines of code changed in 1 file:
- Improve doxygen @defgroup titles and create groups for other constant sets
even though they are not presently documented.
35 lines of code changed in 1 file:
- Mass conversion of comments to doxygen style. No value changes. Improve
comments for some items to clarify server/client specific values, etc.
419 lines of code changed in 1 file:
Change the flag to mean 'not identified' so on branch and old servers items don't appear unidentified.
1 lines of code changed in 1 file:
Add new client-server item flag for 'identified' status.
1 lines of code changed in 1 file:
Remove unused F_ value.
0 lines of code changed in 1 file:
Add ability to send face number (instead of name) - add new definition
to newclient.h, update protocol doc. First commit is so shared newclient.h
file can get used.
Files affected: include/shared/newclient.h doc/Developers/protocol
MSW 2010-04-24
8 lines of code changed in 1 file:
Add more extended statistics information: applied stats. These allow clients to distinguish between depleted stats and stat changes due to gear or skills.
7 lines of code changed in 1 file:
Commit some changes for values used in new login - this is
used in the accountplayers protocol command, but is committed
right now so my client svn:externals will pick it up.
MSW 2010-04-01
13 lines of code changed in 1 file:
- Fix the instructions to match the current situation. The propedit is in
the client area, not the server folder.
9 lines of code changed in 1 file:
- Rename the confusing MSG_TYPE_DIALOG_MAGIC_MOUTH to
MSG_TYPE_DIALOG_MAGIC_EAR since only magic ears are MSG_TYPE_DIALOG.
- Add a new MSG_TYPE_SIGN subtype of MSG_TYPE_SIGN_MAGIC_MOUTH since magic
mouths are distinctly different from all other signs, and this might mean
a client might want to handle their messages uniquely.
4 lines of code changed in 1 file:
Replace the numbers used in the map2 command handling with some #defines.
14 lines of code changed in 1 file:
Explain how to actually fix svn:externals.
2 lines of code changed in 1 file:
Add extended statistics informations: race stats, natural stats.
14 lines of code changed in 1 file:
General cleanup related to protocol and documentation. Make many setup
options that have been around for a while standard.
MSW 2010-01-19
--
doc/Developers/protocol: Clean this up - remove obsolete commands,
document protocol commands consistently, stating what type
of data the different commands expect. Update for new account
based protocol commands (not yet implemented)
include/shared/newclient.h: Formatting fixes, add MSG_TYPE_ADMIN_ERROR
include/newserver.h: Remove fields from socket structure which are now
considered standard.
include/sockproto.h: Add print_ext_msg()
socket/image.c: Remove code that handles setfacemode
socket/info.c: Always use drawextinfo
socket/init.c: remove initializations for what are now standard options.
socket/loop.c: Remove setfacemode, setsound, toggleextendedinfos,
toggleextendedtext protocol commands.
socket/request.c: Remove obsolete setup options. Put options that
should be removed (but clients are using them as version tests) to
end of routine. Remove toggle_extended_infos_cmd() - now default.
Remove toggle_extended_text_cmd() - server now uses drawextinfo
exclusively. Remove set_sound_cmd(). Update map_newmap_cmd()
to assume client supports newmap command.
--
8 lines of code changed in 1 file:
Whitespace changes.
5 lines of code changed in 1 file:
Fix comments.
2 lines of code changed in 1 file:
- Add a server/trunk/include/shared directory able to be referenced as an SVN
external resource in the client source tree.
- Move client/trunk/common/shared/newclient.h control to the newly added
include/shared directory in the server.
- Add a README file to the new shared directory with a brief note documenting
the new maintenance procedures for the newclient.h file.
637 lines of code changed in 2 files: