Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cRoot:GetFurnaceFuelBurnTime() to Lua API. | madmaxoft | 2013-11-22 | 1 | -0/+4 |
| | |||||
* | Changed cRoot:GetFurnaceRecipe() Lua binding signature. | madmaxoft | 2013-11-22 | 1 | -1/+1 |
| | | | | Fix #364. | ||||
* | Changed "cIniFile IniFile" to cIniFile & IniFile" | STRWarrior | 2013-10-26 | 1 | -1/+1 |
| | |||||
* | Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function. | STRWarrior | 2013-10-26 | 1 | -1/+1 |
| | |||||
* | Removed cRoot:m_PrimaryServerVersion from Lua API. | madmaxoft | 2013-10-23 | 1 | -5/+5 |
| | | | | We have the accessor methods for it. | ||||
* | Implemented the two memory-statistics functions in cRoot. | madmaxoft | 2013-10-08 | 1 | -1/+11 |
| | | | | This fixes #185. cWebAdmin::GetMemoryUsage() is accessible but deprecated (with a warning output to the screen). | ||||
* | Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes. | madmaxoft | 2013-09-27 | 1 | -2/+2 |
| | |||||
* | Implemented basic HTTP message header parsing. | madmaxoft | 2013-09-24 | 1 | -0/+2 |
| | |||||
* | Added cRoot:BroadcastChat() to the Lua API. | madmaxoft | 2013-08-17 | 1 | -0/+3 |
| | | | | This allows plugins to broadcast a chat message to all connected players. It is a replacement for previously removed cServer:BroadcastChat(). | ||||
* | Each world now ticks in a separate thread. | madmaxoft | 2013-08-11 | 1 | -2/+3 |
| | |||||
* | Advanced RCON: Command output is sent to the RCON client. | madmaxoft@gmail.com | 2013-06-29 | 1 | -11/+41 |
| | | | | | | | | | RCON authentication is now required before executing commands. Console command handlers now return two values, bool (IsHandled) and string (CommandOutput). API change: removed cRoot:ExecuteConsoleCommand(), added cRoot:QueueExecuteConsoleCommand(). API change: removed cPluginManager:ExecuteConsoleCommand(), use cRoot:QueueExecuteConsoleCommand() instead git-svn-id: http://mc-server.googlecode.com/svn/trunk@1631 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed a deadlock | madmaxoft@gmail.com | 2013-04-27 | 1 | -17/+24 |
| | | | | | | FS #363 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1421 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Plugins can now bind console commands | madmaxoft@gmail.com | 2013-02-15 | 1 | -5/+12 |
| | | | | | | | FS #300 Most console commands are now implemented in the Core plugin. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1214 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -8/+8 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added primary server version interface to cRoot and "primaryserverversion" console command. | madmaxoft@gmail.com | 2012-11-20 | 1 | -0/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1059 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version | madmaxoft@gmail.com | 2012-10-31 | 1 | -0/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1018 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+120 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 |