Page 1 of 1

Bzflag w/BZFS with built support for plug-ins

Posted: Wed Aug 12, 2015 1:11 pm
by trpted
I think bzflag (with BZFS) should have built in support for plug-ins without having to download the source code and Compiling it to get plug-ins to work.

Thank you.

Re: Bzflag w/BZFS with built support for plug-ins

Posted: Wed Aug 12, 2015 4:31 pm
by trpted
And new plug-ins should not require re-compiling..

Thank you

Re: Bzflag w/BZFS with built support for plug-ins

Posted: Wed Aug 12, 2015 8:40 pm
by macsforme
Having an interpreted language option for the API is probably a positive idea on the whole, and was visited by trepan when he was working on the LUA scripting feature (which was able to do a lot more than our API does now, including a lot of client-side enhancements).

For a long time now, the project has lacked the manpower and interest to simply take user ideas and implement them, especially when many more critical needs exist. Therefore, suggestions will usually need to be accompanied with a willingness to do the implementation work, or at least a significant part of it.

Re: Bzflag w/BZFS with built support for plug-ins

Posted: Thu Aug 13, 2015 1:58 am
by blast
At one point there was a Python plugin for bzfs. The plugin itself was C++ like our other plugins, but it was capable of hosting Python scripts that could access the bzfs plugin API through another API layer in the plugin. It was removed quite a while ago since nobody was maintaining it and it was sorely out of date.