Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: Makefile.in | |||
Revision 1.30 | quinet | 2006/08/25 16:28:01 | +10 -4 |
configure, aclocal.m4, utils/config.guess, utils/config.sub, utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using slightly newer versions of libtoolize, aclocal, automake and autoconf. | |||
Show difference between Revision 1.29 and 1.30 | |||
Revision 1.29 | tchize | 2006/05/03 16:50:25 | +6 -0 |
Added autogeneration of html and text report for test process. | |||
Show difference between Revision 1.28 and 1.29 | |||
Revision 1.28 | tchize | 2006/03/22 17:06:48 | +1 -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.27 and 1.28 | |||
Revision 1.27 | tchize | 2006/03/21 16:46:09 | +4 -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.26 and 1.27 | |||
Revision 1.26 | akirschbaum | 2005/07/16 13:14:10 | +2 -2 |
*Makefile.in, aclocal.m4, configure: Rebuilt generated files. | |||
Show difference between Revision 1.25 and 1.26 | |||
Revision 1.25 | mwedel | 2005/07/08 20:03:43 | +6 -3 |
configure.ac, configure, aclocal.m4, */Makefile.in: Add AM_MAINTAINER_MODE macro to configure.ac - this should hopefully supress auto regeneration of makefiles.in MSW 2005-07-08 | |||
Show difference between Revision 1.24 and 1.25 | |||
Revision 1.24 | mwedel | 2005/07/08 19:03:11 | +202 -112 |
Commit updated makefiles so files these depend on have been updated (aclocal/include). MSW 2005-07-08 | |||
Show difference between Revision 1.23 and 1.24 | |||
Revision 1.23 | tchize | 2005/05/06 16:10:28 | +112 -202 |
added a new command to identify the type of text send to client. media tags can be included inside them. Those text types include scrolls, books, message of the day, signs, aso. See protocol doc for details | |||
Show difference between Revision 1.22 and 1.23 | |||
Revision 1.22 | mwedel | 2005/04/14 01:49:34 | +3 -3 |
utils/Makefile.am: Add cfmeta-rrd to list of files to add to distributions utils/cfmeta-rrd: Example of sample script that takes data and stores it into rrd file and draws graphs (new file). utils/metaserver.pl.in: Add recording of useful stats to external file so they can be processed by other external scripts. MSW 2005-04-13 | |||
Show difference between Revision 1.21 and 1.22 | |||
Revision 1.21 | akirschbaum | 2005/03/09 13:17:57 | +207 -109 |
*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub, utils/ltmain.sh: Rebuild generated files. | |||
Show difference between Revision 1.20 and 1.21 | |||
Revision 1.20 | mwedel | 2004/01/21 02:13:32 | +221 -98 |
Rebuilt with up to date aclocal/automake/autoconf so that they all work properly. MSW 2004-01-20 | |||
Show difference between Revision 1.19 and 1.20 | |||
Revision 1.19 | tchize | 2004/01/18 04:51:05 | +98 -221 |
Rebuilded Makefile.in using autogen.sh because of recent add of a file in server/ Also rebuilded loader.c for linux because loader.l was modified by a windows developper. | |||
Show difference between Revision 1.18 and 1.19 | |||
Revision 1.18 | mwedel | 2003/10/01 01:55:18 | +8 -4 |
utils/player_dl.html utils/player_dl.pl.in: New files - scripts for allowing character directories to be downloaded over the web. configure.ac: Add check for 'tar', so that we can put it in the script above. Makefile.in (All of them): Changed because TAR variable propogated to them. MSW 2003-09-30 | |||
Show difference between Revision 1.17 and 1.18 | |||
Revision 1.17 | mwedel | 2003/09/23 00:21:28 | +39 -92 |
Add conditional compilation to the stop level Makefile.am so that it only tries to compile crossedit if we have X libraries. Also, rebuild the files with older version of aclocal/autoheader/automake, so it shouldn't have as many troubles with some peoples systems. MSW 2003-09-22 | |||
Show difference between Revision 1.16 and 1.17 | |||
Revision 1.16 | tchize | 2003/06/19 05:59:33 | +92 -39 |
Added support for smoothing to the client. This will allow (i hope) better graphical results while using very little bandwidth overhead. Changes done follows: - Added protocol command MapExtendedInfos and smooth commands to server - Added a SetUp paramater in protocol for activating smoothing (disabled by default) or more general Extended map infos - Added file lib/smooth a text file containing some smoothing info a client might ask the server about. - Changed loader.l to be able to mark an object as 'smoothed' in archetypes (the smoothlevel parameter) and rebuild loader.c accordingly - Changed lib/Makefile.am to install lib/smooth file in shared folder - Rebuild the Makefiles.am and the Configure script (using autogen.sh) To be able to smooth, A client commit (the common part+ the gtk part) will follow and an archetypes commit will also follow. I will also detail changes to the protocol within a few days Server has been tested with older client to check backward compatibility | |||
Show difference between Revision 1.15 and 1.16 | |||
Revision 1.15 | mwedel | 2003/04/04 23:39:49 | +4 -2 |
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.14 and 1.15 | |||
Revision 1.14 | mwedel | 2003/02/25 01:18:08 | +39 -92 |
*/Makefile.in, related files: Updated for 1.5.0 server/attack.c: Don't change weak wall image if no damage was actually done. server/c_object.c: Include math.h - needed for pow() server/spell_effect.c: fix infinite loop in town_portal MSW 2003-02-24 | |||
Show difference between Revision 1.13 and 1.14 | |||
Revision 1.13 | tchize | 2002/12/31 07:36:51 | +92 -39 |
Added crossfire-config to the build list of the configure.ac and regenerated the Makefiles and configure.in to handle it | |||
Show difference between Revision 1.12 and 1.13 | |||
Revision 1.12 | mwedel | 2002/09/08 17:40:34 | +1 -1 |
Fix makefile for crossloop script. MSW 2002-09-08 | |||
Show difference between Revision 1.11 and 1.12 | |||
Revision 1.11 | mwedel | 2002/09/07 17:55:49 | +1 -1 |
Rebuild/fix of makefiles: Remove utils/flushlocks - player locking is no longer done, so no need for that script. Have crossedit put its proto.h file in the crossedit directory like it did under old make system, and not in the include directory. crossedit will probably go away sooner or later, so best to isolate all of its code into its own directory. MSW 2002-09-07 | |||
Show difference between Revision 1.10 and 1.11 | |||
Revision 1.10 | mwedel | 2002/09/07 17:24:33 | +2 -5 |
More automake cleanups. MSW 2002-09-07 | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | mwedel | 2002/09/07 17:08:08 | +372 -48 |
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. | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | mwedel | 2002/04/15 01:20:54 | +4 -1 |
Add utils/crossloop.web.in script. This script is used on metalforge - it generates the backtrace file, compresses the core, and sends out mail. configure.in, configure: Rebuilt to make the crossloop.web script. utils/Makefile.in: Install the crossloop.web script. Include the crossloop.web.in script when making the archive. utils/crossloop.web.in: New file. MSW 2002-04-14 | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | garbled | 2002/01/04 09:45:10 | +1 -1 |
When removing the old crossloop binary, remove it from the bindir, not from /. | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | mwedel | 2001/08/02 01:35:36 | +1 -1 |
Fix up so that distclean now clears out all appropriate files - MSW 2001-08-01 | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | mwedel | 2001/03/29 01:36:41 | +3 -3 |
utils/(metaserver.pl crossloop add_throw.perl crossloop.pl) - deleted from CVS - '.in' versions of these files now exist and the real versions are created as part of the configure process. Update utils/Makefile.in to reflect this change. MSW 2001/03/28 | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | mwedel | 2001/03/20 01:07:52 | +2 -1 |
Updates for 0.97.0 release: archetypes rebuilt (affecting most of the lib files) Makefile.in modified to include some missing files to release works properly. Most of the scripts changed because of substitution via configure. MSW 2001-03-19 | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | cvs | 2000/11/26 16:40:06 | +1 -1 |
MSW 2000/11/26: utils/metaserver.pl (added), utils/Makefile.in: Add metaserver.pl script. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | mids | 2000/11/25 16:09:30 | +2 -1 |
Added the option "make distclean" in all the Makefile.in | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | uid200 | 1999/04/02 13:10:08 | None |
Initial revision | |||
First version | |||
Revision 1.1.1.1 | uid200 | 1999/04/02 13:10:08 | +0 -0 |
First CVS revsion: crossfire-0.95.3 | |||
Show difference between Revision 1.1 and 1.1.1.1 |