--- crossfire ---


Protocol:pserver User:anonymous
Machine:crossfire.cvs.sourceforge.net CVSROOT:/cvsroot/crossfire

Filename: acinclude.m4
Revision 1.15tchize 2006/07/11 15:19:14 +1 -1

FIX bug 1518321: check for x compiling does not require anymore autoconf.h
Show difference between Revision 1.14 and 1.15
Revision 1.14mwedel 2006/07/05 23:27:28 +0 -0
acinclude.m4, configure: Fix last fix which discarded any passed in
CFLAGS or if that is set in the environment.
MSW 2006-07-05
Show difference between Revision 1.13 and 1.14
Revision 1.13mwedel 2006/07/05 23:22:18 +1 -0
common/button.c: Fix for sourceforge bug common/button.c - harpsicord crashes
client. The problem is that the trigger code presumed that the object
would be animated, and blindly set teh face to the second animation frame.
harpsicords are not animated, so this could amount to garbage. So add
check for trigger objects to see if they are in fact animated before
blindly setting the face.
MSW 2006-07-05
Show difference between Revision 1.12 and 1.13
Revision 1.12mwedel 2006/06/30 00:46:51 +3 -1
acinclude.m4, aclocal.m4, configure, configure.ac: Fix crossedit header
detection - even when passed --with-x to configure and having all the files,
it wouldn't find the headers because it didn't pass in the correct -I
options for where they sit. Also, update for 1.9.1 release.
MSW 2006-06-29
Show difference between Revision 1.11 and 1.12
Revision 1.11tchize 2006/05/03 16:50:22 +100 -0


Added autogeneration of html and text report for test process.
Show difference between Revision 1.10 and 1.11
Revision 1.10tchize 2006/03/22 17:06:44 +28 -0

updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.
Show difference between Revision 1.9 and 1.10
Revision 1.9tchize 2006/03/21 16:45:59 +133 -0

Initial commit of unit tests (see doc/Developers/testplans)
This is it, initial commit of unit test framework. It contains empty testcases
for all unit tests. See test/unit/check_shstr.c for a completed example unit test :)
Show difference between Revision 1.8 and 1.9
Revision 1.8mwedel 2005/07/08 18:56:54 +65 -23
Add a --with-python option to configure. Also, update the python
detection script to check for 2.5 (not out yet, but might as well be prepared.)
Will try to commit files in proper order so that dependency checking is correct
and it won't try to rebuild makefiles or other files.
MSW 2005-07-08
Show difference between Revision 1.7 and 1.8
Revision 1.7akirschbaum 2005/03/09 12:59:36 +52 -1
acinclude.m4: Check whether Python supports the "L" format specifier. Do not
build python plugin if not.
Show difference between Revision 1.6 and 1.7
Revision 1.6akirschbaum 2005/03/06 05:46:21 +2 -2
acinclude.m4: Add check for python 2.4 to match this file with aclocal.m4.
Show difference between Revision 1.5 and 1.6
Revision 1.5mwedel 2004/05/16 01:13:20 +2 -2
server/acinclude.m4: Patch by acinclude.m4 to add python 2.3 support.
Rebuilt files (Makefile.in, aclocal.m4, configure, configure.in). add
config.guess, config.sub since automake now includes them in the Makefile.in
file.
MSW 2004-05-15
Show difference between Revision 1.4 and 1.5
Revision 1.4mwedel 2003/04/04 23:39:46 +1 -1
acinclude.m4: Update path to find python includes, since aclocal.m4 gets
derived from this file.
configure.ac, configure: Add utils/scores.pl to list of files to substitute on.
common/loader.l, loader.c: Add subtype for objects - will be used in future work.
common/object.c: Add subtype diff check in CAN_MERGE()
common/porting.c: Have it use SAVE_DIR_MODE when doing the mkdir, and not have
hardcoded 777 permissions.
doc/Makefile.in, doc/Makefile.am, doc/Developers/Makefile.am,
doc/Developers/Makefile.in: Move some of the spell docs around and merge
them together
doc/Developers/objects: Add notes about subtype.
doc/Developers/spells: New file, contains preliminary work on spell objects.
include/config.h: Remove command about DM_MAIL and LIBDIR from file, as they
are options no longer present. Update comment about SAVE_MODE, and add
SAVE_DIR_MODE
include/object.h: Add subtype field to object.
server/login.c: Have it use SAVE_DIR_MODE when doing the mkdir, and not have
hardcoded 6700 permissions.
utils/Makefile.in: Updated to know about scores.pl
utils/scores.pl.in: New file - reads player file to generate HTML score
file.
MSW 2003-04-04
Show difference between Revision 1.3 and 1.4
Revision 1.3mwedel 2002/09/18 01:17:18 +15 -16
Various updates:
NOTE - You need to install the updated archetypes (included below)
if you run this code without the updated archs, you will likely find
many things do not work.
acinclude.m4 aclocal.m4 configure: more refinements for libpython detection.
common/button.c: Two push_button() changes - have it check for ACTIVATE_ON_
PUSH/RELEASE to determine if the object should get activated. Also,
change behaviour of TIMED_GATE so that multipart timed gates work.
common/loader.l, loader.c: Update with acttivate_on_push/release
doc/Developers/objects: Add notes about how to add flags to objects.
include/define.h: add new FLAG_ values
include/win32.h: update by pstolarc so it compiles on Win32.
lib/archetypes: rebuilt
MSW 2002-09-17
Show difference between Revision 1.2 and 1.3
Revision 1.2mwedel 2002/09/17 01:32:22 +17 -7
Update for better python lib checking - should check for same
version of library as we found for header.
MSW 2002-09-15
Show difference between Revision 1.1 and 1.2
Revision 1.1mwedel 2002/09/07 17:08:05 None
Automake patch - all files.
The changes for the source files is using confdir instead of
datadir.
Patch by Jacek Konieczny (jajcus@bnet.pl), applied by Mark Wedel,
2002-09-07.
First version


File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:53