Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: cfpython_map.c | |||
Revision 1.10 | qal21 | 2006/08/12 14:38:23 | +93 -10 |
Impliment cfpython map invalidation. Change behavoir of EVENT_MAP* | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | ryo_saeba | 2006/05/20 10:47:48 | +1 -1 |
Log hook for plugins. Use it for Python & cfanim. | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | ryo_saeba | 2006/05/05 03:52:45 | +11 -0 |
Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | ryo_saeba | 2006/02/14 16:31:34 | +1 -1 |
Misc plugin fixes | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | ryo_saeba | 2006/01/07 11:41:32 | +5 -0 |
Regions support for plugins | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | ryo_saeba | 2005/11/26 08:04:03 | +16 -16 |
Wrappers for map properties get | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | ryo_saeba | 2005/11/20 09:08:39 | +16 -19 |
Plugins can access archetypes. Added wrappers in Python. | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | ryo_saeba | 2005/11/05 05:17:08 | +5 -0 |
Fix case. Add compare for map and object. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | gros | 2005/10/19 14:42:34 | +5 -1 |
Various small fixes of the plugin subsystem. Gros - 19/10/2005 | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | gros | 2005/10/18 09:51:51 | None |
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 | |||
First version |