version 1.607 | | version 1.608 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | Commit patch #1456016 courtesy schmorp.de development team. |
| | server/pets.c |
| | Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin. |
| | include/sproto.h |
| | plugins/cfpython/include/cfpython_object_private.h |
| | plugins/cfpython/include/cfpython_map_private.h |
| | plugins/cfpython/cfpython_object.c |
| | plugins/cfpython/cfpython_map.c |
| | plugins/common/include/plugin_common.h |
| | plugins/common/plugin_common.c |
| | server/plugins.c |
| | Ryo 2006-05-05 |
| | |
include/config.h: Increase Archtable to 8192, the new hashing algorithm | | include/config.h: Increase Archtable to 8192, the new hashing algorithm |
works better with a table size that is a power of 2, and the current value | | works better with a table size that is a power of 2, and the current value |
is very close to being exceeded anyway. Suggested by Crossfire+ Development | | is very close to being exceeded anyway. Suggested by Crossfire+ Development |