Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-06-27 | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 1 | -21/+41 | |
2016-03-21 | Revert "Lua callback" | Mattes D | 1 | -41/+21 | |
2016-03-17 | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 1 | -21/+41 | |
2016-01-31 | Updated old forum links | Mathias | 1 | -5/+5 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -2/+2 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 1 | -13/+13 | |
2015-09-05 | Renamed output directory to Server | Mattes D | 1 | -0/+0 | |
2015-07-29 | WebAdmin: Changed MCServer to Cuberite | Artur | 1 | -5/+5 | |
2015-05-02 | Fixed error in webadmin home page | STRWarrior | 1 | -1/+1 | |
2015-04-20 | WebAdmin: Removed server name, shortened memory report. | Mattes D | 1 | -5/+1 | |
2015-04-19 | Split the plugin names and plugin folders to avoid confusing them. | Mattes D | 1 | -9/+11 | |
Ref.: http://forum.mc-server.org/showthread.php?tid=1877 | |||||
2014-12-30 | Use cRoot:Get():GetServer():GetNumPlayers() instead of a custom function. | tonibm19 | 1 | -9/+1 | |
2014-12-29 | Added player count to webadmin | tonibm19 | 1 | -0/+10 | |
Now it shows the number of online players near the memory use | |||||
2014-11-05 | Update V1.0.9 | Ambushed91 | 1 | -25/+24 | |
Removed Time, Scroll-Able Header, Resized contention | |||||
2014-11-04 | Update template.lua | Arian | 1 | -70/+81 | |
2014-10-28 | Update template.lua | Arian | 1 | -6/+5 | |
more to come | |||||
2014-10-28 | Update template.lua | Arian | 1 | -2/+21 | |
2014-10-27 | Update template.lua | Arian | 1 | -0/+1 | |
Added licence | |||||
2014-10-27 | Update template.lua | Ambushed91 | 1 | -6/+10 | |
2014-10-27 | Update template.lua | Ambushed91 | 1 | -90/+75 | |
Removed FusionCare link, change position for "Current time JS", Compression Ratio: 31% (HTML) | |||||
2014-10-23 | Update template.lua | Ambushed91 | 1 | -4/+1 | |
2014-10-23 | Update WebAdmin | Ambushed91 | 1 | -48/+95 | |
All files have been updated to the latest version off the new WebAdmin look. | |||||
2014-10-22 | Clearer version indication. | Alexander Harkness | 1 | -1/+1 | |
2014-10-05 | Made WebAdmin design more modern | WebFreak001 | 1 | -31/+32 | |
2014-08-31 | WebAdmin: Exported favicon. | Howaner | 1 | -4/+4 | |
2014-08-31 | WebAdmin: Exported stylesheet in a own file. | Howaner | 1 | -333/+3 | |
2013-10-08 | Fixed WebAdmin template after moving the memory stats functions to cRoot. | madmaxoft | 1 | -1/+1 | |
2013-09-21 | Implemented cWebAdmin:GetMemoryUsage() on Linux proper. | madmaxoft | 1 | -2/+2 | |
Also the function now returns an int, number of KiB used, or -1 on failure. | |||||
2013-08-06 | cLuaScript now uses cLuaState | madmaxoft | 1 | -1/+15 | |
2013-07-29 | WebAdmin templates can use Lua | FakeTruth | 1 | -32/+110 | |
New WebAdmin templates can use Lua to completely compose the pages themselves. This should allow infinite WebAdmin design possibilities. | |||||
2013-07-27 | Updated Webadmin Hugely | Tiger Wang | 1 | -376/+375 | |
New CSS and stuffz! | |||||
2012-08-20 | Moved files used by MCServer to a special MCServer folder | faketruth | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-16 | Heightmap is properly generated after loading chunks now, so /spawn and /top should work properly again | faketruth | 1 | -1/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@274 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-08 | Added total chunk count to webadmin | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@248 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-22 | Improved Core's WebAmin interface a bit. | faketruth | 1 | -2/+14 | |
Can now kick players through WebAdmin Can now enable/disable whitelist through WebAdmin Tick speed is limited in a better way now, instead of always sleeping 50ms before each tick, it now add only sleeps additional time when the tick time was faster than 50ms. Server should run slightly faster because of this (and use more cpu%) git-svn-id: http://mc-server.googlecode.com/svn/trunk@167 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | Source for additional projects | faketruth | 1 | -0/+359 | |
-jsoncpp -lua -tolua++ -WebServer -zlib -iniFile git-svn-id: http://mc-server.googlecode.com/svn/trunk@4 0a769ca7-a7f5-676a-18bf-c427514a06d6 |