Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cIniFile doesn't store filename internally anymore. | madmaxoft | 2013-10-25 | 1 | -5/+4 |
| | |||||
* | Fixed GetHTMLEscapedString() binding, removed obsolete memory function from API. | madmaxoft | 2013-10-21 | 1 | -11/+1 |
| | |||||
* | Merge branch 'htmlescape'. | madmaxoft | 2013-10-20 | 1 | -16/+47 |
|\ | |||||
| * | Added a string reserve. | Alexander Harkness | 2013-10-19 | 1 | -0/+1 |
| | | |||||
| * | Fixed compile error. silly parentheses creeping in. | Alexander Harkness | 2013-10-19 | 1 | -1/+1 |
| | | |||||
| * | Changed the code according to xoft's suggestions. | Alexander Harkness | 2013-10-19 | 1 | -10/+10 |
| | | |||||
| * | Fixed general failings with everything. Fixes #211. | Alexander Harkness | 2013-10-19 | 1 | -3/+3 |
| | | | | | | | | My editor fixed some extra tabs in globals. | ||||
| * | Added a HTML escaping function to cWebAdmin. | Alexander Harkness | 2013-10-19 | 1 | -15/+54 |
|/ | | | | Apparently my editor fixed some failed tabs too. | ||||
* | Fixed webadmin logging. | madmaxoft | 2013-10-18 | 1 | -0/+16 |
| | | | | This fixes #262. | ||||
* | WebAdmin honors the [WebAdmin].Enable setting. | madmaxoft | 2013-10-13 | 1 | -2/+8 |
| | | | | This fixes #234. | ||||
* | Fixed WebAdmin's request parameters. | madmaxoft | 2013-10-13 | 1 | -1/+12 |
| | | | | Also added doxycomments on what they really contain. | ||||
* | Implemented the two memory-statistics functions in cRoot. | madmaxoft | 2013-10-08 | 1 | -52/+2 |
| | | | | This fixes #185. cWebAdmin::GetMemoryUsage() is accessible but deprecated (with a warning output to the screen). | ||||
* | Fixed memory leaks in the HTTP framework | madmaxoft | 2013-10-06 | 1 | -4/+9 |
| | |||||
* | Removed remnants of the old webserver. | madmaxoft | 2013-10-06 | 1 | -23/+2 |
| | |||||
* | WebAdmin uses the new HTTP functionality. | madmaxoft | 2013-10-05 | 1 | -216/+277 |
| | | | | This is a partial implementation of #183. | ||||
* | Updated coding style to match ours. | madmaxoft | 2013-09-22 | 1 | -4/+8 |
| | |||||
* | Implemented Apple-specific GetMemoryUsage. | Samuel Barney | 2013-09-22 | 1 | -2/+11 |
| | |||||
* | Prepared cWebAdmin for Apple-specific GetMmeoryUsage() | madmaxoft | 2013-09-21 | 1 | -0/+8 |
| | |||||
* | Implemented cWebAdmin:GetMemoryUsage() on Linux proper. | madmaxoft | 2013-09-21 | 1 | -25/+43 |
| | | | | Also the function now returns an int, number of KiB used, or -1 on failure. | ||||
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Removed LuaScript. | madmaxoft | 2013-08-08 | 1 | -12/+11 |
| | | | | The WebAdmin now uses LuaState directly to call the one function it needs. | ||||
* | cLuaScript now uses cLuaState | madmaxoft | 2013-08-06 | 1 | -4/+4 |
| | |||||
* | WebAdmin: Removed the duplicate memory usage querying | madmaxoft | 2013-07-29 | 1 | -31/+8 |
| | |||||
* | WebAdmin templates can use Lua | FakeTruth | 2013-07-29 | 1 | -107/+195 |
| | | | | | New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities. | ||||
* | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 2013-02-05 | 1 | -5/+12 |
| | | | | | | http://forum.mc-server.org/showthread.php?tid=464&pid=6312#pid6312 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1193 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 | ||||
* | Fixed boolean comparison. | madmaxoft@gmail.com | 2012-11-16 | 1 | -2/+2 |
| | | | | | | Don't compare booleans to false / true, use them directly. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1048 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now) | faketruth | 2012-10-14 | 1 | -3/+4 |
| | | | | | | | | | | | | Removed cPlugin_Lua, obviously cPluginManager stores plugins by their (folder)name cPluginManager now scans the Plugins folder for potential plugins and adds them as non-loaded plugins Added a DisablePlugin and LoadPlugin to disable and load plugins on a per-plugin basis instead of all at once cPluginManager::FindPlugins refreshes the plugin list by removing non-existing plugins and adding new plugins Made it incredibly easy to use new plugins from the WebAdmin Exposed some food/hunger related functions in cPlayer to Lua git-svn-id: http://mc-server.googlecode.com/svn/trunk@959 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+365 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 |