[root]/common
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 |
Fix bug #1871476:] client script 'watch stats' error.
4 lines of code changed in:
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:
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:
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:
Fix include order.
1 lines of code changed in:
Win32 compilation fixes.
0 lines of code changed in:
Fix for bug #1825653: Odd number problem with nrof.
1 lines of code changed in:
Backport fix for [ 1815465 ] Too many messages on stderr causes client hang
15 lines of code changed in:
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:
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:
Partial fix for bug #1772759: Too much alchemy causes client crash.
3 lines of code changed in:
Remove trailing whitespace.
110 lines of code changed in:
Merge cleaning changes from trunk: map1, map1a removal, item, face, ...
16 lines of code changed in:
Remove obsolete mapredraw command (empty on server-side).
0 lines of code changed in:
Apply patch #1720388: data len in client.c is calculated wrong courtesy Jürgen Kahnert.
5 lines of code changed in:
Implement feature request #1560389: improve inscription logic.
34 lines of code changed in:
Rebuilt auto-generated files.
114 lines of code changed in:
Rewrite commands to build svnversion.h to not generate an error message the first time they are run.
4 lines of code changed in:
Use #include <config.h> instead #include "config.h" to support multiple configurations outside the source directory.
2 lines of code changed in:
Rename DATADIR to CF_DATADIR to avoid name clashes when cross-compiling to Win32.
2 lines of code changed in:
(16 more)