1
0
Fork 0
cuberite-2a/src
Mattes D 5dbe1e7303 Merge pull request #2376 from mjhanninen/fix-freebsd-build
Fix FreeBSD build
2015-07-29 15:36:57 +02:00
..
Bindings Buttons no longer click on when already on. Buttons now play sound when clicking off. 2015-06-24 13:52:56 -05:00
BlockEntities Spawn baby mobs 2015-07-16 22:49:55 +02:00
Blocks Spawn baby mobs 2015-07-16 22:49:55 +02:00
Entities Spawn baby mobs 2015-07-16 22:49:55 +02:00
Generating Added documentation for GetLargeTreeAdjustment 2015-07-17 15:26:21 -06:00
HTTPServer Fix FreeBSD build broken by strict compiler check 2015-07-20 18:17:45 +03:00
Items Spawn baby mobs 2015-07-16 22:49:55 +02:00
Mobs Added Rabbit Metadata values. 2015-07-17 01:09:06 +02:00
Noise Fix comments 2015-05-28 12:54:04 +01:00
OSSupport Fixed cNetworkSingleton's HasTerminated flag. 2015-07-23 16:15:21 +02:00
PolarSSL++ Fix comments 2015-05-28 12:54:04 +01:00
Protocol Added Rabbit Metadata values. 2015-07-17 01:09:06 +02:00
Resources
Simulator Merge pull request #2362 from scribblemaniac/fix-redstone 2015-07-17 23:37:47 +01:00
UI Fixed custom recipes result clientside bug. 2015-07-26 13:30:25 +02:00
WorldStorage Added Rabbit Metadata values. 2015-07-17 01:09:06 +02:00
AllocationPool.h Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
BiomeDef.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
BiomeDef.h Added basic support for loading village prefabs from files. 2015-06-20 15:37:41 +02:00
BlockArea.cpp BlockArea: Fixed a crash with areas higher than chunk height. 2015-06-30 14:08:21 +02:00
BlockArea.h cBlockArea: Added CountSpecificBlocks() API function. 2015-06-08 21:52:13 +02:00
BlockID.cpp Fixed reversed logic in StringToDimension. 2015-05-30 00:02:43 +01:00
BlockID.h Improved maps 2015-07-14 21:46:30 +01:00
BlockInServerPluginInterface.h Placing a fluid from bucket calls plugin hooks. 2015-04-14 10:49:01 +02:00
BlockInfo.cpp Improved maps 2015-07-14 21:46:30 +01:00
BlockInfo.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
BlockTracer.h Fixed basic whitespace problems. 2014-07-17 16:33:09 +02:00
BoundingBox.cpp SelfTests are registered and executed after logging framework init. 2015-06-11 22:20:04 +02:00
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 SelfTests are registered and executed after logging framework init. 2015-06-11 22:20:04 +02:00
ByteBuffer.h Added VarInt64, normalized cPacketizer datatype names. 2015-03-22 23:09:23 +01:00
CMakeLists.txt Leather Armor can now be dyed. 2015-07-15 14:05:36 -06:00
ChatColor.cpp Refactored cChatColor 2014-07-19 11:09:39 -07:00
ChatColor.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
CheckBasicStyle.lua ToLua now generates cLuaState::Push() and GetStackValue() 2015-05-12 09:20:54 +02:00
Chunk.cpp Merge pull request #2224 from cuberite/ChunkQueueCollapsing 2015-07-04 14:43:00 +01:00
Chunk.h Reinstate "Chunk queue collapsing" 2015-06-10 15:16:05 +01: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 Removed redundant semicolons and re-added warning 2014-07-24 11:21:37 -07:00
ChunkDef.h Changed appropriate containers to unordered_map 2015-06-06 12:21:21 +01:00
ChunkMap.cpp Reinstate "Chunk queue collapsing" 2015-06-10 15:16:05 +01:00
ChunkMap.h Reinstate "Chunk queue collapsing" 2015-06-10 15:16:05 +01:00
ChunkSender.cpp Fixed minor errors in Tycho's code 2015-06-22 21:27:13 +01:00
ChunkSender.h Fixed minor errors in Tycho's code 2015-06-22 21:27:13 +01:00
ChunkStay.cpp En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ChunkStay.h
ClientHandle.cpp Improved maps 2015-07-14 21:46:30 +01:00
ClientHandle.h Improved maps 2015-07-14 21:46:30 +01:00
Color.cpp Leather Armor can now be dyed. 2015-07-15 14:05:36 -06:00
Color.h Leather Armor can now be dyed. 2015-07-15 14:05:36 -06: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 SelfTests are registered and executed after logging framework init. 2015-06-11 22:20:04 +02:00
CompositeChat.h Moved chat json creating to the CompositeChat class. 2014-09-13 20:27:10 +02:00
CraftingRecipes.cpp Leather Armor can now be dyed. 2015-07-15 14:05:36 -06:00
CraftingRecipes.h Leather Armor can now be dyed. 2015-07-15 14:05:36 -06: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 LuaState: Added support for config-style usage. 2015-06-17 17:13:45 +02:00
Enchantments.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
Enchantments.h Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
Endianness.h Fixes compilation failures on MacOSX 10.10 2015-07-09 11:15:37 -06:00
FastRandom.cpp properly this time? 2015-05-17 16:30:13 +01:00
FastRandom.h Fixed grass spread, closes #1743 2015-03-14 00:59:53 +00:00
ForEachChunkProvider.h
FurnaceRecipe.cpp Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functions 2015-07-12 21:02:47 +02:00
FurnaceRecipe.h Implemented vanilla-like shift click. 2014-12-13 18:49:11 +01:00
Globals.cpp
Globals.h Improved maps 2015-07-14 21:46:30 +01:00
IniFile.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
IniFile.h Made -Weverything an error. 2015-05-24 12:56:56 +01:00
Inventory.cpp Improved maps 2015-07-14 21:46:30 +01:00
Inventory.h Fixes #2052 2015-05-18 14:30:16 +01:00
Item.cpp Leather Armor can now be dyed. 2015-07-15 14:05:36 -06:00
Item.h Leather Armor can now be dyed. 2015-07-15 14:05:36 -06:00
ItemGrid.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
ItemGrid.h Clarified RemoveItem()'s comments. 2014-07-18 23:47:46 +02:00
LeakFinder.cpp
LeakFinder.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
LightingThread.cpp Made cLightingThread own its callbacks 2015-05-30 11:11:17 +01:00
LightingThread.h Made cLightingThread own its callbacks 2015-05-30 11:11:17 +01:00
LineBlockTracer.cpp Fixed overshoot in cLineBlockTracer. 2015-06-05 11:29:54 +02:00
LineBlockTracer.h
LinearInterpolation.cpp
LinearInterpolation.h
LinearUpscale.h Fixed misplaced parens 2015-07-09 14:41:14 -06: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 Fixed tigers format string 2015-06-14 13:18:01 +01:00
LoggerListeners.h Daemon support on Linux. 2015-06-05 15:47:47 +01:00
MCServer.vcproj.user
Map.cpp Improved maps 2015-07-14 21:46:30 +01:00
Map.h Improved maps 2015-07-14 21:46:30 +01:00
MapManager.cpp Improved maps 2015-07-14 21:46:30 +01:00
MapManager.h Improved maps 2015-07-14 21:46:30 +01:00
Matrix4.h Made -Weverything an error. 2015-05-24 12:56:56 +01:00
MemoryLeak.h
MemorySettingsRepository.cpp Initial implementation of IniFile overloading 2015-05-16 10:46:51 +01:00
MemorySettingsRepository.h Initial implementation of IniFile overloading 2015-05-16 10:46:51 +01:00
MobCensus.cpp Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
MobCensus.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MobFamilyCollecter.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
MobFamilyCollecter.h Fixed spaces around single-line comments. 2014-07-17 19:13:23 +02:00
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 Made -Weverything an error. 2015-05-24 12:56:56 +01:00
MobSpawner.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MonsterConfig.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
MonsterConfig.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
NetherPortalScanner.cpp Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld. 2015-06-13 16:09:43 -05:00
NetherPortalScanner.h Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld. 2015-06-13 16:09:43 -05:00
OverridesSettingsRepository.cpp Fixed wrong copy/paste 2015-05-23 11:30:15 +01:00
OverridesSettingsRepository.h Initial implementation of IniFile overloading 2015-05-16 10:46:51 +01:00
ProbabDistrib.cpp Fixed possible crash in cProbabDistrib 2015-05-14 16:49:13 +02:00
ProbabDistrib.h
RCONServer.cpp Initial implementation of IniFile overloading 2015-05-16 10:46:51 +01:00
RCONServer.h Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. 2015-05-23 16:28:37 +02: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 Updated and submodularised JsonCPP 2015-07-09 23:10:51 +01:00
Root.h Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld. 2015-06-13 16:09:43 -05:00
Scoreboard.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
Scoreboard.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
SelfTests.cpp If defined, not just if. 2015-06-12 12:37:22 +01:00
SelfTests.h SelfTests are registered and executed after logging framework init. 2015-06-11 22:20:04 +02:00
Server.cpp Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. 2015-05-23 16:28:37 +02:00
Server.h Initial implementation of IniFile overloading 2015-05-16 10:46:51 +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
SettingsRepositoryInterface.h Added deoxy comments 2015-05-16 12:46:43 +01:00
SpawnPrepare.cpp Made cLightingThread own its callbacks 2015-05-30 11:11:17 +01:00
SpawnPrepare.h Made cLightingThread own its callbacks 2015-05-30 11:11:17 +01:00
StackWalker.cpp
StackWalker.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
Statistics.cpp Made -Weverything an error. 2015-05-24 12:56:56 +01:00
Statistics.h Fixed spaces around single-line comments. 2014-07-17 19:13:23 +02:00
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 Fix FreeBSD/clang errors caused by -Werror 2015-05-30 02:23:57 -06:00
Tracer.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
Tracer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
Vector3.h Vector hasher is now a separate class 2015-06-07 12:53:59 +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 Fix comments 2015-05-28 12:54:04 +01:00
WebAdmin.h Added URL member to the HTTPRequest API class. 2015-04-21 10:54:43 +02:00
World.cpp Spawn baby mobs 2015-07-16 22:49:55 +02:00
World.h Merge pull request #2363 from scribblemaniac/improve-spider-ai 2015-07-16 22:22:48 +01:00
XMLParser.h More style checking. 2015-05-09 12:58:54 +02:00
main.cpp Daemon support on Linux. 2015-06-05 15:47:47 +01:00