Directory client/branches/1.x/common/

Directory Deleted:
2009-01-17 15:02
Total Files:
0
Deleted Files:
31
Lines of Code:
0

[root]/client/branches/1.x/common

Lines of Code

client/branches/1.x/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 194 (100.0%) 2559 (100.0%) 13.1
akirschbaum 28 (14.4%) 1470 (57.4%) 52.5
mwedel 65 (33.5%) 810 (31.7%) 12.4
qal21 30 (15.5%) 138 (5.4%) 4.6
ryo_saeba 35 (18.0%) 105 (4.1%) 3.0
kbulgrien 3 (1.5%) 21 (0.8%) 7.0
tchize 2 (1.0%) 15 (0.6%) 7.5
lalo 31 (16.0%) 0 (0.0%) 0.0

Most Recent Commits

lalo 2009-01-17 15:02 Rev.: 11153

preparing for 1.12 release

0 lines of code changed in 31 files:

  • client/branches/1.x/common: Makefile.am (del), Makefile.in (del), cconfig.h (del), client-types.h (del), client.c (del), client.h (del), commands.c (del), config.h.in (del), def-keys.h (del), external.h (del), image.c (del), init.c (del), item-types.h (del), item.c (del), item.h (del), items.pl (del), mapdata.c (del), mapdata.h (del), metaserver.c (del), metaserver.h (del), misc.c (del), newclient.h (del), newsocket.c (del), p_cmd.c (del), p_cmd.h (del), player.c (del), proto.h (del), rcs-id.h (del), script.c (del), script.h (del), version.h (del)
ryo_saeba 2008-05-09 08:20 Rev.: 8953

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

4 lines of code changed in 2 files:

  • client/branches/1.x/common: script.c (+3 -2), script.h (+1 -1)
kbulgrien 2008-01-24 22:53 Rev.: 8269

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

  • client/branches/1.x/common: Makefile.in (+2 -1)
kbulgrien 2008-01-24 20:56 Rev.: 8264

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

  • client/branches/1.x/common: client.c (+12)
kbulgrien 2008-01-05 15:13 Rev.: 8129

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

  • client/branches/1.x/common: image.c (+7 -7)
ryo_saeba 2008-01-03 06:47 Rev.: 8076

Fix include order.

1 lines of code changed in 1 file:

  • client/branches/1.x/common: metaserver.c (+1 -1)
ryo_saeba 2008-01-03 06:43 Rev.: 8075

Win32 compilation fixes.

0 lines of code changed in 8 files:

  • client/branches/1.x/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 Rev.: 7632

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

1 lines of code changed in 1 file:

  • client/branches/1.x/common: item.c (+1 -1)
tchize 2007-11-20 15:44 Rev.: 7552

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

15 lines of code changed in 2 files:

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

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

  • client/branches/1.x/common: metaserver.c (+54 -6)
mwedel 2007-09-01 00:51 Rev.: 7093

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

  • client/branches/1.x/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 Rev.: 6932

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

3 lines of code changed in 1 file:

  • client/branches/1.x/common: item.c (+3)
akirschbaum 2007-06-27 13:57 Rev.: 6716

Remove trailing whitespace.

112 lines of code changed in 17 files:

  • client/branches/1.x/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 (+2 -2), 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 Rev.: 6708

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

16 lines of code changed in 10 files:

  • client/branches/1.x/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 Rev.: 6376

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

0 lines of code changed in 1 file:

  • client/branches/1.x/common: p_cmd.c (-11)
ryo_saeba 2007-05-16 17:32 Rev.: 6299

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

5 lines of code changed in 1 file:

  • client/branches/1.x/common: client.c (+5 -3)
ryo_saeba 2007-04-23 15:41 Rev.: 6109

Implement feature request #1560389: improve inscription logic.

34 lines of code changed in 6 files:

  • client/branches/1.x/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 Rev.: 6050

Rebuilt auto-generated files.

114 lines of code changed in 2 files:

  • client/branches/1.x/common: Makefile.in (+15 -7), config.h.in (+99 -63)
akirschbaum 2007-04-16 13:01 Rev.: 6043

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

4 lines of code changed in 1 file:

  • client/branches/1.x/common: Makefile.am (+4 -2)
akirschbaum 2007-04-16 12:41 Rev.: 6041

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

2 lines of code changed in 2 files:

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

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

3 lines of code changed in 3 files:

  • client/branches/1.x/common: config.h.in (new), image.c (+2 -2)
ryo_saeba 2007-01-07 04:04 Rev.: 5300

Fix for bug #1538948: Assertion failure for map2 command.

33 lines of code changed in 3 files:

  • client/branches/1.x/common: commands.c (+28), mapdata.c (-5), mapdata.h (+5)
akirschbaum 2006-12-22 14:01 Rev.: 5191

Remove trailing backslash.

2 lines of code changed in 1 file:

  • client/branches/1.x/common: Makefile.am (+2 -2)
qal21 2006-11-10 01:31 Rev.: 5097

Only update svnversion.h when the content actually changes.

15 lines of code changed in 2 files:

  • client/branches/1.x/common: Makefile.am (+8 -7), Makefile.in (+7 -6)
akirschbaum 2006-11-08 02:33 Rev.: 5090

Whitespace changes and added braces to make the formatting consistent and comply with the programming guide.

845 lines of code changed in 1 file:

  • client/branches/1.x/common: commands.c (+845 -819)
akirschbaum 2006-11-06 16:19 Rev.: 5089

Whitespace changes and added braces to make the formatting consistent and comply with the programming guide.

388 lines of code changed in 1 file:

  • client/branches/1.x/common: item.c (+388 -363)
mwedel 2006-11-04 03:15 Rev.: 5076

Add ability for client to get exp table from server. Add exp progressbar
to GTK2 client.
--
common/client.c: Add declarations for exp_table, exp_table_max, and call to
send 'requestinfo exp_table' to server.
common/client.h: Add extern declarations for exp_table, exp_table_max
common/commands.c: Add get_exp_info() function to get exp table from
server in replyinfo command. Fix crash bug in ReplyInfoCmd() if replyinfo
with no parameters is sent to client.
common/init.c: Add code to clear/initialize exp_table, exp_table_max
gtk-v2/gtk-v2.glade: Add exp progessbar widget.
gtk-v2/src/gtk2proto.h: rebuilt
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/stats.c: Add code to draw/update the exp progressbar. Replace
some static numeric constants with #define values instead. Add
can_alert option to update_stat()
MSW 2006-11-03

49 lines of code changed in 4 files:

  • client/branches/1.x/common: client.c (+6), client.h (+5), commands.c (+32 -2), init.c (+6)
ryo_saeba 2006-10-29 16:58 Rev.: 5063

Fix annoying popups. Default admin messages use draw_info instead of show_media_message. Add new message types.

8 lines of code changed in 1 file:

  • client/branches/1.x/common: newclient.h (+8 -2)
qal21 2006-10-29 01:12 Rev.: 5056

Ensure that svnversion.h is rebuilt every time.

6 lines of code changed in 2 files:

  • client/branches/1.x/common: Makefile.am (+3 -2), Makefile.in (+3 -1)
qal21 2006-10-21 00:13 Rev.: 5037

Make a small tweak to make the svnversion call more proper, and rebuild makefiles (Most don't need to be, however it was becoming too much of a pain to only update the right ones).

2 lines of code changed in 2 files:

  • client/branches/1.x/common: Makefile.am (+1 -1), Makefile.in (+1 -1)
qal21 2006-10-20 23:44 Rev.: 5036

Remove rcs-id handling code from the clients. Unnecessary with the svnversion system.

0 lines of code changed in 2 files:

  • client/branches/1.x/common: Makefile.am (-1), Makefile.in (-1)
qal21 2006-10-20 21:12 Rev.: 5035

Merge rev 5034 from trunk: Use 'svnversion' to add the svn revision to the version string.

47 lines of code changed in 6 files:

  • client/branches/1.x/common: Makefile.am (+15 -2), Makefile.in (new), client.h (+1), version.h (new 7)
qal21 2006-10-12 01:11 Rev.: 5024

Remove excess log messages that flood console.

0 lines of code changed in 1 file:

  • client/branches/1.x/common: client.c (-1)
qal21 2006-10-07 13:29 Rev.: 5010

Apply patches #1562945, #1562947, #1563796, and #1566467 to allow the gtk2 client to be built in mingw. Courtesy of Kurt Fitzner.

33 lines of code changed in 10 files:

  • client/branches/1.x/common: client.c (+5), commands.c (+3), init.c (+3), item.c (+3), mapdata.c (+4), metaserver.c (+3 -1), newsocket.c (+3), p_cmd.c (+3), player.c (+3), script.c (+3 -1)
qal21 2006-09-26 19:13 Rev.: 4983

Move clearing of old map data from mapdata_set_face_layer() to a new mapdata_clear_old() function. Call mapdata_clear_old() in Map2Cmd() instead of relying on mapdata_set_face_layer() to clear it. Fixes bug #1559683.

35 lines of code changed in 3 files:

  • client/branches/1.x/common: commands.c (+6), mapdata.c (+28 -8), proto.h (+1)
mwedel 2006-09-21 00:50 Rev.: 4963

add propset ID's to client.
MSW 2006-09-20

26 lines of code changed in 51 files:

  • client/branches/1.x/common: cconfig.h (+1 -1), client-types.h (+1 -1), client.c (+1 -1), client.h (new), commands.c (new), def-keys.h (new), external.h (new), image.c (new), init.c (+1 -1), item-types.h (+1 -1), item.c (+1 -1), item.h (new), mapdata.c (+1 -1), mapdata.h (+1 -1), metaserver.c (new), metaserver.h (new), misc.c (+1 -1), newclient.h (new), newsocket.c (new), p_cmd.c (+1 -1), p_cmd.h (new), player.c (new), proto.h (new), rcs-id.h (new), script.c (new), script.h (new)
qal21 2006-09-20 23:52 Rev.: 4956

Rebuild old item-types.h

0 lines of code changed in 2 files:

  • client/branches/1.x/common: item-types.h (changed)
Generated by StatSVN 0.7.0