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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntity
faketruth
2012-02-22
1
-1
/
+1
*
Got rid of dangerous GetEntity(), not using DoWithEntity()
faketruth
2012-02-16
1
-2
/
+2
*
Disabled the excessive logging while initializing the Core plugin
faketruth
2012-02-16
1
-3
/
+1
*
Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol
faketruth
2012-02-15
3
-60
/
+48
*
Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Lua
faketruth
2012-02-14
3
-54
/
+61
*
Forgot a file
faketruth
2012-02-01
1
-0
/
+93
*
Plugins can now be enabled and disabled through WebAdmin
faketruth
2012-02-01
2
-16
/
+1
*
Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin
faketruth
2012-01-31
3
-11
/
+11
*
Can now receive POST data in WebPlugins!
faketruth
2012-01-31
2
-10
/
+10
*
Added a WebAdmin interface to view users their groups, and the permissions of groups.
faketruth
2012-01-30
3
-8
/
+91
*
Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.
faketruth
2012-01-28
23
-0
/
+691