1
0
Fork 0
cuberite-2a/src
STRWarrior 9c575681f8 Merge branch 'master' of https://github.com/mc-server/MCServer 2013-12-20 19:50:47 +01:00
..
Bindings Prettified command error messages 2013-12-18 22:05:41 +00:00
BlockEntities Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
Blocks Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
Entities Fixed bug where the floater could pop in the water while you could already get a fish. 2013-12-20 18:34:08 +01:00
Generating Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
HTTPServer Fixed warnings in HTTP parser. 2013-12-20 16:20:54 +01:00
Items Increased the range an Floater can shoot to. 2013-12-20 19:49:30 +01:00
Mobs Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
OSSupport Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
Protocol Fixed minor warnings. 2013-12-20 16:22:16 +01:00
Simulator Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
UI added default fallthrough clause to switch at line 178 of src/UI/Window.cpp 2013-12-07 23:51:18 +00:00
WorldStorage Attempt at fixing cChunkDef::Height signedness. 2013-12-20 16:15:39 +01:00
Authenticator.cpp Fixed some of tiger's derpyness. 2013-11-27 07:27:19 +00:00
Authenticator.h Moved source to src 2013-11-24 14:19:41 +00:00
BlockArea.cpp Fixed a typo in cBlockArea merging code. 2013-12-20 16:48:45 +01:00
BlockArea.h Moved source to src 2013-11-24 14:19:41 +00:00
BlockID.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
BlockID.h Merge pull request #387 from mc-server/trapdoors 2013-11-30 07:20:27 -08:00
BlockTracer.h Moved source to src 2013-11-24 14:19:41 +00:00
BoundingBox.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
BoundingBox.h Moved source to src 2013-11-24 14:19:41 +00:00
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 Moved source to src 2013-11-24 14:19:41 +00:00
ChatColor.h Moved source to src 2013-11-24 14:19:41 +00:00
Chunk.cpp Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
Chunk.h This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions. 2013-12-15 10:51:46 +01:00
Chunk.inl.h Moved source to src 2013-11-24 14:19:41 +00:00
ChunkDef.h Attempt at fixing cChunkDef::Height signedness. 2013-12-20 16:15:39 +01:00
ChunkMap.cpp Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). 2013-12-20 16:01:34 +01:00
ChunkMap.h This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions. 2013-12-15 10:51:46 +01:00
ChunkSender.cpp Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
ChunkSender.h Moved source to src 2013-11-24 14:19:41 +00:00
ClientHandle.cpp Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
ClientHandle.h Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
CommandOutput.cpp Moved source to src 2013-11-24 14:19:41 +00:00
CommandOutput.h Moved source to src 2013-11-24 14:19:41 +00:00
CraftingRecipes.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
CraftingRecipes.h Moved source to src 2013-11-24 14:19:41 +00:00
Cuboid.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Cuboid.h Moved source to src 2013-11-24 14:19:41 +00:00
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 Moved source to src 2013-11-24 14:19:41 +00:00
Endianness.h Moved source to src 2013-11-24 14:19:41 +00:00
FastRandom.cpp Properly fixed warnings in cFastRandom. 2013-12-20 16:11:25 +01:00
FastRandom.h Moved source to src 2013-11-24 14:19:41 +00:00
FurnaceRecipe.cpp Moved source to src 2013-11-24 14:19:41 +00:00
FurnaceRecipe.h Moved source to src 2013-11-24 14:19:41 +00:00
Globals.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Globals.h Removed offending tr1/memory header inclusion. 2013-12-18 12:04:31 +01:00
Group.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Group.h Moved source to src 2013-11-24 14:19:41 +00:00
GroupManager.cpp Groups.ini and Users.ini are now generated 2013-12-14 02:02:26 +00:00
GroupManager.h Moved source to src 2013-11-24 14:19:41 +00:00
Inventory.cpp Fixed VC2008 compilation, normalized include paths. 2013-11-27 09:17:25 +01:00
Inventory.h Moved source to src 2013-11-24 14:19:41 +00:00
Item.cpp Fixed VC2008 compilation, normalized include paths. 2013-11-27 09:17:25 +01:00
Item.h Moved source to src 2013-11-24 14:19:41 +00:00
ItemGrid.cpp Moved source to src 2013-11-24 14:19:41 +00:00
ItemGrid.h Moved source to src 2013-11-24 14:19:41 +00:00
LeakFinder.cpp Moved source to src 2013-11-24 14:19:41 +00:00
LeakFinder.h Moved source to src 2013-11-24 14:19:41 +00:00
LightingThread.cpp Moved source to src 2013-11-24 14:19:41 +00:00
LightingThread.h Fixed compiler warnings in LightingThread.cpp. 2013-12-01 14:04:17 +01:00
LineBlockTracer.cpp Moved source to src 2013-11-24 14:19:41 +00:00
LineBlockTracer.h Moved source to src 2013-11-24 14:19:41 +00: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 Moved source to src 2013-11-24 14:19:41 +00:00
LinearUpscale.h Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
Log.cpp Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
Log.h Moved source to src 2013-11-24 14:19:41 +00:00
MCLogger.cpp Moved source to src 2013-11-24 14:19:41 +00:00
MCLogger.h Moved source to src 2013-11-24 14:19:41 +00:00
Matrix4f.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Matrix4f.h Moved source to src 2013-11-24 14:19:41 +00:00
MemoryLeak.h Moved source to src 2013-11-24 14:19:41 +00:00
MersenneTwister.h Moved source to src 2013-11-24 14:19:41 +00:00
MobCensus.cpp Fixed minor warnings. 2013-12-20 16:22:16 +01:00
MobCensus.h Moved source to src 2013-11-24 14:19:41 +00:00
MobFamilyCollecter.cpp Moved source to src 2013-11-24 14:19:41 +00:00
MobFamilyCollecter.h Moved source to src 2013-11-24 14:19:41 +00:00
MobProximityCounter.cpp Moved source to src 2013-11-24 14:19:41 +00:00
MobProximityCounter.h Moved source to src 2013-11-24 14:19:41 +00:00
MobSpawner.cpp Moved source to src 2013-11-24 14:19:41 +00:00
MobSpawner.h Moved source to src 2013-11-24 14:19:41 +00:00
MonsterConfig.cpp Fixed loads more of them. 2013-11-26 17:14:46 +00:00
MonsterConfig.h Moved source to src 2013-11-24 14:19:41 +00:00
Noise.cpp Fixed clang warnings in Noise.cpp. 2013-12-20 10:11:33 +01:00
Noise.h Moved source to src 2013-11-24 14:19:41 +00:00
Piston.cpp Improved piston animations 2013-12-07 20:29:09 +00:00
Piston.h Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
ProbabDistrib.cpp Moved source to src 2013-11-24 14:19:41 +00:00
ProbabDistrib.h Moved source to src 2013-11-24 14:19:41 +00:00
RCONServer.cpp Fixed loads more of them. 2013-11-26 17:14:46 +00:00
RCONServer.h Moved source to src 2013-11-24 14:19:41 +00:00
ReferenceManager.cpp Moved source to src 2013-11-24 14:19:41 +00:00
ReferenceManager.h Moved source to src 2013-11-24 14:19:41 +00:00
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 Fixed loads more of them. 2013-11-26 17:14:46 +00:00
StackWalker.cpp Moved source to src 2013-11-24 14:19:41 +00:00
StackWalker.h Moved source to src 2013-11-24 14:19:41 +00:00
StringCompression.cpp Moved source to src 2013-11-24 14:19:41 +00:00
StringCompression.h Fixed loads more of them. 2013-11-26 17:14:46 +00:00
StringUtils.cpp Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
StringUtils.h Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
Tracer.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Tracer.h Moved source to src 2013-11-24 14:19:41 +00:00
Vector3d.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Vector3d.h Moved source to src 2013-11-24 14:19:41 +00:00
Vector3f.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Vector3f.h Moved source to src 2013-11-24 14:19:41 +00:00
Vector3i.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Vector3i.h Moved source to src 2013-11-24 14:19:41 +00:00
VoronoiMap.cpp Voronoi-related biomegens use the new cVoronoiMap class. 2013-11-27 21:42:34 +01:00
VoronoiMap.h Added missing files for Voronoi map generation. 2013-11-27 14:26:28 +01:00
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 Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
World.h Fixed the rest of constructor reorders. 2013-12-20 19:10:15 +01:00
XMLParser.h Moved source to src 2013-11-24 14:19:41 +00:00
main.cpp Moved source to src 2013-11-24 14:19:41 +00:00