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
/
Server.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clients are now ticked in cServer first, then in cWorld once they get assigned a world.
madmaxoft
2013-08-13
1
-2
/
+6
*
Removed cServer::BroadcastChat() and cServer::SendMessage().
madmaxoft
2013-08-12
1
-6
/
+5
*
Removed unused cServer::IsConnected() function.
madmaxoft
2013-08-12
1
-4
/
+2
*
Each world now ticks in a separate thread.
madmaxoft
2013-08-11
1
-1
/
+1
*
Removed cServer::m_pState, dissolved into direct member variables.
madmaxoft
2013-08-11
1
-10
/
+25
*
Moved MaxPlayers and Description from cWorld to cServer.
madmaxoft
2013-08-11
1
-1
/
+16
*
WebAdmin templates can use Lua
FakeTruth
2013-07-29
1
-1
/
+1
*
Advanced RCON: Command output is sent to the RCON client.
madmaxoft@gmail.com
2013-06-29
1
-1
/
+5
*
Added a basic RCON protocol
madmaxoft@gmail.com
2013-06-27
1
-14
/
+9
*
Plugins can modify message in the OnChat() hook handler.
madmaxoft@gmail.com
2013-06-22
1
-1
/
+1
*
Made ListenThread an OSSupport part, as it's generic enough
madmaxoft@gmail.com
2013-03-05
1
-1
/
+1
*
IPv6 support + removed cTCPLink from Lua API
madmaxoft@gmail.com
2013-03-05
1
-2
/
+4
*
Moved client socket accepting into a separate thread object, cListenThread
madmaxoft@gmail.com
2013-03-04
1
-8
/
+10
*
Plugins can now bind console commands
madmaxoft@gmail.com
2013-02-15
1
-2
/
+6
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-7
/
+5
*
Settings.ini is read only once on server start
madmaxoft@gmail.com
2012-11-11
1
-1
/
+2
*
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
2012-09-25
1
-3
/
+3
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+141