version 1.246 | | version 1.247 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | plugin/plugin_python.c: Make CFPython.IsCanBePicked return whether the object |
| | can be picked up. (Did return whether the object cannot be picked up.) |
plugin/plugin_python.c: Do not return a pointer to a variable on the stack. | | plugin/plugin_python.c: Do not return a pointer to a variable on the stack. |
server/plugins.c: Fix pointer type mismatch while processing | | server/plugins.c: Fix pointer type mismatch while processing |
CFPython.RegisterCommand. | | CFPython.RegisterCommand. |