version 1.709 | | version 1.710 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | Add plugin access to move fields. Add sint64 type to plugin. 'AddExp' wrapper. |
| | include/plugin.h |
| | plugins/common/plugin_common.c |
| | plugins/common/include/plugin_common.h |
| | server/plugins.c |
| | ----- |
| | Add 'object->env' and move_xxx wrappers to Object. |
| | plugins/cfpython/cfpython_object.c |
| | plugins/cfpython/include/cfpython_object_private.h |
| | ----- |
| | Add constants for many things. Note that they aren't real constants and can |
| | be changed from a Python script. But it's the case for everything, so... |
| | plugins/cfpython/cfpython.c |
| | Ryo 2006-08-27 |
| | |
Removed obsolete 'event' field from object struct, and associated functions. | | Removed obsolete 'event' field from object struct, and associated functions. |
common/living.c | | common/living.c |
common/loader.[cl] | | common/loader.[cl] |