/client/trunk Developers: mwedel

Login name:
mwedel
Total Commits:
411 (9.9%)
Lines of Code:
31,583 (11.6%)
Most Recent Commit:
2012-03-18 01:17

Activity by Clock Time

Activity by Hour of Day for mwedel

Activity by Day of Week for mwedel

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 411 (100.0%) 31583 (100.0%) 76.8
/ 75 (18.2%) 20269 (64.2%) 270.2
gtk-v2/src/ 93 (22.6%) 4597 (14.6%) 49.4
common/ 117 (28.5%) 2753 (8.7%) 23.5
gtk-v2/glade/ 7 (1.7%) 1919 (6.1%) 274.1
gtk-v2/themes/ 7 (1.7%) 1461 (4.6%) 208.7
gtk-v2/ 11 (2.7%) 315 (1.0%) 28.6
gtk/ 39 (9.5%) 174 (0.6%) 4.4
x11/ 19 (4.6%) 24 (0.1%) 1.2
sound-src/ 9 (2.2%) 18 (0.1%) 2.0
help/ 10 (2.4%) 18 (0.1%) 1.8
utils/ 2 (0.5%) 15 (0.0%) 7.5
pixmaps/ 11 (2.7%) 15 (0.0%) 1.3
gnome/ 10 (2.4%) 5 (0.0%) 0.5
gtk/win32/ 1 (0.2%) 0 (0.0%) 0.0

Activity of mwedel

Most Recent Commits

mwedel 2012-03-18 01:17 Rev.: 17585

Update for 1.70.0 release.

7 lines of code changed in 3 files:

  • ChangeLog (+4), configure.ac (+1 -1), crossfire-client.spec (+2 -2)
mwedel 2011-11-21 02:03 Rev.: 15869

Add proper bounds checking for skill_names array.
MSW 2011-11-20

4 lines of code changed in 1 file:

  • common: commands.c (+4 -2)
mwedel 2011-11-21 02:02 Rev.: 15868

If the client lacks display mode from settings file (different
system, recompiled with different options), fall back to pixmap
display so that they at least get something.
MSW 2011-11-20

18 lines of code changed in 1 file:

  • gtk-v2/src: config.c (+18 -1)
mwedel 2011-01-28 01:17 Rev.: 14259

Update for 1.60.0 release

6 lines of code changed in 3 files:

  • ChangeLog (+3), configure.ac (+1 -1), crossfire-client.spec (+2 -2)
mwedel 2011-01-24 00:21 Rev.: 14247

Minor bugfixes/improvements:
common/cconfig.h: Turn off metaserver1 support - will remove code in future,
but will see what effect this has.
gtk-v2/src/create_char.c: Remove call setting starting map combox box active -
this is done elsewhere, and that call generates an error since the widget
isn't realized yet, so isn't doing anything in any case.
gtk-v2/src/info.c: Handle client generated messages at startup - removes
a bunch of errors going to console about invalid type/subtype.
gtk-v2/src/gtk2proto.h: Add missing prototypes.
gtk-v2/src/main.h: Change default layout to be gtk-v1
MSW 2011-01-23

31 lines of code changed in 6 files:

  • ChangeLog (+13)
  • common: cconfig.h (+2 -2)
  • gtk-v2/src: create_char.c (+1 -2), gtk2proto.h (+2), info.c (+11 -2), main.h (+2 -2)
mwedel 2011-01-12 01:31 Rev.: 14240

Fix theme handling so it is properly loaded/processed at client start up.
Remove the theme lookup from the init_...() routines and load the theme
after all the initialization routines are done.
MSW 2011-01-11

106 lines of code changed in 6 files:

  • ChangeLog (+5)
  • gtk-v2/src: config.c (+91 -94), info.c (+1 -1), inventory.c (+1 -1), main.c (+7 -1), stats.c (+1 -1)
mwedel 2011-01-12 01:12 Rev.: 14239

Change adjustment value to remove:
(crossfire-client-gtk2:341): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
messages from showing up at program start.
MSW 2011-01-11

7 lines of code changed in 1 file:

  • gtk-v2/glade: dialogs.glade (+7 -7)
mwedel 2010-11-15 02:21 Rev.: 14099

common/client.h: Update race & class structures to hold choice information
from server.
common/commands.c: Add handling of choice information from server.
gtk-v2/src/create_char.c: Add handling of choice option lists.
gtk-v2/glade/dialogs.glade - add labels and combo boxes for the choice
options.
MSW 2010-11-14


359 lines of code changed in 5 files:

  • ChangeLog (+8)
  • common: client.h (+20 -1), commands.c (+89)
  • gtk-v2/glade: dialogs.glade (+122 -2)
  • gtk-v2/src: create_char.c (+120 -5)
mwedel 2010-10-21 01:18 Rev.: 14014

Commit client side support for new in client character creation.
common/client.h: Add various new globals for map, race, and class info.
common/commands.c: Move Race_Class_Info structure to header file, add
new global declarations. Add handling of requesting and storing
starting map information from server. Handle newcharinfo
protocol command.
common/external.h: Add new external calls.
common/init.c: Add calls to free race and class data.
common/proto.h: Add new prototype
gtk-v2/glade/dialogs.glade: Update dialogs.glade file with new
window for creating character.
gtk-v2/src/Makefile.am: Add create_char.c file
gtk-v2/src/account.c: Add calls for popups and to show the choose
character window. Add handling for new character creation method.
gtk-v2/src/create_char.c: New file that handles character creation logic.
gtk-v2/src/gtk2proto.h: Update with new functions
gtk-v2/src/main.c: update loginmethod to 2, add call to
init_create_character_window()
gtk-v2/src/main.h: Add global reference to account password
gtk-v2/src/stats.c: Make some widgets static to the file.
MSW 2010-10-20

2072 lines of code changed in 15 files:

  • ChangeLog (+22)
  • common: client.h (+56 -7), commands.c (+327 -20), external.h (+4), init.c (+19 -2), proto.h (+1)
  • gtk-v2/glade: dialogs.glade (+795)
  • gtk-v2/src: Makefile.am (+1), account.c (+37 -4), create_char.c (new 798), gtk2proto.h (+4), info.c (+2 -2), main.c (+2 -1), main.h (+1), stats.c (+3 -3)
mwedel 2010-10-14 23:37 Rev.: 14001

Fix minor syntax error for sun sound.
MSW 2010-10-14

1 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+1 -1)
mwedel 2010-07-13 01:09 Rev.: 13458

gtk-v2/glade/dialogs.glade: Fix for bug 3020531 - The Create Character
button does nothing. Trailing space in widget name resulted in code
not finding the widget and attaching callback to it.
MSW 2010-07-12

6 lines of code changed in 2 files:

  • ChangeLog (+5)
  • gtk-v2/glade: dialogs.glade (+1 -1)
mwedel 2010-05-18 01:58 Rev.: 13266

common/commands.c: Add code to process & store race_info and class_info
data. Still TODO is actually write code that will use this information
(new character creator)
MSW 2010-05-17

263 lines of code changed in 2 files:

  • ChangeLog (+6)
  • common: commands.c (+257)
mwedel 2010-05-16 01:41 Rev.: 13249

common/client.c: Fix connection logic which failed if system was using
ipv6 + ipv4 (and trying ipv6 first) - code was not properly re-setting
variables and trying the next protocol in the list. Also clean up some
formatting.
MSW 2010-05-15

29 lines of code changed in 2 files:

  • ChangeLog (+5)
  • common: client.c (+24 -16)
mwedel 2010-04-26 01:01 Rev.: 12959

Update version numbers in configure, client-spec.
common/client.c: Send server deprecated 'newmpcmd 1' setup option - this lets
the client work properly on old servers.
MSW 2010-04-25

13 lines of code changed in 4 files:

  • ChangeLog (+9 -1), configure.ac (+1 -1), crossfire-client.spec (+2 -2)
  • common: client.c (+1 -1)
mwedel 2010-04-25 02:07 Rev.: 12949

Add missing code for account login to display character icons (note server
code won't be checked in until after 1.50 release). Add missing function
declarations to external.h to remove compiler warnings. Update common/shared
to latest version.
common/commands.c: Add support for new attribute.
common/external.h: Add missing declarations.
gtk-v2/src/account.c: Update update_character_choose() to display icon.
MSW 2010-04-24


50 lines of code changed in 4 files:

  • ChangeLog (+9)
  • common: commands.c (+7 -2), external.h (+14)
  • gtk-v2/src: account.c (+20 -2)
mwedel 2010-04-12 01:58 Rev.: 12884

Fix for bug 1845694 - improper inventory/map redraws in cache mode.
gtk-v2/src/image.c: Add a variable to track if we have gotten new images.
gtk-v2/src/image.h: Add declaration for above variable.
gtk-v2/src/main.c: If we have new images, force full map and inventory
redraws in main loop.
MSW 2010-04-11

34 lines of code changed in 4 files:

  • ChangeLog (+7)
  • gtk-v2/src: image.c (+7 -1), image.h (+2 -1), main.c (+18 -1)
mwedel 2010-04-12 01:35 Rev.: 12883

gtk-v2/src/account.c: Clear new account names/status when activating
window. Otherwise, odd to have info filled in from account
created on previous server.
MSW 2010-04-11

10 lines of code changed in 2 files:

  • ChangeLog (+6)
  • gtk-v2/src: account.c (+4)
mwedel 2010-04-12 01:14 Rev.: 12881

common/client.c: Mostly whitespace changes. Make minor improvment to
-download_all_faces to request 1 set more than being worked on.
common/image.c: Whitespace change - fix formatting.
common/newsocket.c: Whitespace change - fix formatting.
gtk-v2/src/image.c: Fix for bug 2938906 - don't free pixmap data when
using cache mode.
gtk-v2/src/info.c: Remove useless message about not fine (sic) color.
MSW 2010-04-11

409 lines of code changed in 6 files:

  • ChangeLog (+8)
  • common: client.c (+76 -75), image.c (+245 -241), newsocket.c (+59 -49)
  • gtk-v2/src: image.c (+20 -2), info.c (+1 -1)
mwedel 2010-04-10 01:30 Rev.: 12880

gtk-v2/src/info.c: Fix problem with crashes on some systems -
initialization was outside of for loop which set the variable. Should
fix bug 2984398.
MSW 2010-04-09

7 lines of code changed in 2 files:

  • ChangeLog (+5)
  • gtk-v2/src: info.c (+2 -2)
mwedel 2010-04-09 23:22 Rev.: 12879

Add error message and quit client if user has out of date dialog.glade file
installed. Make error_dialog non static so account.c can use this,
add check in account.c to see if we found required window, and change
order if initialization of account windows to do login window first (as
that is where the check is).
Files changed: gtk-v2/src/account.c gtk-v2/src/main.c gtk-v2/src/gtk2proto.h
MSW 2010-04-09

16 lines of code changed in 4 files:

  • ChangeLog (+8)
  • gtk-v2/src: account.c (+6 -2), gtk2proto.h (+1), main.c (+1 -1)

(37 more)

Generated by StatSVN 0.7.0