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
/
Root.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cIniFile doesn't store filename internally anymore.
madmaxoft
2013-10-25
1
-4
/
+5
*
Fixed webadmin logging.
madmaxoft
2013-10-18
1
-3
/
+0
*
Implemented the two memory-statistics functions in cRoot.
madmaxoft
2013-10-08
1
-2
/
+112
*
Merge pull request #208 from mc-server/NewWebServer
Mattes D
2013-10-07
1
-11
/
+6
|
\
|
*
Merge branch 'master' into NewWebServer
madmaxoft
2013-10-06
1
-22
/
+31
|
|
\
|
*
|
WebAdmin uses the new HTTP functionality.
madmaxoft
2013-10-05
1
-9
/
+6
|
*
|
Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.
madmaxoft
2013-09-27
1
-1
/
+1
|
*
|
Implemented basic HTTP message header parsing.
madmaxoft
2013-09-24
1
-4
/
+2
*
|
|
Fixed startup timings on server restart.
madmaxoft
2013-10-07
1
-4
/
+3
|
|
/
|
/
|
*
|
Removed unneeded statement
Tiger Wang
2013-09-30
1
-2
/
+1
*
|
Improvements to startup timer
Tiger Wang
2013-09-29
1
-15
/
+7
*
|
Minor startup streamlining
Tiger Wang
2013-09-28
1
-23
/
+41
|
/
*
Moved entities into the Entities subfolder.
madmaxoft
2013-08-19
1
-1
/
+1
*
Added cRoot:BroadcastChat() to the Lua API.
madmaxoft
2013-08-17
1
-0
/
+12
*
Added simple deadlock detection code.
madmaxoft
2013-08-14
1
-4
/
+13
*
Each world now ticks in a separate thread.
madmaxoft
2013-08-11
1
-10
/
+5
*
Removed Squirrel.
madmaxoft
2013-08-07
1
-8
/
+0
*
cIniFile now reads .example.ini if not requested not to.
madmaxoft
2013-08-05
1
-12
/
+5
*
Server shuts down when the stdin is closed (linux Ctrl+D / win Ctrl+Z)
madmaxoft@gmail.com
2013-07-24
1
-2
/
+11
*
Advanced RCON: Command output is sent to the RCON client.
madmaxoft@gmail.com
2013-06-29
1
-30
/
+64
*
Fixed server stopping after #363 fix
madmaxoft@gmail.com
2013-04-27
1
-10
/
+10
*
Fixed a deadlock
madmaxoft@gmail.com
2013-04-27
1
-0
/
+23
*
Moved client socket accepting into a separate thread object, cListenThread
madmaxoft@gmail.com
2013-03-04
1
-11
/
+10
*
Plugins can now bind console commands
madmaxoft@gmail.com
2013-02-15
1
-8
/
+19
*
Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.
madmaxoft@gmail.com
2013-02-05
1
-2
/
+3
*
Android: Made the initial pre-calculated spawn area smaller
faketruth
2012-11-16
1
-6
/
+12
*
Fixed boolean comparison.
madmaxoft@gmail.com
2012-11-16
1
-1
/
+1
*
Settings.ini is read only once on server start
madmaxoft@gmail.com
2012-11-11
1
-4
/
+5
*
PrimaryServerVersion is not force-saved into settings.ini.
madmaxoft@gmail.com
2012-11-11
1
-3
/
+12
*
Made settings.ini default to settings.example.ini when it doesn't exist
faketruth
2012-11-10
1
-1
/
+6
*
Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version
madmaxoft@gmail.com
2012-10-31
1
-1
/
+4
*
Completely removed the old (buggy) redstone simulator.
madmaxoft@gmail.com
2012-10-06
1
-6
/
+1
*
Unified folder name-casing
madmaxoft@gmail.com
2012-09-29
1
-2
/
+2
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+524