1
0
Fork 0
cuberite-2a/src
Tiger Wang fd7fc7e59e All mobs now drown (fixes #54)
* Implemented mob drowning
* Iron Golems and squids are excluded
2014-01-24 23:58:51 +00:00
..
Bindings Bugfixes 2014-01-23 11:00:36 -08:00
BlockEntities Minor style improvements for the merged PR. 2014-01-23 14:14:33 +01:00
Blocks Improved command blocks 2014-01-19 00:54:38 +00:00
Entities All mobs now drown (fixes #54) 2014-01-24 23:58:51 +00:00
Generating Fixed a generator bug 2014-01-24 23:56:19 +00:00
HTTPServer Rewritten SocketThreads for proper shutdown scenario. 2014-01-19 19:31:43 +01:00
Items Fixed flint&steel failure on the Y world edges. 2014-01-24 08:53:49 +01:00
Mobs All mobs now drown (fixes #54) 2014-01-24 23:58:51 +00:00
OSSupport Rewritten SocketThreads for proper shutdown scenario. 2014-01-19 19:31:43 +01:00
Protocol Fixed 1.5.x scoreboard packet IDs 2014-01-23 21:06:05 +02:00
Resources Moved the win resources into a separate subfolder. 2014-01-12 17:57:29 +01:00
Simulator Basic command block implementation 2014-01-18 15:16:47 +02:00
UI Fixed indentation once and for all. 2014-01-23 20:11:10 -07:00
WorldStorage Fixed a few compile-time and runtime warnings in ScoreboardSerializer. 2014-01-24 09:58:40 +01:00
Authenticator.cpp Authenticator: Reduced logging levels. 2014-01-22 22:06:48 +01:00
Authenticator.h Moved source to src 2013-11-24 14:19:41 +00:00
BiomeDef.cpp Globals.h needs to be first include 2014-01-10 15:50:52 -06:00
BiomeDef.h Added newlines at ends of files 2014-01-10 10:10:24 -06:00
BlockArea.cpp Fixed a few MSVC warnings. 2014-01-07 14:24:25 +01:00
BlockArea.h Moved source to src 2013-11-24 14:19:41 +00:00
BlockID.cpp Multiple enhancements and fixes to minecarts 2014-01-12 13:28:37 +00:00
BlockID.h Merge pull request #529 from mc-server/derpstonerefactor 2014-01-12 04:38:41 -08:00
BlockTracer.h fixed warnings in World.cpp 2013-12-31 09:16:42 +01: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 removed unneccisary cast 2013-12-31 09:16:44 +01:00
ByteBuffer.h fixed warnings in bytebuffer.cpp 2013-12-31 09:16:41 +01:00
CMakeLists.txt Fixed Win nightbuilds not producing PDBs. 2014-01-24 10:24:24 +01:00
ChatColor.cpp Finally removed the function. 2013-12-24 13:25:58 +00:00
ChatColor.h removed the function def also 2013-12-24 13:26:54 +00:00
Chunk.cpp Basic command block implementation 2014-01-18 15:16:47 +02:00
Chunk.h Basic command block implementation 2014-01-18 15:16:47 +02:00
ChunkDef.h Merge pull request #529 from mc-server/derpstonerefactor 2014-01-12 04:38:41 -08:00
ChunkMap.cpp Basic command block implementation 2014-01-18 15:16:47 +02:00
ChunkMap.h Basic command block implementation 2014-01-18 15:16:47 +02:00
ChunkSender.cpp merged in warnings changes 2013-12-22 16:11:34 +00:00
ChunkSender.h Moved source to src 2013-11-24 14:19:41 +00:00
ClientHandle.cpp Merge remote-tracking branch 'MikeHunsinger/master' 2014-01-24 08:55:41 +01:00
ClientHandle.h Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00
CommandOutput.cpp Another VarArgs fix. 2014-01-16 08:34:10 +01:00
CommandOutput.h merged in warnings changes 2013-12-22 16:11:34 +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 Implemented Ctrl-Q drop stack 2014-01-15 22:36:19 +00:00
Enchantments.cpp Spilt Writing of Enchantments to seperate class 2014-01-19 07:38:59 -08:00
Enchantments.h Switched EnchantmentSerilizer to namespace 2014-01-19 08:52:45 -08: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 Move biome definition to separate files 2014-01-09 15:21:46 -06: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 fixed compile? 2013-12-24 10:36:06 +00:00
GroupManager.h Moved source to src 2013-11-24 14:19:41 +00:00
Inventory.cpp Removed obsoleted functions 2014-01-16 19:00:49 +00:00
Inventory.h Moved source to src 2013-11-24 14:19:41 +00:00
Item.cpp Removed CustomCopy() 2014-01-16 21:41:55 +00:00
Item.h Removed CustomCopy() 2014-01-16 21:41:55 +00:00
ItemGrid.cpp Removed obsoleted functions 2014-01-16 19:00:49 +00:00
ItemGrid.h Fixed signedness warning in cItemGrid. 2013-12-22 15:45:45 +01:00
LeakFinder.cpp Made cmake compilation possible on Windows. 2013-12-27 11:51:08 +01:00
LeakFinder.h Moved source to src 2013-11-24 14:19:41 +00:00
LightingThread.cpp More MSVC warning fixes. 2014-01-07 17:07:49 +01:00
LightingThread.h Fixed compiler warnings in LightingThread.cpp. 2013-12-01 14:04:17 +01:00
LineBlockTracer.cpp More MSVC warning fixes. 2014-01-07 17:07:49 +01: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 Another VarArgs fix. 2014-01-16 08:34:10 +01:00
Log.h Another VarArgs fix. 2014-01-16 08:34:10 +01: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
MCServer.vcproj.user Added a generic .user file for MSVC. 2014-01-13 16:49:49 +01: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 Fixed mobs too close to player not ticking 2014-01-24 19:54:13 +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 Large reworking of mob code [SEE DESC] 2014-01-24 19:57:32 +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 merged in warnings changes 2013-12-22 16:11:34 +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
Root.cpp Fixed GetPhysicalRAMUsage on Linux 2014-01-01 11:18:56 +02:00
Root.h Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins. 2013-12-11 12:39:13 +01:00
Scoreboard.cpp cWorld now saves/loads the scoreboard 2014-01-22 15:49:21 +02:00
Scoreboard.h cWorld now saves/loads the scoreboard 2014-01-22 15:49:21 +02:00
Server.cpp Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00
Server.h Rewritten SocketThreads for proper shutdown scenario. 2014-01-19 19:31:43 +01:00
StackWalker.cpp Made cmake compilation possible on Windows. 2013-12-27 11:51:08 +01:00
StackWalker.h Moved source to src 2013-11-24 14:19:41 +00:00
StringCompression.cpp Added user setting compression factor 2014-01-17 11:01:14 -08:00
StringCompression.h Added user setting compression factor 2014-01-17 11:01:14 -08:00
StringUtils.cpp Yet another attempt at VarArgs. 2014-01-16 09:01:12 +01:00
StringUtils.h Another VarArgs fix. 2014-01-16 08:34:10 +01: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 fixed warnings in webadmin.cpp 2013-12-31 09:16:41 +01:00
WebAdmin.h Fixed getting configure button going to port 0. 2013-12-24 14:44:24 +01:00
World.cpp Command block fixes 2 2014-01-23 14:57:04 +02:00
World.h Command block fixes 2 2014-01-23 14:57:04 +02:00
XMLParser.h Moved source to src 2013-11-24 14:19:41 +00:00
main.cpp Fixed SIGABRT_COMPAT on other architectures. 2014-01-17 11:13:35 +01:00