1
0
cuberite-2a/src
2014-01-29 13:28:08 +01:00
..
Bindings Merge pull request #589 from mc-server/minecartimprovements 2014-01-26 05:13:54 -08:00
BlockEntities Minor style improvements for the merged PR. 2014-01-23 14:14:33 +01:00
Blocks Merge pull request #589 from mc-server/minecartimprovements 2014-01-26 05:13:54 -08:00
Entities Removed debug message when a firework entity hit a solid block. 2014-01-29 13:28:08 +01:00
Generating Merge pull request #575 from worktycho/GeneratingBenchmark 2014-01-25 13:55:33 -08: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 Renamed Farmer functions and added doxycomments 2014-01-28 16:26:44 +01:00
OSSupport Fixed timing on *nix. 2014-01-28 16:28:55 +01:00
Protocol Added 1.7.4 to the list of supported protocols. 2014-01-29 12:16:27 +01: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 Item-loading now checks for weird bytes. 2014-01-26 17:56:11 +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 Moved Schematic file methods to seperate class 2014-01-20 09:59:12 -08:00
BlockArea.h Moved Schematic file methods to seperate class 2014-01-20 09:59:12 -08:00
BlockID.cpp E_BLOCK_POTATOES isn't an solid block. Villagers were floating above them. 2014-01-27 17:19:13 +01: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
ByteBuffer.cpp cByteBuffer has more self-tests. 2014-01-26 17:56:12 +01:00
ByteBuffer.h fixed warnings in bytebuffer.cpp 2013-12-31 09:16:41 +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
ClientHandle.cpp Merge pull request #587 from mc-server/mobimprovements 2014-01-25 13:36:32 -08:00
ClientHandle.h Merge branch 'master' of https://github.com/mc-server/MCServer 2014-01-21 20:40:41 +02:00
CMakeLists.txt Merged branch 'master' into ChangeToPolarSSL. 2014-01-25 15:37:00 +01: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
CraftingRecipes.h
Crypto.cpp Crypto: Added public key encryption / decryption. 2014-01-28 23:53:54 +01:00
Crypto.h Crypto: Added public key encryption / decryption. 2014-01-28 23:53:54 +01:00
Cuboid.cpp
Cuboid.h
DeadlockDetect.cpp
DeadlockDetect.h
Defines.h Merge pull request #589 from mc-server/minecartimprovements 2014-01-26 05:13:54 -08: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
FastRandom.cpp Properly fixed warnings in cFastRandom. 2013-12-20 16:11:25 +01:00
FastRandom.h
ForEachChunkProvider.h Actually implemented interfaces 2014-01-20 10:15:19 -08:00
FurnaceRecipe.cpp
FurnaceRecipe.h
Globals.cpp
Globals.h PolarSSL is fully used for 1.3.2 protocol encryption. 2014-01-23 23:35:23 +01:00
Group.cpp
Group.h
GroupManager.cpp fixed compile? 2013-12-24 10:36:06 +00:00
GroupManager.h
Inventory.cpp Removed obsoleted functions 2014-01-16 19:00:49 +00:00
Inventory.h
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 Fixed a bug in LeakFinder. 2014-01-23 17:54:38 +01:00
LeakFinder.h
LightingThread.cpp More MSVC warning fixes. 2014-01-07 17:07:49 +01:00
LightingThread.h
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 More MSVC warning fixes. 2014-01-07 17:07:49 +01:00
LineBlockTracer.h
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
main.cpp SIGABRT exits with failure. 2014-01-27 18:57:26 +00:00
Matrix4f.cpp
Matrix4f.h
MCLogger.cpp
MCLogger.h
MCServer.vcproj.user Added a generic .user file for MSVC. 2014-01-13 16:49:49 +01:00
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 Fixed mobs too close to player not ticking 2014-01-24 19:54:13 +00:00
MobProximityCounter.h
MobSpawner.cpp
MobSpawner.h
MonsterConfig.cpp Large reworking of mob code [SEE DESC] 2014-01-24 19:57:32 +00:00
MonsterConfig.h
Noise.cpp Fixed clang warnings in Noise.cpp. 2013-12-20 10:11:33 +01:00
Noise.h
Piston.cpp merged in warnings changes 2013-12-22 16:11:34 +00:00
Piston.h
ProbabDistrib.cpp
ProbabDistrib.h
RCONServer.cpp
RCONServer.h
Root.cpp Fixed timing on *nix. 2014-01-28 16:28:55 +01:00
Root.h
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 Protocol 1.7: Forced encryption on all connections. 2014-01-28 23:53:54 +01:00
Server.h Protocol 1.7: Forced encryption on all connections. 2014-01-28 23:53:54 +01:00
StackWalker.cpp Made cmake compilation possible on Windows. 2013-12-27 11:51:08 +01:00
StackWalker.h
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 Fixed Byte-order reading. 2014-01-26 17:56:11 +01:00
StringUtils.h Another VarArgs fix. 2014-01-16 08:34:10 +01:00
Tracer.cpp
Tracer.h
Vector3d.cpp
Vector3d.h
Vector3f.cpp
Vector3f.h
Vector3i.cpp
Vector3i.h
VoronoiMap.cpp
VoronoiMap.h
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 The world can now be configured wether farmers should be able to harvest crops. 2014-01-27 22:02:19 +01:00
World.h The world can now be configured wether farmers should be able to harvest crops. 2014-01-27 22:02:19 +01:00
XMLParser.h