1
0
cuberite-2a/src
2020-03-22 12:13:44 +02:00
..
Bindings Wrong overload of function push() got called when pushing a cEntity*. (#4512) 2020-03-21 16:00:26 +00:00
BlockEntities Remove leading slash from command block commands (#4502) 2020-03-19 20:06:25 +01:00
Blocks Ender chest is not affected by piston (#4526) 2020-03-22 00:18:49 +00:00
Entities Clamp teleportation position (#4203) 2020-03-20 09:31:06 +01:00
Generating Improved large jungle and acacia tree generation (#4413) 2019-12-22 23:38:11 +01:00
HTTP Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
Items Bonemeal cannot be used on cactus and sugar cane 2020-03-21 19:46:57 +02:00
mbedTLS++ Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
Mobs Allow enderman to attack during day (#4522) 2020-03-22 12:13:44 +02:00
Noise Improved large jungle and acacia tree generation (#4413) 2019-12-22 23:38:11 +01:00
OSSupport Stabilise MoveToWorld (#4004) 2020-03-05 12:52:34 +02:00
Protocol Use LastSentPos for mob spawn packet in 1.11+ (#4490) 2020-03-05 12:58:46 +02:00
Resources WebAdmin improvements (#4433) 2019-12-28 02:15:12 +02:00
Simulator Moved growing from cWorld / cChunk to cBlockHandler descendants. 2019-10-28 10:45:43 +01:00
UI Refactored more of Entities and BlockEntities to use Vector3. (#4403) 2019-09-29 14:59:24 +02:00
WorldStorage Refactored more of Entities and BlockEntities to use Vector3. (#4403) 2019-09-29 14:59:24 +02:00
AllocationPool.h Limit the size of cListAllocationPool's free list 2019-02-20 09:07:44 +00:00
BiomeDef.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
BiomeDef.h
BlockArea.cpp Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockArea.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockID.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
BlockID.h Moved growing from cWorld / cChunk to cBlockHandler descendants. 2019-10-28 10:45:43 +01:00
BlockInfo.cpp Correct block transparencies 2019-12-05 15:26:47 +01:00
BlockInfo.h
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
BlockTypePalette.cpp BlockTypePalette: Improved loading speed in MSVC Debug builds. 2020-02-24 09:37:40 +01:00
BlockTypePalette.h BlockTypePalette: Load from TSV or original reports' JSON. 2019-12-28 22:43:35 +01:00
BlockTypeRegistry.cpp BlockTypeRegistry: Added hint manipulation 2019-08-05 21:42:54 +02:00
BlockTypeRegistry.h Fixed compilation on VS2019 2019-08-06 10:13:18 +02:00
BoundingBox.cpp cBoundingBox: Fix tolua warning (#4361) 2019-08-08 19:49:00 +01:00
BoundingBox.h cBoundingBox: Fix tolua warning (#4361) 2019-08-08 19:49:00 +01:00
BrewingRecipes.cpp Ignore whitespace only lines in brewing and furnace recipes (#4332) 2019-06-11 13:39:44 +01:00
BrewingRecipes.h
Broadcaster.cpp Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
BuildInfo.h.cmake
ByteBuffer.cpp Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
ByteBuffer.h
ChatColor.cpp
ChatColor.h
CheckBasicStyle.lua CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Chunk.cpp Fixed unloading of chunks that contain player entities (#4508) 2020-03-18 17:17:59 +00:00
Chunk.h Fixed unloading of chunks that contain player entities (#4508) 2020-03-18 17:17:59 +00:00
ChunkData.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
ChunkData.h
ChunkDataCallback.h Limit the size of cListAllocationPool's free list 2019-02-20 09:07:44 +00:00
ChunkDef.h Improved large jungle and acacia tree generation (#4413) 2019-12-22 23:38:11 +01:00
ChunkGeneratorThread.cpp ChunkGenerator: Changed to use cChunkCoords. 2019-09-08 20:21:49 +02:00
ChunkGeneratorThread.h Separated chunk generator from world / plugin interfaces. 2019-09-06 16:12:33 +02:00
ChunkMap.cpp Improvements to knockback (#4504) 2020-03-19 17:13:41 +00:00
ChunkMap.h Moved growing from cWorld / cChunk to cBlockHandler descendants. 2019-10-28 10:45:43 +01:00
ChunkSender.cpp NBTChunkSerializer: Cleaned up interface. 2019-09-24 17:38:59 +02:00
ChunkSender.h Broadcast refactor (#4264) 2018-07-24 22:30:49 +01:00
ChunkStay.cpp
ChunkStay.h
ClientHandle.cpp Don't call player movement hook if nothing changed (#4517) 2020-03-21 12:57:19 +00:00
ClientHandle.h Store and pass entity effect duration as an int not a short. (#4293) 2018-08-26 15:52:39 +01:00
CMakeLists.txt Clean up server folder for Android (#4448) 2020-01-02 17:59:07 +02:00
Color.cpp
Color.h
CommandOutput.cpp
CommandOutput.h CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
CompositeChat.cpp
CompositeChat.h
CraftingRecipes.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
CraftingRecipes.h
Cuberite.vcxproj.user
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
DeadlockDetect.h
Defines.h CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
EffectID.h
Enchantments.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Enchantments.h
Endianness.h
FastRandom.cpp
FastRandom.h
ForEachChunkProvider.h
FunctionRef.h Stop cFunctionRef constructor from disabling default copy constructor. (#4173) 2018-07-24 22:30:05 +01:00
FurnaceRecipe.cpp Ignore whitespace only lines in brewing and furnace recipes (#4332) 2019-06-11 13:39:44 +01:00
FurnaceRecipe.h Smelting Gives Experience (#4094) 2018-04-11 07:46:11 +01:00
Globals.cpp
Globals.h Improved testing framework. (#4376) 2019-08-26 21:38:34 +02:00
IniFile.cpp Use clang-tidy to check more code conventions (#4214) 2018-05-06 18:07:34 +01:00
IniFile.h Use clang-tidy to check more code conventions (#4214) 2018-05-06 18:07:34 +01:00
Inventory.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Inventory.h
Item.cpp Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
Item.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
ItemGrid.cpp
ItemGrid.h
LazyArray.h
LightingThread.cpp NBTChunkSerializer: Cleaned up interface. 2019-09-24 17:38:59 +02:00
LightingThread.h
LinearInterpolation.cpp
LinearInterpolation.h
LinearUpscale.h
LineBlockTracer.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
LineBlockTracer.h
Logger.cpp
Logger.h
LoggerListeners.cpp Add colors to console for macOS (#4303) 2018-10-15 17:03:08 +01:00
LoggerListeners.h
LoggerSimple.h
main.cpp main: Terminate if an exception is thrown. 2020-01-07 06:53:17 +01:00
Map.cpp Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
Map.h
MapManager.cpp
MapManager.h
Matrix4.h
MemorySettingsRepository.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
MemorySettingsRepository.h
MobCensus.cpp
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 Moved growing from cWorld / cChunk to cBlockHandler descendants. 2019-10-28 10:45:43 +01:00
MobSpawner.h Moved growing from cWorld / cChunk to cBlockHandler descendants. 2019-10-28 10:45:43 +01:00
MonsterConfig.cpp Fixed MSVC warnings (#4400) 2019-09-27 16:51:44 +01:00
MonsterConfig.h
NetherPortalScanner.cpp Stabilise MoveToWorld (#4004) 2020-03-05 12:52:34 +02:00
NetherPortalScanner.h Use clang-tidy to check more code conventions (#4214) 2018-05-06 18:07:34 +01:00
OpaqueWorld.h Broadcast refactor (#4264) 2018-07-24 22:30:49 +01:00
OverridesSettingsRepository.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
OverridesSettingsRepository.h
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 CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
RankManager.h
RCONServer.cpp
RCONServer.h
Root.cpp Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
Root.h Added temporary block type mapping for 1.13+ protocols. 2020-01-07 06:53:17 +01:00
Scoreboard.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Scoreboard.h
Server.cpp Buckets: Be able to place fluids through other fluids. (#4331) 2019-05-07 20:15:58 +01:00
Server.h
SetChunkData.cpp Limit the size of cListAllocationPool's free list 2019-02-20 09:07:44 +00:00
SetChunkData.h Optimise chunk set (#4260) 2018-07-23 19:12:51 +01:00
SettingsRepositoryInterface.h
SpawnPrepare.cpp Separated chunk generator from world / plugin interfaces. 2019-09-06 16:12:33 +02:00
SpawnPrepare.h
Statistics.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Statistics.h CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +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 GCC: Added pragma to ignore fallthrough warnings within Unicode Inc. code (#4392) 2019-09-13 15:56:56 +02:00
StringUtils.h StringUtils: Added note to StringsConcat about StringJoin. 2020-01-07 06:53:17 +01:00
Tracer.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Tracer.h Use clang-tidy to check more code conventions (#4214) 2018-05-06 18:07:34 +01:00
UUID.cpp Make offline UUIDs consistent with vanilla. (#4178) 2018-07-20 00:30:09 +01:00
UUID.h
Vector3.h Refactored more of Entities and BlockEntities to use Vector3. (#4403) 2019-09-29 14:59:24 +02:00
VoronoiMap.cpp
VoronoiMap.h
WebAdmin.cpp Fix directory traversal bug (#4341) 2019-06-11 10:33:56 +02:00
WebAdmin.h
World.cpp Improve explosion visuals (#4511) 2020-03-20 23:42:16 +00:00
World.h Stabilise MoveToWorld (#4004) 2020-03-05 12:52:34 +02:00
XMLParser.h