Directory [root]

Total Files:
13
Deleted Files:
0
Lines of Code:
20868

[root]
     Documentation (1 files, 596 lines)
     common (30 files, 12687 lines)
     gnome (6 files, 5594 lines)
     gtk-v2 (7 files, 5272 lines)
         src (26 files, 14343 lines)
     gtk (16 files, 13599 lines)
         win32 (5 files, 1144 lines)
     help (6 files, 659 lines)
     macros (21 files, 2726 lines)
     pixmaps (5 files, 506 lines)
     sound-src (5 files, 2443 lines)
     utils (3 files, 399 lines)
     x11 (10 files, 7066 lines)

Lines of Code

 Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 21653 (100.0%) 174.6
mwedel 29 (23.4%) 10874 (50.2%) 374.9
qal21 18 (14.5%) 5244 (24.2%) 291.3
akirschbaum 33 (26.6%) 5212 (24.1%) 157.9
kbulgrien 29 (23.4%) 240 (1.1%) 8.2
ryo_saeba 15 (12.1%) 83 (0.4%) 5.5

Most Recent Commits

ryo_saeba 2008-05-09 08:20

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

6 lines of code changed in:

  • ChangeLog (+6)
ryo_saeba 2008-05-07 15:17

Apply patch #1878451: Let crossfire client compile with OSS4's soundcard.h courtesy anonymous.

6 lines of code changed in:

  • ChangeLog (+6)
mwedel 2008-01-29 02:28

Update configure, client spec for 1.11 release.
MSW 2008-01-28

5146 lines of code changed in:

  • configure (+5139 -4727), configure.in (+1 -1), crossfire-client.spec (+6 -2)
mwedel 2008-01-29 02:26

Add banner for 1.11 release.
MSW 2008-01-28

3 lines of code changed in:

  • ChangeLog (+3)
kbulgrien 2008-01-24 23:20

Trunk revision 6524 merge of mwedel's add another eval $ndatadir line so
properly resolve all the shell variable names so that CF_DATADIR is set
properly in common/config.h.

5 lines of code changed in:

  • ChangeLog (+3), configure (+1), configure.in (+1)
kbulgrien 2008-01-24 23:08

Merge Nicolas Weeger's fix memory leak from trunk revision 6771.

1 lines of code changed in:

  • ChangeLog (+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.

19 lines of code changed in:

  • ChangeLog (+13), Makefile.in (+3 -1), aclocal.m4 (+2 -377), autogen.sh (+1 -1)
kbulgrien 2008-01-24 22:23

Remove unused return value for get_metaserver(). From trunk revision 7117.

2 lines of code changed in:

  • ChangeLog (+2)
kbulgrien 2008-01-24 22:22

Spelling correction.

1 lines of code changed in:

  • ChangeLog (+1)
kbulgrien 2008-01-24 21:55

Change error message when the client gets a message with a [] text format
tag that is not valid to make it more obvious what is wrong. This can
help determine the error faster if the server inadvertently sends the
client a message with displayed text that has square brackets around it.
Brought down from trunk revision 7289.

5 lines of code changed in:

  • ChangeLog (+5)
kbulgrien 2008-01-24 21:39

From trunk, move tchize' fix for [ 1832377 ] configure script should check
for SDL_image.h. Also added configure summary lines at the end. Rebuild
using autogen.sh

128 lines of code changed in:

  • ChangeLog (+3), aclocal.m4 (+1 -2), configure (+74 -12), configure.in (+50 -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.

3 lines of code changed in:

  • ChangeLog (+3 -1)
kbulgrien 2008-01-24 20:40

gtk-v2/src/keys.c: Move down from trunk the bugfixes for keybinding and for
exiting the login prompt with the escape key. Some formatting done to break
long lines now matches trunk codebase, but not a general reformat. Rework
some LOG() messages for consistency by changing "gtk::" to "keys.c:".

6 lines of code changed in:

  • ChangeLog (+6)
kbulgrien 2008-01-24 08:08

- Spelling corrections.

20 lines of code changed in:

  • ChangeLog (+12), INSTALL (+2 -2), NOTES (+1 -1), README (+3 -3), TODO (+2 -2)
kbulgrien 2008-01-20 12:12

Fix for [ 1875657 ] Bogus keybinding too long errors. Made more truncation
messages consistent, and fixed an inconsistently formatted LOG message.
Fixed case and shortened message when keybinds are saved.

5 lines of code changed in:

  • ChangeLog (+5)
kbulgrien 2008-01-19 02:36

In save_keys() and keys_init(), a pointless #ifdef WIN32 was used to attempt to
implement per-character keybind files but keys_init() is called long before a
player can log in, so this had the effect of writing keybinds to a file that
cannot be loaded. Oddly, this was under a #ifdef WIN32 which is quite
inappropriate as if supported, it should be for all platforms. The support is
commented out with #if 0 until it can be fixed and then re-enabled for all
clients. Meanwhile, it surely fixes a WIN32 bug.

10 lines of code changed in:

  • ChangeLog (+10)
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.

10 lines of code changed in:

  • ChangeLog (+8), README (+2 -2)
ryo_saeba 2008-01-03 06:47

Fix include order.

6 lines of code changed in:

  • ChangeLog (+6)
ryo_saeba 2008-01-03 06:43

Win32 compilation fixes.

3 lines of code changed in:

  • ChangeLog (+3)
ryo_saeba 2007-12-01 06:34

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

4 lines of code changed in:

  • ChangeLog (+4)

(52 more)

Generated by StatSVN 0.3.1