Skip to content

Releases: BigBrotherBot/big-brother-bot

B3 v1.12 Iron Pigeon

03 Mar 15:28
Compare
Choose a tag to compare

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

23 Mar 11:39
Compare
Choose a tag to compare

This version introduce the support for Urban Terror 4.3.

B3 v1.10.10 Stable Release

27 Feb 22:08
Compare
Choose a tag to compare

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

27 Sep 12:02
Compare
Choose a tag to compare
Pre-release

This release fixes a problem with the geowelcome plugin not importing correctly needed submodules.

B3 1.10.7 - Beta Release

15 Sep 21:58
Compare
Choose a tag to compare
Pre-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

08 Aug 19:38
Compare
Choose a tag to compare
Pre-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 and b3-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 and BF4: 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

22 Jul 00:57
Compare
Choose a tag to compare
Pre-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

14 Jul 02:08
Compare
Choose a tag to compare
Pre-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 in Plugin 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 B3 conf directory, while referring to this directory for plugins configuration files (by default).
  • some minor optimization in tk and spawnkill plugins.

B3 1.10.3 - Beta Release

06 Jul 11:39
Compare
Choose a tag to compare
Pre-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

05 Jul 23:29
Compare
Choose a tag to compare
Pre-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 the requiresVersion attribute of the Plugin class.
  • improved logging in some plugins and iourt42 parser.
  • fixed g_matchmode retrieval in poweradminurt plugin.
  • fixed iourt42 parser which was failing when parsing say 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 in Plugin class: make it easier to retrieve configuration file values.
  • renamed b3.sh script into b3-linux-source.sh.
  • added Linux BASH script to manage B3 instances when using Linux (i386 and amd64) frozen application: b3-linux.sh in the scripts directory.
  • spawnkill plugin now fires EVT_CLIENT_SPAWNKILL and EVT_CLIENT_SPAWNKILL_TEAM events.
  • tk plugin now interfaces with spawnkill plugin: can specify in the tk plugin configuration file a more severe punishment for spawnkillers