Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
ryo_saeba | 18 (58.1%) | 308 (19.8%) | 320 (19.9%) | 17.11 |
gros | 7 (22.6%) | 828 (53.2%) | 831 (51.6%) | 118.29 |
akirschbaum | 4 (12.9%) | 8 (0.5%) | 50 (3.1%) | 2.00 |
mwedel | 2 (6.5%) | 411 (26.4%) | 411 (25.5%) | 205.50 |
Date | Author | File/Message |
---|---|---|
2/25/06 2:41 AM | mwedel |
*/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 (2 Files changed, 411 Lines changed) plugins/cfpython/include/Makefile.in 1.1 added 402
plugins/cfpython/include/Makefile.am 1.1 added 9
|
1/7/06 11:41 AM | ryo_saeba |
Regions support for plugins
(5 Files changed,
101 Lines changed)
plugins/cfpython/include/cfpython_region.h 1.1 added 41
plugins/cfpython/include/cfpython.h 1.5
(+1
-0)
plugins/cfpython/include/cfpython_region_private.h 1.1 added 55
plugins/cfpython/include/cfpython_map_private.h 1.5
(+2
-0)
plugins/cfpython/include/cfpython_object_private.h 1.9
(+2
-2)
|
12/17/05 12:24 PM | ryo_saeba |
Add missing files, tentative fix for build under Linux
(2 Files changed,
94 Lines changed)
plugins/cfpython/include/cfpython_party_private.h 1.1 added 53
plugins/cfpython/include/cfpython_party.h 1.1 added 41
|
12/17/05 12:21 PM | ryo_saeba |
Plugins can get party information
(2 Files changed,
6 Lines changed)
plugins/cfpython/include/cfpython.h 1.4
(+1
-0)
plugins/cfpython/include/cfpython_object_private.h 1.8
(+5
-1)
|
12/4/05 7:26 AM | ryo_saeba |
New plugin property 'marked item'
(1 Files changed,
3 Lines changed)
plugins/cfpython/include/cfpython_object_private.h 1.7
(+3
-1)
|
11/20/05 9:08 AM | ryo_saeba |
Plugins can access archetypes. Added wrappers in Python.
(5 Files changed,
104 Lines changed)
plugins/cfpython/include/cfpython_archetype_private.h 1.1 added 58
plugins/cfpython/include/cfpython_map_private.h 1.4
(+2
-0)
plugins/cfpython/include/cfpython_archetype.h 1.1 added 41
plugins/cfpython/include/cfpython.h 1.3
(+1
-0)
plugins/cfpython/include/cfpython_object_private.h 1.6
(+2
-0)
|
11/9/05 3:52 PM | akirschbaum |
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. (1 Files changed, 3 Lines changed) plugins/cfpython/include/cfpython_object_private.h 1.5
(+3
-0)
|
11/9/05 1:08 PM | akirschbaum |
Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object). (1 Files changed, 5 Lines changed) plugins/cfpython/include/cfpython_object_private.h 1.4
(+5
-0)
|
11/5/05 5:17 AM | ryo_saeba |
Fix case. Add compare for map and object.
(2 Files changed,
6 Lines changed)
plugins/cfpython/include/cfpython_object_private.h 1.3
(+3
-1)
plugins/cfpython/include/cfpython_map_private.h 1.3
(+3
-1)
|
10/28/05 2:08 PM | akirschbaum |
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). (2 Files changed, 42 Lines changed) plugins/cfpython/include/cfpython_object_private.h 1.2
(+21
-21)
plugins/cfpython/include/cfpython_map_private.h 1.2
(+21
-21)
|
10/20/05 4:11 AM | gros |
Solved an issue related to regenerating the function prototypes of cfpython.
Gros - 20/10/2005 (1 Files changed, 1 Lines changed) plugins/cfpython/include/cfpython.h 1.2
(+1
-3)
|
10/18/05 5:08 PM | ryo_saeba |
Fix Windows compilation
(1 Files changed,
6 Lines changed)
plugins/cfpython/include/cfpython_proto.h 1.2
(+6
-6)
|
10/18/05 9:51 AM | gros |
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 (6 Files changed, 830 Lines changed) plugins/cfpython/include/cfpython_object_private.h 1.1 added 494
plugins/cfpython/include/cfpython.h 1.1 added 88
plugins/cfpython/include/cfpython_proto.h 1.1 added 8
plugins/cfpython/include/cfpython_object.h 1.1 added 42
plugins/cfpython/include/cfpython_map.h 1.1 added 38
plugins/cfpython/include/cfpython_map_private.h 1.1 added 160
|