1
0
cuberite-2a/src
2013-12-25 19:32:45 +01:00
..
Bindings Bindings regen script updated. 2013-12-21 19:30:16 +01:00
BlockEntities Merge branch 'master' into cmake 2013-12-20 15:33:04 +00:00
Blocks (Hopefully) fixed if conditions 2013-12-25 19:32:45 +01:00
Entities Fishing underground is slower and fishing while raining is faster. 2013-12-22 15:22:50 +01:00
Generating Merge branch 'master' into cmake 2013-12-20 15:33:04 +00:00
HTTPServer Merge branch 'master' into cmake 2013-12-20 15:33:04 +00:00
Items Made the lure enchantment work. 2013-12-22 16:03:11 +01:00
Mobs Some fixes (SEE DESC) 2013-12-23 10:32:49 +01:00
OSSupport Merge branch 'master' into cmake 2013-12-21 13:32:40 +00:00
Protocol Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
Simulator Merge branch 'master' into cmake 2013-12-21 13:32:40 +00:00
UI added zlib and UI 2013-12-18 19:10:47 +00:00
WorldStorage Merge branch 'master' into cmake 2013-12-20 15:33:04 +00:00
Authenticator.cpp
Authenticator.h
BlockArea.cpp Fixed a typo in cBlockArea merging code. 2013-12-20 16:48:45 +01:00
BlockArea.h
BlockID.cpp Fixed repeaters delay, maybe 2013-12-20 21:19:13 +00:00
BlockID.h Merge pull request #387 from mc-server/trapdoors 2013-11-30 07:20:27 -08:00
BlockTracer.h
BoundingBox.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
BoundingBox.h
ByteBuffer.cpp Fixed threading issues affecting cProtocol172. 2013-12-13 17:53:26 +01:00
ByteBuffer.h Fixed threading issues affecting cProtocol172. 2013-12-13 17:53:26 +01:00
ChatColor.cpp
ChatColor.h
Chunk.cpp Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
Chunk.h Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
Chunk.inl.h
ChunkDef.h Attempt at fixing cChunkDef::Height signedness. 2013-12-20 16:15:39 +01:00
ChunkMap.cpp Fixed compiler warning. 2013-12-22 15:30:47 +01:00
ChunkMap.h Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
ChunkSender.cpp Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
ChunkSender.h
ClientHandle.cpp Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
ClientHandle.h Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
CMakeLists.txt added precompiled headers 2013-12-20 16:05:12 +00:00
CommandOutput.cpp
CommandOutput.h
CraftingRecipes.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
CraftingRecipes.h
Cuboid.cpp
Cuboid.h
DeadlockDetect.cpp added abort to DeadlockDetector to generate core dumps on failure 2013-12-10 16:59:45 +00:00
DeadlockDetect.h DeadlockDetect is configurable now. 2013-11-30 22:14:47 +01:00
Defines.h Fixed normalizing large angles. 2013-12-08 13:08:56 +01:00
Enchantments.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
Enchantments.h
Endianness.h
FastRandom.cpp Properly fixed warnings in cFastRandom. 2013-12-20 16:11:25 +01:00
FastRandom.h
FurnaceRecipe.cpp
FurnaceRecipe.h
Globals.cpp
Globals.h Removed offending tr1/memory header inclusion. 2013-12-18 12:04:31 +01:00
Group.cpp
Group.h
GroupManager.cpp Groups.ini and Users.ini are now generated 2013-12-14 02:02:26 +00:00
GroupManager.h
Inventory.cpp
Inventory.h
Item.cpp
Item.h
ItemGrid.cpp Fixed signedness warning in cItemGrid. 2013-12-22 15:45:45 +01:00
ItemGrid.h Fixed signedness warning in cItemGrid. 2013-12-22 15:45:45 +01:00
LeakFinder.cpp
LeakFinder.h
LightingThread.cpp
LightingThread.h Fixed compiler warnings in LightingThread.cpp. 2013-12-01 14:04:17 +01:00
LinearInterpolation.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
LinearInterpolation.h
LinearUpscale.h
LineBlockTracer.cpp
LineBlockTracer.h
Log.cpp
Log.h
main.cpp
Matrix4f.cpp
Matrix4f.h
MCLogger.cpp
MCLogger.h
MemoryLeak.h
MersenneTwister.h
MobCensus.cpp Fixed minor warnings. 2013-12-20 16:22:16 +01:00
MobCensus.h
MobFamilyCollecter.cpp
MobFamilyCollecter.h
MobProximityCounter.cpp
MobProximityCounter.h
MobSpawner.cpp
MobSpawner.h
MonsterConfig.cpp
MonsterConfig.h
Noise.cpp Fixed clang warnings in Noise.cpp. 2013-12-20 10:11:33 +01:00
Noise.h
Piston.cpp Improved piston animations 2013-12-07 20:29:09 +00:00
Piston.h
ProbabDistrib.cpp
ProbabDistrib.h
RCONServer.cpp
RCONServer.h
ReferenceManager.cpp
ReferenceManager.h
Root.cpp Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
Root.h Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins. 2013-12-11 12:39:13 +01:00
Server.cpp Fixed cClientHandle::Tick() being called from two threads. 2013-12-16 10:41:51 +01:00
Server.h
StackWalker.cpp
StackWalker.h
StringCompression.cpp
StringCompression.h
StringUtils.cpp
StringUtils.h
Tracer.cpp
Tracer.h
Vector3d.cpp
Vector3d.h
Vector3f.cpp
Vector3f.h
Vector3i.cpp
Vector3i.h
VoronoiMap.cpp Voronoi-related biomegens use the new cVoronoiMap class. 2013-11-27 21:42:34 +01:00
VoronoiMap.h
WebAdmin.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
WebAdmin.h Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
World.cpp Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
World.h Implented BroadcastParticleEffect 2013-12-22 14:45:25 +01:00
XMLParser.h