Directory trunk/crossfire/crossedit/Cnv/

Directory Created:
1999-04-02 14:10
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
21
Lines of Code:
0

[root]/trunk/crossfire/crossedit/Cnv

Lines of Code

trunk/crossfire/crossedit/Cnv/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 72 (100.0%) 1890 (100.0%) 26.2
mwedel 29 (40.3%) 934 (49.4%) 32.2
tchize 8 (11.1%) 643 (34.0%) 80.3
akirschbaum 9 (12.5%) 250 (13.2%) 27.7
uid200 19 (26.4%) 45 (2.4%) 2.3
quinet 1 (1.4%) 10 (0.5%) 10.0
mids 1 (1.4%) 3 (0.2%) 3.0
elsbernd 1 (1.4%) 2 (0.1%) 2.0
ryo_saeba 2 (2.8%) 1 (0.1%) 0.5
jbontje 1 (1.4%) 1 (0.1%) 1.0
cvs 1 (1.4%) 1 (0.1%) 1.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 21 files:

  • trunk/crossfire/crossedit/Cnv: .cvsignore (del), Cnv.h (del), CnvBrowse.c (del), CnvFiles.c (del), CnvMenu.c (del), CnvNotify.c (del), CnvPath.c (del), CnvPrompt.c (del), CnvUtil.c (del), Makefile.am (del), Makefile.in (del), README (del), config.h (del), excloff.xbm (del), exclon.xbm (del), flagoff.xbm (del), flagon.xbm (del), notify.xbm (del), prompt.xbm (del), submenu.xbm (del), test.c (del)
quinet 2006-08-25 16:28 Rev.: 4836

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:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+10 -6)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: .cvsignore (new)
tchize 2006-06-01 14:07 Rev.: 4617


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:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+3 -1)
ryo_saeba 2006-05-05 04:26 Rev.: 4558

First part of patch #1453869 courtesy Stefan Huehner (shuehner)

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+1 -3)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

6 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+6)
tchize 2006-03-22 18:06 Rev.: 4546


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:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+1)
tchize 2006-03-21 17:46 Rev.: 4543


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:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+4)
akirschbaum 2006-03-16 15:59 Rev.: 4532

Apply patch #1439143 (code-cleanup: crossedit) by Stefan Huehner: Remove
unused code, add static/const where appropriate.

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Cnv.h (+1 -1)
akirschbaum 2006-01-08 06:05 Rev.: 4318

crossedit/Cnv/CnvPrompt.c: Make file compilable with Ansi C89 compiler.

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: CnvPrompt.c (+1 -1)
akirschbaum 2005-12-09 16:24 Rev.: 4107

Apply slightly modified first part of patch #1275563 (Crossedit: fix map
attributes window): make the map attributes dialogs work again.

15 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: CnvPrompt.c (+15 -2)
akirschbaum 2005-10-28 14:08 Rev.: 3937

Fix compiler warnings. Most changes do not change the program (remove unused
variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix
(possible) problems (fix uninitialized variables, fix printf format
specifiers, fix mismatches between signed and unsigned variables, add missing
return and default statements).

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: CnvPath.c (+1 -1)
akirschbaum 2005-07-16 16:10 Rev.: 3454

Fix spelling errors in string constants.

2 lines of code changed in 2 files:

  • trunk/crossfire/crossedit/Cnv: CnvFiles.c (+1 -1), CnvPath.c (+1 -1)
akirschbaum 2005-07-16 13:14 Rev.: 3451

*Makefile.in, aclocal.m4, configure: Rebuilt generated files.

2 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+2 -2)
akirschbaum 2005-07-10 08:54 Rev.: 3423

server/{login.c, player.c}: Fix buffer overflow with pl->title. Based on patch
by Scott Kullberg.
crossedit/{Edit.c, Cnv/CnvPrompt.c}, server/{ban.c, hiscore.c, login.c,
player.c, shop.c, win32.c}: Properly terminate destination string of strncpy
with '\0'.

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: CnvPrompt.c (+1)
mwedel 2005-07-08 20:03 Rev.: 3408

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:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+6 -3)
mwedel 2005-07-08 19:03 Rev.: 3403

Commit updated makefiles so files these depend on have been updated
(aclocal/include).
MSW 2005-07-08

223 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+223 -134)
tchize 2005-05-06 16:10 Rev.: 3245


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

134 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+134 -223)
akirschbaum 2005-03-09 14:17 Rev.: 3109

*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files.

227 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+227 -132)
mwedel 2004-01-21 03:13 Rev.: 2527

Rebuilt with up to date aclocal/automake/autoconf so that they all work
properly.
MSW 2004-01-20

205 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+205 -211)
tchize 2004-01-18 05:51 Rev.: 2520



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.

211 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+211 -205)
mwedel 2003-10-01 01:55 Rev.: 2364

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:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+1)
mwedel 2003-09-23 00:21 Rev.: 2338

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

64 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+64 -142)
tchize 2003-06-19 05:59 Rev.: 2194


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

142 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+142 -64)
mwedel 2003-02-25 02:18 Rev.: 2042

*/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

64 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+64 -142)
tchize 2002-12-31 08:36 Rev.: 1905


Added crossfire-config to the build list of the configure.ac and regenerated the Makefiles and
configure.in to handle it

142 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+142 -64)
mwedel 2002-09-07 17:08 Rev.: 1705

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.

371 lines of code changed in 2 files:

  • trunk/crossfire/crossedit/Cnv: Makefile.am (new 15), Makefile.in (+356 -43)
jbontje 2001-09-24 05:47 Rev.: 1292

These are some misc. patches by Tim Rightnour to make Crossfire compile
cleanly on NetBSD.

1) The Cnv makefile wasn't recieving EXTRA_CFLAGS, making it difficult to
compile, because it wants to locate the guile includes.

2) The metaserver code didn't cast the fifth argument to sendto properly.
Amusingly, it did so on WIN32. I verified this is the proper cast with SUSV2,
Solaris, NetBSD and linux.

mids 2001-09-24

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+1 -1)
elsbernd 2001-04-10 10:04 Rev.: 956

Propagate CPPFLAGS and LDFLAGS down to Makefile

2 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+2 -2)
mids 2000-11-25 17:09 Rev.: 538

Added the option "make distclean" in all the Makefile.in

3 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: Makefile.in (+3)
cvs 1999-08-12 23:02 Rev.: 81

Sync between private copy and that in repository - looks to just be
a whitespace change - msw

1 lines of code changed in 1 file:

  • trunk/crossfire/crossedit/Cnv: test.c (+1 -1)
uid200 1999-04-02 14:10 Rev.: 5

Initial revision

45 lines of code changed in 19 files:

  • trunk/crossfire/crossedit/Cnv: Cnv.h (new 1), CnvBrowse.c (new), CnvFiles.c (new 1), CnvMenu.c (new), CnvNotify.c (new), CnvPath.c (new 1), CnvPrompt.c (new 1), CnvUtil.c (new), Makefile.in (new 40), README (new), config.h (new), excloff.xbm (new), exclon.xbm (new), flagoff.xbm (new), flagon.xbm (new), notify.xbm (new), prompt.xbm (new), submenu.xbm (new), test.c (new 1)
Generated by StatSVN 0.7.0