index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
WebAdmin.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-05
Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.
madmaxoft@gmail.com
1
-5
/
+12
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-8
/
+8
2012-11-16
Fixed boolean comparison.
madmaxoft@gmail.com
1
-2
/
+2
2012-10-14
Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)
faketruth
1
-3
/
+4
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-9
/
+9
2012-08-23
Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo)
faketruth
1
-6
/
+3
2012-08-22
Added a documentation for block and item handlers
lapayo94@gmail.com
1
-1
/
+3
2012-08-22
WebAdmin should not cause crashes anymore
faketruth
1
-34
/
+8
2012-08-22
Chat history limit on the WebAdmin chat
faketruth
1
-2
/
+5
2012-08-22
Now it's possible to only show the plugin's WebAdmin content without the template around it by going to /~webadmin/ instead of /webadmin/
faketruth
1
-3
/
+9
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-383
/
+383
2012-06-05
Fixed webadmin for the fixed stringsplitting
madmaxoft@gmail.com
1
-140
/
+150
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-14
/
+9
2012-03-10
Fixed a few obsoleted functions
madmaxoft@gmail.com
1
-1
/
+1
2012-02-16
git-svn-id: http://mc-server.googlecode.com/svn/trunk@281 0a769ca7-a7f5-676a-18bf-c427514a06d6
faketruth
1
-1
/
+1
2012-02-13
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
1
-7
/
+26
2012-02-08
Added total chunk count to webadmin
madmaxoft@gmail.com
1
-5
/
+9
2012-02-01
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
1
-6
/
+0
2012-02-01
AString logging fix 2
madmaxoft@gmail.com
1
-4
/
+2
2012-02-01
sprintf() begone! Replaced with StringUtils' Printf()
madmaxoft@gmail.com
1
-6
/
+6
2012-02-01
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
1
-4
/
+9
2012-02-01
Plugins can now be enabled and disabled through WebAdmin
faketruth
1
-4
/
+4
2012-01-31
Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin
faketruth
1
-5
/
+14
2012-01-31
Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***"
mtilden@gmail.com
1
-0
/
+1
2012-01-31
Can now receive POST data in WebPlugins!
faketruth
1
-0
/
+2
2012-01-30
Replaced most FILE operations with a cFile object
madmaxoft@gmail.com
1
-24
/
+27
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-8
/
+9
2012-01-28
Now also compiles in Linux
faketruth
1
-0
/
+1
2012-01-28
Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.
faketruth
1
-13
/
+37
2012-01-22
Improved Core's WebAmin interface a bit.
faketruth
1
-26
/
+34
2011-11-08
It's a Squirrel!!
faketruth
1
-1
/
+1
2011-10-31
Prepared some parts of the code for multi world support, I created lots of TODO's
faketruth
1
-1
/
+1
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+309