1
0
cuberite-2a/src
Mattes D 11682d1386 cLuaState: Moved function param counting to PushCallPop() template.
The Push() functions can be used not only for function params, but also returns or temporaries, so it doesn't make sense to count the params there.
2016-08-22 20:10:48 +02:00
..
Bindings cLuaState: Moved function param counting to PushCallPop() template. 2016-08-22 20:10:48 +02:00
BlockEntities CMake: Remove needless minimum version specifications. 2016-07-18 22:11:42 +02:00
Blocks Redstone fixes (#3285) 2016-07-31 21:54:35 +01:00
Entities Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330) 2016-08-22 19:43:43 +02:00
Generating Implemented OverworldClumpFlowers 2016-08-14 13:32:39 +02:00
HTTP WebAdmin: Report opened ports. (#3333) 2016-08-21 11:03:26 +02:00
Items Fixed implicit rounding warnings. 2016-08-19 14:09:10 +02:00
Mobs Fixed implicit rounding warnings. 2016-08-19 14:09:10 +02:00
Noise CMake: Remove needless minimum version specifications. 2016-07-18 22:11:42 +02:00
OSSupport IPLookup: Fixed a soft memory leak when looking up invalid IPs. 2016-08-13 21:16:21 +02:00
PolarSSL++ CMake: Remove needless minimum version specifications. 2016-07-18 22:11:42 +02:00
Protocol Fixing string literal catching word letter as hexa-digit 2016-08-17 07:37:48 +00:00
Resources Updated icons and logo 2016-03-28 19:42:14 +03:00
Simulator Redstone fixes (#3285) 2016-07-31 21:54:35 +01:00
UI CMake: Remove needless minimum version specifications. 2016-07-18 22:11:42 +02:00
WorldStorage CMake: Remove needless minimum version specifications. 2016-07-18 22:11:42 +02:00
AllocationPool.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
BiomeDef.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
BiomeDef.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
BlockArea.cpp Added compile.sh folder check warnings 2016-08-04 18:51:12 +03:00
BlockArea.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
BlockID.cpp Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
BlockID.h - Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update. 2016-06-15 10:33:49 +02:00
BlockInfo.cpp Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage 2016-04-16 19:04:45 +03:00
BlockInfo.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
BlockInServerPluginInterface.h Placing a fluid from bucket calls plugin hooks. 2015-04-14 10:49:01 +02:00
BlockTracer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
BoundingBox.cpp SelfTests: Moved BoundingBox test to a separate project. 2016-06-18 13:12:09 +02:00
BoundingBox.h Bindings: Fixed cBoundingBox API. 2016-06-05 18:23:16 +02:00
BrewingRecipes.cpp Implemented brewing 2015-11-03 18:00:55 +01:00
BrewingRecipes.h Implemented brewing 2015-11-03 18:00:55 +01: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 Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
ByteBuffer.h 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) 2016-05-14 20:12:42 +01:00
ChatColor.cpp Refactored cChatColor 2014-07-19 11:09:39 -07:00
ChatColor.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
CheckBasicStyle.lua Revert "Added a BasicStyleCheck for virtual functions without override keyword." 2016-08-13 10:22:41 +02:00
Chunk.cpp Makes tall grass and large flowers bonemealable 2016-06-03 15:45:49 +02:00
Chunk.h Updated API documentation. 2016-07-18 22:11:40 +02:00
ChunkData.cpp Out of world blocks are now always considered air blocks 2016-04-23 09:54:34 +03:00
ChunkData.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ChunkDataCallback.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ChunkDef.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ChunkMap.cpp Simplified cChunkMap chunk storage (#2565) 2016-08-03 00:56:53 +02:00
ChunkMap.h Simplified cChunkMap chunk storage (#2565) 2016-08-03 00:56:53 +02:00
ChunkSender.cpp 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) 2016-05-14 20:12:42 +01:00
ChunkSender.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ChunkStay.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ChunkStay.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ClientHandle.cpp Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
ClientHandle.h 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) 2016-05-14 20:12:42 +01:00
CMakeLists.txt CMake: Fix system Lua usage for non-5.1 versions. (#3271) 2016-07-21 10:46:31 +01:00
Color.cpp Leather Armor can now be dyed. 2015-07-15 14:05:36 -06:00
Color.h Added CircleCI for stylechecking. 2015-09-17 11:20:10 +02:00
CommandOutput.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
CommandOutput.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
CompositeChat.cpp Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
CompositeChat.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
CraftingRecipes.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
CraftingRecipes.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Cuberite.vcxproj.user Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
Cuboid.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Cuboid.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
DeadlockDetect.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
DeadlockDetect.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Defines.h Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
EffectID.h Add enum for Sound and Particle Effects 2015-11-24 13:21:40 +00:00
Enchantments.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Enchantments.h Updated API documentation. 2016-07-18 22:11:40 +02:00
Endianness.h Fixes compilation failures on MacOSX 10.10 2015-07-09 11:15:37 -06:00
FastRandom.cpp Fixed cFastRandom Test. (#3291) 2016-08-03 09:35:42 +02:00
FastRandom.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ForEachChunkProvider.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FurnaceRecipe.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FurnaceRecipe.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Globals.cpp
Globals.h Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
IniFile.cpp Revert "Issue3136" 2016-04-14 12:40:46 +03:00
IniFile.h Pull the cSettingsRepositoryInterface::noID constant into cIniFile Lua API. 2016-08-18 12:12:31 +02:00
Inventory.cpp Proper entity destruction in non-ticking chunks 2016-02-19 07:05:22 +02:00
Inventory.h Updated API documentation. 2016-07-18 22:11:40 +02:00
Item.cpp change from single followable item to multiple 2015-11-23 22:20:31 +01:00
Item.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ItemGrid.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ItemGrid.h Updated API documentation. 2016-07-18 22:11:40 +02:00
LeakFinder.cpp Added the _UNICODE flag on Windows 2015-09-26 22:19:29 +01:00
LeakFinder.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
LightingThread.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
LightingThread.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
LinearInterpolation.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
LinearInterpolation.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
LinearUpscale.h Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
LineBlockTracer.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
LineBlockTracer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Logger.cpp Increase robustness of the logging subsystem 2015-09-15 16:19:49 +01:00
Logger.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
LoggerListeners.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
LoggerListeners.h Increase robustness of the logging subsystem 2015-09-15 16:19:49 +01:00
main.cpp Fixed port command line argument. (#3287) 2016-07-30 12:21:11 +01:00
Map.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02: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 Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
MemoryLeak.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
MemorySettingsRepository.cpp Initial implementation of IniFile overloading 2015-05-16 10:46:51 +01:00
MemorySettingsRepository.h Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
MobCensus.cpp Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
MobCensus.h Bulk clearing of whitespace 2016-02-05 23:50:18 +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 Silenced and fixed many warning messages across multiple files. 2015-07-29 09:49:30 -06:00
MobProximityCounter.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
MobSpawner.cpp Mobs no longer spawn at the top of the nether. 2016-03-01 12:07:46 +01:00
MobSpawner.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
MonsterConfig.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
MonsterConfig.h Bulk clearing of whitespace 2016-02-05 23:50:18 +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 Prevent Nether teleportation loops 2016-04-04 17:53:08 +03:00
OverridesSettingsRepository.cpp Proper fix for #3136 (#3143) 2016-04-18 23:04:13 +01:00
OverridesSettingsRepository.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ProbabDistrib.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ProbabDistrib.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
RankManager.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
RankManager.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
RCONServer.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
RCONServer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Root.cpp Fix the error in #3270. 2016-07-29 19:51:33 +01:00
Root.h Tab completion across worlds (#3270) 2016-07-21 13:00:30 +02:00
Scoreboard.cpp Added GetTeamNames to cScoreboard (#3217) 2016-05-29 19:12:18 +02:00
Scoreboard.h Added GetTeamNames to cScoreboard (#3217) 2016-05-29 19:12:18 +02:00
Server.cpp Tab completion across worlds (#3270) 2016-07-21 13:00:30 +02:00
Server.h Tab completion across worlds (#3270) 2016-07-21 13:00:30 +02:00
SetChunkData.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
SetChunkData.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
SettingsRepositoryInterface.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
SpawnPrepare.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
SpawnPrepare.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
StackWalker.cpp MSVC: Ignore the deprecation warning in 3rd party StackWalker. 2015-08-09 09:23:12 +02:00
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
Stopwatch.h Added PieceStructures generator. 2015-12-01 10:35:07 +01:00
StringCompression.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
StringCompression.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
StringUtils.cpp Fix unicode handling in StringUtils::TrimString 2016-02-16 16:58:27 +02:00
StringUtils.h Added PieceStructures generator. 2015-12-01 10:35:07 +01:00
Tracer.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Tracer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Vector3.h Vector3: Removed useless NormalizeCopy overload from LuaAPI. 2016-07-18 22:11:39 +02:00
VoronoiMap.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
VoronoiMap.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
WebAdmin.cpp Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. 2016-06-27 20:51:48 +02:00
WebAdmin.h Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. 2016-06-27 20:51:48 +02:00
World.cpp Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330) 2016-08-22 19:43:43 +02:00
World.h Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330) 2016-08-22 19:43:43 +02:00
XMLParser.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00