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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented suggestions
Tiger Wang
2013-11-05
1
-2
/
+2
*
Autogeneration of settings.ini and webadmin.ini
Tiger Wang
2013-11-04
1
-4
/
+5
*
Merge pull request #193 from tigerw/bugfixes
Mattes D
2013-10-01
1
-2
/
+1
|
\
|
*
Improvements to startup timer
Tiger Wang
2013-09-29
1
-2
/
+2
|
*
Minor startup streamlining
Tiger Wang
2013-09-28
1
-4
/
+3
*
|
Fixed Linux threading issues.
madmaxoft
2013-09-21
1
-2
/
+2
|
/
*
Fixed WorldTickThread reporting wrong time durations for each tick.
madmaxoft
2013-08-19
1
-1
/
+1
*
Moved entities into the Entities subfolder.
madmaxoft
2013-08-19
1
-2
/
+1
*
The server Tick thread ticks PluginManager.
madmaxoft
2013-08-17
1
-0
/
+5
*
Server counts the players correctly.
madmaxoft
2013-08-14
1
-1
/
+1
*
Player counts are now properly handled.
madmaxoft
2013-08-14
1
-0
/
+45
*
Clients are now ticked in cServer first, then in cWorld once they get assigned a world.
madmaxoft
2013-08-13
1
-13
/
+35
*
Removed cServer::BroadcastChat() and cServer::SendMessage().
madmaxoft
2013-08-12
1
-36
/
+10
*
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
-91
/
+50
*
Moved MaxPlayers and Description from cWorld to cServer.
madmaxoft
2013-08-11
1
-29
/
+35
*
Removed some stuff again.
Alexander Harkness
2013-08-03
1
-14
/
+0
*
Revert "Rm'd startup credits & mv'd to README"
Alexander Harkness
2013-08-03
1
-0
/
+17
*
Rm'd startup credits & mv'd to README
Tiger Wang
2013-08-03
1
-17
/
+0
*
Updated inbuilt commands description
Tiger Wang
2013-08-03
1
-5
/
+4
*
Advanced RCON: Command output is sent to the RCON client.
madmaxoft@gmail.com
2013-06-29
1
-4
/
+8
*
Added a basic RCON protocol
madmaxoft@gmail.com
2013-06-27
1
-2
/
+5
*
Plugins can modify message in the OnChat() hook handler.
madmaxoft@gmail.com
2013-06-22
1
-1
/
+1
*
Server: removed the artificial cap on reported tick duration
madmaxoft@gmail.com
2013-04-03
1
-7
/
+4
*
Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB.
madmaxoft@gmail.com
2013-03-23
1
-0
/
+8
*
IPv6 support + removed cTCPLink from Lua API
madmaxoft@gmail.com
2013-03-05
1
-5
/
+25
*
Moved client socket accepting into a separate thread object, cListenThread
madmaxoft@gmail.com
2013-03-04
1
-93
/
+46
*
Starting an IPv6 support / cSocket rewrite
madmaxoft@gmail.com
2013-03-04
1
-6
/
+1
*
Plugins can now bind console commands
madmaxoft@gmail.com
2013-02-15
1
-83
/
+21
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-11
/
+2
*
Added "primaryserverversion" to the "help" list.
madmaxoft@gmail.com
2012-11-20
1
-0
/
+1
*
Added primary server version interface to cRoot and "primaryserverversion" console command.
madmaxoft@gmail.com
2012-11-20
1
-0
/
+19
*
Settings.ini is read only once on server start
madmaxoft@gmail.com
2012-11-11
1
-34
/
+31
*
Use leakfinder in debug builds to dump all currently used memory via the "dumpmem" console command.
madmaxoft@gmail.com
2012-10-20
1
-0
/
+23
*
Removed unused [Physics].Water section from settings.ini.
madmaxoft@gmail.com
2012-10-19
1
-8
/
+2
*
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
2012-09-25
1
-8
/
+8
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+714