February 2005 Commit Log

Number of Commits:
22
Number of Active Developers:
6
akirschbaum 2005-02-28 16:36 Rev.: 3080

plugin/plugin_python.c: Increase limits of values the Python script may set
to the ranges given by objects in the archetypes file.

25 lines of code changed in 2 files:

majorwoo 2005-02-28 11:31 Rev.: 3079

Added python 2.4 back to the check, my fault.

4 lines of code changed in 2 files:

mwedel 2005-02-28 02:31 Rev.: 3078

Changes for 1.7.1:
configure, configure.in: Rev for 1.7.1 release
sound-src/Makefile.in: Add files to EXTRA_DIST, fix typo so that make
arhive works.
MSW 2005-02-27

22 lines of code changed in 4 files:

temitchell 2005-02-28 00:55 Rev.: 3077

-modify Navar maps to use new style walls and buildings (thanks to
Mitch Obrian).
-move ship to Wolfsburg from Scorn to Navar

-remember to update your arches...

4977 lines of code changed in 10 files:

temitchell 2005-02-27 23:20 Rev.: 3076

add new 'western' style arches for Navar - submitted by Mitch Obrian

0 lines of code changed in 57 files:

majorwoo 2005-02-27 13:05 Rev.: 3075

Applied patch 1144782 - Fix town portal to maps that have reset

771 lines of code changed in 4 files:

mwedel 2005-02-27 01:06 Rev.: 3074

Add 'show' command back in to list of commands.
common/external.h: Change prototype of command_show() to match p_cmd.c
prototype.
common/p_cmd.c: Add 'show' to command dispatch table.
gtk/gtkproto.h: rebuilt
gtk/gx11.c: change declaration of command_show() to take const char *.
gtk/sdl.c: Make drawsmooth_sdl() static so it won't be put into gtkproto.h
file, which causes compilations to fail.
x11/x11.c: change declaration of command_show() to take const char *.
x11/x11proto.h: rebuilt
MSW 2005-02-26

53 lines of code changed in 8 files:

salathar 2005-02-22 07:12 Rev.: 3073

Apply patch 1136551 courtesy Techolous.
- Add a mention of 'chat command

8 lines of code changed in 1 file:

salathar 2005-02-22 06:34 Rev.: 3072

Apply patches 1126149,1118618 courtesy Mithzi
- Fix several broken formulae

6 lines of code changed in 1 file:

akirschbaum 2005-02-20 15:43 Rev.: 3071

common/object.c, include/libproto.h: change nrof parameter of get_split_ob to
uint32 type.
server/c_object.c, include/sproto.h: change nrof parameter of drop_object to
uint32 type.
plugin/{plugin_python.c, include/plugin_python.h},
plugin_animator/{plugin_animator.c, include/plugin_animator.h},
server/{apply.c, attack.c, gods.c, monster.c, player.c, skills.c, time.c,
timers.c}: Change type of CFParm.Value[5] and StackParm1[] to uint32 to be
able to pass an "nrof" value.

79 lines of code changed in 17 files:

akirschbaum 2005-02-20 13:06 Rev.: 3070

plugin/plugin_python.c, plugin/include/plugin_python.h: Remove spell wrapper
functions.

2 lines of code changed in 3 files:

akirschbaum 2005-02-20 12:20 Rev.: 3069

plugin/plugin_python.c, plugin/include/plugin_python.h: Replace skill-IDs by
skill names. Remove skill-ID wrapper functions.

12 lines of code changed in 3 files:

mwedel 2005-02-20 02:17 Rev.: 3068

common/metaserver.c: Once we have read in limit of number of
metaservers, don't do anymore processing - otherwise, client just
crashes.
MSW 2005-02-19

12 lines of code changed in 2 files:

mwedel 2005-02-14 00:42 Rev.: 3067

Sound cleanup and redo for ALSA9. The bulk of this is to break out the
alsa9 code from the cfsndser.c and compile its own seperate cfsndserv-alsa9
executable. Add options to config file/gtk client to support setting
which sound daemon to use. Note that ALSA9 sound now works all
properly - significant changes had to get made to the code for this
to happen.
--
configure, configure.in: The existence of ALSA9 sound does not preclude
compilation of OSS sound support (or others for that matter), so change
the logic accordingly to set variables only used for ALSA9. Add
SOUND_TARGETS that can be used by the makefile, change logic of
setting SUBDIRS so we don't put sound-src in multiple times.
common/client.c, common/client.h: Add sound_server variable.
gtk/config.c: Add support for loading/saving sound_server line in gdefaults
file.
gtk/gcfclient.man: Update about -sound_server option.
gtk/gx11.c: Update help and command line processing to support -sound_server
option.
gtk/sound.c: Change initialization of sound pipe to use sound_server variable
(set by options above) instead of hard coded cfsndserv. Path can be
either be absolute or relative to to bindir. Also change code so that
pipe is set for non blocking output, so if the sound daemon gets hung
up, won't effect rest of the client.
sound-src/Makefile.in: Redone to handle cfsnserv-alsa9 binary. uses
SOUND_TARGETS to know what to build.
sound-src/cfsndserv.c: Remove all ALSA9 code, since that is now in
alsa9.c file.
sound-src/alsa9.c, sound-src/common.c: Nwe files - alsa9.c contains
logic for playing sound. common.c is common routines. Idea being
that other code could get pulled from cfsndserv.c and use the common.c
routines for parsing sound file, etc.
MSW 2005-02-13

1013 lines of code changed in 13 files:

temitchell 2005-02-12 19:26 Rev.: 3066

- fix typos on troll bridge, add mid level random map.

37 lines of code changed in 1 file:

ryo_saeba 2005-02-12 17:05 Rev.: 3065

Fix broken script. Make sure help works under W32.

14 lines of code changed in 4 files:

temitchell 2005-02-11 11:39 Rev.: 3064

Add README doc for python scripts

0 lines of code changed in 1 file:

mwedel 2005-02-10 02:03 Rev.: 3063

Makefile.in, common/Makefile.in, gnome/Makefile.in, gtk/Makefile.in,
sound-src/Makefile.in, x11/Makefile.in: Add ${DESTDIR} prefix for
installation into other directories. Patch from sourcefore #1061895
MSW 2005-02-09

common/external.h, common/init.c, common/player.c, common/proto.h,
common/script.c, common/script.h, common/p_cmd.c (new file),
common/p_cmd.h (new file), gtk/gtkproto.h, gtk/gx11.c, gtk/help.c (new
file), gtk/keys.c, help/chelp.h, x11/x11.c, x11/x11proto.h, x11/xutil.c:
Install command table for client side commands - makes adding commands a
little easier, but also makes it easier to have better help. Bulk of the
changes are in p_cmd.c file, which pulled some code out of player.c.
Other source files modified to clean up function parameters (all now take
const char * as the command options). Patch from sourceforge 1022245,
with some work done by me. Addition fix in gtk/keys.c unbind - buffer
overflow would result if unbinding very long binding.
MSW 2005-02-09

1591 lines of code changed in 23 files:

salathar 2005-02-08 09:56 Rev.: 3062

Apply patch 1114803 courtesy Mithzi
- Fix player being teleported into wall
- Fix typo to read "treasure chamber"
- "Joseph" is called "Jacob" from now on to be consistend with the storyline
- Fix typo to read "Shining tower"

5 lines of code changed in 4 files:

ryo_saeba 2005-02-05 18:31 Rev.: 3061

Fix a buffer overflow in unbind output. Make strings const when possible

35 lines of code changed in 10 files:

mwedel 2005-02-05 02:29 Rev.: 3060

Makefile.in: Fix up distclean directive to go into all directories.
configure.in, configure: Fix configure so the --enable-feature and
--disable-feature flags follow proper standard (from patch on
sourceforge). Add check for -lossaudio. Modify check for
-lSDL_image library - don't require it for SDL support (if we
have it, we'll use it, but for newer versions of SDL, it doesn't
seem to exist anymore)
common/client-types.h: Minor formatting change.
common/script.h: add defines for PF_LOCAL and AF_LOCAL if they are
missing.
gtk/Makefile.in: Install man page into section 6.
sound-src/Makefile.in: Fix up depend command - had wrong variable.
Fix up distclean to remove automatically generated files.
x11/Makefile.in: Install man page into section 6.
MSW 2005-02-04

1461 lines of code changed in 9 files:

salathar 2005-02-02 08:31 Rev.: 3059

Fix a typo

1 lines of code changed in 1 file:

January 2005 »

Generated by StatSVN 0.7.0