Author Statistics for mwedel

Back to Index Page

Author Details

Login: mwedel
Fullname: mwedel
Revisions: 947
Lines of Code: 60100
Added Lines of Code: 97193
Lines of Code per Change: 63.5

Author of the Month

Lines Of Code (per Author)

Lines Of Code for mwedel (per module)

Activity

Commit Log

DateAuthorFile/Message
2/28/06 2:09 AMmwedel
More updates for the gtkv2 client. Add a config window to change the
config options. Note this isn't quite as cluttered as the gtkv1 config
window because only the options that affect the gtkv2 client are presented.
---
common/client.h: Add CFG_LT_NONE to use instead of 0.
common/init.c: Change 'sdl' config name to 'displaymode'. the CONFIG_
parameter was changed a while back, but still used this old name in the
save file.
gtk/config.c: Add some logic to handle 'sdl' legacy config mode.
gtk-v2/gtk-v2.glade: Updated with new config window.
gtk-v2/src/callbacks.h: rebuilt by glade-2
gtk-v2/src/config.c: Lots of new code to handle setting/getting of config
values in config window.
gtk-v2/src/gtk2proto.h: Rebuilt.
gtk-v2/src/interface.c: Rebuilt by glade-2
gtk-v2/src/interface.h: Rebuilt by glade-2
gtk-v2/src/main.c: Add call to config_init() to initialize config window.
MSW 2006-02-27
(11 Files changed, 1613 Lines changed)
gtk-v2/gtk-v2.glade 1.9 (+876 -0)
common/init.c 1.30 (+2 -2)
ChangeLog 1.89 (+19 -1)
gtk-v2/src/interface.h 1.5 (+1 -0)
gtk-v2/src/interface.c 1.10 (+344 -0)
gtk/config.c 1.31 (+5 -1)
gtk-v2/src/config.c 1.3 (+337 -1)
gtk-v2/src/callbacks.h 1.8 (+20 -0)
gtk-v2/src/main.c 1.13 (+2 -2)
common/client.h 1.40 (+2 -1)
gtk-v2/src/gtk2proto.h 1.9 (+5 -0)
2/26/06 10:23 PMmwedel
Update crossfire-client.spec to include gtkv2 client, and so it actually
works with modern version of rpmbuild. Update for version 1.9.0
MSW 2006-02-26
(1 Files changed, 50 Lines changed)
crossfire-client.spec 1.23 (+50 -20)
2/26/06 2:30 AMmwedel
Update for 1.9.0 release. Fix some makefiles so that make dist works.
MSW 2006-02-25
(7 Files changed, 51 Lines changed)
configure 1.59 (+37 -12)
sound-src/Makefile.am 1.5 (+4 -2)
sound-src/Makefile.in 1.13 (+3 -2)
gtk-v2/src/Makefile.am 1.10 (+1 -1)
gtk-v2/src/Makefile.in 1.14 (+1 -1)
configure.in 1.56 (+1 -1)
ChangeLog 1.87 (+4 -1)
2/23/06 2:30 AMmwedel
More improvements to the gtk-v2 client:
- Add spell selection window similar to that in the gtk-v1 client.
- Make it so that clicking on the headers in the metaserver and keybinding
selection windows will result in table be sorted by that header.
--
*/Makefile.in: Rebuilt by automake.
aclocal.m4: Updated by aclocal.
gtk-v2/TODO: Remove things that have been done, add other things mentioned
on mailing list that should be done.
gtk-v2/gtk-v2.glade: Updated with new spell selection window.
gtk-v2/src/Makefile.am: Add spells.c file
gtk-v2/src/spells.c: File that handles spell selection window.
gtk-v2/src/callbacks.h: Updated by glade
gtk-v2/src/gtk2proto.h: rebuilt
gtk-v2/src/interface.c: Updated by glade.
gtk-v2/src/interface.h: Updated by glade.
gtk-v2/src/keys.c: Add necessary calls to enable sorting of table by
clicking on headers.
gtk-v2/src/main.c: Add call to update_spell_information() if spell information
has changed.
gtk-v2/src/metaserver.c: Add necessary calls to enable sorting of table by
clicking on headers. Convert the idletime and number of players columns
to be ints - this makes the sort work as expected, and actually simplifies
the code a little.
gtk-v2/src/support.h: Rebuilt by glade.
MSW 2006-02-22
(24 Files changed, 967 Lines changed)
pixmaps/Makefile.in 1.5 (+1 -1)
gtk-v2/src/Makefile.in 1.13 (+5 -1)
gtk-v2/src/interface.h 1.4 (+1 -0)
gtk-v2/src/interface.c 1.9 (+150 -10)
gtk-v2/src/Makefile.am 1.9 (+1 -0)
gtk-v2/src/spells.c 1.1 added 322
aclocal.m4 1.12 (+43 -13)
gtk-v2/src/metaserver.c 1.4 (+11 -10)
ChangeLog 1.84 (+29 -1)
gtk-v2/src/main.c 1.11 (+2 -1)
gtk-v2/src/support.h 1.2 (+2 -0)
Makefile.in 1.35 (+4 -4)
help/Makefile.in 1.5 (+1 -1)
gtk-v2/src/callbacks.h 1.7 (+30 -0)
utils/Makefile.in 1.5 (+1 -1)
common/Makefile.in 1.13 (+3 -1)
gtk-v2/gtk-v2.glade 1.8 (+320 -10)
gtk-v2/src/keys.c 1.6 (+9 -1)
gtk-v2/Makefile.in 1.11 (+3 -2)
gtk/Makefile.in 1.15 (+3 -1)
sound-src/Makefile.in 1.12 (+3 -1)
gtk-v2/src/gtk2proto.h 1.8 (+8 -1)
x11/Makefile.in 1.14 (+3 -1)
gtk-v2/TODO 1.3 (+12 -12)
2/21/06 2:11 AMmwedel
common/player.c: Fix bug in that spell data wasn't being cleared when
logging on. Thus, if you logged on as one character, then another,
etc, it would just keep adding to the spell list, not being a
representative list of spells character knows.
MSW 2006-02-20
(2 Files changed, 20 Lines changed)
ChangeLog 1.83 (+8 -1)
common/player.c 1.18 (+12 -1)
2/20/06 1:22 AMmwedel
Improvements to the gtkv2 client - Add free form text box to metaserver
selection window so server name can be manually entered, add keybinding
interface window to client similar to one in gtkv1 client, and disconnect
menu item to client. Note that this keybinding interfaces allows for
ALT and META modifiers in addition to SHIFT and CONTROL, hence minor changes
to the common code.
---
common/client.h: Add meta_on, alt_on to player structure.
gtk-v2/gtk-v2.glade: Updated with new elements - keybinding window, new
menubar, text box for metaserver window.
gtk-v2/src/callbacks.h: Generated by glade for new function prototypes
gtk-v2/src/gtk2proto.h: rebuilt for new function definitions.
gtk-v2/src/interface.c: Generated by glade for new features.
gtk-v2/src/interface.h: Generated by glade for new function prototypes
gtk-v2/src/keys.c: New initialization code for keybinding window. New
KEYF_ modifiers. New handling for meta and alt keys. Many new callbacks
for new code.
gtk-v2/src/main.c: Remove unused extern declartions.
gtk-v2/src/menubar.c: Add function for disconnect menu item.
gtk-v2/src/metaserver.c: Add metaserver_connect_to() to handle common
connection logic (pulled from on_treeview_metaserver_row_activated().
Add on_metaserver_text_entry_activate() for text entry server connections.
MSW 2006-02-19
(11 Files changed, 1656 Lines changed)
gtk-v2/src/gtk2proto.h 1.7 (+18 -2)
ChangeLog 1.81 (+25 -1)
gtk-v2/src/callbacks.h 1.6 (+46 -0)
gtk-v2/src/main.c 1.10 (+1 -2)
gtk-v2/src/interface.h 1.3 (+1 -0)
gtk-v2/src/keys.c 1.5 (+554 -99)
gtk-v2/src/interface.c 1.8 (+228 -1)
gtk-v2/src/metaserver.c 1.3 (+36 -15)
common/client.h 1.39 (+3 -1)
gtk-v2/src/menubar.c 1.2 (+22 -1)
gtk-v2/gtk-v2.glade 1.7 (+722 -15)
1/28/06 11:01 PMmwedel
gtk-v2/src/opengl.c: For opengl mode, create a subwindow of the map window
with the needed visual. On many systems, the visual that glXChooseVisual()
returns doesn't match the default visual of the system, thus resulting
in opengl not being able to create a context.
MSW 2006-01-28
(2 Files changed, 33 Lines changed)
ChangeLog 1.73 (+7 -1)
gtk-v2/src/opengl.c 1.4 (+26 -5)
1/2/06 1:04 AMmwedel
x11/png.c: Add same workaround from gtk/png.c to make it work on 64 bit
systems.
MSW 2006-01-01
(2 Files changed, 49 Lines changed)
x11/png.c 1.15 (+44 -11)
ChangeLog 1.65 (+5 -1)
12/11/05 8:54 PMmwedel
gtk-v2/src/image.c: Remove call to free fog pixels (SDL) - with call in place,
client crashes on double free in SDL mode after disconnecting from
server.
MSW 2005-12-11
(2 Files changed, 17 Lines changed)
ChangeLog 1.63 (+6 -1)
gtk-v2/src/image.c 1.7 (+11 -2)
9/7/05 1:43 AMmwedel
Update makefile to link in X11 libraries
MSW 2005-09-06
(2 Files changed, 6 Lines changed)
gtk-v2/src/Makefile.am 1.8 (+1 -1)
gtk-v2/src/Makefile.in 1.12 (+5 -4)