Directory trunk/client/pixmaps/

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

[root]/trunk/client/pixmaps

Lines of Code

trunk/client/pixmaps/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 112 (100.0%) 6039 (100.0%) 53.9
tchize 4 (3.6%) 5329 (88.2%) 1332.2
mwedel 65 (58.0%) 623 (10.3%) 9.5
tanner 3 (2.7%) 50 (0.8%) 16.6
uid200 22 (19.6%) 21 (0.3%) 0.9
akirschbaum 16 (14.3%) 16 (0.3%) 1.0
ryo_saeba 1 (0.9%) 0 (0.0%) 0.0
reeve 1 (0.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 43 files:

  • trunk/client/pixmaps: .cvsignore (del), 16x16.png (del), 32x32.png (del), 48x48.png (del), Makefile.am (del), Makefile.in (del), all.xpm (del), applied.xbm (del), applied.xpm (del), bg.xpm (del), clear.xbm (del), close.xbm (del), close.xpm (del), coin.xpm (del), crossfiretitle.xpm (del), cursed.xbm (del), cursed.xpm (del), damned.xbm (del), damned.xpm (del), dot.xpm (del), hand.xpm (del), hand2.xpm (del), lock.xpm (del), locked.xbm (del), locked.xpm (del), mag.xpm (del), magic.xbm (del), magic.xpm (del), nonmag.xpm (del), question.111 (del), question.sdl (del), question.xpm (del), shield.png (del), sign_east.xpm (del), sign_flat.xpm (del), sign_west.xpm (del), skull.xpm (del), stipple.111 (del), stipple.112 (del), test.xpm (del), unlock.xpm (del), unpaid.xbm (del), unpaid.xpm (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/pixmaps: .cvsignore (new)
mwedel 2006-07-05 02:12 Rev.: 4665

Clean up some compile warnings. They generally fall into either wrong form
for variable (%lld vs %ld), or cast for data (char* vs uint8*)
---
common/client-types.h: Add FMT64 defines like done in the server. Removes
need for #ifdef WIN32 in many places.
common/client.c: Remove unneeded cast for ReplyInfoCmd(). Change type
of length parameter passed to getsockopt() to be a socklen_t.
common/commands.c: Change ReplyInfoCmd() to take a uint8*. Add several
char*/uint8* casts. Change TickCmd() to also take uint8*
common/external.h: Add extern void client_tick(uint32 tick).
common/image.c: load_image() so that its fourth param (checksum) is a uint32.
In finish_face_cmd() change filename to be a char*. Add some casts in
ImageCmd() & Image2Cmd(). Change display_newpng() so its first param
(face) is just a int, not a long. Change get_image_info() to take in
a uint8* for data, add some casts. Change get_image_sums() to take in
a char*
common/item.c: Change several buffers used by the socklist structure to
be uint8, add casts as needed.
common/newsocket.c: Change SockList_Init() so that the passed in buffer
is a uint8*, so that is what the target buffer type is. Add some
casts and update some types within the program.
common/player.c: Change a buffer from char to uint8.
common/proto.h: Rebuilt.
common/script.c: Change it to take in a uint8 for data. Change %lld
to use FMT64
common/script.h: Update declaration of script_watch()
gtk/config.c: Remove const from titles. While they may be used as a const,
the gtk function they are passed to isn't declared that way.
gtk/gx11.c: Remove unused function end_windows(). Replace %lld with
FMT64. Removed const from title declaration.
gtk/inventory.c: Remove const from titles declaration. re-enable cast
for image creation for tabs.
gtk/keys.c: Add note about compiler warning and bad code technique for
for getting the selection.
gtk/png.c: Removed unused variables/function - png_to_gdkpixmap()
gtk/text.c: Change void_callback() to match format of other callbacks
to prevent warning.
gtk-v2/src/gtk2proto.h: Rebuilt.
gtk-v2/src/png.c: Remove unused variable.
gtk-v2/src/stats.c: Replace %lld with FMT64.
pixmaps/question.111, pixmaps/stipple.111, pixmaps/stipple.112: Change
types to be char and not unsigned char, since that is what
the function tha uses this data expects.
x11/x11.c: Replace %lld with FMT64
---
MSW 2006-07-04

3 lines of code changed in 3 files:

  • trunk/client/pixmaps: question.111 (+1 -1), stipple.111 (+1 -1), stipple.112 (+1 -1)
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/pixmaps: 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/pixmaps: Makefile.in (+1 -1)
akirschbaum 2006-02-16 17:32 Rev.: 4458

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

15 lines of code changed in 15 files:

  • trunk/client/pixmaps: all.xpm (+1 -1), close.xpm (+1 -1), coin.xpm (+1 -1), crossfiretitle.xpm (+1 -1), hand.xpm (+1 -1), hand2.xpm (+1 -1), lock.xpm (+1 -1), mag.xpm (+1 -1), nonmag.xpm (+1 -1), question.xpm (+1 -1), sign_east.xpm (+1 -1), sign_flat.xpm (+1 -1), sign_west.xpm (+1 -1), skull.xpm (+1 -1), unlock.xpm (+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/pixmaps: 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/pixmaps: 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/pixmaps: 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

502 lines of code changed in 2 files:

  • trunk/client/pixmaps: Makefile.am (new 64), Makefile.in (new 438)
tchize 2005-05-21 12:41 Rev.: 3283


Addon: signs display in a window when you read them

5328 lines of code changed in 3 files:

  • trunk/client/pixmaps: sign_east.xpm (new 781), sign_flat.xpm (new 3766), sign_west.xpm (new 781)
tanner 2002-07-09 19:28 Rev.: 1649

* 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

50 lines of code changed in 3 files:

  • trunk/client/pixmaps: 16x16.png (new 11), 32x32.png (new 18), 48x48.png (new 21)
mwedel 2002-03-29 00:55 Rev.: 1568

Add missing file. MSW 2002-03-28

0 lines of code changed in 1 file:

  • trunk/client/pixmaps: question.sdl (new)
mwedel 2002-01-15 02:33 Rev.: 1508

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

71 lines of code changed in 9 files:

  • trunk/client/pixmaps: applied.xbm (new 7), clear.xbm (new 8), close.xbm (new 8), cursed.xbm (new 7), damned.xbm (new 7), locked.xbm (new 7), magic.xbm (new 7), question.111 (+13 -8), unpaid.xbm (new 7)
mwedel 2001-12-28 03:56 Rev.: 1485

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 lines of code changed in 2 files:

  • trunk/client/pixmaps: stipple.111 (+1 -1), stipple.112 (+1 -1)
mwedel 2001-11-02 03:22 Rev.: 1364

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

15 lines of code changed in 1 file:

  • trunk/client/pixmaps: shield.png (new 15)
reeve 2001-06-04 21:57 Rev.: 1165

Intital Gnome client checkin.

0 lines of code changed in 1 file:

  • trunk/client/pixmaps: dot.xpm (new)
mwedel 2001-05-26 02:35 Rev.: 1155

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

27 lines of code changed in 1 file:

  • trunk/client/pixmaps: unlock.xpm (new 27)
uid200 1999-03-29 00:13 Rev.: 4

Initial revision

21 lines of code changed in 22 files:

  • trunk/client/pixmaps: all.xpm (new 1), applied.xpm (new), bg.xpm (new), close.xpm (new 1), coin.xpm (new 1), crossfiretitle.xpm (new 1), cursed.xpm (new), damned.xpm (new), hand.xpm (new 1), hand2.xpm (new 1), lock.xpm (new 1), locked.xpm (new), mag.xpm (new 1), magic.xpm (new), nonmag.xpm (new 1), question.111 (new 8), question.xpm (new 1), skull.xpm (new 1), stipple.111 (new 1), stipple.112 (new 1), test.xpm (new), unpaid.xpm (new)
Generated by StatSVN 0.7.0