Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
mwedel | 139 (40.6%) | 11595 (85.2%) | 15882 (73.7%) | 83.42 |
tchize | 64 (18.7%) | 1507 (11.1%) | 2128 (9.9%) | 23.55 |
ryo_saeba | 53 (15.5%) | 684 (5.0%) | 2051 (9.5%) | 12.91 |
akirschbaum | 45 (13.2%) | -418 (-3.1%) | 532 (2.5%) | -9.29 |
cavesomething | 18 (5.3%) | 93 (0.7%) | 325 (1.5%) | 5.17 |
crowbert | 10 (2.9%) | 40 (0.3%) | 67 (0.3%) | 4.00 |
gros | 5 (1.5%) | 6 (0.0%) | 346 (1.6%) | 1.20 |
reeve | 3 (0.9%) | 16 (0.1%) | 30 (0.1%) | 5.33 |
jbontje | 3 (0.9%) | 73 (0.5%) | 176 (0.8%) | 24.33 |
tanner | 1 (0.3%) | 8 (0.1%) | 8 (0.0%) | 8.00 |
onefang | 1 (0.3%) | 4 (0.0%) | 6 (0.0%) | 4.00 |
Date | Author | File/Message |
---|---|---|
2/28/06 2:09 AM | mwedel |
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 (1 Files changed, 5 Lines changed) gtk/config.c 1.31
(+5
-1)
|
2/23/06 2:18 PM | akirschbaum |
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static,
remove unused variables (12 Files changed, 98 Lines changed) gtk/text.c 1.11
(+13
-13)
gtk/sound.c 1.13
(+3
-3)
gtk/rcs-id.h 1.3
(+11
-11)
gtk/png.c 1.13
(+3
-3)
gtk/map.c 1.31
(+2
-2)
gtk/sdl.c 1.23
(+2
-2)
gtk/config.c 1.30
(+8
-8)
gtk/image.c 1.27
(+2
-2)
gtk/inventory.c 1.10
(+1
-1)
gtk/keys.c 1.22
(+2
-2)
gtk/gtkproto.h 1.23
(+1
-32)
gtk/gx11.c 1.92
(+50
-56)
|
2/23/06 2:30 AM | mwedel |
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 (1 Files changed, 3 Lines changed) gtk/Makefile.in 1.15
(+3
-1)
|
2/20/06 5:00 PM | cavesomething |
make the spell list display generic as the skill if a spell doesn't use one
(1 Files changed,
3 Lines changed)
gtk/gx11.c 1.91
(+3
-2)
|
2/16/06 4:32 PM | akirschbaum |
Apply patch #1430279 (code-cleanup: const, static, etc) by Stefan Huehner.
(10 Files changed,
111 Lines changed)
gtk/help.c 1.3
(+1
-1)
gtk/text.c 1.10
(+31
-31)
gtk/keys.c 1.21
(+5
-5)
gtk/gtkproto.h 1.22
(+5
-5)
gtk/sound.c 1.12
(+3
-3)
gtk/inventory.c 1.9
(+6
-6)
gtk/png.c 1.12
(+2
-2)
gtk/config.c 1.29
(+2
-2)
gtk/sdl.c 1.22
(+2
-2)
gtk/gx11.c 1.90
(+54
-54)
|
2/8/06 7:47 PM | cavesomething |
make the mesage displayed on trying to drop locked items more descriptive
(1 Files changed,
2 Lines changed)
gtk/inventory.c 1.8
(+2
-1)
|
1/31/06 3:11 PM | cavesomething |
remove option to display resistances without a scrollbar
(2 Files changed,
36 Lines changed)
gtk/gx11.c 1.89
(+24
-91)
gtk/config.c 1.28
(+12
-33)
|
1/31/06 8:22 AM | cavesomething |
remove coloured inventory and text options and support for black and white monitors, change cfclient to a grey colourscheme
(4 Files changed,
4 Lines changed)
gtk/inventory.c 1.7
(+2
-21)
gtk/gx11.c 1.88
(+1
-11)
gtk/config.c 1.27
(+1
-9)
gtk/gtkproto.h 1.21
(+0
-1)
|
1/21/06 5:52 PM | cavesomething |
add a 'spell options' box to allow extra options to be passed to spells, make any mouse button change the spell description, not just the left one and reorder some gtk function calls to improve clarity
(1 Files changed,
44 Lines changed)
gtk/gx11.c 1.87
(+44
-24)
|
1/19/06 3:50 PM | ryo_saeba |
Fix compilation for some compilers.
(2 Files changed,
8 Lines changed)
gtk/gx11.c 1.86
(+4
-3)
gtk/inventory.c 1.6
(+4
-4)
|
1/19/06 11:17 AM | cavesomething |
spell listing suppport for common and gcfclient
(1 Files changed,
157 Lines changed)
gtk/gx11.c 1.85
(+157
-11)
|
1/16/06 7:13 PM | cavesomething |
make skills appear in a scroll pane, and show all known skills, not just those with exp
(1 Files changed,
13 Lines changed)
gtk/gx11.c 1.84
(+13
-5)
|
1/15/06 8:02 PM | cavesomething |
make the Close button in gcfclient be greyed-out when there is no container open.
(1 Files changed,
9 Lines changed)
gtk/inventory.c 1.5
(+9
-3)
|
12/11/05 6:44 AM | akirschbaum |
gtk/{map.c,sdl.c}, x11/x11.c: General cleanup - just whitespace changes.
(2 Files changed,
12 Lines changed)
gtk/sdl.c 1.21
(+4
-4)
gtk/map.c 1.30
(+8
-8)
|
11/16/05 4:25 AM | gros |
Enable per-server, per-character keybindings on both *nix and win32 systems.
Undefine MULTKEYS at the beginning of client.h to switch back to the old behavior. (2 Files changed, 327 Lines changed) gtk/gx11.c 1.83
(+297
-294)
gtk/keys.c 1.20
(+30
-30)
|
11/12/05 7:58 AM | ryo_saeba |
Patch 1352490 (newpickup rings/amulets client side) courtesy anonymous
(1 Files changed,
8 Lines changed)
gtk/gx11.c 1.82
(+8
-1)
|
11/2/05 1:53 PM | akirschbaum |
gtk/gx11.c, gtk-v2/src/image.c: Initialize smooth_face field when allocating
pixmaps array. (1 Files changed, 2 Lines changed) gtk/gx11.c 1.81
(+2
-1)
|
11/1/05 7:46 AM | akirschbaum |
Add support for newpickup PU_NOT_CURSED (ignore cursed items) flag.
(1 Files changed,
11 Lines changed)
gtk/gx11.c 1.80
(+11
-1)
|
11/1/05 4:32 AM | ryo_saeba |
Fallback to PIXMAP mode when SDL is not built in.
(1 Files changed,
6 Lines changed)
gtk/config.c 1.26
(+6
-1)
|
10/29/05 1:44 PM | akirschbaum |
Fix bug #1288647 (typing text in password mode). Now hidden input (for
password entry) is reliably turned off afterwards. (1 Files changed, 3 Lines changed) gtk/gx11.c 1.79
(+3
-6)
|