Directory Statistics for

Back to Index Page

Lines Of Code for

Commits for (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
mwedel355 (44.7%) 3894 (20.4%) 32383 (60.3%) 10.97
cvs198 (24.9%) 2203 (11.5%) 4217 (7.9%) 11.13
uid20045 (5.7%) 7551 (39.5%) 7551 (14.1%) 167.80
ryo_saeba44 (5.5%) 225 (1.2%) 299 (0.6%) 5.11
akirschbaum37 (4.7%) 258 (1.4%) 572 (1.1%) 6.97
reeve27 (3.4%) 2026 (10.6%) 3055 (5.7%) 75.04
tanner25 (3.1%) 502 (2.6%) 698 (1.3%) 20.08
smacfiggen21 (2.6%) 774 (4.1%) 960 (1.8%) 36.86
cavesomething12 (1.5%) 73 (0.4%) 85 (0.2%) 6.08
tchize11 (1.4%) 1544 (8.1%) 3389 (6.3%) 140.36
anonymous4 (0.5%) 0 (0.0%) 0 (0.0%) 0.00
rower3 (0.4%) 24 (0.1%) 220 (0.4%) 8.00
elsbernd3 (0.4%) 2 (0.0%) 6 (0.0%) 0.67
azzie3 (0.4%) 16 (0.1%) 241 (0.4%) 5.33
pjka2 (0.3%) 0 (0.0%) 1 (0.0%) 0.00
qal211 (0.1%) 4 (0.0%) 6 (0.0%) 4.00
mids1 (0.1%) 0 (0.0%) 1 (0.0%) 0.00
hfukui1 (0.1%) 4 (0.0%) 5 (0.0%) 4.00
cvsread1 (0.1%) 0 (0.0%) 1 (0.0%) 0.00

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
(1 Files changed, 19 Lines changed)
ChangeLog 1.89 (+19 -1)
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 4:28 AMryo_saeba
Apply patch #1424583 (IPv6 patch for client) courtesy Christoph Hohmann (reboot) (1 Files changed, 8 Lines changed)
ChangeLog 1.88 (+8 -1)
2/26/06 2:30 AMmwedel
Update for 1.9.0 release. Fix some makefiles so that make dist works.
MSW 2006-02-25
(3 Files changed, 42 Lines changed)
configure 1.59 (+37 -12)
configure.in 1.56 (+1 -1)
ChangeLog 1.87 (+4 -1)
2/25/06 7:55 AMryo_saeba
Fix broken server cache (1 Files changed, 5 Lines changed)
ChangeLog 1.86 (+5 -1)
2/23/06 2:18 PMakirschbaum
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static,
remove unused variables
(1 Files changed, 11 Lines changed)
ChangeLog 1.85 (+11 -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
(3 Files changed, 76 Lines changed)
aclocal.m4 1.12 (+43 -13)
ChangeLog 1.84 (+29 -1)
Makefile.in 1.35 (+4 -4)
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
(1 Files changed, 8 Lines changed)
ChangeLog 1.83 (+8 -1)
2/20/06 5:00 PMcavesomething
make the spell list display generic as the skill if a spell doesn't use one (1 Files changed, 5 Lines changed)
ChangeLog 1.82 (+5 -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
(1 Files changed, 25 Lines changed)
ChangeLog 1.81 (+25 -1)
2/17/06 3:35 AMakirschbaum
Apply modified patch #1432404 (Solve bug in watch stats script function) by
Benjamin Lerman: make watch stats command work if more than one stat changes
simultaneously.
(1 Files changed, 9 Lines changed)
ChangeLog 1.80 (+9 -1)
2/16/06 4:32 PMakirschbaum
Apply patch #1430279 (code-cleanup: const, static, etc) by Stefan Huehner. (1 Files changed, 14 Lines changed)
ChangeLog 1.79 (+14 -1)
2/12/06 5:46 AMakirschbaum
Apply patch #1429975 (patch to support port numbers in metaserver host names)
by Marc Lehmann.
(1 Files changed, 8 Lines changed)
ChangeLog 1.78 (+8 -1)
2/12/06 3:23 AMakirschbaum
common/metaserver.c, common/metaserver.h: Make cached_servers_loaded static
since it is not used elsewhere.
(1 Files changed, 5 Lines changed)
ChangeLog 1.77 (+5 -1)
2/8/06 7:47 PMcavesomething
make the mesage displayed on trying to drop locked items more descriptive (1 Files changed, 5 Lines changed)
ChangeLog 1.76 (+5 -1)
1/31/06 3:11 PMcavesomething
remove option to display resistances without a scrollbar (1 Files changed, 12 Lines changed)
ChangeLog 1.75 (+12 -1)
1/31/06 8:22 AMcavesomething
remove coloured inventory and text options and support for black and white monitors, change cfclient to a grey colourscheme (1 Files changed, 13 Lines changed)
ChangeLog 1.74 (+13 -1)
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
(1 Files changed, 7 Lines changed)
ChangeLog 1.73 (+7 -1)
1/21/06 5:52 PMcavesomething
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, 6 Lines changed)
ChangeLog 1.72 (+6 -1)
1/19/06 3:50 PMryo_saeba
Fix compilation for some compilers. (1 Files changed, 5 Lines changed)
ChangeLog 1.71 (+5 -1)