--- crossfire/include ---


Protocol:pserver User:anonymous
Machine:crossfire.cvs.sourceforge.net CVSROOT:/cvsroot/crossfire

Filename: plugin.h
Revision 1.28ryo_saeba 2006/08/27 09:09:18 +10 -1
Add plugin access to move fields. Add sint64 type to plugin. 'AddExp' wrapper.
Show difference between Revision 1.27 and 1.28
Revision 1.27ryo_saeba 2006/08/15 08:43:47 +1 -0
Add plugin function to get time of day. Add matching Python function.
Show difference between Revision 1.26 and 1.27
Revision 1.26qal21 2006/08/12 14:38:23 +3 -1
Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*
Show difference between Revision 1.25 and 1.26
Revision 1.25qal21 2006/08/08 13:17:54 +1 -0
Add no_save, and python object invalidation.
Show difference between Revision 1.24 and 1.25
Revision 1.24qal21 2006/07/28 01:45:28 +17 -16
Add EVENT_DESTROY. Allow execute_event to be called from common.
Show difference between Revision 1.23 and 1.24
Revision 1.23ryo_saeba 2006/05/20 10:47:48 +1 -0
Log hook for plugins. Use it for Python & cfanim.
Show difference between Revision 1.22 and 1.23
Revision 1.22ryo_saeba 2006/02/15 14:37:45 +1 -0
Commit forgotten file
Show difference between Revision 1.21 and 1.22
Revision 1.21ryo_saeba 2006/01/07 11:41:31 +8 -0
Regions support for plugins
Show difference between Revision 1.20 and 1.21
Revision 1.20ryo_saeba 2005/12/17 12:21:44 +7 -0
Plugins can get party information
Show difference between Revision 1.19 and 1.20
Revision 1.19ryo_saeba 2005/12/04 07:26:39 +1 -0
New plugin property 'marked item'
Show difference between Revision 1.18 and 1.19
Revision 1.18ryo_saeba 2005/11/20 09:08:39 +7 -0
Plugins can access archetypes. Added wrappers in Python.
Show difference between Revision 1.17 and 1.18
Revision 1.17gros 2005/10/19 14:42:33 +1 -1
Various small fixes of the plugin subsystem.
Gros - 19/10/2005
Show difference between Revision 1.16 and 1.17
Revision 1.16gros 2005/10/18 11:54:31 +181 -126
Upgrade of the Crossfire server to version 2.0 of the plugin interface.
Upgrade of the Python plugin to version 2.0 of the plugin interface.
Gros - 18/10/05
Show difference between Revision 1.15 and 1.16
Revision 1.15ryo_saeba 2005/07/15 16:11:32 +14 -1
Massive plugin changes, fixes bugs for Win32
Show difference between Revision 1.14 and 1.15
Revision 1.14ryo_saeba 2005/07/15 08:51:50 +2 -1
Glue cleaning. New plugin function.
Show difference between Revision 1.13 and 1.14
Revision 1.13temitchell 2004/08/02 18:27:54 +4 -2
- add event hooks for Kick and Muzzle(toggle_shout) commands
- fix CFSetQuantity by changing the int to uintand remove
- now looks for event scripts in python/events
Show difference between Revision 1.12 and 1.13
Revision 1.12ryo_saeba 2003/11/07 13:54:49 +2 -2
Fixed newline issue with previous commit.
Show difference between Revision 1.11 and 1.12
Revision 1.11ryo_saeba 2003/11/07 13:01:29 +4 -2
Improved 'tell' command. Fix Win32-Python issues. Fix Win32 compilation issue.
Show difference between Revision 1.10 and 1.11
Revision 1.10mwedel 2003/09/13 00:01:34 +0 -1
Updated code for skill + spell code. skills and spells are now objects.
tuning these now means changing the archetypes. New spells can now
be added just by making a new archetype. Lots of code cleanup
also done.
MSW 2003-09-12
Show difference between Revision 1.9 and 1.10
Revision 1.9gros 2003/06/11 12:38:29 +2 -1
Added support for DecreaseObject, a wrapper for decrease_object
- Gros 11/06/03
Show difference between Revision 1.8 and 1.9
Revision 1.8gros 2003/05/31 06:48:26 +2 -1
Added a Python wrapper for the set_variable function - Gros 31/05/03
Show difference between Revision 1.7 and 1.8
Revision 1.7michtoen 2001/11/15 21:33:59 +16 -5
Plugin_Python works now in Windows!

Alot of changes:
- New VisualC files to compile & install plugin_python.dll
and libcross.
- patch plugins.c and plugin_python.c to compiler under win32/VC
- remove some nasty bugs. The plugin now gives out correct version
messages and will be right noticed under dm command "pluglist"
- Fixed first plugin routines like "Say" and "initPlugin".

The whole package is running and ready for fix up!
Show difference between Revision 1.6 and 1.7
Revision 1.6michtoen 2001/11/11 19:09:39 +8 -3
fix some bugs in plugin.c .

- I give all functions with a return definition a return
cmd-
- Refix an old bug - someone recommit it from local copy
- don't forget to update sproto.h when you insert new
functions in the modules
Show difference between Revision 1.5 and 1.6
Revision 1.5tchize 2001/11/11 06:37:10 +10 -1


server/plugins.c: adding new hooks
to handle the animation of an object
to clone an object
a wrapper to apply_below command
a wrapper to teleport object
a wrapper to communicate

Their purpose is to prepare the arrival of plugin_animator
Show difference between Revision 1.4 and 1.5
Revision 1.4gros 2001/11/11 03:39:53 +6 -2
Some bugfixes, new timer system, support for custom plugins commands, new plugin hooks - Gros 11/11/01
Show difference between Revision 1.3 and 1.4
Revision 1.3michtoen 2001/10/29 15:30:25 +1 -1
test again - still a bug in cvsroot scripting
and i want convert files from unix <-> windows format
and the cvs should merge then - only the real changed one-
Show difference between Revision 1.2 and 1.3
Revision 1.2gros 2001/10/21 04:07:12 +27 -15
Some plugins improvements and bugfixes - Chachkoff Y. 10/21/01
Show difference between Revision 1.1 and 1.2
Revision 1.1gros 2001/10/14 02:57:14 None
Major changes: Added dynamic plugin support, removed old Guile support.
- Gros 10/14/01
First version


File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:27