.. |
Bindings
|
Changed tree-growing functions in cWorld to use Vector3i coords.
|
2020-08-27 17:32:48 +01:00 |
BlockEntities
|
Remove redundant DoWithChunkAt in chests
|
2020-08-28 21:43:12 +01:00 |
Blocks
|
Remove unneeded MarkDirty, SendToClients parameters of SetMeta
|
2020-08-28 21:08:06 +01:00 |
Entities
|
Entities can fail to add into a chunk
|
2020-08-29 21:34:21 +01:00 |
Generating
|
Minor typo fixes
|
2020-08-21 00:50:09 +01:00 |
HTTP
|
Upgrade to C++17 [CMake] (#4717)
|
2020-05-16 20:59:10 +01:00 |
Items
|
Add Statistics and Achievements for newer Network standards
|
2020-08-19 20:45:27 +01:00 |
mbedTLS++
|
Upgrade to C++17 [CMake] (#4717)
|
2020-05-16 20:59:10 +01:00 |
Mobs
|
Add Statistics and Achievements for newer Network standards
|
2020-08-19 20:45:27 +01:00 |
Noise
|
Upgrade to C++17 [CMake] (#4717)
|
2020-05-16 20:59:10 +01:00 |
OSSupport
|
Add FileStream wrapper
|
2020-08-19 20:45:27 +01:00 |
Protocol
|
Unused/duplicate function cleanup
|
2020-08-29 16:47:40 +01:00 |
Registries
|
Add Statistics and Achievements for newer Network standards
|
2020-08-19 20:45:27 +01:00 |
Resources
|
zh-cn translation in resource file
|
2020-07-23 21:17:50 +01:00 |
Simulator
|
Minor style fixes
|
2020-08-28 21:42:37 +01:00 |
UI
|
Add Statistics and Achievements for newer Network standards
|
2020-08-19 20:45:27 +01:00 |
WorldStorage
|
FastNBTWriter: AddString now uses string_view
|
2020-08-28 21:42:18 +01:00 |
AllocationPool.h
|
Cleanup unneeded globals (#4736)
|
2020-05-10 16:16:38 +00:00 |
BiomeDef.cpp
|
Add enhanced Gold generation in Mesa-Type Biomes (#4821)
|
2020-08-12 07:20:38 +00:00 |
BiomeDef.h
|
Add enhanced Gold generation in Mesa-Type Biomes (#4821)
|
2020-08-12 07:20:38 +00:00 |
BlockArea.cpp
|
Enable C++17 in build
|
2020-05-09 20:37:16 +01:00 |
BlockArea.h
|
Manage block entity lifetime with unique_ptr (#4080)
|
2020-04-03 23:23:38 +02:00 |
BlockInfo.cpp
|
Change stained clay hardness value
|
2020-04-10 13:07:16 +00:00 |
BlockInfo.h
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
BlockInServerPluginInterface.h
|
Refactored block-to-pickup conversion. (#4417)
|
2019-10-16 10:06:34 +02:00 |
BlockState.cpp
|
Add ProtocolBlockTypePalette (#4391)
|
2019-09-22 22:57:54 +02:00 |
BlockState.h
|
Add ProtocolBlockTypePalette (#4391)
|
2019-09-22 22:57:54 +02:00 |
BlockTracer.h
|
Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)
|
2020-05-08 10:04:07 +01:00 |
BlockType.cpp
|
Cleanup some workarounds and warnings (#4735)
|
2020-05-10 16:16:49 +00:00 |
BlockType.h
|
Re-implement repeater locking
|
2020-04-18 16:51:29 +01:00 |
BlockTypePalette.cpp
|
Update submodules (#4727)
|
2020-05-09 15:51:15 +01:00 |
BlockTypePalette.h
|
Precompile unordered_map/set
|
2020-07-19 19:58:53 +01:00 |
BlockTypeRegistry.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
BlockTypeRegistry.h
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
BoundingBox.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
BoundingBox.h
|
cBoundingBox: Fix tolua warning (#4361)
|
2019-08-08 19:49:00 +01:00 |
BrewingRecipes.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
BrewingRecipes.h
|
|
|
Broadcaster.cpp
|
Broadcaster: don't loop over all entities to broadcast one's position
|
2020-08-28 21:41:18 +01:00 |
BuildInfo.h.cmake
|
|
|
ByteBuffer.cpp
|
1.14 connection support
|
2020-07-26 18:55:16 +01:00 |
ByteBuffer.h
|
1.14 connection support
|
2020-07-26 18:55:16 +01:00 |
ChatColor.cpp
|
Removed extended ASCII, and added a check against it. (#4642)
|
2020-04-12 09:24:30 +02:00 |
ChatColor.h
|
|
|
CheckBasicStyle.lua
|
1.13 items support
|
2020-07-18 19:23:10 +01:00 |
Chunk.cpp
|
Save enderchest block entities to storage
|
2020-08-28 21:40:40 +01:00 |
Chunk.h
|
Save enderchest block entities to storage
|
2020-08-28 21:40:40 +01:00 |
ChunkData.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
ChunkData.h
|
cChunk and cChunkData: Use vectors for block get and set functions (#4172)
|
2018-02-04 22:15:31 +00:00 |
ChunkDataCallback.h
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
ChunkDef.h
|
WorldStorage: Removed unused callback parameters
|
2020-08-28 21:36:46 +01:00 |
ChunkGeneratorThread.cpp
|
cWorld * -> cWorld (#4771)
|
2020-07-14 17:57:30 +01:00 |
ChunkGeneratorThread.h
|
cWorld * -> cWorld (#4771)
|
2020-07-14 17:57:30 +01:00 |
ChunkMap.cpp
|
Entities can fail to add into a chunk
|
2020-08-29 21:34:21 +01:00 |
ChunkMap.h
|
Simplify MoveEntityToNewChunk
|
2020-08-28 21:32:46 +01:00 |
ChunkSender.cpp
|
ChunkDataSerializer: don't repeatedly mallocate
|
2020-08-21 18:22:04 +01:00 |
ChunkSender.h
|
ChunkDataSerializer: don't repeatedly mallocate
|
2020-08-21 18:22:04 +01:00 |
ChunkStay.cpp
|
|
|
ChunkStay.h
|
Minor style fixes
|
2020-08-28 21:42:37 +01:00 |
ClientHandle.cpp
|
ChunkDataSerializer: don't repeatedly mallocate
|
2020-08-21 18:22:04 +01:00 |
ClientHandle.h
|
Implement "caching" in ChunkDataSerializer
|
2020-07-19 16:29:49 +01:00 |
CMakeLists.txt
|
1.13 items support
|
2020-07-18 19:23:10 +01:00 |
Color.cpp
|
|
|
Color.h
|
|
|
CommandOutput.cpp
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
CommandOutput.h
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
CompositeChat.cpp
|
Update logging code to reduce unnecessary string copying:
|
2020-05-16 09:39:05 +01:00 |
CompositeChat.h
|
Update logging code to reduce unnecessary string copying:
|
2020-05-16 09:39:05 +01:00 |
CraftingRecipes.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
CraftingRecipes.h
|
Introduce recipe book functionality (#4493)
|
2020-07-14 17:56:42 +01:00 |
Cuberite.vcxproj.user
|
Added working directory for x64 builds (#4037)
|
2017-09-20 19:01:46 +01:00 |
Cuboid.cpp
|
Added more clamping operations to cCuboid.
|
2019-08-10 12:25:06 +02:00 |
Cuboid.h
|
Added a basic PalettedBlockArea implementation (#4377)
|
2019-08-28 08:29:02 +02:00 |
DeadlockDetect.cpp
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
DeadlockDetect.h
|
Cleanup unneeded globals (#4736)
|
2020-05-10 16:16:38 +00:00 |
Defines.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
Defines.h
|
Extended Vector3 (#4666)
|
2020-04-18 11:44:35 +02:00 |
EffectID.h
|
|
|
Enchantments.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
Enchantments.h
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
Endianness.h
|
|
|
FastRandom.cpp
|
Cleanup some workarounds and warnings (#4735)
|
2020-05-10 16:16:49 +00:00 |
FastRandom.h
|
|
|
fmt.h
|
Update fmtlib to 7.0.0
|
2020-07-06 20:53:04 +01:00 |
ForEachChunkProvider.h
|
|
|
FunctionRef.h
|
Stop cFunctionRef constructor from disabling default copy constructor. (#4173)
|
2018-07-24 22:30:05 +01:00 |
FurnaceRecipe.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
FurnaceRecipe.h
|
Smelting Gives Experience (#4094)
|
2018-04-11 07:46:11 +01:00 |
Globals.cpp
|
|
|
Globals.h
|
Add FileStream wrapper
|
2020-08-19 20:45:27 +01:00 |
IniFile.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
IniFile.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Inventory.cpp
|
Introduce recipe book functionality (#4493)
|
2020-07-14 17:56:42 +01:00 |
Inventory.h
|
Introduce recipe book functionality (#4493)
|
2020-07-14 17:56:42 +01:00 |
Item.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
Item.h
|
Introduce recipe book functionality (#4493)
|
2020-07-14 17:56:42 +01:00 |
ItemGrid.cpp
|
Introduce recipe book functionality (#4493)
|
2020-07-14 17:56:42 +01:00 |
ItemGrid.h
|
Introduce recipe book functionality (#4493)
|
2020-07-14 17:56:42 +01:00 |
JsonUtils.cpp
|
Update submodules (#4727)
|
2020-05-09 15:51:15 +01:00 |
JsonUtils.h
|
Update submodules (#4727)
|
2020-05-09 15:51:15 +01:00 |
LazyArray.h
|
Cleanup unneeded globals (#4736)
|
2020-05-10 16:16:38 +00:00 |
LightingThread.cpp
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
LightingThread.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
LinearInterpolation.cpp
|
|
|
LinearInterpolation.h
|
|
|
LinearUpscale.h
|
Upgrade to C++17 [CMake] (#4717)
|
2020-05-16 20:59:10 +01:00 |
LineBlockTracer.cpp
|
ChunkMap: do not wantonly make empty chunks
|
2020-08-28 21:22:44 +01:00 |
LineBlockTracer.h
|
Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)
|
2020-05-08 10:04:07 +01:00 |
Logger.cpp
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
Logger.h
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
LoggerListeners.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
LoggerListeners.h
|
|
|
LoggerSimple.h
|
Enable debug logging in test builds
|
2020-05-16 09:39:05 +01:00 |
main.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
Map.cpp
|
ChunkMap: do not wantonly make empty chunks
|
2020-08-28 21:22:44 +01:00 |
Map.h
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
MapManager.cpp
|
Replace ItemCallbacks with lambdas (#3993)
|
2017-09-11 23:20:49 +02:00 |
MapManager.h
|
Replace ItemCallbacks with lambdas (#3993)
|
2017-09-11 23:20:49 +02:00 |
Matrix4.h
|
|
|
MemorySettingsRepository.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
MemorySettingsRepository.h
|
Precompile unordered_map/set
|
2020-07-19 19:58:53 +01:00 |
MobCensus.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
MobCensus.h
|
|
|
MobFamilyCollecter.cpp
|
|
|
MobFamilyCollecter.h
|
|
|
MobProximityCounter.cpp
|
CheckBasicStyle: Check number of empty lines between functions (#4267)
|
2018-07-26 22:24:36 +01:00 |
MobProximityCounter.h
|
|
|
MobSpawner.cpp
|
Implement wither skeletons (#4563)
|
2020-04-04 13:44:17 +02:00 |
MobSpawner.h
|
Moved growing from cWorld / cChunk to cBlockHandler descendants.
|
2019-10-28 10:45:43 +01:00 |
MonsterConfig.cpp
|
Tweak attack ranges
|
2020-04-02 09:30:50 +02:00 |
MonsterConfig.h
|
|
|
NetherPortalScanner.cpp
|
Correct world access in NetherPortalScanner
|
2020-04-19 21:43:14 +01:00 |
NetherPortalScanner.h
|
MoveToWorld must always be provided a world
|
2020-04-18 19:51:30 +01:00 |
OpaqueWorld.h
|
Broadcast refactor (#4264)
|
2018-07-24 22:30:49 +01:00 |
OverridesSettingsRepository.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
OverridesSettingsRepository.h
|
Precompile unordered_map/set
|
2020-07-19 19:58:53 +01:00 |
PalettedBlockArea.cpp
|
BlockTypePalette: Refactored for usage in both directions.
|
2019-12-28 22:43:35 +01:00 |
PalettedBlockArea.h
|
Added a basic PalettedBlockArea implementation (#4377)
|
2019-08-28 08:29:02 +02:00 |
ProbabDistrib.cpp
|
CheckBasicStyle: Check number of empty lines between functions (#4267)
|
2018-07-26 22:24:36 +01:00 |
ProbabDistrib.h
|
|
|
RankManager.cpp
|
Update submodules (#4727)
|
2020-05-09 15:51:15 +01:00 |
RankManager.h
|
Remove cRankManager migration code (#4714)
|
2020-05-05 21:20:07 +03:00 |
RCONServer.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
RCONServer.h
|
|
|
Root.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
Root.h
|
Remove ProtocolPalettes
|
2020-07-19 21:20:27 +01:00 |
Scoreboard.cpp
|
CheckBasicStyle: Check number of empty lines between functions (#4267)
|
2018-07-26 22:24:36 +01:00 |
Scoreboard.h
|
Replace ItemCallbacks with lambdas (#3993)
|
2017-09-11 23:20:49 +02:00 |
Server.cpp
|
Added a "reloadweb" command for reloading web admin config.
|
2020-08-27 17:32:32 +01:00 |
Server.h
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
SetChunkData.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
SetChunkData.h
|
Manage block entity lifetime with unique_ptr (#4080)
|
2020-04-03 23:23:38 +02:00 |
SettingsRepositoryInterface.h
|
|
|
SpawnPrepare.cpp
|
Replaced cpp14::make_unique<> with std::make_unique<>.
|
2020-08-01 20:04:31 +01:00 |
SpawnPrepare.h
|
Potential spawn prepare fix (#3924)
|
2017-08-22 14:34:43 +02:00 |
Statistics.cpp
|
Add Statistics and Achievements for newer Network standards
|
2020-08-19 20:45:27 +01:00 |
Statistics.h
|
Add Statistics and Achievements for newer Network standards
|
2020-08-19 20:45:27 +01:00 |
Stopwatch.h
|
BlockTypePalette: Load from TSV or original reports' JSON.
|
2019-12-28 22:43:35 +01:00 |
StringCompression.cpp
|
|
|
StringCompression.h
|
|
|
StringUtils.cpp
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
StringUtils.h
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
UUID.cpp
|
Make offline UUIDs consistent with vanilla. (#4178)
|
2018-07-20 00:30:09 +01:00 |
UUID.h
|
Add cUUID class (#3871)
|
2017-08-25 13:43:18 +01:00 |
Vector3.h
|
Update submodules
|
2020-07-23 00:32:47 +01:00 |
VoronoiMap.cpp
|
|
|
VoronoiMap.h
|
|
|
WebAdmin.cpp
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
WebAdmin.h
|
Enable some more clang-tidy linter checks (#4738)
|
2020-05-14 22:15:35 +00:00 |
World.cpp
|
Entities can fail to add into a chunk
|
2020-08-29 21:34:21 +01:00 |
World.h
|
Clean up GenerateChunk/TouchChunk
|
2020-08-28 21:26:04 +01:00 |
XMLParser.h
|
Minor changes (#3909)
|
2017-08-24 11:19:40 +02:00 |