[root]/trunk/crossfire/plugins/cfpython
include
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 105 (100.0%) | 2384 (100.0%) | 22.7 |
ryo_saeba | 54 (51.4%) | 984 (41.3%) | 18.2 |
qal21 | 9 (8.6%) | 621 (26.0%) | 69.0 |
akirschbaum | 12 (11.4%) | 340 (14.3%) | 28.3 |
gros | 14 (13.3%) | 258 (10.8%) | 18.4 |
mwedel | 12 (11.4%) | 158 (6.6%) | 13.1 |
tchize | 3 (2.9%) | 14 (0.6%) | 4.6 |
quinet | 1 (1.0%) | 9 (0.4%) | 9.0 |
make branche directories, delete old trunk.
0 lines of code changed in 9 files:
Potential fix for bug #1551307 (crash in python plugin).
16 lines of code changed in 1 file:
Add constants for many things.
189 lines of code changed in 1 file:
Add 'object->env' and move_xxx wrappers to Object.
56 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.
23 lines of code changed in 2 files:
Add plugin function to get time of day. Add matching Python function.
26 lines of code changed in 1 file:
Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*
113 lines of code changed in 2 files:
Add no_save, and python object invalidation.
310 lines of code changed in 2 files:
Rebuild makefiles, closing bug #1535160 (Python just broke)
12 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.
60 lines of code changed in 2 files:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Add hashtable.c for planned use in cfpython.
2 lines of code changed in 1 file:
Remove trailing whitespaces
11 lines of code changed in 1 file:
Add caching of the bytecode of python scripts, based upon code used in Daimonin's old python plugin before they moved to lua.
125 lines of code changed in 1 file:
Log hook for plugins. Use it for Python & cfanim.
8 lines of code changed in 2 files:
Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin
16 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:
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 :)
7 lines of code changed in 1 file:
Add add_key to set_key (object) for plugins.
5 lines of code changed in 2 files:
Massive cleaning of code. Shouldn't be any functional change.
2 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
150 lines of code changed in 2 files:
Misc plugin fixes
19 lines of code changed in 5 files:
Custom commands fixes. Global logout event change.
9 lines of code changed in 1 file:
plugins/cfpython/cfpython.c: Just whitespace changes to make it conform to
programming_guide.
247 lines of code changed in 1 file:
plugins/cfpython/cfpython.c: Make sure context->options always is initialized.
1 lines of code changed in 1 file:
Missing directory.
1 lines of code changed in 1 file:
Dispatch Python event handler scripts in subdirectories.
14 lines of code changed in 1 file:
Regions support for plugins
117 lines of code changed in 6 files:
Reference-related crashes
3 lines of code changed in 1 file:
Don't print file not found messages for global events.
6 lines of code changed in 1 file:
Make file compilable again.
1 lines of code changed in 1 file:
More leak fix
39 lines of code changed in 1 file:
Scripts don't share variables anymore.
40 lines of code changed in 1 file:
Forgot some magic
4 lines of code changed in 1 file:
Add missing files, tentative fix for build under Linux
90 lines of code changed in 3 files:
Plugins can get party information
37 lines of code changed in 2 files:
Fix buffer overflows which can be triggered remotely.
26 lines of code changed in 1 file:
New plugin property 'marked item'
4 lines of code changed in 1 file:
(24 more)