1
0
cuberite-2a/src
2014-04-21 10:31:30 +02:00
..
Bindings Updated the tolua executable for Windows. 2014-04-06 22:05:44 +02:00
BlockEntities Fixed formatting, made function static. 2014-04-19 13:05:58 +02:00
Blocks Fixed Errors 2014-04-07 20:25:30 +02:00
Entities Fixed #906 2014-04-18 12:59:14 +01:00
Generating Added performance test of the nether fort generator. 2014-04-18 14:35:33 +02:00
HTTPServer Fixed HTTP chunked encoding. 2014-04-07 08:11:56 +02:00
Items Fixed Clang warnings in itemhandlers. 2014-04-04 09:56:57 +02:00
Mobs Compilation fix 2014-04-18 20:20:00 +01:00
OSSupport Fixed issues with 64-bit MSVC compilation. 2014-04-11 13:09:19 +02:00
Protocol Allow 1.6.4 Forge clients to log in. 2014-04-21 08:22:25 +02:00
Resources
Simulator Removed unsupported C++11 features. 2014-04-18 09:36:11 +02:00
UI Fixed MSVC compilation. 2014-04-20 13:50:37 +02:00
WorldStorage Rewrote redstone powering to use power levels 2014-04-15 13:15:56 +01:00
BiomeDef.cpp
BiomeDef.h
BlockArea.cpp Fixed a few MSVC type warnings. 2014-04-03 09:27:17 +02:00
BlockArea.h
BlockID.cpp
BlockID.h Implemented weighted pressure plates 2014-04-17 12:11:31 +01:00
BlockInfo.cpp
BlockInfo.h
BlockInServerPluginInterface.h
BlockTracer.h Fixed more virtual destructors for interfaces. 2014-04-02 16:40:27 +02:00
BoundingBox.cpp
BoundingBox.h
ByteBuffer.cpp
ByteBuffer.h
ChatColor.cpp
ChatColor.h
Chunk.cpp Implemented the skeleton code for the beacon. 2014-04-12 00:01:15 +02:00
Chunk.h
ChunkDef.h
ChunkMap.cpp Fixed chunkstays not being removed on auto-delete. 2014-04-12 22:15:09 +02:00
ChunkMap.h
ChunkSender.cpp
ChunkSender.h
ChunkStay.cpp ChunkStay must be disabled while being deleted. 2014-04-12 22:35:04 +02:00
ChunkStay.h ChunkStay must be disabled while being deleted. 2014-04-12 22:35:04 +02:00
ClientHandle.cpp Merge branch 'master' into Enchanting 2014-04-18 15:04:32 +02:00
ClientHandle.h Modified many things 2014-04-17 13:15:35 +02:00
CMakeLists.txt
CommandOutput.cpp
CommandOutput.h
CompositeChat.cpp
CompositeChat.h
CraftingRecipes.cpp Fixed a warning in CraftingRecipes. 2014-04-21 09:21:31 +02:00
CraftingRecipes.h
Crypto.cpp
Crypto.h
Cuboid.cpp
Cuboid.h
DeadlockDetect.cpp
DeadlockDetect.h
Defines.h Mobs rotation 2014-04-17 09:35:26 +04:00
Enchantments.cpp Added enchantment combining into cEnchantments. 2014-04-21 10:31:30 +02:00
Enchantments.h Added enchantment combining into cEnchantments. 2014-04-21 10:31:30 +02:00
Endianness.h Fixed Endiannes conversion routines for floats and doubles. 2014-04-05 22:34:05 +02:00
FastRandom.cpp Added Enchantment-Slot-Level generating 2014-04-07 19:52:35 +02:00
FastRandom.h Modified comment 2014-04-07 20:41:47 +02:00
ForEachChunkProvider.h
FurnaceRecipe.cpp
FurnaceRecipe.h
Globals.cpp
Globals.h Fixed a few MSVC type warnings. 2014-04-03 09:27:17 +02:00
Group.cpp
Group.h
GroupManager.cpp
GroupManager.h
Inventory.cpp
Inventory.h
Item.cpp Replaced X.size() with X.empty(), where applicable. 2014-04-21 10:31:29 +02:00
Item.h Fixed some Errors (not all) 2014-04-17 19:31:43 +02:00
ItemGrid.cpp
ItemGrid.h
LeakFinder.cpp
LeakFinder.h
LightingThread.cpp ChunkStay must be disabled while being deleted. 2014-04-12 22:35:04 +02:00
LightingThread.h Removed unneeded asserts. 2014-04-03 09:38:29 +02:00
LinearInterpolation.cpp
LinearInterpolation.h
LinearUpscale.h
LineBlockTracer.cpp
LineBlockTracer.h
Log.cpp
Log.h
main.cpp
Map.cpp
Map.h
MapManager.cpp
MapManager.h
Matrix4.h
MCLogger.cpp
MCLogger.h
MCServer.vcproj.user
MemoryLeak.h
MersenneTwister.h
MobCensus.cpp
MobCensus.h
MobFamilyCollecter.cpp
MobFamilyCollecter.h
MobProximityCounter.cpp
MobProximityCounter.h
MobSpawner.cpp
MobSpawner.h
MonsterConfig.cpp
MonsterConfig.h
Noise.cpp Changed cNoise seed to signed. 2014-04-04 12:28:38 +02:00
Noise.h Changed cNoise seed to signed. 2014-04-04 12:28:38 +02:00
Piston.cpp
Piston.h
ProbabDistrib.cpp
ProbabDistrib.h
RCONServer.cpp
RCONServer.h
Root.cpp Added Yggdrasil Authentication System 2014-04-13 13:04:56 +02:00
Root.h Added Yggdrasil Authentication System 2014-04-13 13:04:56 +02:00
Scoreboard.cpp
Scoreboard.h
Server.cpp Added Yggdrasil Authentication System 2014-04-13 13:04:56 +02:00
Server.h Added Yggdrasil Authentication System 2014-04-13 13:04:56 +02:00
StackWalker.cpp
StackWalker.h
StringCompression.cpp
StringCompression.h
StringUtils.cpp Fixed CreateHexDump's format string. 2014-04-04 11:19:57 +02:00
StringUtils.h Fixed CreateHexDump's signedness. 2014-04-04 10:42:17 +02:00
Tracer.cpp
Tracer.h
Vector3.h Rewrote redstone powering to use power levels 2014-04-15 13:15:56 +01:00
VoronoiMap.cpp
VoronoiMap.h
WebAdmin.cpp
WebAdmin.h
World.cpp Fixed #904 2014-04-18 12:54:17 +01:00
World.h Merge branch 'master' into override 2014-04-05 14:12:17 -07:00
XMLParser.h Moved source to src 2013-11-24 14:19:41 +00:00