version 1.224 | | version 1.225 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | plugin/include/plugin_python.h, plugin/plugin_python.c, |
| | plugin_animator/plugin_animator.c, server/plugins.c: General cleanup - merge |
| | duplicate code, remove debugging code, rename variables, rename C function |
| | names to match the Python function name, use hook functions where |
| | appropriate. |
include/sproto.h, plugin/plugin_python.c, server/plugins.c, server/shop.c: | | include/sproto.h, plugin/plugin_python.c, server/plugins.c, server/shop.c: |
Use uint64 type for variables holding money. Use Python long integers to | | Use uint64 type for variables holding money. Use Python long integers to |
pass these variables to/from the Python plugin. | | pass these variables to/from the Python plugin. |