1.0.79-stable

  • Date: 6/23/14
  • Backend upgrade: Yes (Linux)
  • Required: No
  • Language file changed: Yes

NOTE: If you get a page with just the background or the page does not display properly then clear your cache(templates_c and browser).

Upgrade Notes: See previous change logs

Features

  • Machines can now have a 'disk throttle' command (e.g. ionice) to run when gameservers are installed, deleted, and backed up.
  • Machines can now have quotas setup per game
  • Load balancing will now take place based on utilization from quotas, see Server Quotas and Load Balancing

Bug Fixes

  • Fixed a bug that required games to be enabled for both Linux and Windows servers

Template Files

  • bootstrap/admin/configuration/settings.tpl
  • bootstrap/admin/machines/managemachines-add.tpl

Language Changes

  • 'diskthrottlecommand' ⇒ “Disk throttle command”,
  • 'diskthrottletooltip' ⇒ “This allows you to specify a command that limits disk I/O when game servers are installed, deleted, backups taken/restored, and when updates are installed. For example you may want to run 'ionice -c2 -n7' to limit i/o when performing these actions.”,
  • 'advancedfeatures' ⇒ “Advanced Features”,
  • 'advancedfeaturestooltip' ⇒ “Only enable this if you are an advanced user, this will unlock some features that may be difficult to use or understand. Disabling this after setting advanced features up may disable those settings”,
  • 'quota' ⇒ “Quota”

Code Changes

  • Added a new 'loadbalance' event so user's can over-ride the default load balancer.