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
/
ManualBindings.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-02
Added the cWorld::DoWithPlayer() function and exported it in the Lua API. Removed the obsolete cWorld::GetPlayer() function.
madmaxoft@gmail.com
1
-0
/
+92
2012-06-17
Removed the deprecated GetBlockEntity(), added several enumerators to replace it.
madmaxoft@gmail.com
1
-6
/
+10
2012-06-17
Macro-ized the ForEachSomethingInChunk Lua glue code (will soon be used for block entities, too)
madmaxoft@gmail.com
1
-92
/
+95
2012-06-16
Exported cWorld::ForEachEntity and cWorld::ForEachEntityInChunk; no idea if they actually work
madmaxoft@gmail.com
1
-28
/
+132
2012-06-15
Rewritten ForEach using #define-s, new ones can be added as a simple one-liner
madmaxoft@gmail.com
1
-166
/
+86
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-614
/
+614
2012-06-02
Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua)
madmaxoft@gmail.com
1
-3
/
+94
2012-04-11
Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin
faketruth
1
-0
/
+6
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-15
Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol
faketruth
1
-18
/
+46
2012-02-14
Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Lua
faketruth
1
-5
/
+61
2012-02-01
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
1
-2
/
+76
2012-01-31
Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin
faketruth
1
-0
/
+59
2012-01-30
Added a WebAdmin interface to view users their groups, and the permissions of groups.
faketruth
1
-0
/
+22
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
-1
/
+3
2012-01-28
Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.
faketruth
1
-0
/
+47
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+229