Directory common/

Total Files:
30
Deleted Files:
1
Lines of Code:
12687

[root]/common

Lines of Code

common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 164 (100.0%) 2491 (100.0%) 15.1
akirschbaum 28 (17.1%) 1467 (58.9%) 52.3
mwedel 65 (39.6%) 784 (31.5%) 12.0
ryo_saeba 35 (21.3%) 105 (4.2%) 3.0
qal21 31 (18.9%) 99 (4.0%) 3.1
kbulgrien 3 (1.8%) 21 (0.8%) 7.0
tchize 2 (1.2%) 15 (0.6%) 7.5

Most Recent Commits

ryo_saeba 2008-05-09 08:20

Fix bug #1871476:] client script 'watch stats' error.

4 lines of code changed in:

  • common: script.c (+3 -2), script.h (+1 -1)
kbulgrien 2008-01-24 22:53

Bring in relevant changes from trunk revision 7108.
Added to svn:ignore: config.log Makefile autom4te.cache
Bring in relevant changes from trunk revision 7104.
macros/curses.m4, macros/gnome-print-check.m4, macros/linger.m4,
macros/sdl.m4, macros/gtk.m4, macros/gnome-gettext.m4,
macros/need-declaration.m4: m4 file updates were made to fix a configure
script crash and to remove aclocal warnings.
pixmaps/Makefile.in, Makefile.in, gtk/Makefile.in, common/Makefile.in,
help/Makefile.in, utils/Makefile.in, x11/Makefile.in, gtk-v2/Makefile.in,
gtk-v2/src/Makefile.in, sound-src/Makefile.in, aclocal.m4 : Result from
new and updated m4 files.
autogen.sh: Point aclocal at macros so that undefined macros do not crash
./configure.

2 lines of code changed in:

  • common: Makefile.in (+2 -1)
kbulgrien 2008-01-24 20:56

Move down from trunk mwedel's "If servername is (null), don't both trying
to connect - this happens when the NULL value is saved out on some systems.

12 lines of code changed in:

  • common: client.c (+12)
kbulgrien 2008-01-05 15:13

Rename client '.crossfire/crossfire-images/' to '.crossfire/image-cache/' to
make backups avoid backing it up with a generic exclude like "*/*cache*/*"
that works for many other packages that employ caching. Included on branch
to avoid having two separate caches if running both versions of clients for
testing.

7 lines of code changed in:

  • common: image.c (+7 -7)
ryo_saeba 2008-01-03 06:47

Fix include order.

1 lines of code changed in:

  • common: metaserver.c (+1 -1)
ryo_saeba 2008-01-03 06:43

Win32 compilation fixes.

0 lines of code changed in:

  • common: client.c (-4), commands.c (-3), item.c (-3), metaserver.c (-2), newsocket.c (-3), p_cmd.c (-3), player.c (-3), script.c (-2)
ryo_saeba 2007-12-01 06:34

Fix for bug #1825653: Odd number problem with nrof.

1 lines of code changed in:

  • common: item.c (+1 -1)
tchize 2007-11-20 15:44

Backport fix for [ 1815465 ] Too many messages on stderr causes client hang

15 lines of code changed in:

  • common: client.h (+14 -1), misc.c (+1)
mwedel 2007-09-14 02:12

Improve metaserver handling some - in particular, if server is listed
on both metaserver 1 & 2, listed it only once. Also, for gtk2 client,
fix handling of not showing cached entries if they are listed on the
metaserver. Add filtering of protocol versions, so we only show player
compatible servers.
--
common/metaserver.c: Add check_server_version() to do version checking.
Add checks to find duplicate server entries.
gtk-v2/src/metaserver.c: Move retrieval of data from metaserver before
adding cached entries to table - otherwise, can not detect duplicates.
Add check to proper version information.
MSW 2007-09-13

54 lines of code changed in:

  • common: metaserver.c (+54 -6)
mwedel 2007-09-01 00:51

Make metaserver1 gather it's data in its own thread. Brought back from trunk
common/metaserver.c: Add ms1_is_running flag, re-work some of the metaserver1
logic so the function structure makes it easy to spawn the thread,
rename metaserver2_check_status() to just metaserver_check_status()
gtk-v2/src/metaserver.c: Change call to metaserver_check_status(), resort
data after getting all info from sever.
MSW 2007-08-31

Add support for metaserver2 in client. For the X11/C clients, they use basic
interface (drawn in text window, select a number), so no changes to the GUI
portions of those clients was done - gtk2 uses window, so some extra work
there. Brought back from trunk
--
*/Makefile.in: rebuilt
acinclude.m4: New file - added for LIBCURL_CHECK_CONFIG macro support.
aclocal.m4: Rebuilt
configure: Add --disable-metaserver2 option, check for Curl, pthread. Make
sure user either has curl installed or has used --disable-metaserver2
configure, */Makefile.in: Rebuilt with Curl support
common/cconfig.h: Add note about METASERVER2 (controlled via configure)
common/client.c: Add metaserver2 global
common/client.h: Add metaserver2 global
common/config.h.in: Rebuilt by autoheader.
common/init.c: Add call to init_metaserver()
common/metaserver.c: Support for metaserver2. More fields in Meta_Info.
Re-arrange file a little so logical functions are together.
common/metaserver.h: New fields in Meta_Info, some renamed to keep
it consistent accross all of metaserver2.
common/proto.h: rebuilt
gtk-v2/src/metaserver.c: Add support for threaded metaserver2 retrievals -
need to make sure data is accessed in thread safe way, also need to
add check for status of retrieval thread.
MSW 2007-08-31

681 lines of code changed in:

  • common: Makefile.in (+9 -11), cconfig.h (+3), client.c (+1 -1), client.h (+1 -1), config.h.in (+71 -2), init.c (+1 -1), metaserver.c (+549 -97), metaserver.h (+38 -9), proto.h (+8 -1)
ryo_saeba 2007-08-15 05:23

Partial fix for bug #1772759: Too much alchemy causes client crash.

3 lines of code changed in:

  • common: item.c (+3)
akirschbaum 2007-06-27 13:57

Remove trailing whitespace.

110 lines of code changed in:

  • common: Makefile.am (+2 -2), client-types.h (+1 -1), client.c (+1 -3), client.h (+2 -2), image.c (+15 -16), init.c (+4 -4), item.h (+2 -2), items.pl (changed), mapdata.c (+3 -3), misc.c (+1 -1), newclient.h (+10 -10), newsocket.c (+2 -2), p_cmd.c (+48 -48), p_cmd.h (+5 -7), player.c (+5 -5), script.c (+9 -9)
ryo_saeba 2007-06-23 13:40

Merge cleaning changes from trunk: map1, map1a removal, item, face, ...

16 lines of code changed in:

  • common: client.c (+2 -9), client.h (+1 -1), commands.c (+13 -104), image.c (-62), item.c (-4), mapdata.c (-69), mapdata.h (-6), misc.c (-15), p_cmd.c (-6), proto.h (-10)
ryo_saeba 2007-06-02 05:09

Remove obsolete mapredraw command (empty on server-side).

0 lines of code changed in:

  • common: p_cmd.c (-11)
ryo_saeba 2007-05-16 17:32

Apply patch #1720388: data len in client.c is calculated wrong courtesy Jürgen Kahnert.

5 lines of code changed in:

  • common: client.c (+5 -3)
ryo_saeba 2007-04-23 15:41

Implement feature request #1560389: improve inscription logic.

34 lines of code changed in:

  • common: client.c (+3), client.h (+2), commands.c (+5), item.c (+22), item.h (+1), proto.h (+1)
akirschbaum 2007-04-16 15:01

Rebuilt auto-generated files.

114 lines of code changed in:

  • common: Makefile.in (+15 -7), config.h.in (+99 -63)
akirschbaum 2007-04-16 13:01

Rewrite commands to build svnversion.h to not generate an error message the first time they are run.

4 lines of code changed in:

  • common: Makefile.am (+4 -2)
akirschbaum 2007-04-16 12:41

Use #include <config.h> instead #include "config.h" to support multiple configurations outside the source directory.

2 lines of code changed in:

  • common: client-types.h (+1 -1), image.c (+1 -1)
akirschbaum 2007-04-16 12:28

Rename DATADIR to CF_DATADIR to avoid name clashes when cross-compiling to Win32.

2 lines of code changed in:

  • common: config.h.in (new), image.c (+2 -2)

(16 more)

Generated by StatSVN 0.3.1