[root]/server/trunk/plugins
cf_darcap
(0 files, 0 lines)
include
(0 files, 0 lines)
cfanim
(2 files, 1279 lines)
include
(3 files, 109 lines)
cfcitybell
(0 files, 0 lines)
include
(0 files, 0 lines)
cflogger
(2 files, 772 lines)
include
(2 files, 65 lines)
cfnewspaper
(2 files, 428 lines)
include
(3 files, 64 lines)
cfpython
(8 files, 7388 lines)
include
(8 files, 395 lines)
cfrhg
(0 files, 0 lines)
include
(0 files, 0 lines)
citylife
(0 files, 0 lines)
include
(0 files, 0 lines)
common
(2 files, 2335 lines)
include
(2 files, 244 lines)
template
(3 files, 396 lines)
include
(1 files, 74 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 203 (100.0%) | 8.8 |
mwedel | 2 (8.7%) | 108 (53.2%) | 54.0 |
gros | 5 (21.7%) | 72 (35.5%) | 14.4 |
ryo_saeba | 12 (52.2%) | 22 (10.8%) | 1.8 |
silvernexus | 1 (4.3%) | 1 (0.5%) | 1.0 |
partmedia | 1 (4.3%) | 0 (0.0%) | 0.0 |
anmaster | 1 (4.3%) | 0 (0.0%) | 0.0 |
akirschbaum | 1 (4.3%) | 0 (0.0%) | 0.0 |
Convert the 'random house generator' plugin to a module, disabled by default.
1 lines of code changed in 1 file:
Convert the 'citylife' plugin to a server 'module'.
1 lines of code changed in 1 file:
Convert the 'citylife' plugin to a server 'module'.
1 lines of code changed in 1 file:
Refactor city bells python event into its own plugin.
It seems to run much more efficiently this way.
1 lines of code changed in 1 file:
Clean up archive build rules
0 lines of code changed in 1 file:
Remove cf_darcap plugin, replaced by various Python scripts.
1 lines of code changed in 1 file:
First version of a Darcap handling plugin.
1 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
New plugin: random house generator. Check cfrhg.c for details.
1 lines of code changed in 1 file:
New plugin: citylife. Adds NPCs to town, to make them more lively.
1 lines of code changed in 1 file:
Remove trailing whitespace.
0 lines of code changed in 1 file:
Remove generated files.
0 lines of code changed in 1 file:
Bring forward 1.10.0 fix for make distcheck
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 build!
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
4 lines of code changed in 1 file:
New plugin: cfnewspaper.
4 lines of code changed in 2 files:
Add missing directories for cflogger plugin.
11 lines of code changed in 2 files:
Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07
104 lines of code changed in 1 file:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
70 lines of code changed in 1 file:
Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.
2007-01-14 - Gros
2 lines of code changed in 4 files: