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
/
Plugins
/
Core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-12
Missed a file
lapayo94@gmail.com
1
-0
/
+6
2012-07-12
http://www.mc-server.org/support/index.php?do=details&task_id=153
lapayo94@gmail.com
1
-0
/
+2
2012-06-21
Core: Added the check for item damage before attempting a repair
madmaxoft@gmail.com
1
-2
/
+11
2012-06-19
Core: merged in the Fixies plugin code
madmaxoft@gmail.com
2
-44
/
+249
2012-06-02
Core: fixed old API
madmaxoft@gmail.com
1
-1
/
+1
2012-04-11
Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin
faketruth
4
-1
/
+39
2012-03-28
Got rid of sPluginManagerState
faketruth
1
-1
/
+1
2012-03-19
Added core.build permission to Core. Without this permission players are unable to build
faketruth
3
-0
/
+16
2012-03-04
The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!!
faketruth
1
-1
/
+1
2012-02-22
Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntity
faketruth
1
-1
/
+1
2012-02-16
Got rid of dangerous GetEntity(), not using DoWithEntity()
faketruth
1
-2
/
+2
2012-02-16
Disabled the excessive logging while initializing the Core plugin
faketruth
1
-3
/
+1
2012-02-15
Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol
faketruth
3
-60
/
+48
2012-02-14
Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Lua
faketruth
3
-54
/
+61
2012-02-01
Forgot a file
faketruth
1
-0
/
+93
2012-02-01
Plugins can now be enabled and disabled through WebAdmin
faketruth
2
-16
/
+1
2012-01-31
Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin
faketruth
3
-11
/
+11
2012-01-31
Can now receive POST data in WebPlugins!
faketruth
2
-10
/
+10
2012-01-30
Added a WebAdmin interface to view users their groups, and the permissions of groups.
faketruth
3
-8
/
+91
2012-01-28
Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.
faketruth
23
-0
/
+691