version 1.206 | | version 1.207 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | include/sproto.h, server/egoitem.c: Change create_artifact() to return whether |
| | the artifact was created. |
| | server/plugins.c: Change CFWCreateArtifact()/HOOK_CREATEARTIFACT to return |
| | whether the artifact was created. |
| | plugin/plugin_python.c: Define new function create_object() to create |
| | objects. Use this function to fix CFPython.CreateObjectInside() and |
| | CFPython.CreateObject(): creation of artifacts does work now. |
plugin/plugin_python.c: Fix CFPython.GetNextPlayerInfo() to work with long | | plugin/plugin_python.c: Fix CFPython.GetNextPlayerInfo() to work with long |
force names. Remove duplicate variable initialization. | | force names. Remove duplicate variable initialization. |
server/plugins.c: Remove the use of malloc() in initOnePlugin(). | | server/plugins.c: Remove the use of malloc() in initOnePlugin(). |