Directory trunk/client/utils/

Directory Created:
1999-03-29 00:13
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/trunk/client/utils

Lines of Code

trunk/client/utils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 2627 (100.0%) 77.2
tchize 3 (8.8%) 1551 (59.0%) 517.0
mwedel 20 (58.8%) 618 (23.5%) 30.9
uid200 7 (20.6%) 456 (17.4%) 65.1
akirschbaum 2 (5.9%) 2 (0.1%) 1.0
ryo_saeba 1 (2.9%) 0 (0.0%) 0.0
cvs 1 (2.9%) 0 (0.0%) 0.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 11 files:

  • trunk/client/utils: .cvsignore (del), Makefile.am (del), Makefile.in (del), config.guess (del), config.sub (del), deftoheader.pl (del), depcomp (del), install-sh (del), mdk.sh (del), missing (del), mkinstalldirs (del)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/client/utils: .cvsignore (new)
mwedel 2006-07-05 00:21 Rev.: 4664

Changes related to logging of version information.
aclocal, Makefiles.*: Rebuilt for new file in gtk-v2/src.
common/misc.c: Change MINLOG to be a variable so it can be changed via
command line options.
gtk/gx11.c: Have bug window display rcsid versions. Add -loglevel command
line option. Move printing of some log messages until after we process
command line options since that can change the log level.
gtk-v2/gtk-v2.glade: Add an about window for the gtkv2 client.
gtk-v2/src/Makefile.am: Add about.c file.
gtk-v2/src/about.c: file for about window.
gtk-v2/src/callbacks.h: on_about_close_clicked() added by glade.
gtk-v2/src/interface.c, interface.c: New logic for about window. New
function - create_about_window()
gtk-v2/src/main.c: Add -loglevel command line option. Move printing of some
log messages after we process command line options.
gtk-v2/src/menubar.c: remove menu_about() - now in about.c
MSW 2006-07-04

1 lines of code changed in 1 file:

  • trunk/client/utils: Makefile.in (+1 -1)
mwedel 2006-02-23 03:30 Rev.: 4484

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 lines of code changed in 1 file:

  • trunk/client/utils: Makefile.in (+1 -1)
akirschbaum 2006-02-16 17:32 Rev.: 4458

Apply patch #1430279 (code-cleanup: const, static, etc) by Stefan Huehner.

1 lines of code changed in 1 file:

  • trunk/client/utils: mdk.sh (+1 -1)
tchize 2005-09-03 08:12 Rev.: 3588


Fixed Makefile problem where soundsdef.h was not autobuild , breaking compilation

1 lines of code changed in 1 file:

  • trunk/client/utils: Makefile.in (+1 -1)
akirschbaum 2005-09-03 07:50 Rev.: 3587

*Makefile.in, aclocal.m4, configure: Rebuilt.

1 lines of code changed in 1 file:

  • trunk/client/utils: Makefile.in (+1)
mwedel 2005-08-29 00:19 Rev.: 3572

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 lines of code changed in 1 file:

  • trunk/client/utils: Makefile.in (+1 -1)
mwedel 2005-08-12 02:09 Rev.: 3536

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

387 lines of code changed in 2 files:

  • trunk/client/utils: Makefile.am (new 29), Makefile.in (new 358)
mwedel 2005-03-03 03:09 Rev.: 3085

Add depcomp - needed by configure in conjunction with automake.
MSW 2005-03-02

0 lines of code changed in 1 file:

  • trunk/client/utils: depcomp (new)
mwedel 2005-03-02 02:52 Rev.: 3083

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

228 lines of code changed in 3 files:

  • trunk/client/utils: config.guess (+19 -40), config.sub (+12 -49), missing (+197 -32)
tchize 2004-01-29 06:04 Rev.: 2559


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

1550 lines of code changed in 2 files:

  • trunk/client/utils: config.guess (+860 -318), config.sub (+690 -105)
cvs 1999-07-12 01:08 Rev.: 48


Global commit to sync up my private and the cvs revisions for 0.95.4
release.

0 lines of code changed in 1 file:

  • trunk/client/utils: mkinstalldirs (changed)
uid200 1999-03-29 00:13 Rev.: 4

Initial revision

456 lines of code changed in 7 files:

  • trunk/client/utils: config.guess (new 318), config.sub (new 105), deftoheader.pl (new), install-sh (new), mdk.sh (new 1), missing (new 32), mkinstalldirs (new)
Generated by StatSVN 0.7.0