/client/branches/1.x Developers: kbulgrien

Login name:
kbulgrien
Total Commits:
70 (8.3%)
Lines of Code:
1708 (6.2%)
Most Recent Commit:
2008-01-24 23:20

Activity by Clock Time

Activity by Hour of Day for kbulgrien

Activity by Day of Week for kbulgrien

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 70 (100.0%) 1708 (100.0%) 24.4
gtk-v2/src/ 15 (21.4%) 900 (52.7%) 60.0
macros/ 9 (12.9%) 446 (26.1%) 49.5
/ 29 (41.4%) 240 (14.1%) 8.2
gtk/ 3 (4.3%) 28 (1.6%) 9.3
x11/ 2 (2.9%) 23 (1.3%) 11.5
gnome/ 1 (1.4%) 22 (1.3%) 22.0
common/ 3 (4.3%) 21 (1.2%) 7.0
gtk-v2/ 2 (2.9%) 13 (0.8%) 6.5
help/ 3 (4.3%) 9 (0.5%) 3.0
utils/ 1 (1.4%) 2 (0.1%) 2.0
sound-src/ 1 (1.4%) 2 (0.1%) 2.0
pixmaps/ 1 (1.4%) 2 (0.1%) 2.0

Activity of kbulgrien

Most Recent Commits

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.

3 lines of code changed in:

  • ChangeLog (+1)
  • gtk: gx11.c (+2)
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.

483 lines of code changed in:

  • ChangeLog (+13), Makefile.in (+3 -1), aclocal.m4 (+2 -377), autogen.sh (+1 -1)
  • common: Makefile.in (+2 -1)
  • gtk-v2: Makefile.in (+2 -1)
  • gtk-v2/src: Makefile.in (+2 -1)
  • gtk: Makefile.in (+2 -1)
  • help: Makefile.in (+2 -1)
  • macros: curses.m4 (+27 -22), gnome-gettext.m4 (+8 -5), gnome-print-check.m4 (+36 -144), gtk.m4 (new 194), linger.m4 (new), need-declaration.m4 (new), sdl.m4 (new 181)
  • pixmaps: Makefile.in (+2 -1)
  • sound-src: Makefile.in (+2 -1)
  • utils: Makefile.in (+2 -1)
  • x11: Makefile.in (+2 -1)
kbulgrien 2008-01-24 22:23

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

13 lines of code changed in:

  • ChangeLog (+2)
  • gtk-v2/src: gtk2proto.h (+1 -1), main.c (+9 -12), metaserver.c (+1 -2)
kbulgrien 2008-01-24 22:22

Spelling correction.

2 lines of code changed in:

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

7 lines of code changed in:

  • ChangeLog (+5)
  • gtk-v2/src: info.c (+2 -1)
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.

15 lines of code changed in:

  • ChangeLog (+3 -1)
  • common: client.c (+12)
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:".

832 lines of code changed in:

  • ChangeLog (+6)
  • gtk-v2/src: keys.c (+826 -744)
kbulgrien 2008-01-24 08:08

- Spelling corrections.

94 lines of code changed in:

  • ChangeLog (+12), INSTALL (+2 -2), NOTES (+1 -1), README (+3 -3), TODO (+2 -2)
  • gnome: gnome-cfclient.man (+22 -22)
  • gtk: gcfclient.man (+24 -24)
  • help: bugreport.h (+5 -4), chelp.h (+2 -2)
  • x11: cfclient.man (+21 -21)
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.

10 lines of code changed in:

  • ChangeLog (+5)
  • gtk-v2/src: keys.c (+5 -6)
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.

25 lines of code changed in:

  • ChangeLog (+10)
  • gtk-v2/src: keys.c (+15 -2)
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.

17 lines of code changed in:

  • ChangeLog (+8), README (+2 -2)
  • common: image.c (+7 -7)
kbulgrien 2007-07-24 14:52

- Applied patch by "Olivier Huet" <huet.o@free.fr> to fix experience label and
progress bar for high levels (int -> sint64, %d -> %"FMT64").

6 lines of code changed in:

  • ChangeLog (+4)
  • gtk-v2/src: stats.c (+2 -2)
kbulgrien 2007-07-22 17:01

- GTK2 Metaserver dialog modifications:
* Minor rework of prompt texts.
* Add Escape key accelerator for the Quit button.
* Add tooltip to the Quit button to tell a user about the accelerator.
* Cosmetic improvement to the metaserver dialog done by adding padding or
* border width to some widgets so there is spacing between them.
* Make more room for "Server Comments" by removing the redundant "IP Addr"
field, renaming "Last Update (Sec)" to "Updated (Sec)", and renaming
"# Players" to "Players".
- Various non-descript Glade Interface Designer generated file changes.

54 lines of code changed in:

  • ChangeLog (+16)
  • gtk-v2: gtk-v2.glade (+11 -7)
  • gtk-v2/src: interface.c (+21 -5), metaserver.c (+4 -2), support.c (+1), support.h (+1)
kbulgrien 2007-07-22 15:26

- Adjust GTK2 client setup_list_columns() so "Weight" column titles are no
longer truncated (on some systems).

14 lines of code changed in:

  • ChangeLog (+5 -1)
  • gtk-v2/src: inventory.c (+9 -7)
Generated by StatSVN 0.3.1