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
/
cServer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
Lots of logging added
madmaxoft@gmail.com
1
-1
/
+1
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-16
New server command "unload" to manually unload unused chunks
madmaxoft@gmail.com
1
-1
/
+9
2012-02-16
Fixed logging in cServer
madmaxoft@gmail.com
1
-1
/
+1
2012-02-13
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
1
-17
/
+17
2012-02-08
cSocketThreads plugged in for cClientHandle reading. Sending still kept the old way. Please help me test this commit thoroughly, this is a change that can break on subtleties.
madmaxoft@gmail.com
1
-49
/
+16
2012-02-05
Now showing proper error messages when sockets fail :)
faketruth
1
-3
/
+3
2012-02-02
cSocket API fix (possible invalid pointer)
madmaxoft@gmail.com
1
-8
/
+14
2012-02-01
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
1
-8
/
+101
2012-02-01
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
1
-39
/
+17
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
-11
/
+7
2012-01-22
Improved Core's WebAmin interface a bit.
faketruth
1
-3
/
+9
2012-01-21
Bug FS#131 http://www.mc-server.org/support/index.php?do=details&task_id=131 should be fixed
faketruth
1
-0
/
+1
2012-01-19
Terrain generation is synchronous again, async generation has bugs.
faketruth
1
-2
/
+1
2012-01-01
Fixed the numchunks console command.
faketruth
1
-1
/
+1
2011-12-26
Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld()
faketruth
1
-10
/
+0
2011-12-25
Code improvements
lapayo94@gmail.com
1
-1
/
+18
2011-12-23
Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking at
faketruth
1
-2
/
+2
2011-11-01
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
1
-19
/
+19
2011-10-31
Prepared some parts of the code for multi world support, I created lots of TODO's
faketruth
1
-3
/
+5
2011-10-23
Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms.
faketruth
1
-58
/
+24
2011-10-21
Compiles for linux
faketruth
1
-0
/
+1
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+553