Releases: BigBrotherBot/big-brother-bot
B3 v1.12 Iron Pigeon
This release features some minor bug fixes and improves compatibility with Urban Terror 4.3.3 game servers. Many thanks to all the contributors that supplied code through pull requests: @mrsupiri, @lrq3000, @timnboys, @Stephano2000, @ptitbigorneau and @Ansa89. Please report bugs and suggestions through our official bug tracker.
Urban Terror 4.3 Support Release
This version introduce the support for Urban Terror 4.3.
B3 v1.10.10 Stable Release
This is the first stable release of B3 1.10. This release carries some minor fixes to the admin plugin and to automated tests. Since this project is not actively maintained anymore this may be the last stable release of B3 1.10 unless some major bugs appears.
B3 1.10.8 - Beta Release
This release fixes a problem with the geowelcome plugin not importing correctly needed submodules.
B3 1.10.7 - Beta Release
This release fix an error in the GUI application which was introduced in the last B3 1.10.7dev release.
B3 1.10.6 - Beta Release
This release fixes some minor issue discovered in B3 1.10.5 beta:
- fixed loadPlugins crashing B3 owhen it could not load a 3rd party plugin
- improve the
b3-linux-source.sh
andb3-linux.sh
scripts Urban Terror
: queue EVT_GAME_ROUND_END when survivor winner is triggered- the
Windows
distribution now have two .exe files, one to start the B3 graphical interface, the other to run B3 as console program BF3
andBF4
: fix the _"AttributeError: 'Bf3Parser' object has no attribute 'settings'" error
Changelog since B3 1.9.2 click here
Changelog since B3 1.10.5 click here
B3 1.10.5 - Beta Release
This release fixes some minor issue discovered in B3 1.10.4 beta:
- fixed
jumper
plugin not loading some configuration values correctly - fixed
xlrstats
plugin not updating database schema automatically - fixed
geolocation
plugin crashing when hitting socket timeout in geolocation thread - fixed
Parser.critical
not shutting down B3 - fixed
iourt42
parser not storing client data due to possible client name length overflow - added
scheduler
plugin by @thomasleveil in the default plugin set
For a more detailed changelog since B3 1.9.2 click here
B3 1.10.4 - Beta Release
This release fixes some minor issue discovered in B3 1.10.3 beta and carries some minor performance improvements. Here is the changelog since B3 1.10.3 beta:
- fixed invalid log message in
makeroom
plugin. - added
getSetting
method inPlugin
class: now it's easier and faster for plugin developers to load configuration file values (usage implemented already in some built-in plugins). - adjust
publist
plugin to submit b3 platform + architecture to master server. - changed default configuration file to use
@b3/conf
instead of@conf
token: this allow end users to load configuration files from different locations than B3conf
directory, while referring to this directory for plugins configuration files (by default). - some minor optimization in
tk
andspawnkill
plugins.
B3 1.10.3 - Beta Release
This release fixes a bug discovered in B3 1.10.2 beta which was causing the crash of a lot of plugins at startup time due to missing dependencies. It carries another minor fix in the AUTODOC
generator which now writes the B3 documentation file in the B3 home directory, if the given path is not writable.
B3 1.10.2 - Beta Release
This release is meant to fix some minor bugs discovered in B3 1.10.1 beta and introduce some new features. Here is the changelog since B3 1.10.1 beta:
- fixed low resolution icon being displayed on Linux system
- fixed main windows buttons overlapping status bar on Linux
- fixed some minor bugs in the
Pluginmanager
plugin. - now the
Parser
correctly handle therequiresVersion
attribute of thePlugin
class. - improved logging in some plugins and
iourt42
parser. - fixed
g_matchmode
retrieval inpoweradminurt
plugin. - fixed
iourt42
parser which was failing when parsingsay
lines with empty message. - fixed TK plugin not reading correctly
grudge_level
from configuration file (thanks @ptitbigorneau). - fixed TK plugin not reading correctly
grudge_enabled
from configuration file (thanks @ptitbigorneau). - added
getSetting
method inPlugin
class: make it easier to retrieve configuration file values. - renamed
b3.sh
script intob3-linux-source.sh
. - added Linux BASH script to manage B3 instances when using Linux (i386 and amd64) frozen application:
b3-linux.sh
in thescripts
directory. - spawnkill plugin now fires
EVT_CLIENT_SPAWNKILL
andEVT_CLIENT_SPAWNKILL_TEAM
events. tk
plugin now interfaces withspawnkill
plugin: can specify in thetk
plugin configuration file a more severe punishment for spawnkillers