1.0.83-stable
- Release Date: 4/11/2015
- Backend upgrade: Yes
- 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
- Renamed “Manage Games” to “Game Templates”
- Added a GameInstaller class, this should make downloading games and their required files easier
- Added a “Working Directory” option for Windows games, this allows you to change the directory the game server is ran from
Bug Fixes
- Changed email encoding to UTF-8
- Fixed a Linux backend bug that could cause GSP-Panel to think a game server started or stopped when it didn't
- Added style to the maintenance page
- Improved FTP logging on Windows backend
Template Files
- bootstrap/admin/header.tpl
- bootstrap/admin/utilities/gameinstaller/selectmachine.tpl
- bootstrap/admin/configuration/managegames-add.tpl
- bootstrap/admin/machines/managemachines-add.tpl
- bootstrap/common/maintenance.tpl
Language Changes
- 'gameinstallstarted' ⇒ “Game install started”,
- 'gameinstallfailed' ⇒ “Game install has failed, review the tasklist for details”,
- 'gametemplates' ⇒ “Game Templates”,
- 'steamcmdsettings' ⇒ “SteamCMD Settings”,
- 'steamusername' ⇒ “Steam Username”,
- 'steampassword' ⇒ “Steam Password”,
- 'steamappid' ⇒ “Steam App ID”,
- 'steampassnotrequired' ⇒ “Password is not requried for anonymous”,
- 'steamreadappids' ⇒ “For a list of App ID's please read”,
- 'workingdir' ⇒ “Working Directory”,
- 'workingdirtooltip' ⇒ “This will change the working directory for Windows executables, only use this if your game requires the executable to be ran from a specific folder.”
Code Changes
- Added the GameInstaller class