[root]/trunk/crossfire/plugins/cfpython/include
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 65 (100.0%) | 973 (100.0%) | 14.9 |
mwedel | 17 (26.2%) | 415 (42.7%) | 24.4 |
ryo_saeba | 26 (40.0%) | 365 (37.5%) | 14.0 |
gros | 7 (10.8%) | 52 (5.3%) | 7.4 |
qal21 | 6 (9.2%) | 50 (5.1%) | 8.3 |
akirschbaum | 4 (6.2%) | 50 (5.1%) | 12.5 |
tchize | 4 (6.2%) | 32 (3.3%) | 8.0 |
quinet | 1 (1.5%) | 9 (0.9%) | 9.0 |
make branche directories, delete old trunk.
0 lines of code changed in 15 files:
Add 'object->env' and move_xxx wrappers to Object.
18 lines of code changed in 1 file:
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.
9 lines of code changed in 1 file:
Plugin wrappers for timers.
2 lines of code changed in 1 file:
Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*
17 lines of code changed in 2 files:
Add no_save, and python object invalidation.
24 lines of code changed in 2 files:
Rebuild makefiles, closing bug #1535160 (Python just broke)
1 lines of code changed in 1 file:
Modify Crossfire_Object_wrap() to use the hash tables provided by hashtable.c to avoid creating more python wrapper objects than is needed.
4 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Fix cfpython compiliation on python 2.3
5 lines of code changed in 1 file:
Fix declaration
7 lines of code changed in 1 file:
Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin
4 lines of code changed in 2 files:
Added autogeneration of html and text report for test process.
6 lines of code changed in 1 file:
finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other
20 lines of code changed in 1 file:
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:
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 :)
5 lines of code changed in 1 file:
Add add_key to set_key (object) for plugins.
1 lines of code changed in 1 file:
*/Makefile{in.am}: Fix plugin makefiles so that 'make distcheck' works. Using
relative path names for files to include in distribution does not work -
need to have a makefile in each directory.
configure{.ac}: Updated as result of new Makefiles.
MSW 2006-02-24
415 lines of code changed in 2 files:
Regions support for plugins
105 lines of code changed in 5 files:
Add missing files, tentative fix for build under Linux
98 lines of code changed in 2 files:
Plugins can get party information
6 lines of code changed in 2 files:
New plugin property 'marked item'
3 lines of code changed in 1 file:
Plugins can access archetypes. Added wrappers in Python.
108 lines of code changed in 5 files:
Implement new function for the Python plugin: Object.NamePl. Change Object.Name
to set both name and name_pl. This should prevents scripts from failing to set
name_pl.
3 lines of code changed in 1 file:
Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object).
5 lines of code changed in 1 file:
Fix case. Add compare for map and object.
6 lines of code changed in 2 files:
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).
42 lines of code changed in 2 files:
Solved an issue related to regenerating the function prototypes of cfpython.
Gros - 20/10/2005
1 lines of code changed in 1 file:
Fix Windows compilation
6 lines of code changed in 1 file:
Version 2.0 of the Animator and Python plugins. Part of the transition to version 2.0 of the plugin interface.
An empty template for plugins writing as well as a library of common wrappers are also provided.
Gros - 18/10/2005
51 lines of code changed in 6 files: