Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: cfpython_object_private.h | |||
Revision 1.14 | ryo_saeba | 2006/08/27 09:09:56 | +18 -0 |
Add 'object->env' and move_xxx wrappers to Object. | |||
Show difference between Revision 1.13 and 1.14 | |||
Revision 1.13 | ryo_saeba | 2006/08/20 04:59:28 | +2 -0 |
Plugin wrappers for timers. | |||
Show difference between Revision 1.12 and 1.13 | |||
Revision 1.12 | qal21 | 2006/08/08 13:17:54 | +6 -0 |
Add no_save, and python object invalidation. | |||
Show difference between Revision 1.11 and 1.12 | |||
Revision 1.11 | qal21 | 2006/07/29 15:44:51 | +4 -2 |
Modify Crossfire_Object_wrap() to use the hash tables provided by hashtable.c to avoid creating more python wrapper objects than is needed. | |||
Show difference between Revision 1.10 and 1.11 | |||
Revision 1.10 | ryo_saeba | 2006/05/05 03:52:45 | +2 -0 |
Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | ryo_saeba | 2006/01/07 11:41:32 | +2 -2 |
Regions support for plugins | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | ryo_saeba | 2005/12/17 12:21:44 | +5 -1 |
Plugins can get party information | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | ryo_saeba | 2005/12/04 07:26:40 | +3 -1 |
New plugin property 'marked item' | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | ryo_saeba | 2005/11/20 09:08:39 | +2 -0 |
Plugins can access archetypes. Added wrappers in Python. | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | akirschbaum | 2005/11/09 15:52:12 | +3 -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.4 and 1.5 | |||
Revision 1.4 | akirschbaum | 2005/11/09 13:08:28 | +5 -0 |
Implement new functions for the Python plugin: Object.WeightLimit, Object.InsertInto(Object). | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | ryo_saeba | 2005/11/05 05:17:08 | +3 -1 |
Fix case. Add compare for map and object. | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | akirschbaum | 2005/10/28 14:08:53 | +21 -21 |
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). | |||
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 |