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
/
Map.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-20
BlockHandler initialisation is a constant expression (#4891)
Tiger Wang
1
-6
/
+6
2020-08-28
ChunkMap: do not wantonly make empty chunks
Tiger Wang
1
-5
/
+0
2020-04-03
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
1
-1
/
+1
2019-08-11
Fix building with clang 8.0 (#4346)
Bond-009
1
-5
/
+0
2018-07-26
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
1
-1
/
+1
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-30
/
+12
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-12
/
+30
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-30
/
+12
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-3
/
+1
2016-11-18
Removed ClientHandle.h dependencies from common headers.
Mattes D
1
-8
/
+9
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-1
/
+1
2015-08-12
Fix old style casts and implicit conversions
Matti Hänninen
1
-19
/
+18
2015-07-14
Improved maps
Tiger Wang
1
-359
/
+92
2015-05-19
Make -Werror disabling file only
tycho
1
-3
/
+3
2015-05-09
CheckBasicStyle: checks spaces around * and &.
Mattes D
1
-1
/
+1
2015-03-14
Fixed grass spread, closes #1743
Tiger Wang
1
-3
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-9
/
+9
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-9
/
+9
2014-09-13
1.8: Fixed maps.
Howaner
1
-4
/
+4
2014-07-07
Implemented trapped chests & others
Tiger Wang
1
-2
/
+2
2014-05-09
Fixed MSVC 64-bit build warnings.
Mattes D
1
-1
/
+1
2014-05-08
Fixed MSVC 64-bit build warnings.
Mattes D
1
-1
/
+1
2014-03-14
Fixed a few unneeded breaks
Tycho
1
-1
/
+3
2014-02-27
Fixed crash and some warnings in map handling.
madmaxoft
1
-0
/
+2
2014-02-24
Fixed MCServer not compiling with C++03 compilers
STRWarrior
1
-7
/
+7
2014-02-23
Maps: Improvements
andrew
1
-3
/
+9
2014-02-22
Documented and exported cMap
andrew
1
-6
/
+43
2014-02-22
Semi-working implementation of cMap::UpdatePixel
andrew
1
-11
/
+77
2014-02-21
Split cMap::UpdateClient
andrew
1
-50
/
+76
2014-02-19
cMapDecorator: Implemented random rotations
andrew
1
-10
/
+15
2014-02-19
Documented cMap
andrew
1
-4
/
+8
2014-02-18
Map decorators; Map clients
andrew
1
-23
/
+209
2014-02-17
Map item handler; Fixed several bugs
andrew
1
-11
/
+52
2014-02-15
cMap::UpdateRadius
andrew
1
-11
/
+101
2014-02-14
EmptyMap item handler
andrew
1
-4
/
+4
2014-02-14
Send map when selected
andrew
1
-18
/
+29
2014-02-13
IDCount Serialization
andrew
1
-0
/
+18
2014-02-13
Implementation of in-game maps
andrew
1
-0
/
+149