.. |
Bindings
|
More Vector3 in cBlockHandler (#4644)
|
2020-04-17 10:36:37 +01:00 |
BlockEntities
|
Update DispenserEntity.cpp
|
2020-04-25 12:27:39 +01:00 |
Blocks
|
Fix incorrect relative coords usage in farmland handler (#4690)
|
2020-04-24 17:29:12 +00:00 |
Entities
|
Set entity world early
|
2020-05-03 11:49:00 +01:00 |
Generating
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
HTTP
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Items
|
Unify entity spawn packet sending
|
2020-04-30 23:04:56 +01:00 |
mbedTLS++
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Mobs
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Noise
|
Improved large jungle and acacia tree generation (#4413)
|
2019-12-22 23:38:11 +01:00 |
OSSupport
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Protocol
|
Unify entity spawn packet sending
|
2020-04-30 23:04:56 +01:00 |
Resources
|
WebAdmin improvements (#4433)
|
2019-12-28 02:15:12 +02:00 |
Simulator
|
Fix the connexion to the side of the repeater
|
2020-05-03 11:51:11 +01:00 |
UI
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
WorldStorage
|
NBT: Dynamic list-max-count protection. (#4697)
|
2020-04-30 08:44:49 +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
|
Manage block entity lifetime with unique_ptr (#4080)
|
2020-04-03 23:23:38 +02: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
|
|
|
BlockType.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
BlockType.h
|
Re-implement repeater locking
|
2020-04-18 16:51:29 +01:00 |
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
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +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
|
Add cUUID class (#3871)
|
2017-08-25 13:43:18 +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
|
Removed extended ASCII, and added a check against it. (#4642)
|
2020-04-12 09:24:30 +02:00 |
Chunk.cpp
|
Modify pickup collection behaviour to correspond to vanilla.
|
2020-05-03 11:49:07 +01:00 |
Chunk.h
|
Vector3 in Handlers (#4680)
|
2020-04-21 22:19:22 +02: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
|
Limit the size of cListAllocationPool's free list
|
2019-02-20 09:07:44 +00:00 |
ChunkDef.h
|
Vector3 in Handlers (#4680)
|
2020-04-21 22:19:22 +02: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
|
More Vector3 in cBlockHandler (#4644)
|
2020-04-17 10:36:37 +01:00 |
ChunkMap.h
|
More Vector3 in cBlockHandler (#4644)
|
2020-04-17 10:36:37 +01:00 |
ChunkSender.cpp
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
ChunkSender.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
ChunkStay.cpp
|
|
|
ChunkStay.h
|
|
|
ClientHandle.cpp
|
Unify entity spawn packet sending
|
2020-04-30 23:04:56 +01:00 |
ClientHandle.h
|
Unify entity spawn packet sending
|
2020-04-30 23:04:56 +01:00 |
CMakeLists.txt
|
Removed the obsolete cTracer class. (#4594)
|
2020-04-03 12:50:08 +00:00 |
Color.cpp
|
|
|
Color.h
|
|
|
CommandOutput.cpp
|
Add the fmt library (#4065)
|
2018-01-03 17:41:16 +00:00 |
CommandOutput.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
CompositeChat.cpp
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
CompositeChat.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
CraftingRecipes.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
CraftingRecipes.h
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02: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
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Defines.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
Defines.h
|
Extended Vector3 (#4666)
|
2020-04-18 11:44:35 +02:00 |
EffectID.h
|
|
|
Enchantments.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
Enchantments.h
|
Minor changes (#3909)
|
2017-08-24 11:19:40 +02:00 |
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
|
Added check for item damage (#4681)
|
2020-04-19 16:36:31 +00:00 |
FurnaceRecipe.h
|
Smelting Gives Experience (#4094)
|
2018-04-11 07:46:11 +01:00 |
Globals.cpp
|
|
|
Globals.h
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
IniFile.cpp
|
Use clang-tidy to check more code conventions (#4214)
|
2018-05-06 18:07:34 +01:00 |
IniFile.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Inventory.cpp
|
Replace buckets to the selected hotbar slot, rather than the first available. (#4580)
|
2020-04-02 12:42:15 +00:00 |
Inventory.h
|
Replace buckets to the selected hotbar slot, rather than the first available. (#4580)
|
2020-04-02 12:42:15 +00:00 |
Item.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
Item.h
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02:00 |
ItemGrid.cpp
|
cItemGrid: Allocate storage lazily (#4083)
|
2018-01-21 18:45:13 +00:00 |
ItemGrid.h
|
cItemGrid: Allocate storage lazily (#4083)
|
2018-01-21 18:45:13 +00:00 |
LazyArray.h
|
cItemGrid: Allocate storage lazily (#4083)
|
2018-01-21 18:45:13 +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
|
|
|
LineBlockTracer.cpp
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
LineBlockTracer.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Logger.cpp
|
Add the fmt library (#4065)
|
2018-01-03 17:41:16 +00:00 |
Logger.h
|
Add the fmt library (#4065)
|
2018-01-03 17:41:16 +00:00 |
LoggerListeners.cpp
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
LoggerListeners.h
|
|
|
LoggerSimple.h
|
Add the fmt library (#4065)
|
2018-01-03 17:41:16 +00:00 |
main.cpp
|
main: Terminate if an exception is thrown.
|
2020-01-07 06:53:17 +01:00 |
Map.cpp
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02: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
|
CheckBasicStyle: Check number of empty lines between functions (#4267)
|
2018-07-26 22:24:36 +01:00 |
MemorySettingsRepository.h
|
|
|
MobCensus.cpp
|
Deal with covered switches consistently (#4161)
|
2018-02-04 23:07:12 +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
|
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
|
Add cUUID class (#3871)
|
2017-08-25 13:43:18 +01:00 |
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
|
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
|
2020-04-03 08:57:01 +02: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
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
Server.h
|
Using Super.
|
2020-04-16 20:07:48 +00:00 |
SetChunkData.cpp
|
Manage block entity lifetime with unique_ptr (#4080)
|
2020-04-03 23:23:38 +02:00 |
SetChunkData.h
|
Manage block entity lifetime with unique_ptr (#4080)
|
2020-04-03 23:23:38 +02:00 |
SettingsRepositoryInterface.h
|
|
|
SpawnPrepare.cpp
|
Separated chunk generator from world / plugin interfaces.
|
2019-09-06 16:12:33 +02:00 |
SpawnPrepare.h
|
Potential spawn prepare fix (#3924)
|
2017-08-22 14:34:43 +02:00 |
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 |
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
|
Extended Vector3 (#4666)
|
2020-04-18 11:44:35 +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
|
Assert if world is incorrect
|
2020-05-03 11:49:00 +01:00 |
World.h
|
Vector3 in Handlers (#4680)
|
2020-04-21 22:19:22 +02:00 |
XMLParser.h
|
Minor changes (#3909)
|
2017-08-24 11:19:40 +02:00 |