/client/trunk Developers: qal21

Login name:
qal21
Total Commits:
125 (3.0%)
Lines of Code:
2,369 (0.9%)
Most Recent Commit:
2007-04-28 14:29

Activity by Clock Time

Activity by Hour of Day for qal21

Activity by Day of Week for qal21

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 125 (100.0%) 2369 (100.0%) 18.9
/ 26 (20.8%) 1312 (55.4%) 50.4
gtk/ 13 (10.4%) 411 (17.3%) 31.6
x11/ 13 (10.4%) 323 (13.6%) 24.8
gtk-v2/src/ 29 (23.2%) 166 (7.0%) 5.7
common/ 33 (26.4%) 137 (5.8%) 4.1
utils/ 2 (1.6%) 4 (0.2%) 2.0
sound-src/ 2 (1.6%) 4 (0.2%) 2.0
pixmaps/ 2 (1.6%) 4 (0.2%) 2.0
help/ 2 (1.6%) 4 (0.2%) 2.0
gtk-v2/ 3 (2.4%) 4 (0.2%) 1.3

Activity of qal21

Most Recent Commits

qal21 2007-04-28 14:29 Rev.: 6134

Change the version string from 1.9.1 to 2.0-dev for trunk

6 lines of code changed in 4 files:

  • ChangeLog (+3), configure.in (+1 -1), crossfire-client.spec (new)
qal21 2006-11-10 01:31 Rev.: 5097

Only update svnversion.h when the content actually changes.

20 lines of code changed in 3 files:

  • ChangeLog (+5 -1)
  • common: Makefile.am (+8 -7), Makefile.in (+7 -6)
qal21 2006-10-29 01:12 Rev.: 5056

Ensure that svnversion.h is rebuilt every time.

9 lines of code changed in 3 files:

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

40 lines of code changed in 16 files:

  • Makefile.in (+4 -1)
  • common: Makefile.am (+1 -1), Makefile.in (+1 -1)
  • gtk-v2: Makefile.in (+4 -1)
  • gtk-v2/src: Makefile.in (+4 -1)
  • gtk: Makefile.am (+1 -1), Makefile.in (+5 -2)
  • help: Makefile.in (+4 -1)
  • pixmaps: Makefile.in (new)
  • sound-src: Makefile.in (new)
  • utils: Makefile.in (+4 -1)
  • x11: Makefile.in (+4 -1)
qal21 2006-10-20 23:44 Rev.: 5036

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

5 lines of code changed in 10 files:

  • ChangeLog (+5)
  • common: Makefile.am (-1), Makefile.in (-1), rcs-id.h (del)
  • gtk: Makefile.am (-1), Makefile.in (-1), gx11.c (-56)
  • x11: Makefile.am (-1), Makefile.in (-1), x11.c (-26)
qal21 2006-10-20 21:02 Rev.: 5034

Use 'svnversion' to add the svn revision to the version string.

102 lines of code changed in 12 files:

  • ChangeLog (+6), configure (+42 -1), configure.in (+3)
  • common: Makefile.am (new), Makefile.in (+24 -5), client.h (+1), version.h (new 6)
  • gtk-v2/src: main.c (+2 -2)
  • gtk: gx11.c (+2 -2)
  • x11: x11.c (+1 -1)
qal21 2006-10-12 01:11 Rev.: 5024

Remove excess log messages that flood console.

4 lines of code changed in 3 files:

  • ChangeLog (+4)
  • common: client.c (-1)
  • gtk-v2/src: main.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.

1418 lines of code changed in 35 files:

  • ChangeLog (+14), configure (new), configure.in (+119 -71)
  • 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)
  • gtk-v2/src: Makefile.am (+3 -3), Makefile.in (+5 -5), image.c (+2 -1), keys.c (new), main.c (new), map.c (new), menubar.c (+3), opengl.c (new), png.c (new), sdl.c (new), sound.c (new)
qal21 2006-09-26 19:11 Rev.: 4982

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.

40 lines of code changed in 4 files:

  • ChangeLog (+5 -1)
  • common: commands.c (+6), mapdata.c (+28 -8), proto.h (+1)
qal21 2006-09-26 08:23 Rev.: 4980

Fix display_mapscroll() in the x11 client to handle scrolling by greater than 1 tile at a time. Fix bug #1564584

11 lines of code changed in 3 files:

  • ChangeLog (+4)
  • x11: x11.c (+7 -8)
qal21 2006-09-20 23:58 Rev.: 4959

Adjust .cvsignore files to account for renamed binaries.

0 lines of code changed in 10 files:

  • .cvsignore (new)
  • common: .cvsignore (changed)
  • gtk-v2/src: .cvsignore (changed)
  • gtk: .cvsignore (changed)
  • x11: .cvsignore (new)
qal21 2006-09-20 23:54 Rev.: 4958

Change client binary names for 2.0 to crossfire-client-foo, where foo is either gtk, gtk2, or x11. Rebuild makefiles.

714 lines of code changed in 20 files:

  • Makefile.in (changed), aclocal.m4 (new)
  • gtk-v2: Makefile.in (changed)
  • gtk-v2/src: Makefile.am (changed), Makefile.in (changed)
  • gtk: Makefile.am (new), Makefile.in (new), crossfire-client-gtk.man (new 403)
  • x11: Makefile.am (changed), Makefile.in (new), crossfire-client-x11.man (new 311)
qal21 2006-09-20 23:52 Rev.: 4956

Rebuild old item-types.h

0 lines of code changed in 2 files:

  • common: item-types.h (changed)
Generated by StatSVN 0.7.0