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-10-21
Fixed manual bindings' ForEachXXX mapping not checking the object instance for validity.
madmaxoft@gmail.com
1
-0
/
+5
2012-10-14
Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)
faketruth
1
-6
/
+16
2012-10-11
Got rid of "self" in plugins, which is deprecated anyway
faketruth
1
-1
/
+1
2012-10-11
Can now send usertypes (cPlayer, cEntity, cCuboid) along with a plugin:Call()
faketruth
1
-2
/
+25
2012-10-10
Added functionality so one plugin can call functions on another plugin :D
faketruth
1
-0
/
+85
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-10
/
+10
2012-09-02
Exported cWorld::DoWithChestAt to Lua
faketruth
1
-0
/
+93
2012-08-23
Added plugin name to deprecation messages
madmaxoft@gmail.com
1
-1
/
+4
2012-08-23
Added a RateCompareString function to StringUtils
faketruth
1
-82
/
+94
2012-08-22
WebAdmin should not cause crashes anymore
faketruth
1
-8
/
+19
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