Directory Statistics for pixmaps/

Back to Index Page

Lines Of Code for pixmaps/

Commits for pixmaps/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
uid20022 (33.8%) 527 (8.1%) 527 (8.1%) 23.95
mwedel18 (27.7%) 586 (9.0%) 598 (9.2%) 32.56
akirschbaum16 (24.6%) 1 (0.0%) 16 (0.2%) 0.06
tchize4 (6.2%) 5322 (81.9%) 5323 (81.5%) 1,330.50
tanner4 (6.2%) 44 (0.7%) 44 (0.7%) 11.00
reeve1 (1.5%) 21 (0.3%) 21 (0.3%) 21.00

Commit Log

DateAuthorFile/Message
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
(1 Files changed, 1 Lines changed)
pixmaps/Makefile.in 1.5 (+1 -1)
2/16/06 4:32 PMakirschbaum
Apply patch #1430279 (code-cleanup: const, static, etc) by Stefan Huehner. (15 Files changed, 15 Lines changed)
pixmaps/all.xpm 1.2 (+1 -1)
pixmaps/skull.xpm 1.2 (+1 -1)
pixmaps/sign_west.xpm 1.2 (+1 -1)
pixmaps/sign_east.xpm 1.2 (+1 -1)
pixmaps/close.xpm 1.2 (+1 -1)
pixmaps/nonmag.xpm 1.2 (+1 -1)
pixmaps/coin.xpm 1.2 (+1 -1)
pixmaps/hand2.xpm 1.2 (+1 -1)
pixmaps/lock.xpm 1.2 (+1 -1)
pixmaps/mag.xpm 1.2 (+1 -1)
pixmaps/unlock.xpm 1.3 (+1 -1)
pixmaps/question.xpm 1.2 (+1 -1)
pixmaps/crossfiretitle.xpm 1.2 (+1 -1)
pixmaps/hand.xpm 1.2 (+1 -1)
pixmaps/sign_flat.xpm 1.2 (+1 -1)
9/3/05 8:12 AMtchize
Fixed Makefile problem where soundsdef.h was not autobuild , breaking compilation (1 Files changed, 1 Lines changed)
pixmaps/Makefile.in 1.4 (+1 -1)
9/3/05 7:50 AMakirschbaum
*Makefile.in, aclocal.m4, configure: Rebuilt. (1 Files changed, 1 Lines changed)
pixmaps/Makefile.in 1.3 (+1 -0)
8/29/05 12:19 AMmwedel
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)
pixmaps/Makefile.in 1.2 (+1 -1)
8/12/05 2:09 AMmwedel
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, 498 Lines changed)
pixmaps/Makefile.am 1.1 added 62
pixmaps/Makefile.in 1.1 added 436
5/21/05 12:41 PMtchize
Addon: signs display in a window when you read them (3 Files changed, 5322 Lines changed)
pixmaps/sign_west.xpm 1.1 added 779
pixmaps/sign_east.xpm 1.1 added 779
pixmaps/sign_flat.xpm 1.1 added 3764
7/9/02 7:28 PMtanner
* Wed Jul 02 2002 Bob Tanner <tanner@real-time.com>
+ crossfire-client-1.3.1-realtime.2
- added 16x16, 32x32, 48x48 icons for proper KDE support
(4 Files changed, 44 Lines changed)
pixmaps/shield.png 1.2 removed
pixmaps/32x32.png 1.1 added 16
pixmaps/48x48.png 1.1 added 19
pixmaps/16x16.png 1.1 added 9
3/28/02 11:55 PMmwedel
Add missing file. MSW 2002-03-28 (1 Files changed, 16 Lines changed)
pixmaps/question.sdl 1.1 added 16
1/15/02 1:33 AMmwedel
Most of the changes are by Edgar Toernig - I've just applied them and
checked them in. The stripping out of the display_mode variable is
my doing however.
configure.in, configure: Add check for zlib before png lib check, as on
some systems, png requires -lz.
common/client-types.h: Add #ifdef check for SOL_TCP
common/client.c: Add fast_tcp_send variable, comment out printing of error
from socket EOF. Use TCP_NODELAY for sending data to the server
if TCP_NODELAY is available. cs_write_string modified to use
cs_print_string.
common/client.h: Remove display_mode enum, add fast_tcp_send extern.
common/commands.c, common/init.c,gtk/image.c, gtk/map.c
cs_write_sting modified to use cs_print_string
common/external.h: set_autorepeat extern added.
common/newsocket.c: Modified to be better optimized for using TCP_NODELAY -
cs_print_string function added.
common/player.c: modified to use cs_print_string , autorepeat client side
command added.
common/proto.h, gtk/gtkproto.h: updated with new functions
gnome/gnome.c: display_mode variable removed, cs_write_string
replaced with cs_print_string
gtk/gx11.c: display_mode variable removed, cs_write_string replaced with
cs_print_string, -nofog option added
pixmaps/question.111: Resized to be 32x32
pixmaps/*.xbm - used for inventory icons in X11 client, replacing xpm
files
sound-src/cfsndserv.c: Better error handling, include time.h
x11/cfclient.man: -font and -noautorepeat options added.
x11/png.c: better error checking for rescaling images
x11/x11.c: noautorepeat variable added, display_mode removed, image icon
functionality re-enabled, images now created from xbm files,
set_autorepeat function added, add ability to set font, add mouse
wheel support
x11/x11.h: remove screen_num extern.
x11/x11proto.h: Updated with new functions.
x11/xutil.c: Modified to use image_size instead of hardcoded 24x24 value
for the status icons. cs_write_replaced with cs_print_string, no
auto repeat functionality added.
MSW 2001-01-14
(9 Files changed, 55 Lines changed)
pixmaps/cursed.xbm 1.1 added 5
pixmaps/close.xbm 1.1 added 6
pixmaps/clear.xbm 1.1 added 6
pixmaps/question.111 1.2 (+13 -8)
pixmaps/unpaid.xbm 1.1 added 5
pixmaps/magic.xbm 1.1 added 5
pixmaps/damned.xbm 1.1 added 5
pixmaps/applied.xbm 1.1 added 5
pixmaps/locked.xbm 1.1 added 5
12/28/01 2:56 AMmwedel
README: Update notes on needing png (and not xpm) library. Update mailing
alias.
configure.in, configure: As the seperate sound program (cfsndserv) is the
only supported sound configuration, remove new_sound_system defines
and ability to use the old (now non existant) sound system.
Have configure exit with error message if png library is not found,
as it is critical to the build process. Change it so that
gnome/Makefile is always built so that making of releases works.
gnome/gnome-cfclient.man, help/about.h, x11/cfclient.man: Update mail address.
gtk/gtkproto.h, x11/x11proto.h: Rebuilt, prototypes for some changed for
signed to unsigned characters.
gtk/gx11.c, gtk/png.c, pixmaps/stipple.111, x11/png.c, x11/x11.c, x11/xutil.c,
pixmaps/stipple.111 pixmaps/stipple.112:
Mostly changes to fix compile warnings and make sure we are passing the
right types to the various image creation functions (8 bit data).
sound-src/Makefile.in: Add soundsdef.h to list of things to build.
x11/x11.h: Remove extra semicolon.
MSW 2001-12-28
(2 Files changed, 2 Lines changed)
pixmaps/stipple.112 1.2 (+1 -1)
pixmaps/stipple.111 1.2 (+1 -1)
11/2/01 2:22 AMmwedel
Complete client re-org. Create common, gtk, gnome, sounds, and x11 subdirs.
Gtk client: only image support is png. Also add resizing options for
the images (-mapscale/-iconscale), remove pngximage, update sdl
image and normal draw image to support arbitrary image sizes.
sound: Only support new sound system.
MSW 2001-11-01
(1 Files changed, 0 Lines changed)
pixmaps/shield.png 1.1 added
6/4/01 9:57 PMreeve
Intital Gnome client checkin. (1 Files changed, 21 Lines changed)
pixmaps/dot.xpm 1.1 added 21
5/26/01 2:35 AMmwedel
gx11.c: remove some unused code. Add color for cursed/magic items in
the unlocked inventory pain (makes it easier to sort items picked up)
Add support for trimming the info window buffers - now gtk just has
to be fixed. Have the second information window do the seem freeze
logic as the first. Fix problem of trying to access to many resistance
labels (may fix some reliability problems). Remove -scrolllines command
line option since the client does not use it.
xutil.c: Don't load/save scrolllines line in config file when included
with gx11.c - gtk client has no use for it. At newline to error
message about lines in default file we did not process.
MSW 2001-05-25
(1 Files changed, 25 Lines changed)
pixmaps/unlock.xpm 1.2 added 25
3/28/99 11:17 PMuid200
Initial revision (22 Files changed, 527 Lines changed)
pixmaps/hand.xpm 1.1 added 28
pixmaps/hand2.xpm 1.1 added 28
pixmaps/crossfiretitle.xpm 1.1 added 114
pixmaps/damned.xpm 1.1 added 11
pixmaps/close.xpm 1.1 added 18
pixmaps/cursed.xpm 1.1 added 11
pixmaps/unpaid.xpm 1.1 added 11
pixmaps/test.xpm 1.1 added 33
pixmaps/bg.xpm 1.1 added 34
pixmaps/lock.xpm 1.1 added 25
pixmaps/nonmag.xpm 1.1 added 24
pixmaps/question.xpm 1.1 added 33
pixmaps/locked.xpm 1.1 added 11
pixmaps/question.111 1.1 added 9
pixmaps/all.xpm 1.1 added 23
pixmaps/stipple.111 1.1 added 9
pixmaps/stipple.112 1.1 added 9
pixmaps/mag.xpm 1.1 added 25
pixmaps/magic.xpm 1.1 added 11
pixmaps/coin.xpm 1.1 added 24
pixmaps/skull.xpm 1.1 added 25
pixmaps/applied.xpm 1.1 added 11