Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: cfanim_proto.h | |||
Revision 1.8 | ryo_saeba | 2006/02/23 16:25:12 | +0 -76 |
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins | |||
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 | akirschbaum | 2005/11/09 15:52:12 | +1 -0 |
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. | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | akirschbaum | 2005/11/09 13:08:27 | +2 -0 |
Implement new functions for the Python plugin: Object.WeightLimit, Object.InsertInto(Object). | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | ryo_saeba | 2005/11/01 05:48:44 | +7 -7 |
Fix CFAnim for Win32. Misc fixes. | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | akirschbaum | 2005/10/31 14:57:12 | +1 -1 |
Make protoype match implementation. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | akirschbaum | 2005/10/28 18:43:31 | +1 -1 |
Prevent problems (crashes) for large item piles. Now limit nrof to less than 2^31. | |||
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 |