Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
mwedel | 8 (38.1%) | 1012 (22.5%) | 1135 (22.5%) | 126.50 |
uid200 | 7 (33.3%) | 2358 (52.4%) | 2358 (46.7%) | 336.86 |
tchize | 3 (14.3%) | 1127 (25.1%) | 1552 (30.8%) | 375.67 |
akirschbaum | 2 (9.5%) | 1 (0.0%) | 2 (0.0%) | 0.50 |
cvs | 1 (4.8%) | 0 (0.0%) | 0 (0.0%) | 0.00 |
Date | Author | File/Message |
---|---|---|
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, 1 Lines changed) utils/Makefile.in 1.5
(+1
-1)
|
2/16/06 4:32 PM | akirschbaum |
Apply patch #1430279 (code-cleanup: const, static, etc) by Stefan Huehner.
(1 Files changed,
1 Lines changed)
utils/mdk.sh 1.2
(+1
-1)
|
9/3/05 8:12 AM | tchize |
Fixed Makefile problem where soundsdef.h was not autobuild , breaking compilation
(1 Files changed,
1 Lines changed)
utils/Makefile.in 1.4
(+1
-1)
|
9/3/05 7:50 AM | akirschbaum |
*Makefile.in, aclocal.m4, configure: Rebuilt.
(1 Files changed,
1 Lines changed)
utils/Makefile.in 1.3
(+1
-0)
|
8/29/05 12:19 AM | mwedel |
Fix sound compilation so it only tries to compile alsa9 helper if we
in fact have alsa 9 libs. */Makefile.in: Rebuilt configure.in, configure: Add ALSA9_TARGET, replacing SOUND_TARGETS which was no longer being used. sound-src/Makefile.am: add EXTRA_PROGRAMS line for cfsndserv_alsa9 so don't get errors from automake, add @ALSA9_TARGET@ to bin_PROGRAMS. MSW 2005-08-28 (1 Files changed, 1 Lines changed) utils/Makefile.in 1.2
(+1
-1)
|
8/12/05 2:09 AM | mwedel |
This commit adds full automake support for the client - previously, only the
gtk-v2 directory used automake, rest was Makefile.in - now everything is automake - makes maintenance and distributions easier. -- common/Makefile.am gtk/Makefile.am help/Makefile.am pixmaps/Makefile.am sound-src/Makefile.am utils/Makefile.am x11/Makefile.am pixmaps/Makefile.in utils/Makefile.in help/Makefile.in: New Makefiles Makefile.am, Makefile.in: Removed unneeded rules, move pixmap, help, util handling to makefiles in their own directories. configure, configure.in: Update to include pixmap, help, util as directories. gtk-v2/Makefile.am, gtk-v2/Makefile.in: Clean up some rules in this makefile. common/Makefile.in, gtk/Makefile.in, sound-src/Makefile.in, x11/Makefile.in: Rebuilt as part of automake. gtk-v2/src/Makefile.am, gtk-v2/src/Makefile.in: Add banner copyright, remove uneeded rules. MSW 2005-08-11 (2 Files changed, 383 Lines changed) utils/Makefile.am 1.1 added 27
utils/Makefile.in 1.1 added 356
|
3/3/05 2:09 AM | mwedel |
Add depcomp - needed by configure in conjunction with automake.
MSW 2005-03-02 (1 Files changed, 522 Lines changed) utils/depcomp 1.1 added 522
|
3/2/05 1:52 AM | mwedel |
Commit for GTKv2 client - please read gtk-v2/README before using this client.
The bulk of the changes are limited to the gtk-v2 directory (addition), but some changes elsewhere as related to using automake. You will need to run configure for the gtk-v2 client to be built (it should be built automatically if you have the needed libraries) -- Changelog: Replaces CHANGES file to meet automake standards. Makefile.am: New file for use with automake. Makefile.in: rebult from Makefile.am aclocal.m4: Updated with macros to check for gtk-v2. configure.in: checks for gtk-v2 added. Chane SUBDIRS to CF_SUBDIRS as using SUBDIRS causes conflicts. utils/config.guess, utils/config.sub, utils/missing: Updated as part of automake changes. gtk-v2/*, gtk-v2/src/*: Files related to gtk-v2 client. MSW 2005-03-01 (3 Files changed, 228 Lines changed) utils/missing 1.2
(+197
-32)
utils/config.sub 1.3
(+12
-49)
utils/config.guess 1.3
(+19
-40)
|
1/29/04 5:04 AM | tchize |
Changed a bit configure.in, somme calls in it were deprecated and version was incorrect.
Also rerun aclocal,autoconf and autoheader. Couldn't run automake since makefile.am missing (2 Files changed, 1551 Lines changed) utils/config.sub 1.2
(+690
-105)
utils/config.guess 1.2
(+861
-319)
|
7/12/99 1:08 AM | cvs |
Global commit to sync up my private and the cvs revisions for 0.95.4
release. (1 Files changed, 0 Lines changed) utils/mkinstalldirs 1.2
(+0
-0)
|
3/28/99 11:17 PM | uid200 |
Initial revision
(7 Files changed,
2358 Lines changed)
utils/install-sh 1.1 added 250
utils/config.sub 1.1 added 952
utils/config.guess 1.1 added 890
utils/deftoheader.pl 1.1 added 28
utils/mdk.sh 1.1 added 10
utils/mkinstalldirs 1.1 added 40
utils/missing 1.1 added 188
|