1
0
Fork 0
cuberite-2a/src
Mattes D 0686b55901 Merge pull request #2001 from mc-server/BindingsCleanup
Bindings cleanup
2015-05-12 10:29:55 +02:00
..
Bindings ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
BlockEntities Improved hoppers 2015-05-11 22:58:27 +01:00
Blocks More style checking. 2015-05-09 12:58:54 +02:00
Entities More style checking. 2015-05-09 12:58:54 +02:00
Generating CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
HTTPServer More style checking. 2015-05-09 12:58:54 +02:00
Items CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Mobs Merge remote-tracking branch 'origin/master' into warnings 2015-05-10 12:16:20 +01:00
Noise More style checking. 2015-05-09 12:58:54 +02:00
OSSupport CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
PolarSSL++ Update submodules 2015-05-02 15:57:49 +01:00
Protocol Fixed creative click-outside 2015-05-11 23:21:46 +01:00
Resources Moved the win resources into a separate subfolder. 2014-01-12 17:57:29 +01:00
Simulator More style checking. 2015-05-09 12:58:54 +02:00
UI CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
WorldStorage CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
AllocationPool.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
BiomeDef.cpp Fixed the nether and end getting snow if they were generated in the overworld. 2015-04-03 16:32:31 +02:00
BiomeDef.h GetSnowStartHeight returns an int 2015-02-28 17:27:28 +01:00
BlockArea.cpp Added cBlockArea:CountNonAirBlocks API function. 2015-04-30 23:16:33 +02:00
BlockArea.h Added cBlockArea:CountNonAirBlocks API function. 2015-04-30 23:16:33 +02:00
BlockID.cpp Working as a Windows service. Starts and stops correctly. 2015-04-01 00:03:37 +01:00
BlockID.h Added Rabbits 2014-12-20 10:31:34 +01:00
BlockInServerPluginInterface.h Placing a fluid from bucket calls plugin hooks. 2015-04-14 10:49:01 +02:00
BlockInfo.cpp Fixes 2014-12-13 20:31:37 +01:00
BlockInfo.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
BlockTracer.h
BoundingBox.cpp
BoundingBox.h More style checking. 2015-05-09 12:58:54 +02:00
Broadcaster.cpp Fixed some Visual Studio warnings 2015-05-08 23:32:02 +01:00
Broadcaster.h Added support for additional data in the ParticleEffect Packet 2015-05-07 03:47:46 +01:00
BuildInfo.h.cmake Added abilty to set build info 2014-09-10 16:07:00 +01:00
ByteBuffer.cpp Added VarInt64, normalized cPacketizer datatype names. 2015-03-22 23:09:23 +01:00
ByteBuffer.h Added VarInt64, normalized cPacketizer datatype names. 2015-03-22 23:09:23 +01:00
CMakeLists.txt ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
ChatColor.cpp
ChatColor.h
CheckBasicStyle.lua ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
Chunk.cpp Merge remote-tracking branch 'origin/master' into warnings 2015-05-10 12:16:20 +01:00
Chunk.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
ChunkData.cpp Fixed Bug in cChunkData. 2015-03-10 20:32:01 +00:00
ChunkData.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ChunkDataCallback.h
ChunkDef.h Replaced a std::hash specialization with explicit type. 2014-12-24 08:38:37 +01:00
ChunkMap.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
ChunkMap.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
ChunkSender.cpp Forgotten m_SendChunksMediumPriority.empty() check. 2014-10-28 21:32:01 +01:00
ChunkSender.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
ChunkStay.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ChunkStay.h
ClientHandle.cpp More style checking. 2015-05-09 12:58:54 +02:00
ClientHandle.h More style checking. 2015-05-09 12:58:54 +02:00
CommandOutput.cpp Exported cPluginManager:ExecuteConsoleCommand() to Lua API. 2015-05-10 22:51:16 +02:00
CommandOutput.h Exported cPluginManager:ExecuteConsoleCommand() to Lua API. 2015-05-10 22:51:16 +02:00
CompositeChat.cpp Moved chat json creating to the CompositeChat class. 2014-09-13 20:27:10 +02:00
CompositeChat.h Moved chat json creating to the CompositeChat class. 2014-09-13 20:27:10 +02:00
CraftingRecipes.cpp Recipes match zero DamageValue strictly. 2015-04-16 21:33:42 +02:00
CraftingRecipes.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Cuboid.cpp Fixed a ToLua warning - operator = not supported. 2014-08-03 22:04:48 +02:00
Cuboid.h Fixed a ToLua warning - operator = not supported. 2014-08-03 22:04:48 +02:00
DeadlockDetect.cpp Suggestions 2014-10-23 23:58:01 +01:00
DeadlockDetect.h Migrated cSleep and cTimer to std::chrono 2014-10-20 18:59:40 +01:00
Defines.h More style checking. 2015-05-09 12:58:54 +02:00
Enchantments.cpp Added Depth Strider enchantment 2014-12-21 22:25:27 -05:00
Enchantments.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Endianness.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
FastRandom.cpp Use thread_local in cFastRandom 2015-03-14 21:52:13 +00:00
FastRandom.h Fixed grass spread, closes #1743 2015-03-14 00:59:53 +00:00
ForEachChunkProvider.h
FurnaceRecipe.cpp C++11 and function rename. 2014-12-17 19:14:01 +01:00
FurnaceRecipe.h Implemented vanilla-like shift click. 2014-12-13 18:49:11 +01:00
Globals.cpp
Globals.h More style checking. 2015-05-09 12:58:54 +02:00
IniFile.cpp More style checking. 2015-05-09 12:58:54 +02:00
IniFile.h More style checking. 2015-05-09 12:58:54 +02:00
Inventory.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Inventory.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Item.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Item.h Changed the IsEnchantable() comment again. 2014-09-02 20:17:31 +02:00
ItemGrid.cpp Fixed a possible division by zero. 2014-12-21 19:48:29 +01:00
ItemGrid.h
LeakFinder.cpp
LeakFinder.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
LightingThread.cpp Fixed CppCheck: (performance) Possible inefficient checking for emptiness. 2015-01-17 15:20:03 +03:00
LightingThread.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
LineBlockTracer.cpp Fixed defect #43662 in Coverity list. 2015-01-23 19:56:17 +03:00
LineBlockTracer.h
LinearInterpolation.cpp
LinearInterpolation.h
LinearUpscale.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Logger.cpp Fixed format warning. 2014-12-07 17:29:39 +01:00
Logger.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
LoggerListeners.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
LoggerListeners.h ProtoProxy: Fixed connection and logging. 2015-03-22 15:00:51 +01:00
MCServer.vcproj.user
Map.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Map.h More style checking. 2015-05-09 12:58:54 +02:00
MapManager.cpp Changed cEntity::m_UniqueID to UInt32. 2015-03-21 15:18:17 +01:00
MapManager.h Changed cEntity::m_UniqueID to UInt32. 2015-03-21 15:18:17 +01:00
Matrix4.h Fixed a ToLua warning - operator = not supported. 2014-08-03 22:04:48 +02:00
MemoryLeak.h
MobCensus.cpp More style checking. 2015-05-09 12:58:54 +02:00
MobCensus.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MobFamilyCollecter.cpp
MobFamilyCollecter.h
MobProximityCounter.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MobProximityCounter.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MobSpawner.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MobSpawner.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MonsterConfig.cpp Merged IniFile into main MCS sources. 2014-10-23 15:15:10 +02:00
MonsterConfig.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
ProbabDistrib.cpp Migrated random generators to std::random 2014-10-19 14:10:18 +01:00
ProbabDistrib.h
RCONServer.cpp Fix clang compile error 2015-01-27 14:53:35 +01:00
RCONServer.h RCONServer: Changed variables to UInt32. 2015-01-27 14:53:33 +01:00
RankManager.cpp More style checking. 2015-05-09 12:58:54 +02:00
RankManager.h Added player restrictions to the DB and API. 2015-04-25 21:05:35 +02:00
Root.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Root.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Scoreboard.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Scoreboard.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Server.cpp A* Pathfinding and better monster AI 2015-05-01 13:18:47 +03:00
Server.h Converted cServer to use the cNetwork API. 2015-01-27 14:53:31 +01:00
SetChunkData.cpp Merge pull request #1945 from Woazboat/CodeCleanup_refactored 2015-05-08 21:52:41 +02:00
SetChunkData.h cSetChunkData constructor explicitly requires std::move() instead of 2015-04-27 21:18:56 +02:00
StackWalker.cpp
StackWalker.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Statistics.cpp
Statistics.h
StringCompression.cpp Anvil: switched inflate to stream mode. 2014-09-03 19:36:53 +02:00
StringCompression.h Anvil: switched inflate to stream mode. 2014-09-03 19:36:53 +02:00
StringUtils.cpp StringUtils: Fixed StringSplitWithQuotes(). 2015-05-10 21:39:14 +02:00
StringUtils.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Tracer.cpp Fixed some Visual Studio warnings 2015-05-08 23:32:02 +01:00
Tracer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Vector3.h Merge remote-tracking branch 'origin/master' into warnings 2015-05-10 12:16:20 +01:00
VoronoiMap.cpp Voronoi biomegen: Added JitterSize and OddRowOffset. 2014-09-17 23:24:22 +02:00
VoronoiMap.h More style checking. 2015-05-09 12:58:54 +02:00
WebAdmin.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
WebAdmin.h Added URL member to the HTTPRequest API class. 2015-04-21 10:54:43 +02:00
World.cpp CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
World.h More style checking. 2015-05-09 12:58:54 +02:00
XMLParser.h More style checking. 2015-05-09 12:58:54 +02:00
main.cpp Print Build info as part of the crash information 2015-05-04 09:07:03 +01:00