Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 35099 (100.0%) | 923.6 |
ryo_saeba | 17 (44.7%) | 34929 (99.5%) | 2054.6 |
akirschbaum | 12 (31.6%) | 99 (0.3%) | 8.2 |
kbulgrien | 2 (5.3%) | 67 (0.2%) | 33.5 |
mwedel | 5 (13.2%) | 4 (0.0%) | 0.8 |
qal21 | 2 (5.3%) | 0 (0.0%) | 0.0 |
Fix typos.
7 lines of code changed in:
Face/animation related plugin functions.
4964 lines of code changed in:
Server support for Metaserver2 - brought back from trunk:
acinclude.m4: Add LIBCURL_CHECK_CONFIG macro, used by configure.
configure.ac: Add check for pthread, LIBCURL. Extra
logic to display if we will build with metaserver2 support
lib/Makefile.am: add metaserver2 to list of files to install.
*/Makefile.in: rebuilt
lib/metaserver2: Settings file for metaserver2 support.
server/init.c: Add call to metaserver2_init() during startup.
include/metaserver2.h: Header file include metaserver2 related data.
include/autoconf.h.in: Rebuilt
include/sockproto.h: Rebuilt with new metaserver2 functions.
socket/metaserver.c: metaserver2 update logic added.
MSW 2007-08-31
4 lines of code changed in:
Document all defined drawextinfo type numbers.
22 lines of code changed in:
Fix typos.
4 lines of code changed in:
Fix plugin documentation, add some .ps version made from the wiki. This fixes bug #1537236: cfpython 2.0 - documentation missing.
29951 lines of code changed in:
Fix typo.
1 lines of code changed in:
Remove trailing whitespace.
62 lines of code changed in:
Make detectors able to find players (slaying set to 'player').
3 lines of code changed in:
doc/Developers/objects: Mark 'flying' attribute as obsolete.
2 lines of code changed in:
Typos.
2 lines of code changed in:
Merge random map changes from trunk.
0 lines of code changed in:
Implement feature request #1560389: improve inscription logic.
9 lines of code changed in:
Bring forward fix from 1.10.0:
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for buildin
g in alternate directory, which
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25
0 lines of code changed in:
Fix typo.
1 lines of code changed in:
doc/Developers/protocol: Add documentation about exp_table requestinfo
addition
socket/loop.c: Add call to send_exp_table() in request_info_cmd()
socket/request.c: Add send_exp_table() to use a replyinfo exp_table to
send data to client.
MSW 2006-11-03
0 lines of code changed in:
- Oops. Fix typo in commit 5017.
2 lines of code changed in:
- Spelling adjustments
- doc/Developers/objects updated to better describe @match use in objects. Many
objects contain useless case handling keys like @match Hello|hello because
mapmakers do not know how @match works. Also add mention of the limited
regular expression support that applies to match keys.
65 lines of code changed in:
Merge revision 4948 from trunk to 1.x: Fix incorrect example for 'move_block' syntax.
0 lines of code changed in: