8
I Use This!
High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add key ring to item_types and item_types.h file in the container category. MSW 4/21/2000
cvs
More... about 24 years ago
Change Makefile.in to use perl that configure has found when running items.pl script - MSW 4/21/2000
cvs
More... about 24 years ago
Add help/usekeys to distribution and Makefile.in to get used. Mark Wedel 4/21/2000
cvs
More... about 24 years ago
License: Add license file for the client - MSW 4/20/2000
cvs
More... about 24 years ago
Many updates - MSW 4/20/2000
cvs
More... about 24 years ago
config.h, config.h.in: Add WORDS_BIGENDIAN define to file. MSW 4/20/2000
cvs
More... about 24 years ago
gx11.c: Update so that it has the same set of command line options that x11.c does (-nocache, -nosound)
cvs
More... about 24 years ago
x11.c, xutil.c, client.h, client.man: Only update keycodes for the local keyboard for standard keybindings. Custom keybindings will keep their old/original keycodes, which is often needed. Add -updatekeycodes option so have it update all keycodes. client.man updated to describe the -updatekeycodes command. MSW 4/20/2000
cvs
More... about 24 years ago
cfsndserv.c: Various changes 1) Add support for sound on Sun (solaris) systems - another init_audio function added. 2) If in SOUND_DEBUG mode, also print out the audio device we would try to use. Also, add x,y coordinates when printing debug information when playing a sound. 3) Add various casts to reduce compiler warnings on going from signed char to unsigned char data types. 4) For 16 bit output, big endian (sparc) should now work - have two sections when packing the sound information to pack it the write direction depending on endianess of the machine. 5) Ignore the device entry in the .crossfire/sndstat file - using that resulted in incompatibilities between system types. If player needs to use a specific audio device, the AUDIODEV environmental variable can be used. --MSW 4/20/2000
cvs
More... about 24 years ago
configure.in (and configure): Many fixes: 1) On solaris, add -R flag to linker options if --with-xpm-lib=dir is used - needed to run the client when dynamic linking is used. 2) Add AC_C_BIGENDIAN check - we need to know the byte order for sound to work on both sparc and other systems properly. NOTE - when running autoconf, you will get a warning about that line. 3) Add detecition for solaris audio include, and add appropriate declarations to use it. 4) Fix for xpm check - if X11 includes are in a nonstandard place, it would fail to find xpm.h since that includes some standard X11 files. Add X_CFLAGS which includes any necessary -I options for this to work. --MSW 4/20/2000
cvs
More... about 24 years ago
x11.c, xutil.c, client.h: Only update keycodes for the local keyboard for standard keybindings. Custom keybindings will keep their old/original keycodes, which is often needed. Add -updatekeycodes option so have it update all keycodes. MSW 4/20/2000
cvs
More... about 24 years ago
add closing comment - the missing close comment was just resulting in warnings of 'comment detected inside comment' - the change does not affect the execution of the code. MSW 4/20/2000
cvs
More... about 24 years ago
See CHANGES file.
jec
More... about 24 years ago
See CHANGES file.
jec
More... about 24 years ago
Remove extra semicolor that was resulting in compiler warnings.
cvs
More... about 24 years ago
See CHANGES file.
jec
More... about 24 years ago
See CHANGES file.
jec
More... about 24 years ago
commit for various updates I have made to the file in the last few days. Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Cosmetic fixes - updates to rcsid string to include right file name as well as updates to mail address and/or additions to top banner. Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Change to use /usr/bin/perl instead of /usr/local/bin/perl - real change is to find perl in configure.in and call the scripts with that. Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Fix rcsid string so it gets properly updated. Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Updated my mailing address to be accurate - Mark Wedel 4/12/2000
cvs
More... about 24 years ago
doc/playbook/handbook.idx: Automatically generated file removed. This is not something normally included in packed up distributions, so no reason to have it in CVS - Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Update my mailing address - Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Change to use /usr/bin/perl instead of /usr/local/bin/perl - real change is to find perl in configure.in and call the scripts with that. Mark Wedel 4/13/2000
cvs
More... about 24 years ago
Recommit - apparantly I forgot to check this in. Makefile.in, doc/Makefile.in: Modified so that making the docarchive now works. The make must be done from the top level for it to work, since some values are passed, but the doc/Makefile.in was missing some declarations and had some other fixes that needed to be done. msw 3/22/2000
cvs
More... about 24 years ago
Recommit - I thought I did this before, but it was not showing up in the repository.
cvs
More... about 24 years ago
update fiel for animation update, x11.c and removal of some files. Mark Wedel 4/12/2000
cvs
More... about 24 years ago
x11.c: Add code into gen_draw_face so if a request to draw a nonexistant face is performed, it will handle the problem gracefully. Mark Wedel, 4/12/2000
cvs
More... about 24 years ago
commands.c, client.h: Change animation code to dynamically allocate space needed for animations instead of using a statically defined/sized array to contain the face information. This fixes a bug with icors causing the client to crash (it had more animations than the static array had), and this method is just generally a good idea. Mark Wedel, 4/12/2000
cvs
More... about 24 years ago