.. |
Bindings
|
Changed the cWorld::ScheduleTask() signature.
|
2014-01-19 23:49:19 +01:00 |
BlockEntities
|
Removed unneeded paramters
|
2014-01-19 19:42:25 +00:00 |
Blocks
|
Improved command blocks
|
2014-01-19 00:54:38 +00:00 |
Entities
|
Exported cFloater to the Lua API.
|
2014-01-19 00:04:46 +01:00 |
Generating
|
Merge branch 'master' into GeneratingBenchmark
|
2014-01-20 09:21:47 -08:00 |
HTTPServer
|
Rewritten SocketThreads for proper shutdown scenario.
|
2014-01-19 19:31:43 +01:00 |
Items
|
Merge pull request #534 from mc-server/SpawnMinecart
|
2014-01-17 02:27:56 -08:00 |
Mobs
|
Removed obsoleted functions
|
2014-01-16 19:00:49 +00:00 |
OSSupport
|
Rewritten SocketThreads for proper shutdown scenario.
|
2014-01-19 19:31:43 +01:00 |
Protocol
|
Merge pull request #569 from worktycho/EnchantmentsFix
|
2014-01-19 13:50:50 -08: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
|
Removed internal cEntity::GetRot() usage.
|
2014-01-17 11:11:17 +01:00 |
WorldStorage
|
Actually implemented interfaces
|
2014-01-20 10:15:19 -08: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 |
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
|
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 |
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 #565 from mc-server/commandblockfixes
|
2014-01-19 13:47:52 -08:00 |
ClientHandle.h
|
Removed unneeded paramters
|
2014-01-19 19:42:25 +00:00 |
CMakeLists.txt
|
Changed std to c++11 in clang to fix va_copy issues
|
2014-01-17 10:10:31 -08: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 |
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
|
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 |
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
|
Fixed SIGABRT_COMPAT on other architectures.
|
2014-01-17 11:13:35 +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 |
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
|
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
|
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 |
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 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 |
Server.cpp
|
Rewritten SocketThreads for proper shutdown scenario.
|
2014-01-19 19:31:43 +01: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
|
Changed the cWorld::ScheduleTask() signature.
|
2014-01-19 23:49:19 +01:00 |
World.h
|
Actually implemented interfaces
|
2014-01-20 10:15:19 -08:00 |
XMLParser.h
|
Moved source to src
|
2013-11-24 14:19:41 +00:00 |