[root]/plugins/cfpython
include
(9 files, 1556 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 49 (100.0%) | 906 (100.0%) | 18.4 |
ryo_saeba | 33 (67.3%) | 884 (97.6%) | 26.7 |
qal21 | 10 (20.4%) | 17 (1.9%) | 1.7 |
mwedel | 3 (6.1%) | 3 (0.3%) | 1.0 |
akirschbaum | 3 (6.1%) | 2 (0.2%) | 0.6 |
Backport removal of autohooks to the 1.x branch, due to some crashes in 1.x being related to the broken autohooks.
13 lines of code changed in:
Remove dead code.
0 lines of code changed in:
Win32 compilation fixes.
3 lines of code changed in:
Add Object.NoDamage and Object.RandomMovement to Python Crossfire Object (merge from trunk).
34 lines of code changed in:
Face/animation related plugin functions.
79 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
3 lines of code changed in:
Fix potential crash.
2 lines of code changed in:
Add Crossfire.Object.Skill property.
27 lines of code changed in:
Add 'Crossfire.Object.Race' attribute.
28 lines of code changed in:
Fix some type issues in plugin. Wrap change_abil(). Add set_resist(). Add duration property.
51 lines of code changed in:
Add Crossfire.Object.Move, tweak cf_object|player_move(), add missing getter.
8 lines of code changed in:
Give read-only access to map->unique to plugins. Add Crossfire.Map.Unique property.
5 lines of code changed in:
Fix type mismatch in varargs function parameters in plugin code.
2 lines of code changed in:
Fix wrong property set (value is int).
1 lines of code changed in:
Remove unused variables.
0 lines of code changed in:
Implement EVENT_TELL.
7 lines of code changed in:
Merge changes from trunk.
28 lines of code changed in:
Merge all plugin changes from trunk.
446 lines of code changed in:
Object.Enemy and Object.Count
32 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:
(11 more)