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
/
src
/
Server.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1623 from p-mcgowan/issue_1253
Mattes D
2014-12-10
1
-0
/
+18
|
\
|
*
Fixed compile errors
Vincent
2014-12-08
1
-5
/
+6
|
*
changed from using iterator to auto for server and clienthandle
Vincent
2014-12-07
1
-2
/
+2
|
*
fixed naming of strings and changed from i to I
Vincent
2014-11-29
1
-3
/
+3
|
*
issue 1253 - prevent multiple logins with same username
Vincent
2014-11-29
1
-0
/
+17
*
|
Fixed c++11 branch issues.
Mattes D
2014-12-07
1
-1
/
+2
*
|
Server: Fixed a MSVC warning.
Mattes D
2014-12-03
1
-1
/
+1
*
|
Merged branch 'master' into c++11.
Mattes D
2014-10-24
1
-1
/
+1
|
\
|
|
*
Merged IniFile into main MCS sources.
Mattes D
2014-10-23
1
-1
/
+1
|
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-11
/
+11
*
|
Missing space.
Alexander Harkness
2014-10-21
1
-1
/
+1
*
|
En masse NULL -> nullptr replace
Tiger Wang
2014-10-20
1
-11
/
+11
*
|
Merge branch 'master' of https://github.com/mc-server/MCServer
Tiger Wang
2014-10-20
1
-0
/
+11
|
\
|
|
*
Fix for fix #1552
Julian Laubstein
2014-10-20
1
-2
/
+2
|
*
Added error message
Julian Laubstein
2014-10-20
1
-0
/
+11
*
|
Migrated cSleep and cTimer to std::chrono
Tiger Wang
2014-10-20
1
-10
/
+6
*
|
Migrated random generators to std::random
Tiger Wang
2014-10-19
1
-2
/
+0
|
/
*
cMojangAPI: Don't update data if server is in offline mode.
Mattes D
2014-10-17
1
-2
/
+2
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-1
/
+1
*
Added an explicit setting for allowing BungeeCord handshake.
madmaxoft
2014-09-17
1
-0
/
+7
*
Merge branch 'master' of https://github.com/mc-server/MCServer
Tiger Wang
2014-08-29
1
-19
/
+11
|
\
|
*
Merge remote-tracking branch 'origin/master' into Ranks
Mattes D
2014-08-22
1
-1
/
+3
|
|
\
|
|
*
Added initializers for class members.
Mattes D
2014-08-21
1
-1
/
+3
|
*
|
Removed cGroup and cGroupManager.
Mattes D
2014-08-21
1
-18
/
+8
|
|
/
*
/
Added new console command with cleanup
Tiger Wang
2014-08-29
1
-17
/
+42
|
/
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-2
/
+2
*
Style: Normalized spaces after if, for and while.
madmaxoft
2014-07-21
1
-1
/
+1
*
Revert "Only one instance of server can be started"
Tiger Wang
2014-07-20
1
-0
/
+2
*
Code style: Fixed braces on separate lines.
madmaxoft
2014-07-19
1
-1
/
+2
*
Removed duplicate IPvX labels.
madmaxoft
2014-07-18
1
-2
/
+2
*
Normalized comments.
madmaxoft
2014-07-17
1
-3
/
+3
*
Fixed spaces around single-line comments.
madmaxoft
2014-07-17
1
-3
/
+3
*
Store properties as Json::Value
Tiger Wang
2014-07-16
1
-1
/
+1
*
Player properties are now retrieved
Tiger Wang
2014-07-14
1
-2
/
+2
*
Only one instance of server can be started
Tiger Wang
2014-07-13
1
-2
/
+0
*
Player data filenames are based on UUID.
madmaxoft
2014-07-11
1
-0
/
+3
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
Fixed some warnings in Server.cpp, and in UI/
Julian Laubstein
2014-05-19
1
-1
/
+7
*
removed the <list> include
Julian Laubstein
2014-05-18
1
-1
/
+0
*
Added unload <pluginname> command
Julian Laubstein
2014-05-18
1
-5
/
+9
*
Added load cmd
Julian Laubstein
2014-05-17
1
-5
/
+29
*
Added load command in the cServer class
Julian Laubstein
2014-05-17
1
-0
/
+6
*
Declared one mutex as mutable in order to allow for const correct get accessors.
jfhumann
2014-04-19
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into fixes
jfhumann
2014-04-18
1
-2
/
+2
|
\
|
*
Added Yggdrasil Authentication System
daniel0916
2014-04-13
1
-2
/
+2
*
|
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-1
/
+1
|
/
*
Merge branch 'Werror' into warnings
Tycho
2014-03-12
1
-1
/
+1
|
\
|
*
Unified Vector classes
andrew
2014-03-11
1
-1
/
+1
*
|
Fixed more Format issues
Tycho
2014-03-11
1
-1
/
+1
|
/
*
Merge pull request #709 from Howaner/GlobalFixes
Mattes D
2014-02-28
1
-0
/
+2
|
\
|
*
Remove old Output Finish
Howaner
2014-02-21
1
-2
/
+0
|
*
Add 'Group not found', when the Server load the users.ini and add auto generate from users.ini
Howaner
2014-02-21
1
-0
/
+4
*
|
Disabled the leak finder.
madmaxoft
2014-02-20
1
-1
/
+3
|
/
*
"reload" is back.
STRWarrior
2014-02-09
1
-0
/
+7
*
Split "reload" in "reloadplugins" and "reloadgroups".
STRWarrior
2014-02-09
1
-2
/
+5
*
The console reload command also reloads the groups.
STRWarrior
2014-02-09
1
-0
/
+1
*
Protocol 1.7: Forced encryption on all connections.
madmaxoft
2014-01-28
1
-1
/
+2
*
Merge pull request #587 from mc-server/mobimprovements
Mattes D
2014-01-25
1
-1
/
+1
|
\
|
*
Mob bugfixes
Tiger Wang
2014-01-25
1
-1
/
+1
*
|
PolarSSL is fully used for 1.3.2 protocol encryption.
madmaxoft
2014-01-23
1
-10
/
+2
|
/
*
Merge branch 'master' of https://github.com/mc-server/MCServer
andrew
2014-01-21
1
-10
/
+1
|
\
|
*
Rewritten SocketThreads for proper shutdown scenario.
madmaxoft
2014-01-19
1
-10
/
+1
*
|
Scoreboard protocol support
andrew
2014-01-21
1
-1
/
+1
|
/
*
Command blocks: Execute()
andrew
2014-01-18
1
-1
/
+1
*
Fixed favicons
Tiger Wang
2014-01-07
1
-13
/
+1
*
Merge pull request #514 from derouinw/master
Mattes D
2014-01-07
1
-0
/
+14
|
\
|
*
Avoid making copies of favicon string
Bill Derouin
2014-01-07
1
-1
/
+1
|
*
A few more touch ups
Bill Derouin
2014-01-07
1
-1
/
+1
|
*
A few touch ups
Bill Derouin
2014-01-07
1
-1
/
+4
|
*
Implement favicon for 1.7.2
Bill Derouin
2014-01-07
1
-0
/
+11
*
|
More MSVC warning fixes.
madmaxoft
2014-01-07
1
-1
/
+1
|
/
*
fixxed warnings in Server.cpp
Tycho Bickerstaff
2013-12-31
1
-0
/
+5
*
Fixed cClientHandle::Tick() being called from two threads.
madmaxoft
2013-12-16
1
-1
/
+1
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-1
/
+1
*
Fixed the remaining derps
Alexander Harkness
2013-11-27
1
-2
/
+2
*
Compile fix again
Tiger Wang
2013-11-26
1
-1
/
+1
*
Fixed Linux compile again
Tiger Wang
2013-11-26
1
-1
/
+1
*
Attempt to fix compilation
Tiger Wang
2013-11-24
1
-2
/
+2
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+707