/client/branches/1.x Developers: mwedel

Login name:
mwedel
Total Commits:
209 (25.0%)
Lines of Code:
12275 (44.7%)
Most Recent Commit:
2008-01-29 02:28

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 209 (100.0%) 12275 (100.0%) 58.7
/ 29 (13.9%) 10874 (88.6%) 374.9
common/ 65 (31.1%) 784 (6.4%) 12.0
gtk-v2/src/ 21 (10.0%) 404 (3.3%) 19.2
gtk/ 35 (16.7%) 118 (1.0%) 3.3
gtk-v2/ 5 (2.4%) 53 (0.4%) 10.6
utils/ 1 (0.5%) 9 (0.1%) 9.0
pixmaps/ 10 (4.8%) 9 (0.1%) 0.9
x11/ 17 (8.1%) 8 (0.1%) 0.4
sound-src/ 7 (3.3%) 8 (0.1%) 1.1
help/ 9 (4.3%) 8 (0.1%) 0.8
gnome/ 10 (4.8%) 0 (0.0%) 0.0

Activity of mwedel

Most Recent Commits

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)
mwedel 2007-10-04 02:15

gtk/text.c: Add missing write_media() calls in handling of admin messages.
Results in news and rules not being displayed. Fixes bug 1657000
MSW 2007-10-03

9 lines of code changed in:

  • ChangeLog (+3)
  • gtk: text.c (+6)
mwedel 2007-09-26 00:51

Fix for bug 1800702 - gdk_draw_drawable: assertion `src != NULL' failed.
gtk/gx11.c: Call sdl_gen_map() or gtk_draw_map() based on displaymode in use.
gtk-v2/src/main.c: Call draw_map() instead of gtk_draw_map(). draw_map()
will figure out what function (sdl, opengl, gtk) to call do actually
draw the map.
MSW 2007-09-25


13 lines of code changed in:

  • ChangeLog (+7)
  • gtk-v2/src: main.c (+1 -1)
  • gtk: gx11.c (+5 -3)
mwedel 2007-09-24 00:56

gtk/text.c: Remove call to void_callback() for MSG_TYPE_MONUMENT - if there
is no code to handle it, no reason to set the callback. Fixes bug 1759860 -
gravestone messages go to stdout and not client window.
MSW 2007-09-23

6 lines of code changed in:

  • ChangeLog (+5)
  • gtk: text.c (+1 -1)
mwedel 2007-09-17 01:09

gtk-v2/src/metaserver.c: Modify metaserver_connect_to so it can connect to
servers running on different ports (eg, localhost:13328). Gtk1 client
already handles this fine, so this is only a change for the gtk2 client.
MSW 2007-09-16

15 lines of code changed in:

  • ChangeLog (+5)
  • gtk-v2/src: metaserver.c (+10 -2)
mwedel 2007-09-14 02:12

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

78 lines of code changed in:

  • ChangeLog (+13)
  • common: metaserver.c (+54 -6)
  • gtk-v2/src: metaserver.c (+11 -8)
mwedel 2007-09-01 00:51

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

6306 lines of code changed in:

  • ChangeLog (+35), Makefile.in (+8 -10), acinclude.m4 (new 240), aclocal.m4 (+15 -13), configure (+5216 -5014), configure.in (+26 -1)
  • common: Makefile.in (+9 -11), cconfig.h (+3), client.c (+1 -1), client.h (+1 -1), config.h.in (+71 -2), init.c (+1 -1), metaserver.c (+549 -97), metaserver.h (+38 -9), proto.h (+8 -1)
  • gtk-v2: Makefile.in (+8 -10)
  • gtk-v2/src: Makefile.in (+10 -12), metaserver.c (+15 -3)
  • gtk: Makefile.in (+10 -12)
  • help: Makefile.in (+8 -10)
  • pixmaps: Makefile.in (+9 -11)
  • sound-src: Makefile.in (+8 -10)
  • utils: Makefile.in (+9 -11)
  • x11: Makefile.in (+8 -10)
mwedel 2007-06-12 01:37

gtk-v2/src/inventory.c: Add tooltips to the inventory tabs, to make it
clearer what the different tabs do.
--
MSW 2007-06-11

31 lines of code changed in:

  • ChangeLog (+5)
  • gtk-v2/src: inventory.c (+26 -10)
mwedel 2007-06-12 00:53

Add pick up menu updating support for gtk2 client - when you log in, it
will get your character pickup mode and update the check boxes accordingly.
---
gtk-v2/gtk-v2.glade: Change "don't_pickup1" widget name to "do_not_pickup"
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/main.c: Remove empty client_pickup() function, add pickup_init()
gtk-v2/src/pickup.c: Bunch of new code to support pickup updating - mostly
a mapping from menu items to pickup modes, since glade doesn't let us
store those attributes in the menu item.
MSW 2007-06-11

250 lines of code changed in:

  • ChangeLog (+11)
  • gtk-v2: gtk-v2.glade (+1 -1)
  • gtk-v2/src: interface.c (+6 -6), main.c (+1 -1), pickup.c (+231 -4)
mwedel 2007-03-05 00:54

Add INSTALL file - needed by automake/make dist.
MSW 2007-03-04

60 lines of code changed in:

  • INSTALL (new 60)
mwedel 2007-03-05 00:49

Updated for 1.10.0 release
MSW 2007-03-04

23 lines of code changed in:

  • ChangeLog (+3), configure (+19 -19), configure.in (+1 -1), crossfire-client.spec (new)
mwedel 2007-02-11 04:03

gtk-v2/src/info.c: For extended message handling, special case the
MSG_TYPE_SIGN - the 1.x server puts a number in front of the message to
denote it is auto apply - strip it off in the gtk2 client. Not an
issue as far as 2.x goes, as the server doesn't prefix the message
anymore.
MSW 2007-02-11

7 lines of code changed in:

  • ChangeLog (+7)
  • gtk-v2/src: info.c (new)
mwedel 2007-02-07 02:32

gtk-v2/gtk-v2.glade: Apply patch 1636013 - standardize on underscored
widget names. Patch by Veli-Matti Valtonen - maligor.
MSW 2007-02-06

47 lines of code changed in:

  • ChangeLog (+3)
  • gtk-v2: gtk-v2.glade (+44 -44)
mwedel 2007-02-06 02:29

Remove svn:eol-style, so hopefully these work now.
MSW 2007-02-05

0 lines of code changed in:

  • pixmaps: 16x16.png (changed), 32x32.png (changed), 48x48.png (changed)
mwedel 2007-02-06 02:17

Change type of files to binary, recommit proper files.
MSW 2007-02-05

0 lines of code changed in:

  • pixmaps: 16x16.png (changed), 32x32.png (changed), 48x48.png (changed)
mwedel 2006-11-06 00:54

Fix problem in display logic when the size of the image was not a multiple
of the map_image_size. This shows up when using tall character images.
It also shows up when using different -mapscale options due to rounding
errors - in both cases now, things are drawn correctly.
--
gtk/map.c: Add size parameters to draw_pixmap(). Add logic to figure out
proper offsets for drawing odd sized images.
gtk/sdl.c: Add logic to figure out proper offsets for drawing these odd
sized images.
gtk-v2/src//map.c: Add size parameters to draw_pixmap(). Add logic to figure
out proper offsets for drawing odd sized images.
gtk-v2/src/sdl.c: Add logic to figure out proper offsets for drawing these
odd sized images.
MSW 2006-11-05

199 lines of code changed in:

  • ChangeLog (+15)
  • gtk-v2/src: map.c (+59 -16), sdl.c (+34 -6)
  • gtk: map.c (+56 -13), sdl.c (+35 -6)
mwedel 2006-11-06 00:49

gtk/image.c: Fix bug that results in SDL mode not working if map_scale and
icon_scale are the same - can't use GDK pixmaps for SDL drawing.
MSW 2006-11-05


9 lines of code changed in:

  • ChangeLog (+4)
  • gtk: image.c (+5 -1)
mwedel 2006-11-04 03:39


Fix bug 1559804 - unable to drop items from inventory into open container
on the ground.
gtk-v2/src/inventory.c: Add check to see if container is on the ground in
addition to being in the player inventory as a valid drop target.
MSW 2006-11-03

6 lines of code changed in:

  • ChangeLog (+6)
  • gtk-v2/src: inventory.c (new)
mwedel 2006-11-04 03:15

Add ability for client to get exp table from server. Add exp progressbar
to GTK2 client.
--
common/client.c: Add declarations for exp_table, exp_table_max, and call to
send 'requestinfo exp_table' to server.
common/client.h: Add extern declarations for exp_table, exp_table_max
common/commands.c: Add get_exp_info() function to get exp table from
server in replyinfo command. Fix crash bug in ReplyInfoCmd() if replyinfo
with no parameters is sent to client.
common/init.c: Add code to clear/initialize exp_table, exp_table_max
gtk-v2/gtk-v2.glade: Add exp progessbar widget.
gtk-v2/src/gtk2proto.h: rebuilt
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/stats.c: Add code to draw/update the exp progressbar. Replace
some static numeric constants with #define values instead. Add
can_alert option to update_stat()
MSW 2006-11-03

67 lines of code changed in:

  • ChangeLog (+18)
  • common: client.c (+6), client.h (+5), commands.c (+32 -2), init.c (+6)
  • gtk-v2: gtk-v2.glade (new)
  • gtk-v2/src: gtk2proto.h (changed), interface.c (changed), stats.c (changed)

(1 more)

Generated by StatSVN 0.3.1