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
/
Protocol
/
MojangAPI.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-8
/
+8
*
cMojangAPI: Don't update data if server is in offline mode.
Mattes D
2014-10-17
1
-2
/
+5
*
cMojangAPI: Added periodical refreshes.
Mattes D
2014-10-06
1
-19
/
+111
*
Init RankMgr pointer to NULL
worktycho
2014-08-31
1
-1
/
+2
*
Merge pull request #1290 from mc-server/Ranks
Mattes D
2014-08-26
1
-0
/
+19
|
\
|
*
cMojangAPI updates cRankManager's playernames.
Mattes D
2014-08-21
1
-0
/
+19
*
|
Type warning fixes.
Mattes D
2014-08-25
1
-1
/
+1
*
|
Fixed a type warning.
Mattes D
2014-08-25
1
-2
/
+2
|
/
*
MojangAPI: Fixed PlayerNameToUUID().
madmaxoft
2014-08-04
1
-1
/
+1
*
Refactored case-conversion functions.
madmaxoft
2014-08-04
1
-30
/
+22
*
cMojangAPI: Added UUID-to-Name lookup.
madmaxoft
2014-08-03
1
-42
/
+341
*
Added cMojangAPI:GetUUIDFromPlayerName().
madmaxoft
2014-08-03
1
-0
/
+28
*
Removed trailing whitespace.
madmaxoft
2014-07-31
1
-2
/
+2
*
MojangAPI: Moved the settings to a separate ini section.
madmaxoft
2014-07-31
1
-2
/
+2
*
MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().
madmaxoft
2014-07-31
1
-2
/
+5
*
MojangAPI: Renamed cache file to MojangAPI.sqlite.
madmaxoft
2014-07-30
1
-2
/
+2
*
MojangAPI: Clarified the UUID conversion code.
madmaxoft
2014-07-30
1
-2
/
+13
*
MojangAPI: Implemented UUID shortening and dashing.
madmaxoft
2014-07-30
1
-7
/
+27
*
Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.
madmaxoft
2014-07-30
1
-0
/
+446