1
0
cuberite-2a/src
madmaxoft bc6fc859f4 Protocol 1.7: Forced encryption on all connections.
This is for testing purposes only, to find bugs in the encryption. Once the encryption is deemed stable, it will be enabled only for servers with enabled Authentication.
2014-01-28 23:53:54 +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 Merge pull request #589 from mc-server/minecartimprovements 2014-01-26 05:13:54 -08: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 Protocol 1.7: Forced encryption on all connections. 2014-01-28 23:53:54 +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 Moved source to src 2013-11-24 14:19:41 +00:00
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 Moved source to src 2013-11-24 14:19:41 +00:00
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 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
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 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 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 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
ForEachChunkProvider.h Actually implemented interfaces 2014-01-20 10:15:19 -08: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 PolarSSL is fully used for 1.3.2 protocol encryption. 2014-01-23 23:35:23 +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 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 Fixed a bug in LeakFinder. 2014-01-23 17:54:38 +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
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
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
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 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
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
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 timing on *nix. 2014-01-28 16:28:55 +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
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 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 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 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 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 Moved source to src 2013-11-24 14:19:41 +00:00