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
/
cRoot.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a RateCompareString function to StringUtils
faketruth
2012-08-23
1
-1
/
+4
*
Chat history limit on the WebAdmin chat
faketruth
2012-08-22
1
-2
/
+3
*
Chat packet handled in the new way; fixed missing packet sending for inventory slot.
madmaxoft@gmail.com
2012-08-18
1
-1
/
+1
*
Console command "chunkstats" now lists each world and also totals
madmaxoft@gmail.com
2012-08-15
1
-0
/
+3
*
World threads are stopped before the plugin mgr for clean exit (FS #228)
madmaxoft@gmail.com
2012-07-15
1
-0
/
+4
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-109
/
+109
*
Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.
madmaxoft@gmail.com
2012-06-12
1
-3
/
+0
*
New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld)
madmaxoft@gmail.com
2012-06-05
1
-2
/
+7
*
Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.
madmaxoft@gmail.com
2012-06-04
1
-18
/
+21
*
Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua)
madmaxoft@gmail.com
2012-06-02
1
-9
/
+13
*
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
2012-05-25
1
-0
/
+1
*
Fixed a few obsoleted functions
madmaxoft@gmail.com
2012-03-10
1
-0
/
+8
*
cClientHandles have a unique ID now to distinguish them
faketruth
2012-03-09
1
-2
/
+2
*
Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380
faketruth
2012-03-07
1
-1
/
+1
*
Added a crude way of disabling redstone. It's necessary though, redstone is completely broken, crashes the server all the time
faketruth
2012-02-22
1
-0
/
+1
*
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
2012-02-13
1
-2
/
+5
*
Added total chunk count to webadmin
madmaxoft@gmail.com
2012-02-08
1
-0
/
+2
*
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
2012-02-01
1
-10
/
+32
*
You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yet
faketruth
2011-11-01
1
-2
/
+11
*
Fixed bug in cMakeDir where it would only create directories named "world"
faketruth
2011-10-26
1
-1
/
+3
*
MCServer c++ source files
faketruth
2011-10-03
1
-0
/
+52