Directory server/trunk/include/shared/

Directory Created:
2009-05-09 10:46
Total Files:
2
Deleted Files:
0
Lines of Code:
677

[root]/server/trunk/include/shared

Lines of Code

server/trunk/include/shared/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 1205 (100.0%) 44.6
kbulgrien 8 (29.6%) 1111 (92.2%) 138.8
mwedel 4 (14.8%) 36 (3.0%) 9.0
ryo_saeba 8 (29.6%) 20 (1.7%) 2.5
cavesomething 1 (3.7%) 14 (1.2%) 14.0
akirschbaum 3 (11.1%) 14 (1.2%) 4.6
partmedia 3 (11.1%) 10 (0.8%) 3.3

Most Recent Commits

partmedia 2017-07-24 12:26 Rev.: 20440

Move sound types to shared header

7 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+7 -4)
partmedia 2014-04-04 15:36 Rev.: 19298

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:

  • server/trunk/include/shared: newclient.h (-28)
partmedia 2013-11-10 13:26 Rev.: 19113

Update README after removal of svn:externals.

3 lines of code changed in 1 file:

  • server/trunk/include/shared: README (+3 -30)
ryo_saeba 2012-06-03 09:13 Rev.: 18190

Remove unused flags.

0 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (-6)
ryo_saeba 2011-07-14 08:39 Rev.: 14845

Remove obsolete values.

0 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (-17)
ryo_saeba 2011-06-12 09:46 Rev.: 14547

Send golem's hp and maxhp as part of statistics, so client can display that.

2 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+2)
mwedel 2010-10-21 01:16 Rev.: 14013

New definitions for starting map information.
MSW 2010-10-20

7 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+7)
kbulgrien 2010-10-01 06:39 Rev.: 13953

- 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:

  • server/trunk/include/shared: newclient.h (+7 -7)
kbulgrien 2010-09-30 22:00 Rev.: 13951

- Remove unreferenced defines MAXSOCKRECVBUF and MAXSOCKSENDBUF.

0 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (-14)
kbulgrien 2010-09-28 22:02 Rev.: 13933

- 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:

  • server/trunk/include/shared: newclient.h (+35 -14)
kbulgrien 2010-09-28 00:13 Rev.: 13931

- 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:

  • server/trunk/include/shared: newclient.h (+419 -378)
ryo_saeba 2010-09-26 12:49 Rev.: 13909

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:

  • server/trunk/include/shared: newclient.h (+1 -1)
ryo_saeba 2010-09-26 12:40 Rev.: 13906

Add new client-server item flag for 'identified' status.

1 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+1)
ryo_saeba 2010-09-26 12:32 Rev.: 13905

Remove unused F_ value.

0 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (-1)
mwedel 2010-04-25 01:24 Rev.: 12948

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:

  • server/trunk/include/shared: newclient.h (+8 -7)
akirschbaum 2010-04-03 13:06 Rev.: 12801

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:

  • server/trunk/include/shared: newclient.h (+7)
mwedel 2010-04-02 01:47 Rev.: 12781

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:

  • server/trunk/include/shared: newclient.h (+13)
kbulgrien 2010-03-30 22:32 Rev.: 12771

- 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:

  • server/trunk/include/shared: README (+9 -3)
kbulgrien 2010-03-30 22:20 Rev.: 12770

- 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:

  • server/trunk/include/shared: newclient.h (+4 -3)
cavesomething 2010-03-27 20:44 Rev.: 12741

Replace the numbers used in the map2 command handling with some #defines.

14 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+14)
ryo_saeba 2010-03-20 16:28 Rev.: 12685

Explain how to actually fix svn:externals.

2 lines of code changed in 1 file:

  • server/trunk/include/shared: README (+2)
ryo_saeba 2010-03-20 15:26 Rev.: 12682

Add extended statistics informations: race stats, natural stats.

14 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+14)
mwedel 2010-01-20 02:46 Rev.: 12355

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:

  • server/trunk/include/shared: newclient.h (+8 -8)
akirschbaum 2009-06-08 11:54 Rev.: 11774

Whitespace changes.

5 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+5 -5)
akirschbaum 2009-06-07 11:35 Rev.: 11761

Fix comments.

2 lines of code changed in 1 file:

  • server/trunk/include/shared: newclient.h (+2 -2)
kbulgrien 2009-05-09 10:46 Rev.: 11676

- 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:

  • server/trunk/include/shared: README (new 24), newclient.h (new 613)
Generated by StatSVN 0.7.0