[root]/trunk/crossfire/plugins/common
include
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 1133 (100.0%) | 29.8 |
mwedel | 7 (18.4%) | 514 (45.4%) | 73.4 |
ryo_saeba | 17 (44.7%) | 332 (29.3%) | 19.5 |
qal21 | 4 (10.5%) | 233 (20.6%) | 58.2 |
akirschbaum | 4 (10.5%) | 30 (2.6%) | 7.5 |
tchize | 3 (7.9%) | 12 (1.1%) | 4.0 |
quinet | 1 (2.6%) | 9 (0.8%) | 9.0 |
gros | 2 (5.3%) | 3 (0.3%) | 1.5 |
make branche directories, delete old trunk.
0 lines of code changed in 5 files:
make Win32 define of uintptr_t more correct.
1 lines of code changed in 1 file:
Fix Win32 compilation
4 lines of code changed in 1 file:
Add plugin access to move fields. Add sint64 type to plugin. 'AddExp' wrapper.
5 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.
16 lines of code changed in 1 file:
Add plugin function to get time of day. Add matching Python function.
9 lines of code changed in 1 file:
Rebuild makefiles, closing bug #1535160 (Python just broke)
5 lines of code changed in 1 file:
Remove excess inlcudes.
0 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Add hashtable.c for planned use in cfpython.
232 lines of code changed in 2 files:
Log hook for plugins. Use it for Python & cfanim.
18 lines of code changed in 1 file:
Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin
7 lines of code changed in 1 file:
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 :)
5 lines of code changed in 1 file:
Add add_key to set_key (object) for plugins.
3 lines of code changed in 2 files:
*/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
514 lines of code changed in 2 files:
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins
4 lines of code changed in 1 file:
Misc plugin fixes
2 lines of code changed in 1 file:
Regions support for plugins
38 lines of code changed in 1 file:
Plugins can get party information
56 lines of code changed in 1 file:
Apply patch #1371956 (code cleanup patch) by Stefan Huehner: fix old-style
function declarations and prototypes to proper Ansi C syntax. This patch
allows the compiler to check function arguments and also removes some warnings
when compiling with -Wstrict-prototypes.
1 lines of code changed in 1 file:
New plugin property 'marked item'
5 lines of code changed in 1 file:
Wrappers for map properties get
141 lines of code changed in 1 file:
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.
6 lines of code changed in 1 file:
Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object).
14 lines of code changed in 1 file:
Add gettimeofday for WIN32.
19 lines of code changed in 1 file:
Corrected a nasty conversion from object* to char*
2 lines of code changed in 1 file:
Prevent problems (crashes) for large item piles. Now limit nrof to less than 2^31.
9 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
1 lines of code changed in 1 file: