Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 27 (100.0%) | 2302 (100.0%) | 85.2 |
tchize | 11 (40.7%) | 1496 (65.0%) | 136.0 |
mwedel | 11 (40.7%) | 560 (24.3%) | 50.9 |
akirschbaum | 2 (7.4%) | 235 (10.2%) | 117.5 |
quinet | 1 (3.7%) | 10 (0.4%) | 10.0 |
ryo_saeba | 2 (7.4%) | 1 (0.0%) | 0.5 |
make branche directories, delete old trunk.
0 lines of code changed in 5 files:
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.
10 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Fixed error in build process regarding unit test.
Our modularization is way broken, with have intredependent .a files, this should be solved.
Applied a compilation workaround suggest by gnu, twice every .a at link time. Applied an automake
workaround as we need to pass --preserver-dup-deps to autotools and to do this only current CVS
version can do it without a bit i hacking. Applied Hacking suggested by automake mailing list.
3 lines of code changed in 1 file:
First part of patch #1453869 courtesy Stefan Huehner (shuehner)
1 lines of code changed in 1 file:
Added autogeneration of html and text report for test process.
6 lines of code changed in 1 file:
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.
1 lines of code changed in 1 file:
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 :)
4 lines of code changed in 1 file:
*Makefile.in, aclocal.m4, configure: Rebuilt generated files.
2 lines of code changed in 1 file:
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
6 lines of code changed in 1 file:
Commit updated makefiles so files these depend on have been updated
(aclocal/include).
MSW 2005-07-08
228 lines of code changed in 1 file:
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
136 lines of code changed in 1 file:
*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files.
233 lines of code changed in 1 file:
Rebuilt with up to date aclocal/automake/autoconf so that they all work
properly.
MSW 2004-01-20
207 lines of code changed in 1 file:
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.
214 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
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
59 lines of code changed in 1 file:
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
136 lines of code changed in 1 file:
*/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
59 lines of code changed in 1 file:
Added crossfire-config to the build list of the configure.ac and regenerated the Makefiles and
configure.in to handle it
996 lines of code changed in 2 files:
Small tool for easier plugin developpement.
This tool is written to get informations about compiled server directories.
compiled name is crossfire-config.
Should make plugin configure script developpement easier.
0 lines of code changed in 2 files: