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
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vector3 in Handlers (#4680)
Mattes D
2020-04-21
3
-12
/
+15
*
More Vector3 in cBlockHandler (#4644)
Mattes D
2020-04-17
3
-3
/
+3
*
Manage block entity lifetime with unique_ptr (#4080)
peterbell10
2020-04-03
3
-10
/
+6
*
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
2020-04-03
5
-45
/
+79
*
BlockTypePalette: Improved loading speed in MSVC Debug builds.
Mattes D
2020-02-24
1
-2
/
+2
*
BlockTypePalette: Load from TSV or original reports' JSON.
Mattes D
2019-12-28
3
-222
/
+143
*
Moved ProtocolBlockTypePalette functionality into BlockTypePalette.
Mattes D
2019-12-28
6
-218
/
+158
*
BlockTypePalette: Refactored for usage in both directions.
Mattes D
2019-12-28
1
-48
/
+60
*
Refactored block-to-pickup conversion. (#4417)
Mattes D
2019-10-16
3
-63
/
+36
*
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
2019-09-29
3
-13
/
+12
*
Add ProtocolBlockTypePalette (#4391)
E14
2019-09-22
5
-0
/
+420
*
Fix race condition in UrlClientTest
peterbell10
2019-09-10
1
-15
/
+16
*
ChunkGenerator: Changed to use cChunkCoords.
Mattes D
2019-09-08
1
-3
/
+3
*
Generator: Added repeatability test.
Mattes D
2019-09-07
2
-24
/
+114
*
Added a BasicGeneratorTest.
Mattes D
2019-09-06
4
-1
/
+336
*
Separated chunk generator from world / plugin interfaces.
Mattes D
2019-09-06
1
-25
/
+101
*
Updated LibEvent to release 2.1.11-stable. (#4383)
Mattes D
2019-09-04
1
-1
/
+3
*
Added a basic PalettedBlockArea implementation (#4377)
Mattes D
2019-08-28
3
-1
/
+586
*
Improved testing framework. (#4376)
Mattes D
2019-08-26
17
-351
/
+388
*
Added BlockState implementation for 1.13 support.
Mattes D
2019-08-24
2
-0
/
+158
*
BlockTypeRegistry: Added hint manipulation
Mattes D
2019-08-05
1
-0
/
+37
*
BlockTypeRegistry: Initial skeleton
Mattes D
2019-08-05
4
-0
/
+348
*
Optimise chunk set (#4260)
peterbell10
2018-07-23
5
-14
/
+39
*
Fix cUUID::Variant (#4213)
peterbell10
2018-04-08
1
-2
/
+31
*
Fix cUrlClient leak (#4125)
peterbell10
2018-02-20
1
-5
/
+19
*
Deal with covered switches consistently (#4161)
peterbell10
2018-02-05
2
-0
/
+8
*
cChunk and cChunkData: Use vectors for block get and set functions (#4172)
peterbell10
2018-02-04
3
-99
/
+99
*
CMake: Fix test builds on MSVC (#4131)
peterbell10
2018-01-22
1
-0
/
+1
*
Add the fmt library (#4065)
peterbell10
2018-01-03
13
-9
/
+27
*
Fix Travis build (#4101)
peterbell10
2017-12-22
1
-1
/
+1
*
cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)
Bond-009
2017-11-20
3
-3
/
+3
*
Removed UTF-8 BOM (#4033)
Lukas Pioch
2017-09-19
2
-2
/
+2
*
Add a test for cUUID (#4021)
peterbell10
2017-09-11
3
-0
/
+168
*
Update mbedtls to 2.5.1 (#3964)
peterbell10
2017-08-30
2
-14
/
+16
*
Add cUUID class (#3871)
peterbell10
2017-08-25
8
-1
/
+69
*
Implement protocol level chunk sparsing (#3864)
peterbell10
2017-08-21
1
-1
/
+2
*
cBlockHandler: take player by ref
peterbell10
2017-08-01
3
-9
/
+9
*
Check for intersection between placed blocks and entities. (#3850)
Lane Kolbly
2017-07-28
3
-0
/
+47
*
BigFlower fixes (#3826)
peterbell10
2017-07-07
3
-3
/
+3
*
cBlockInfo static initialisation (#3832)
peterbell10
2017-07-03
3
-12
/
+18
*
cBlockArea supports block entities. (#3795)
Mattes D
2017-06-24
3
-0
/
+87
*
Removed the LeakFinder for Windows. (#3777)
Mattes D
2017-06-19
7
-36
/
+14
*
Replace evdns with getaddrinfo and getnameinfo (#3766)
peterbell10
2017-06-15
1
-0
/
+6
*
FastRandom rewrite (#3754)
peterbell10
2017-06-13
1
-8
/
+6
*
Gen: Added a simple PieceGeneratorBFSTree test.
Mattes D
2017-05-04
2
-0
/
+103
*
Gen: Moved tests to a separate folder, unified shared sources.
Mattes D
2017-05-04
14
-337
/
+27
*
Gen: Moved PiecePool into a separate file.
Mattes D
2017-05-04
5
-8
/
+8
*
FastRandom: Added test of class re-creation. (#3648)
Mattes D
2017-03-28
1
-7
/
+55
*
PieceGenerator: Added rotation-aware vertical connectors.
Mattes D
2017-02-13
7
-2
/
+601
*
DeadlockDetect now lists some tracked CS's stats.
Mattes D
2017-01-18
2
-0
/
+34
*
Tests: Added LuaState thread stress-test.
Mattes D
2017-01-15
8
-0
/
+580
*
Moved cPrefab parser self-check to the LoadablePieces test. (#3536)
Mattes D
2017-01-15
3
-6
/
+128
*
Added strict static_cast to void * in printf.
Mattes D
2016-11-13
1
-3
/
+3
*
Fixed type-casting-related warnings.
Mattes D
2016-08-24
8
-29
/
+11
*
HTTP: Fixed empty headers parsing.
Mattes D
2016-08-24
4
-1
/
+17
*
cUrlClient: Refactored callbacks to use UniquePtr.
Mattes D
2016-08-22
1
-8
/
+8
*
cTCPLink supports TLS out of the box.
Mattes D
2016-08-22
3
-14
/
+108
*
UrlClient: Basic HTTP implementation.
Mattes D
2016-08-22
2
-3
/
+185
*
Fixed cFastRandom Test. (#3291)
Alexander Harkness
2016-08-03
3
-0
/
+116
*
CMake: Remove needless minimum version specifications.
Mattes D
2016-07-18
10
-20
/
+0
*
Self tests (#3242)
Mattes D
2016-06-26
3
-0
/
+111
*
SelfTests: More logging for EnumInterfaces.
Mattes D
2016-06-18
1
-2
/
+3
*
SelfTests: Print a quick message on test start.
Mattes D
2016-06-18
13
-1
/
+45
*
SelfTests: Removed the unneeded cSelfTests class.
Mattes D
2016-06-18
1
-28
/
+0
*
SelfTests: Fixed HTTPMessageParser tests for out-of-source builds.
Mattes D
2016-06-18
1
-5
/
+5
*
SelfTests: Fixed missing override keyword in EchoServer.
Mattes D
2016-06-18
1
-1
/
+1
*
SelfTests: Moved BoundingBox test to a separate project.
Mattes D
2016-06-18
3
-0
/
+125
*
SelfTests: Moved SchematicFileSerializer test into a separate project.
Mattes D
2016-06-18
4
-0
/
+330
*
SelfTests: Moved cCompositeChat test to a separate project.
Mattes D
2016-06-18
4
-0
/
+180
*
SelfTests: Moved ByteBuffer test to a separate project.
Mattes D
2016-06-18
3
-2
/
+129
*
SelfTests: Organized into solution folders.
Mattes D
2016-06-18
4
-1
/
+40
*
Moved NetworkInterfaceEnum test to a separate test project.
Mattes D
2016-06-18
2
-0
/
+59
*
Out of world blocks are now always considered air blocks
LogicParrot
2016-04-23
1
-48
/
+23
*
WebAdmin uses the new HTTP parser framework.
Mattes D
2016-03-01
6
-11
/
+333
*
HTTP: Fixed response parser, unified API.
Mattes D
2016-03-01
2
-6
/
+13
*
Added unit test for parsing HTTP request.
Mattes D
2016-03-01
5
-0
/
+224
*
Renamed leftover strings to Cuberite / Server, as needed.
Mattes D
2016-01-01
2
-3
/
+3
*
Added a Json parser and serializer to Lua API.
Mattes D
2015-12-24
1
-0
/
+9
*
Added HTTPS links wherever they are supported.
Alexander Harkness
2015-12-19
1
-3
/
+3
*
Working coverage build
tycho
2015-12-18
1
-0
/
+4
*
blockheight mechanism
Gargaj
2015-12-13
1
-0
/
+9
*
Added PieceStructures generator.
Mattes D
2015-12-01
1
-0
/
+4
*
Fixed and improved restarting
Tiger Wang
2015-08-20
1
-0
/
+1
*
Improved maps
Tiger Wang
2015-07-14
1
-0
/
+9
*
Added neighbor specification in the OnNeighborChanged() block callback.
Mattes D
2015-07-01
1
-1
/
+1
*
Rebased version of Code
Samuel Barney
2015-06-22
1
-9
/
+0
*
Added basic support for loading village prefabs from files.
Mattes D
2015-06-20
1
-0
/
+3
*
Externalized cPrefabPiecePool self-test.
Mattes D
2015-06-19
9
-0
/
+626
*
Fix clang 3.6 flags to only be used in clang 3.6
tycho
2015-05-24
1
-1
/
+4
*
Disable -Werror for warnings in tests.
tycho
2015-05-24
3
-14
/
+3
*
Fix tests
tycho
2015-05-23
1
-2
/
+3
*
Fix tests
tycho
2015-05-19
1
-0
/
+7
*
Network tests: Fixed clang warnings.
Mattes D
2015-02-20
3
-3
/
+3
*
Exported cServerHandle and cNetwork:Listen to Lua.
Mattes D
2015-02-04
1
-0
/
+1
*
Added network termination called at app exit.
Mattes D
2015-01-27
3
-3
/
+38
*
cNetwork: Renamed callback to OnConnected()
Mattes D
2015-01-22
1
-1
/
+1
*
cNetwork: Added link creation callback.
Mattes D
2015-01-22
2
-11
/
+48
*
cNetwork: Changed listening API.
Mattes D
2015-01-22
1
-22
/
+28
*
cNetwork: Added error message to error callbacks.
Mattes D
2015-01-22
3
-8
/
+8
*
cNetwork: Fixed race conditions with lookups; proper shutdown.
Mattes D
2015-01-22
1
-0
/
+1
*
cNetwork: Split the main cpp file into several files.
Mattes D
2015-01-22
1
-2
/
+22
*
cNetwork: Split cNetworkSingleton to a separate file.
Mattes D
2015-01-22
1
-1
/
+12
*
cNetwork: Added an OnError callback for listening servers.
Mattes D
2015-01-22
1
-0
/
+5
*
cNetwork: Added multithreading protection.
Mattes D
2015-01-22
1
-1
/
+7
*
cNetwork: Implemented connection shutdown and close.
Mattes D
2015-01-22
1
-1
/
+15
*
cNetwork: Fixed Linux compilation.
Mattes D
2015-01-22
1
-1
/
+1
*
cNetwork: Implemented link address getting.
Mattes D
2015-01-22
1
-4
/
+4
*
cNetwork: Implemented basic server functionality.
Mattes D
2015-01-22
1
-1
/
+67
*
cNetwork: Implemented IP-to-hostname lookup.
Mattes D
2015-01-22
1
-3
/
+16
*
cNetwork: Implemented HostnameToIP lookups.
Mattes D
2015-01-22
4
-3
/
+115
*
Extracted Google connection test
Tycho
2015-01-22
3
-0
/
+100
*
Removed test
Tiger Wang
2014-12-13
3
-176
/
+0
*
Fixed compilation?
Tiger Wang
2014-11-01
1
-3
/
+4
*
Update creatable.cpp
worktycho
2014-09-27
1
-0
/
+1
*
Fix accedental c++11
Tycho
2014-09-17
1
-6
/
+7
*
Added first test to show the object can be created
Tycho
2014-09-17
3
-0
/
+173
*
CopyBlocks test: decreased the test size.
madmaxoft
2014-09-01
1
-2
/
+2
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho
2014-06-16
5
-14
/
+80
*
Reduced the number of cChunkData::CopyBlockTypes() tests, added progress.
Mattes D
2014-05-30
1
-7
/
+16
*
Fix bugs in test
Tycho
2014-05-30
1
-3
/
+5
*
Added a cChunkData::CopyBlockTypes() unit test.
Mattes D
2014-05-30
2
-0
/
+68
*
Fixed cChunkData nibble copying.
madmaxoft
2014-05-30
1
-4
/
+4
*
Test failures are reported verbosely and into the debug console on Win.
madmaxoft
2014-05-30
1
-1
/
+1
*
Fixed test return values.
madmaxoft
2014-05-30
2
-38
/
+41
*
Fixed wrong block sizes for copying / setting.
madmaxoft
2014-05-29
1
-16
/
+16
*
Fixed test compilation.
madmaxoft
2014-05-29
2
-16
/
+16
*
Fixed test globals to work with precompiled headers
Tycho
2014-05-27
5
-143
/
+4
*
inject TestGlobals.h correctly
Tycho
2014-05-24
2
-2
/
+3
*
Implemented style changes
Tycho
2014-05-24
3
-176
/
+87
*
Renamed cChunkBuffer to cChunkData
Tycho
2014-05-21
6
-20
/
+20
*
C++11
Tycho
2014-05-17
1
-0
/
+8
*
fixed assignment bugs and Skylight bug
Tycho
2014-05-17
1
-1
/
+1
*
Fix assignment operators test
worktycho
2014-05-17
1
-3
/
+3
*
Add test for zeros
worktycho
2014-05-17
1
-0
/
+35
*
Add tests for assignment operator
worktycho
2014-05-17
1
-0
/
+11
*
Rewrote array copies test
worktycho
2014-05-17
1
-36
/
+51
*
Added some more tests
Tycho
2014-05-11
2
-116
/
+242
*
Added several more testsfor arrays and coordinates
Tycho
2014-05-11
2
-1
/
+5
*
test 0 values
Tycho
2014-05-11
1
-0
/
+45
*
Cerated array copy tests for block and skylight
Tycho
2014-05-11
1
-0
/
+36
*
Fixed a bug in writting zeros to a non-allocated section
Tycho
2014-05-11
1
-93
/
+111
*
Fixed stupid buffer overflow in array setblocks
Tycho
2014-05-10
1
-8
/
+8
*
Add arries copies tests
Tycho
2014-05-10
1
-0
/
+53
*
Added new test
Tycho
2014-05-10
1
-0
/
+4
*
Added some more tests
Tycho
2014-05-10
2
-6
/
+100
*
Maybe coverage working?
Tycho
2014-05-10
2
-0
/
+151
*
cCHunkBuffer that compiles with TestGlobals.h
Tycho
2014-05-03
3
-1
/
+14
*
Added Testing capability
Tycho
2014-04-27
3
-0
/
+19
*
Moved some files.
Alexander Harkness
2013-12-21
5
-0
/
+604