Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
uid200 | 19 (44.2%) | 1712 (79.5%) | 1712 (48.2%) | 90.11 |
mwedel | 8 (18.6%) | 257 (11.9%) | 949 (26.7%) | 32.12 |
akirschbaum | 8 (18.6%) | 109 (5.1%) | 250 (7.0%) | 13.62 |
tchize | 4 (9.3%) | 73 (3.4%) | 631 (17.8%) | 18.25 |
mids | 1 (2.3%) | 3 (0.1%) | 3 (0.1%) | 3.00 |
jbontje | 1 (2.3%) | 0 (0.0%) | 1 (0.0%) | 0.00 |
elsbernd | 1 (2.3%) | 0 (0.0%) | 2 (0.1%) | 0.00 |
cvs | 1 (2.3%) | 0 (0.0%) | 1 (0.0%) | 0.00 |
Date | Author | File/Message |
---|---|---|
1/8/06 5:05 AM | akirschbaum |
crossedit/Cnv/CnvPrompt.c: Make file compilable with Ansi C89 compiler.
(1 Files changed,
1 Lines changed)
crossedit/Cnv/CnvPrompt.c 1.4
(+1
-1)
|
12/9/05 3:24 PM | akirschbaum |
Apply slightly modified first part of patch #1275563 (Crossedit: fix map
attributes window): make the map attributes dialogs work again. (1 Files changed, 15 Lines changed) crossedit/Cnv/CnvPrompt.c 1.3
(+15
-2)
|
10/28/05 2:08 PM | akirschbaum |
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 Files changed, 1 Lines changed) crossedit/Cnv/CnvPath.c 1.3
(+1
-1)
|
7/16/05 4:10 PM | akirschbaum |
Fix spelling errors in string constants.
(2 Files changed,
2 Lines changed)
crossedit/Cnv/CnvFiles.c 1.2
(+1
-1)
crossedit/Cnv/CnvPath.c 1.2
(+1
-1)
|
7/16/05 1:13 PM | akirschbaum |
*Makefile.in, aclocal.m4, configure: Rebuilt generated files.
(1 Files changed,
2 Lines changed)
crossedit/Cnv/Makefile.in 1.17
(+2
-2)
|
7/10/05 8:54 AM | akirschbaum |
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 Files changed, 1 Lines changed) crossedit/Cnv/CnvPrompt.c 1.2
(+1
-0)
|
7/8/05 8:03 PM | mwedel |
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 (1 Files changed, 6 Lines changed) crossedit/Cnv/Makefile.in 1.16
(+6
-3)
|
7/8/05 7:03 PM | mwedel |
Commit updated makefiles so files these depend on have been updated
(aclocal/include). MSW 2005-07-08 (1 Files changed, 223 Lines changed) crossedit/Cnv/Makefile.in 1.15
(+223
-134)
|
5/6/05 4:10 PM | tchize |
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 (1 Files changed, 134 Lines changed) crossedit/Cnv/Makefile.in 1.14
(+134
-223)
|
3/9/05 1:17 PM | akirschbaum |
*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files. (1 Files changed, 228 Lines changed) crossedit/Cnv/Makefile.in 1.13
(+228
-133)
|
1/21/04 2:13 AM | mwedel |
Rebuilt with up to date aclocal/automake/autoconf so that they all work
properly. MSW 2004-01-20 (1 Files changed, 207 Lines changed) crossedit/Cnv/Makefile.in 1.12
(+207
-213)
|
1/18/04 4:51 AM | tchize |
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. (1 Files changed, 213 Lines changed) crossedit/Cnv/Makefile.in 1.11
(+213
-207)
|
10/1/03 1:55 AM | mwedel |
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 Files changed, 1 Lines changed) crossedit/Cnv/Makefile.in 1.10
(+1
-0)
|
9/23/03 12:21 AM | mwedel |
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 (1 Files changed, 64 Lines changed) crossedit/Cnv/Makefile.in 1.9
(+64
-142)
|
6/19/03 5:59 AM | tchize |
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 (1 Files changed, 142 Lines changed) crossedit/Cnv/Makefile.in 1.8
(+142
-64)
|
2/25/03 1:18 AM | mwedel |
*/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 (1 Files changed, 64 Lines changed) crossedit/Cnv/Makefile.in 1.7
(+64
-142)
|
12/31/02 7:36 AM | tchize |
Added crossfire-config to the build list of the configure.ac and regenerated the Makefiles and
configure.in to handle it (1 Files changed, 142 Lines changed) crossedit/Cnv/Makefile.in 1.6
(+142
-64)
|
9/7/02 5:08 PM | mwedel |
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. (2 Files changed, 384 Lines changed) crossedit/Cnv/Makefile.in 1.5
(+371
-58)
crossedit/Cnv/Makefile.am 1.1 added 13
|
9/24/01 5:47 AM | jbontje |
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 Files changed, 1 Lines changed) crossedit/Cnv/Makefile.in 1.4
(+1
-1)
|
4/10/01 10:02 AM | elsbernd |
Propagate CPPFLAGS and LDFLAGS down to Makefile
(1 Files changed,
2 Lines changed)
crossedit/Cnv/Makefile.in 1.3
(+2
-2)
|