summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-24 15:19:41 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-24 15:19:41 +0100
commit675b4aa878f16291ce33fced48a2bc7425f635ae (patch)
tree409914df27a98f65adf866da669429c4de141b6f
parentLineBlockTracer: Using the coord-based block faces. (diff)
downloadcuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.tar
cuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.tar.gz
cuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.tar.bz2
cuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.tar.lz
cuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.tar.xz
cuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.tar.zst
cuberite-675b4aa878f16291ce33fced48a2bc7425f635ae.zip
-rw-r--r--src/AllToLua.bat (renamed from source/AllToLua.bat)0
-rw-r--r--src/AllToLua.pkg (renamed from source/AllToLua.pkg)0
-rwxr-xr-xsrc/AllToLua.sh (renamed from source/AllToLua.sh)0
-rw-r--r--src/Authenticator.cpp (renamed from source/Authenticator.cpp)0
-rw-r--r--src/Authenticator.h (renamed from source/Authenticator.h)0
-rw-r--r--src/Bindings.cpp (renamed from source/Bindings.cpp)0
-rw-r--r--src/Bindings.h (renamed from source/Bindings.h)0
-rw-r--r--src/BlockArea.cpp (renamed from source/BlockArea.cpp)0
-rw-r--r--src/BlockArea.h (renamed from source/BlockArea.h)0
-rw-r--r--src/BlockEntities/BlockEntity.cpp (renamed from source/BlockEntities/BlockEntity.cpp)0
-rw-r--r--src/BlockEntities/BlockEntity.h (renamed from source/BlockEntities/BlockEntity.h)0
-rw-r--r--src/BlockEntities/BlockEntityWithItems.h (renamed from source/BlockEntities/BlockEntityWithItems.h)0
-rw-r--r--src/BlockEntities/ChestEntity.cpp (renamed from source/BlockEntities/ChestEntity.cpp)0
-rw-r--r--src/BlockEntities/ChestEntity.h (renamed from source/BlockEntities/ChestEntity.h)0
-rw-r--r--src/BlockEntities/DispenserEntity.cpp (renamed from source/BlockEntities/DispenserEntity.cpp)0
-rw-r--r--src/BlockEntities/DispenserEntity.h (renamed from source/BlockEntities/DispenserEntity.h)0
-rw-r--r--src/BlockEntities/DropSpenserEntity.cpp (renamed from source/BlockEntities/DropSpenserEntity.cpp)0
-rw-r--r--src/BlockEntities/DropSpenserEntity.h (renamed from source/BlockEntities/DropSpenserEntity.h)0
-rw-r--r--src/BlockEntities/DropperEntity.cpp (renamed from source/BlockEntities/DropperEntity.cpp)0
-rw-r--r--src/BlockEntities/DropperEntity.h (renamed from source/BlockEntities/DropperEntity.h)0
-rw-r--r--src/BlockEntities/FurnaceEntity.cpp (renamed from source/BlockEntities/FurnaceEntity.cpp)0
-rw-r--r--src/BlockEntities/FurnaceEntity.h (renamed from source/BlockEntities/FurnaceEntity.h)0
-rw-r--r--src/BlockEntities/HopperEntity.cpp (renamed from source/BlockEntities/HopperEntity.cpp)0
-rw-r--r--src/BlockEntities/HopperEntity.h (renamed from source/BlockEntities/HopperEntity.h)0
-rw-r--r--src/BlockEntities/JukeboxEntity.cpp (renamed from source/BlockEntities/JukeboxEntity.cpp)0
-rw-r--r--src/BlockEntities/JukeboxEntity.h (renamed from source/BlockEntities/JukeboxEntity.h)0
-rw-r--r--src/BlockEntities/NoteEntity.cpp (renamed from source/BlockEntities/NoteEntity.cpp)0
-rw-r--r--src/BlockEntities/NoteEntity.h (renamed from source/BlockEntities/NoteEntity.h)0
-rw-r--r--src/BlockEntities/SignEntity.cpp (renamed from source/BlockEntities/SignEntity.cpp)0
-rw-r--r--src/BlockEntities/SignEntity.h (renamed from source/BlockEntities/SignEntity.h)0
-rw-r--r--src/BlockID.cpp (renamed from source/BlockID.cpp)0
-rw-r--r--src/BlockID.h (renamed from source/BlockID.h)0
-rw-r--r--src/BlockTracer.h (renamed from source/BlockTracer.h)0
-rw-r--r--src/Blocks/BlockBed.cpp (renamed from source/Blocks/BlockBed.cpp)0
-rw-r--r--src/Blocks/BlockBed.h (renamed from source/Blocks/BlockBed.h)0
-rw-r--r--src/Blocks/BlockBrewingStand.h (renamed from source/Blocks/BlockBrewingStand.h)0
-rw-r--r--src/Blocks/BlockButton.cpp (renamed from source/Blocks/BlockButton.cpp)0
-rw-r--r--src/Blocks/BlockButton.h (renamed from source/Blocks/BlockButton.h)0
-rw-r--r--src/Blocks/BlockCactus.h (renamed from source/Blocks/BlockCactus.h)0
-rw-r--r--src/Blocks/BlockCarpet.h (renamed from source/Blocks/BlockCarpet.h)0
-rw-r--r--src/Blocks/BlockCauldron.h (renamed from source/Blocks/BlockCauldron.h)0
-rw-r--r--src/Blocks/BlockChest.h (renamed from source/Blocks/BlockChest.h)0
-rw-r--r--src/Blocks/BlockCloth.h (renamed from source/Blocks/BlockCloth.h)0
-rw-r--r--src/Blocks/BlockCobWeb.h (renamed from source/Blocks/BlockCobWeb.h)0
-rw-r--r--src/Blocks/BlockComparator.cpp (renamed from source/Blocks/BlockComparator.cpp)0
-rw-r--r--src/Blocks/BlockComparator.h (renamed from source/Blocks/BlockComparator.h)0
-rw-r--r--src/Blocks/BlockCrops.h (renamed from source/Blocks/BlockCrops.h)0
-rw-r--r--src/Blocks/BlockDeadBush.h (renamed from source/Blocks/BlockDeadBush.h)0
-rw-r--r--src/Blocks/BlockDirt.h (renamed from source/Blocks/BlockDirt.h)0
-rw-r--r--src/Blocks/BlockDoor.cpp (renamed from source/Blocks/BlockDoor.cpp)0
-rw-r--r--src/Blocks/BlockDoor.h (renamed from source/Blocks/BlockDoor.h)0
-rw-r--r--src/Blocks/BlockDropSpenser.h (renamed from source/Blocks/BlockDropSpenser.h)0
-rw-r--r--src/Blocks/BlockEnderchest.h (renamed from source/Blocks/BlockEnderchest.h)0
-rw-r--r--src/Blocks/BlockEntity.h (renamed from source/Blocks/BlockEntity.h)0
-rw-r--r--src/Blocks/BlockFarmland.h (renamed from source/Blocks/BlockFarmland.h)0
-rw-r--r--src/Blocks/BlockFenceGate.h (renamed from source/Blocks/BlockFenceGate.h)0
-rw-r--r--src/Blocks/BlockFire.h (renamed from source/Blocks/BlockFire.h)0
-rw-r--r--src/Blocks/BlockFlower.h (renamed from source/Blocks/BlockFlower.h)0
-rw-r--r--src/Blocks/BlockFlowerPot.h (renamed from source/Blocks/BlockFlowerPot.h)0
-rw-r--r--src/Blocks/BlockFluid.h (renamed from source/Blocks/BlockFluid.h)0
-rw-r--r--src/Blocks/BlockFurnace.h (renamed from source/Blocks/BlockFurnace.h)0
-rw-r--r--src/Blocks/BlockGlass.h (renamed from source/Blocks/BlockGlass.h)0
-rw-r--r--src/Blocks/BlockGlowstone.h (renamed from source/Blocks/BlockGlowstone.h)0
-rw-r--r--src/Blocks/BlockGravel.h (renamed from source/Blocks/BlockGravel.h)0
-rw-r--r--src/Blocks/BlockHandler.cpp (renamed from source/Blocks/BlockHandler.cpp)0
-rw-r--r--src/Blocks/BlockHandler.h (renamed from source/Blocks/BlockHandler.h)0
-rw-r--r--src/Blocks/BlockHopper.h (renamed from source/Blocks/BlockHopper.h)0
-rw-r--r--src/Blocks/BlockIce.h (renamed from source/Blocks/BlockIce.h)0
-rw-r--r--src/Blocks/BlockLadder.h (renamed from source/Blocks/BlockLadder.h)0
-rw-r--r--src/Blocks/BlockLeaves.h (renamed from source/Blocks/BlockLeaves.h)0
-rw-r--r--src/Blocks/BlockLever.cpp (renamed from source/Blocks/BlockLever.cpp)0
-rw-r--r--src/Blocks/BlockLever.h (renamed from source/Blocks/BlockLever.h)0
-rw-r--r--src/Blocks/BlockMelon.h (renamed from source/Blocks/BlockMelon.h)0
-rw-r--r--src/Blocks/BlockMushroom.h (renamed from source/Blocks/BlockMushroom.h)0
-rw-r--r--src/Blocks/BlockMycelium.h (renamed from source/Blocks/BlockMycelium.h)0
-rw-r--r--src/Blocks/BlockNote.h (renamed from source/Blocks/BlockNote.h)0
-rw-r--r--src/Blocks/BlockOre.h (renamed from source/Blocks/BlockOre.h)0
-rw-r--r--src/Blocks/BlockPiston.cpp (renamed from source/Blocks/BlockPiston.cpp)0
-rw-r--r--src/Blocks/BlockPiston.h (renamed from source/Blocks/BlockPiston.h)0
-rw-r--r--src/Blocks/BlockPlanks.h (renamed from source/Blocks/BlockPlanks.h)0
-rw-r--r--src/Blocks/BlockPortal.h (renamed from source/Blocks/BlockPortal.h)0
-rw-r--r--src/Blocks/BlockPumpkin.h (renamed from source/Blocks/BlockPumpkin.h)0
-rw-r--r--src/Blocks/BlockRail.h (renamed from source/Blocks/BlockRail.h)0
-rw-r--r--src/Blocks/BlockRedstone.cpp (renamed from source/Blocks/BlockRedstone.cpp)0
-rw-r--r--src/Blocks/BlockRedstone.h (renamed from source/Blocks/BlockRedstone.h)0
-rw-r--r--src/Blocks/BlockRedstoneRepeater.cpp (renamed from source/Blocks/BlockRedstoneRepeater.cpp)0
-rw-r--r--src/Blocks/BlockRedstoneRepeater.h (renamed from source/Blocks/BlockRedstoneRepeater.h)0
-rw-r--r--src/Blocks/BlockRedstoneTorch.h (renamed from source/Blocks/BlockRedstoneTorch.h)0
-rw-r--r--src/Blocks/BlockSand.h (renamed from source/Blocks/BlockSand.h)0
-rw-r--r--src/Blocks/BlockSapling.h (renamed from source/Blocks/BlockSapling.h)0
-rw-r--r--src/Blocks/BlockSign.h (renamed from source/Blocks/BlockSign.h)0
-rw-r--r--src/Blocks/BlockSlab.h (renamed from source/Blocks/BlockSlab.h)0
-rw-r--r--src/Blocks/BlockSnow.h (renamed from source/Blocks/BlockSnow.h)0
-rw-r--r--src/Blocks/BlockStairs.h (renamed from source/Blocks/BlockStairs.h)0
-rw-r--r--src/Blocks/BlockStems.h (renamed from source/Blocks/BlockStems.h)0
-rw-r--r--src/Blocks/BlockStone.h (renamed from source/Blocks/BlockStone.h)0
-rw-r--r--src/Blocks/BlockSugarcane.h (renamed from source/Blocks/BlockSugarcane.h)0
-rw-r--r--src/Blocks/BlockTallGrass.h (renamed from source/Blocks/BlockTallGrass.h)0
-rw-r--r--src/Blocks/BlockTorch.h (renamed from source/Blocks/BlockTorch.h)0
-rw-r--r--src/Blocks/BlockVine.h (renamed from source/Blocks/BlockVine.h)0
-rw-r--r--src/Blocks/BlockWood.h (renamed from source/Blocks/BlockWood.h)0
-rw-r--r--src/Blocks/BlockWorkbench.h (renamed from source/Blocks/BlockWorkbench.h)0
-rw-r--r--src/BoundingBox.cpp (renamed from source/BoundingBox.cpp)0
-rw-r--r--src/BoundingBox.h (renamed from source/BoundingBox.h)0
-rw-r--r--src/ByteBuffer.cpp (renamed from source/ByteBuffer.cpp)0
-rw-r--r--src/ByteBuffer.h (renamed from source/ByteBuffer.h)0
-rw-r--r--src/ChatColor.cpp (renamed from source/ChatColor.cpp)0
-rw-r--r--src/ChatColor.h (renamed from source/ChatColor.h)0
-rw-r--r--src/Chunk.cpp (renamed from source/Chunk.cpp)0
-rw-r--r--src/Chunk.h (renamed from source/Chunk.h)0
-rw-r--r--src/Chunk.inl.h (renamed from source/Chunk.inl.h)0
-rw-r--r--src/ChunkDef.h (renamed from source/ChunkDef.h)0
-rw-r--r--src/ChunkMap.cpp (renamed from source/ChunkMap.cpp)0
-rw-r--r--src/ChunkMap.h (renamed from source/ChunkMap.h)0
-rw-r--r--src/ChunkSender.cpp (renamed from source/ChunkSender.cpp)0
-rw-r--r--src/ChunkSender.h (renamed from source/ChunkSender.h)0
-rw-r--r--src/ClientHandle.cpp (renamed from source/ClientHandle.cpp)0
-rw-r--r--src/ClientHandle.h (renamed from source/ClientHandle.h)0
-rw-r--r--src/CommandOutput.cpp (renamed from source/CommandOutput.cpp)0
-rw-r--r--src/CommandOutput.h (renamed from source/CommandOutput.h)0
-rw-r--r--src/CraftingRecipes.cpp (renamed from source/CraftingRecipes.cpp)0
-rw-r--r--src/CraftingRecipes.h (renamed from source/CraftingRecipes.h)0
-rw-r--r--src/Cuboid.cpp (renamed from source/Cuboid.cpp)0
-rw-r--r--src/Cuboid.h (renamed from source/Cuboid.h)0
-rw-r--r--src/DeadlockDetect.cpp (renamed from source/DeadlockDetect.cpp)0
-rw-r--r--src/DeadlockDetect.h (renamed from source/DeadlockDetect.h)0
-rw-r--r--src/Defines.h (renamed from source/Defines.h)0
-rw-r--r--src/Enchantments.cpp (renamed from source/Enchantments.cpp)0
-rw-r--r--src/Enchantments.h (renamed from source/Enchantments.h)0
-rw-r--r--src/Endianness.h (renamed from source/Endianness.h)0
-rw-r--r--src/Entities/Boat.cpp (renamed from source/Entities/Boat.cpp)0
-rw-r--r--src/Entities/Boat.h (renamed from source/Entities/Boat.h)0
-rw-r--r--src/Entities/Entity.cpp (renamed from source/Entities/Entity.cpp)0
-rw-r--r--src/Entities/Entity.h (renamed from source/Entities/Entity.h)0
-rw-r--r--src/Entities/FallingBlock.cpp (renamed from source/Entities/FallingBlock.cpp)0
-rw-r--r--src/Entities/FallingBlock.h (renamed from source/Entities/FallingBlock.h)0
-rw-r--r--src/Entities/Minecart.cpp (renamed from source/Entities/Minecart.cpp)0
-rw-r--r--src/Entities/Minecart.h (renamed from source/Entities/Minecart.h)0
-rw-r--r--src/Entities/Pawn.cpp (renamed from source/Entities/Pawn.cpp)0
-rw-r--r--src/Entities/Pawn.h (renamed from source/Entities/Pawn.h)0
-rw-r--r--src/Entities/Pickup.cpp (renamed from source/Entities/Pickup.cpp)0
-rw-r--r--src/Entities/Pickup.h (renamed from source/Entities/Pickup.h)0
-rw-r--r--src/Entities/Player.cpp (renamed from source/Entities/Player.cpp)0
-rw-r--r--src/Entities/Player.h (renamed from source/Entities/Player.h)0
-rw-r--r--src/Entities/ProjectileEntity.cpp (renamed from source/Entities/ProjectileEntity.cpp)0
-rw-r--r--src/Entities/ProjectileEntity.h (renamed from source/Entities/ProjectileEntity.h)0
-rw-r--r--src/Entities/TNTEntity.cpp (renamed from source/Entities/TNTEntity.cpp)0
-rw-r--r--src/Entities/TNTEntity.h (renamed from source/Entities/TNTEntity.h)0
-rw-r--r--src/FastRandom.cpp (renamed from source/FastRandom.cpp)0
-rw-r--r--src/FastRandom.h (renamed from source/FastRandom.h)0
-rw-r--r--src/FurnaceRecipe.cpp (renamed from source/FurnaceRecipe.cpp)0
-rw-r--r--src/FurnaceRecipe.h (renamed from source/FurnaceRecipe.h)0
-rw-r--r--src/Generating/BioGen.cpp (renamed from source/Generating/BioGen.cpp)0
-rw-r--r--src/Generating/BioGen.h (renamed from source/Generating/BioGen.h)0
-rw-r--r--src/Generating/Caves.cpp (renamed from source/Generating/Caves.cpp)0
-rw-r--r--src/Generating/Caves.h (renamed from source/Generating/Caves.h)0
-rw-r--r--src/Generating/ChunkDesc.cpp (renamed from source/Generating/ChunkDesc.cpp)0
-rw-r--r--src/Generating/ChunkDesc.h (renamed from source/Generating/ChunkDesc.h)0
-rw-r--r--src/Generating/ChunkGenerator.cpp (renamed from source/Generating/ChunkGenerator.cpp)0
-rw-r--r--src/Generating/ChunkGenerator.h (renamed from source/Generating/ChunkGenerator.h)0
-rw-r--r--src/Generating/CompoGen.cpp (renamed from source/Generating/CompoGen.cpp)0
-rw-r--r--src/Generating/CompoGen.h (renamed from source/Generating/CompoGen.h)0
-rw-r--r--src/Generating/ComposableGenerator.cpp (renamed from source/Generating/ComposableGenerator.cpp)0
-rw-r--r--src/Generating/ComposableGenerator.h (renamed from source/Generating/ComposableGenerator.h)0
-rw-r--r--src/Generating/DistortedHeightmap.cpp (renamed from source/Generating/DistortedHeightmap.cpp)0
-rw-r--r--src/Generating/DistortedHeightmap.h (renamed from source/Generating/DistortedHeightmap.h)0
-rw-r--r--src/Generating/EndGen.cpp (renamed from source/Generating/EndGen.cpp)0
-rw-r--r--src/Generating/EndGen.h (renamed from source/Generating/EndGen.h)0
-rw-r--r--src/Generating/FinishGen.cpp (renamed from source/Generating/FinishGen.cpp)0
-rw-r--r--src/Generating/FinishGen.h (renamed from source/Generating/FinishGen.h)0
-rw-r--r--src/Generating/HeiGen.cpp (renamed from source/Generating/HeiGen.cpp)0
-rw-r--r--src/Generating/HeiGen.h (renamed from source/Generating/HeiGen.h)0
-rw-r--r--src/Generating/MineShafts.cpp (renamed from source/Generating/MineShafts.cpp)0
-rw-r--r--src/Generating/MineShafts.h (renamed from source/Generating/MineShafts.h)0
-rw-r--r--src/Generating/Noise3DGenerator.cpp (renamed from source/Generating/Noise3DGenerator.cpp)0
-rw-r--r--src/Generating/Noise3DGenerator.h (renamed from source/Generating/Noise3DGenerator.h)0
-rw-r--r--src/Generating/Ravines.cpp (renamed from source/Generating/Ravines.cpp)0
-rw-r--r--src/Generating/Ravines.h (renamed from source/Generating/Ravines.h)0
-rw-r--r--src/Generating/StructGen.cpp (renamed from source/Generating/StructGen.cpp)0
-rw-r--r--src/Generating/StructGen.h (renamed from source/Generating/StructGen.h)0
-rw-r--r--src/Generating/Trees.cpp (renamed from source/Generating/Trees.cpp)0
-rw-r--r--src/Generating/Trees.h (renamed from source/Generating/Trees.h)0
-rw-r--r--src/Globals.cpp (renamed from source/Globals.cpp)0
-rw-r--r--src/Globals.h (renamed from source/Globals.h)0
-rw-r--r--src/Group.cpp (renamed from source/Group.cpp)0
-rw-r--r--src/Group.h (renamed from source/Group.h)0
-rw-r--r--src/GroupManager.cpp (renamed from source/GroupManager.cpp)0
-rw-r--r--src/GroupManager.h (renamed from source/GroupManager.h)0
-rw-r--r--src/HTTPServer/EnvelopeParser.cpp (renamed from source/HTTPServer/EnvelopeParser.cpp)0
-rw-r--r--src/HTTPServer/EnvelopeParser.h (renamed from source/HTTPServer/EnvelopeParser.h)0
-rw-r--r--src/HTTPServer/HTTPConnection.cpp (renamed from source/HTTPServer/HTTPConnection.cpp)0
-rw-r--r--src/HTTPServer/HTTPConnection.h (renamed from source/HTTPServer/HTTPConnection.h)0
-rw-r--r--src/HTTPServer/HTTPFormParser.cpp (renamed from source/HTTPServer/HTTPFormParser.cpp)0
-rw-r--r--src/HTTPServer/HTTPFormParser.h (renamed from source/HTTPServer/HTTPFormParser.h)0
-rw-r--r--src/HTTPServer/HTTPMessage.cpp (renamed from source/HTTPServer/HTTPMessage.cpp)0
-rw-r--r--src/HTTPServer/HTTPMessage.h (renamed from source/HTTPServer/HTTPMessage.h)0
-rw-r--r--src/HTTPServer/HTTPServer.cpp (renamed from source/HTTPServer/HTTPServer.cpp)0
-rw-r--r--src/HTTPServer/HTTPServer.h (renamed from source/HTTPServer/HTTPServer.h)0
-rw-r--r--src/HTTPServer/MultipartParser.cpp (renamed from source/HTTPServer/MultipartParser.cpp)0
-rw-r--r--src/HTTPServer/MultipartParser.h (renamed from source/HTTPServer/MultipartParser.h)0
-rw-r--r--src/HTTPServer/NameValueParser.cpp (renamed from source/HTTPServer/NameValueParser.cpp)0
-rw-r--r--src/HTTPServer/NameValueParser.h (renamed from source/HTTPServer/NameValueParser.h)0
-rw-r--r--src/Inventory.cpp (renamed from source/Inventory.cpp)0
-rw-r--r--src/Inventory.h (renamed from source/Inventory.h)0
-rw-r--r--src/Item.cpp (renamed from source/Item.cpp)0
-rw-r--r--src/Item.h (renamed from source/Item.h)0
-rw-r--r--src/ItemGrid.cpp (renamed from source/ItemGrid.cpp)0
-rw-r--r--src/ItemGrid.h (renamed from source/ItemGrid.h)0
-rw-r--r--src/Items/ItemBed.h (renamed from source/Items/ItemBed.h)0
-rw-r--r--src/Items/ItemBoat.h (renamed from source/Items/ItemBoat.h)0
-rw-r--r--src/Items/ItemBow.h (renamed from source/Items/ItemBow.h)0
-rw-r--r--src/Items/ItemBrewingStand.h (renamed from source/Items/ItemBrewingStand.h)0
-rw-r--r--src/Items/ItemBucket.h (renamed from source/Items/ItemBucket.h)0
-rw-r--r--src/Items/ItemCauldron.h (renamed from source/Items/ItemCauldron.h)0
-rw-r--r--src/Items/ItemCloth.h (renamed from source/Items/ItemCloth.h)0
-rw-r--r--src/Items/ItemComparator.h (renamed from source/Items/ItemComparator.h)0
-rw-r--r--src/Items/ItemDoor.h (renamed from source/Items/ItemDoor.h)0
-rw-r--r--src/Items/ItemDye.h (renamed from source/Items/ItemDye.h)0
-rw-r--r--src/Items/ItemFlowerPot.h (renamed from source/Items/ItemFlowerPot.h)0
-rw-r--r--src/Items/ItemFood.h (renamed from source/Items/ItemFood.h)0
-rw-r--r--src/Items/ItemHandler.cpp (renamed from source/Items/ItemHandler.cpp)0
-rw-r--r--src/Items/ItemHandler.h (renamed from source/Items/ItemHandler.h)0
-rw-r--r--src/Items/ItemHoe.h (renamed from source/Items/ItemHoe.h)0
-rw-r--r--src/Items/ItemLeaves.h (renamed from source/Items/ItemLeaves.h)0
-rw-r--r--src/Items/ItemLighter.h (renamed from source/Items/ItemLighter.h)0
-rw-r--r--src/Items/ItemMinecart.h (renamed from source/Items/ItemMinecart.h)0
-rw-r--r--src/Items/ItemPickaxe.h (renamed from source/Items/ItemPickaxe.h)0
-rw-r--r--src/Items/ItemRedstoneDust.h (renamed from source/Items/ItemRedstoneDust.h)0
-rw-r--r--src/Items/ItemRedstoneRepeater.h (renamed from source/Items/ItemRedstoneRepeater.h)0
-rw-r--r--src/Items/ItemSapling.h (renamed from source/Items/ItemSapling.h)0
-rw-r--r--src/Items/ItemSeeds.h (renamed from source/Items/ItemSeeds.h)0
-rw-r--r--src/Items/ItemShears.h (renamed from source/Items/ItemShears.h)0
-rw-r--r--src/Items/ItemShovel.h (renamed from source/Items/ItemShovel.h)0
-rw-r--r--src/Items/ItemSign.h (renamed from source/Items/ItemSign.h)0
-rw-r--r--src/Items/ItemSpawnEgg.h (renamed from source/Items/ItemSpawnEgg.h)0
-rw-r--r--src/Items/ItemSugarcane.h (renamed from source/Items/ItemSugarcane.h)0
-rw-r--r--src/Items/ItemSword.h (renamed from source/Items/ItemSword.h)0
-rw-r--r--src/Items/ItemThrowable.h (renamed from source/Items/ItemThrowable.h)0
-rw-r--r--src/LeakFinder.cpp (renamed from source/LeakFinder.cpp)0
-rw-r--r--src/LeakFinder.h (renamed from source/LeakFinder.h)0
-rw-r--r--src/LightingThread.cpp (renamed from source/LightingThread.cpp)0
-rw-r--r--src/LightingThread.h (renamed from source/LightingThread.h)0
-rw-r--r--src/LineBlockTracer.cpp (renamed from source/LineBlockTracer.cpp)0
-rw-r--r--src/LineBlockTracer.h (renamed from source/LineBlockTracer.h)0
-rw-r--r--src/LinearInterpolation.cpp (renamed from source/LinearInterpolation.cpp)0
-rw-r--r--src/LinearInterpolation.h (renamed from source/LinearInterpolation.h)0
-rw-r--r--src/LinearUpscale.h (renamed from source/LinearUpscale.h)0
-rw-r--r--src/Log.cpp (renamed from source/Log.cpp)0
-rw-r--r--src/Log.h (renamed from source/Log.h)0
-rw-r--r--src/LuaExpat/lxplib.c (renamed from source/LuaExpat/lxplib.c)0
-rw-r--r--src/LuaExpat/lxplib.h (renamed from source/LuaExpat/lxplib.h)0
-rw-r--r--src/LuaFunctions.h (renamed from source/LuaFunctions.h)0
-rw-r--r--src/LuaState.cpp (renamed from source/LuaState.cpp)0
-rw-r--r--src/LuaState.h (renamed from source/LuaState.h)0
-rw-r--r--src/LuaWindow.cpp (renamed from source/LuaWindow.cpp)0
-rw-r--r--src/LuaWindow.h (renamed from source/LuaWindow.h)0
-rw-r--r--src/MCLogger.cpp (renamed from source/MCLogger.cpp)0
-rw-r--r--src/MCLogger.h (renamed from source/MCLogger.h)0
-rw-r--r--src/ManualBindings.cpp (renamed from source/ManualBindings.cpp)0
-rw-r--r--src/ManualBindings.h (renamed from source/ManualBindings.h)0
-rw-r--r--src/Matrix4f.cpp (renamed from source/Matrix4f.cpp)0
-rw-r--r--src/Matrix4f.h (renamed from source/Matrix4f.h)0
-rw-r--r--src/MemoryLeak.h (renamed from source/MemoryLeak.h)0
-rw-r--r--src/MersenneTwister.h (renamed from source/MersenneTwister.h)0
-rw-r--r--src/MobCensus.cpp (renamed from source/MobCensus.cpp)0
-rw-r--r--src/MobCensus.h (renamed from source/MobCensus.h)0
-rw-r--r--src/MobFamilyCollecter.cpp (renamed from source/MobFamilyCollecter.cpp)0
-rw-r--r--src/MobFamilyCollecter.h (renamed from source/MobFamilyCollecter.h)0
-rw-r--r--src/MobProximityCounter.cpp (renamed from source/MobProximityCounter.cpp)0
-rw-r--r--src/MobProximityCounter.h (renamed from source/MobProximityCounter.h)0
-rw-r--r--src/MobSpawner.cpp (renamed from source/MobSpawner.cpp)0
-rw-r--r--src/MobSpawner.h (renamed from source/MobSpawner.h)0
-rw-r--r--src/Mobs/AggressiveMonster.cpp (renamed from source/Mobs/AggressiveMonster.cpp)0
-rw-r--r--src/Mobs/AggressiveMonster.h (renamed from source/Mobs/AggressiveMonster.h)0
-rw-r--r--src/Mobs/Bat.cpp (renamed from source/Mobs/Bat.cpp)0
-rw-r--r--src/Mobs/Bat.h (renamed from source/Mobs/Bat.h)0
-rw-r--r--src/Mobs/Blaze.cpp (renamed from source/Mobs/Blaze.cpp)0
-rw-r--r--src/Mobs/Blaze.h (renamed from source/Mobs/Blaze.h)0
-rw-r--r--src/Mobs/Cavespider.cpp (renamed from source/Mobs/Cavespider.cpp)0
-rw-r--r--src/Mobs/Cavespider.h (renamed from source/Mobs/Cavespider.h)0
-rw-r--r--src/Mobs/Chicken.cpp (renamed from source/Mobs/Chicken.cpp)0
-rw-r--r--src/Mobs/Chicken.h (renamed from source/Mobs/Chicken.h)0
-rw-r--r--src/Mobs/Cow.cpp (renamed from source/Mobs/Cow.cpp)0
-rw-r--r--src/Mobs/Cow.h (renamed from source/Mobs/Cow.h)0
-rw-r--r--src/Mobs/Creeper.cpp (renamed from source/Mobs/Creeper.cpp)0
-rw-r--r--src/Mobs/Creeper.h (renamed from source/Mobs/Creeper.h)0
-rw-r--r--src/Mobs/EnderDragon.cpp (renamed from source/Mobs/EnderDragon.cpp)0
-rw-r--r--src/Mobs/EnderDragon.h (renamed from source/Mobs/EnderDragon.h)0
-rw-r--r--src/Mobs/Enderman.cpp (renamed from source/Mobs/Enderman.cpp)0
-rw-r--r--src/Mobs/Enderman.h (renamed from source/Mobs/Enderman.h)0
-rw-r--r--src/Mobs/Ghast.cpp (renamed from source/Mobs/Ghast.cpp)0
-rw-r--r--src/Mobs/Ghast.h (renamed from source/Mobs/Ghast.h)0
-rw-r--r--src/Mobs/Giant.cpp (renamed from source/Mobs/Giant.cpp)0
-rw-r--r--src/Mobs/Giant.h (renamed from source/Mobs/Giant.h)0
-rw-r--r--src/Mobs/Horse.cpp (renamed from source/Mobs/Horse.cpp)0
-rw-r--r--src/Mobs/Horse.h (renamed from source/Mobs/Horse.h)0
-rw-r--r--src/Mobs/IncludeAllMonsters.h (renamed from source/Mobs/IncludeAllMonsters.h)0
-rw-r--r--src/Mobs/IronGolem.cpp (renamed from source/Mobs/IronGolem.cpp)0
-rw-r--r--src/Mobs/IronGolem.h (renamed from source/Mobs/IronGolem.h)0
-rw-r--r--src/Mobs/Magmacube.cpp (renamed from source/Mobs/Magmacube.cpp)0
-rw-r--r--src/Mobs/Magmacube.h (renamed from source/Mobs/Magmacube.h)0
-rw-r--r--src/Mobs/Monster.cpp (renamed from source/Mobs/Monster.cpp)0
-rw-r--r--src/Mobs/Monster.h (renamed from source/Mobs/Monster.h)0
-rw-r--r--src/Mobs/Mooshroom.cpp (renamed from source/Mobs/Mooshroom.cpp)0
-rw-r--r--src/Mobs/Mooshroom.h (renamed from source/Mobs/Mooshroom.h)0
-rw-r--r--src/Mobs/Ocelot.h (renamed from source/Mobs/Ocelot.h)0
-rw-r--r--src/Mobs/PassiveAggressiveMonster.cpp (renamed from source/Mobs/PassiveAggressiveMonster.cpp)0
-rw-r--r--src/Mobs/PassiveAggressiveMonster.h (renamed from source/Mobs/PassiveAggressiveMonster.h)0
-rw-r--r--src/Mobs/PassiveMonster.cpp (renamed from source/Mobs/PassiveMonster.cpp)0
-rw-r--r--src/Mobs/PassiveMonster.h (renamed from source/Mobs/PassiveMonster.h)0
-rw-r--r--src/Mobs/Pig.cpp (renamed from source/Mobs/Pig.cpp)0
-rw-r--r--src/Mobs/Pig.h (renamed from source/Mobs/Pig.h)0
-rw-r--r--src/Mobs/Sheep.cpp (renamed from source/Mobs/Sheep.cpp)0
-rw-r--r--src/Mobs/Sheep.h (renamed from source/Mobs/Sheep.h)0
-rw-r--r--src/Mobs/Silverfish.h (renamed from source/Mobs/Silverfish.h)0
-rw-r--r--src/Mobs/Skeleton.cpp (renamed from source/Mobs/Skeleton.cpp)0
-rw-r--r--src/Mobs/Skeleton.h (renamed from source/Mobs/Skeleton.h)0
-rw-r--r--src/Mobs/Slime.cpp (renamed from source/Mobs/Slime.cpp)0
-rw-r--r--src/Mobs/Slime.h (renamed from source/Mobs/Slime.h)0
-rw-r--r--src/Mobs/SnowGolem.cpp (renamed from source/Mobs/SnowGolem.cpp)0
-rw-r--r--src/Mobs/SnowGolem.h (renamed from source/Mobs/SnowGolem.h)0
-rw-r--r--src/Mobs/Spider.cpp (renamed from source/Mobs/Spider.cpp)0
-rw-r--r--src/Mobs/Spider.h (renamed from source/Mobs/Spider.h)0
-rw-r--r--src/Mobs/Squid.cpp (renamed from source/Mobs/Squid.cpp)0
-rw-r--r--src/Mobs/Squid.h (renamed from source/Mobs/Squid.h)0
-rw-r--r--src/Mobs/Villager.cpp (renamed from source/Mobs/Villager.cpp)0
-rw-r--r--src/Mobs/Villager.h (renamed from source/Mobs/Villager.h)0
-rw-r--r--src/Mobs/Witch.cpp (renamed from source/Mobs/Witch.cpp)0
-rw-r--r--src/Mobs/Witch.h (renamed from source/Mobs/Witch.h)0
-rw-r--r--src/Mobs/Wither.cpp (renamed from source/Mobs/Wither.cpp)0
-rw-r--r--src/Mobs/Wither.h (renamed from source/Mobs/Wither.h)0
-rw-r--r--src/Mobs/Wolf.cpp (renamed from source/Mobs/Wolf.cpp)0
-rw-r--r--src/Mobs/Wolf.h (renamed from source/Mobs/Wolf.h)0
-rw-r--r--src/Mobs/Zombie.cpp (renamed from source/Mobs/Zombie.cpp)0
-rw-r--r--src/Mobs/Zombie.h (renamed from source/Mobs/Zombie.h)0
-rw-r--r--src/Mobs/Zombiepigman.cpp (renamed from source/Mobs/Zombiepigman.cpp)0
-rw-r--r--src/Mobs/Zombiepigman.h (renamed from source/Mobs/Zombiepigman.h)0
-rw-r--r--src/MonsterConfig.cpp (renamed from source/MonsterConfig.cpp)0
-rw-r--r--src/MonsterConfig.h (renamed from source/MonsterConfig.h)0
-rw-r--r--src/Noise.cpp (renamed from source/Noise.cpp)0
-rw-r--r--src/Noise.h (renamed from source/Noise.h)0
-rw-r--r--src/OSSupport/BlockingTCPLink.cpp (renamed from source/OSSupport/BlockingTCPLink.cpp)0
-rw-r--r--src/OSSupport/BlockingTCPLink.h (renamed from source/OSSupport/BlockingTCPLink.h)0
-rw-r--r--src/OSSupport/CriticalSection.cpp (renamed from source/OSSupport/CriticalSection.cpp)0
-rw-r--r--src/OSSupport/CriticalSection.h (renamed from source/OSSupport/CriticalSection.h)0
-rw-r--r--src/OSSupport/Event.cpp (renamed from source/OSSupport/Event.cpp)0
-rw-r--r--src/OSSupport/Event.h (renamed from source/OSSupport/Event.h)0
-rw-r--r--src/OSSupport/File.cpp (renamed from source/OSSupport/File.cpp)0
-rw-r--r--src/OSSupport/File.h (renamed from source/OSSupport/File.h)0
-rw-r--r--src/OSSupport/GZipFile.cpp (renamed from source/OSSupport/GZipFile.cpp)0
-rw-r--r--src/OSSupport/GZipFile.h (renamed from source/OSSupport/GZipFile.h)0
-rw-r--r--src/OSSupport/IsThread.cpp (renamed from source/OSSupport/IsThread.cpp)0
-rw-r--r--src/OSSupport/IsThread.h (renamed from source/OSSupport/IsThread.h)0
-rw-r--r--src/OSSupport/ListenThread.cpp (renamed from source/OSSupport/ListenThread.cpp)0
-rw-r--r--src/OSSupport/ListenThread.h (renamed from source/OSSupport/ListenThread.h)0
-rw-r--r--src/OSSupport/Semaphore.cpp (renamed from source/OSSupport/Semaphore.cpp)0
-rw-r--r--src/OSSupport/Semaphore.h (renamed from source/OSSupport/Semaphore.h)0
-rw-r--r--src/OSSupport/Sleep.cpp (renamed from source/OSSupport/Sleep.cpp)0
-rw-r--r--src/OSSupport/Sleep.h (renamed from source/OSSupport/Sleep.h)0
-rw-r--r--src/OSSupport/Socket.cpp (renamed from source/OSSupport/Socket.cpp)0
-rw-r--r--src/OSSupport/Socket.h (renamed from source/OSSupport/Socket.h)0
-rw-r--r--src/OSSupport/SocketThreads.cpp (renamed from source/OSSupport/SocketThreads.cpp)0
-rw-r--r--src/OSSupport/SocketThreads.h (renamed from source/OSSupport/SocketThreads.h)0
-rw-r--r--src/OSSupport/Thread.cpp (renamed from source/OSSupport/Thread.cpp)0
-rw-r--r--src/OSSupport/Thread.h (renamed from source/OSSupport/Thread.h)0
-rw-r--r--src/OSSupport/Timer.cpp (renamed from source/OSSupport/Timer.cpp)0
-rw-r--r--src/OSSupport/Timer.h (renamed from source/OSSupport/Timer.h)0
-rw-r--r--src/Piston.cpp (renamed from source/Piston.cpp)0
-rw-r--r--src/Piston.h (renamed from source/Piston.h)0
-rw-r--r--src/Plugin.cpp (renamed from source/Plugin.cpp)0
-rw-r--r--src/Plugin.h (renamed from source/Plugin.h)0
-rw-r--r--src/PluginLua.cpp (renamed from source/PluginLua.cpp)0
-rw-r--r--src/PluginLua.h (renamed from source/PluginLua.h)0
-rw-r--r--src/PluginManager.cpp (renamed from source/PluginManager.cpp)0
-rw-r--r--src/PluginManager.h (renamed from source/PluginManager.h)0
-rw-r--r--src/ProbabDistrib.cpp (renamed from source/ProbabDistrib.cpp)0
-rw-r--r--src/ProbabDistrib.h (renamed from source/ProbabDistrib.h)0
-rw-r--r--src/Protocol/ChunkDataSerializer.cpp (renamed from source/Protocol/ChunkDataSerializer.cpp)0
-rw-r--r--src/Protocol/ChunkDataSerializer.h (renamed from source/Protocol/ChunkDataSerializer.h)0
-rw-r--r--src/Protocol/Protocol.h (renamed from source/Protocol/Protocol.h)0
-rw-r--r--src/Protocol/Protocol125.cpp (renamed from source/Protocol/Protocol125.cpp)0
-rw-r--r--src/Protocol/Protocol125.h (renamed from source/Protocol/Protocol125.h)0
-rw-r--r--src/Protocol/Protocol132.cpp (renamed from source/Protocol/Protocol132.cpp)0
-rw-r--r--src/Protocol/Protocol132.h (renamed from source/Protocol/Protocol132.h)0
-rw-r--r--src/Protocol/Protocol14x.cpp (renamed from source/Protocol/Protocol14x.cpp)0
-rw-r--r--src/Protocol/Protocol14x.h (renamed from source/Protocol/Protocol14x.h)0
-rw-r--r--src/Protocol/Protocol15x.cpp (renamed from source/Protocol/Protocol15x.cpp)0
-rw-r--r--src/Protocol/Protocol15x.h (renamed from source/Protocol/Protocol15x.h)0
-rw-r--r--src/Protocol/Protocol16x.cpp (renamed from source/Protocol/Protocol16x.cpp)0
-rw-r--r--src/Protocol/Protocol16x.h (renamed from source/Protocol/Protocol16x.h)0
-rw-r--r--src/Protocol/Protocol17x.cpp (renamed from source/Protocol/Protocol17x.cpp)0
-rw-r--r--src/Protocol/Protocol17x.h (renamed from source/Protocol/Protocol17x.h)0
-rw-r--r--src/Protocol/ProtocolRecognizer.cpp (renamed from source/Protocol/ProtocolRecognizer.cpp)0
-rw-r--r--src/Protocol/ProtocolRecognizer.h (renamed from source/Protocol/ProtocolRecognizer.h)0
-rw-r--r--src/RCONServer.cpp (renamed from source/RCONServer.cpp)0
-rw-r--r--src/RCONServer.h (renamed from source/RCONServer.h)0
-rw-r--r--src/ReferenceManager.cpp (renamed from source/ReferenceManager.cpp)0
-rw-r--r--src/ReferenceManager.h (renamed from source/ReferenceManager.h)0
-rw-r--r--src/Root.cpp (renamed from source/Root.cpp)0
-rw-r--r--src/Root.h (renamed from source/Root.h)0
-rw-r--r--src/SQLite/lsqlite3.c (renamed from source/SQLite/lsqlite3.c)0
-rw-r--r--src/SQLite/sqlite3.c (renamed from source/SQLite/sqlite3.c)0
-rw-r--r--src/SQLite/sqlite3.h (renamed from source/SQLite/sqlite3.h)0
-rw-r--r--src/SQLite/urls.txt (renamed from source/SQLite/urls.txt)0
-rw-r--r--src/Server.cpp (renamed from source/Server.cpp)0
-rw-r--r--src/Server.h (renamed from source/Server.h)0
-rw-r--r--src/Simulator/DelayedFluidSimulator.cpp (renamed from source/Simulator/DelayedFluidSimulator.cpp)0
-rw-r--r--src/Simulator/DelayedFluidSimulator.h (renamed from source/Simulator/DelayedFluidSimulator.h)0
-rw-r--r--src/Simulator/FireSimulator.cpp (renamed from source/Simulator/FireSimulator.cpp)0
-rw-r--r--src/Simulator/FireSimulator.h (renamed from source/Simulator/FireSimulator.h)0
-rw-r--r--src/Simulator/FloodyFluidSimulator.cpp (renamed from source/Simulator/FloodyFluidSimulator.cpp)0
-rw-r--r--src/Simulator/FloodyFluidSimulator.h (renamed from source/Simulator/FloodyFluidSimulator.h)0
-rw-r--r--src/Simulator/FluidSimulator.cpp (renamed from source/Simulator/FluidSimulator.cpp)0
-rw-r--r--src/Simulator/FluidSimulator.h (renamed from source/Simulator/FluidSimulator.h)0
-rw-r--r--src/Simulator/NoopFluidSimulator.h (renamed from source/Simulator/NoopFluidSimulator.h)0
-rw-r--r--src/Simulator/RedstoneSimulator.cpp (renamed from source/Simulator/RedstoneSimulator.cpp)0
-rw-r--r--src/Simulator/RedstoneSimulator.h (renamed from source/Simulator/RedstoneSimulator.h)0
-rw-r--r--src/Simulator/SandSimulator.cpp (renamed from source/Simulator/SandSimulator.cpp)0
-rw-r--r--src/Simulator/SandSimulator.h (renamed from source/Simulator/SandSimulator.h)0
-rw-r--r--src/Simulator/Simulator.cpp (renamed from source/Simulator/Simulator.cpp)0
-rw-r--r--src/Simulator/Simulator.h (renamed from source/Simulator/Simulator.h)0
-rw-r--r--src/Simulator/SimulatorManager.cpp (renamed from source/Simulator/SimulatorManager.cpp)0
-rw-r--r--src/Simulator/SimulatorManager.h (renamed from source/Simulator/SimulatorManager.h)0
-rw-r--r--src/Simulator/VaporizeFluidSimulator.cpp (renamed from source/Simulator/VaporizeFluidSimulator.cpp)0
-rw-r--r--src/Simulator/VaporizeFluidSimulator.h (renamed from source/Simulator/VaporizeFluidSimulator.h)0
-rw-r--r--src/StackWalker.cpp (renamed from source/StackWalker.cpp)0
-rw-r--r--src/StackWalker.h (renamed from source/StackWalker.h)0
-rw-r--r--src/StringCompression.cpp (renamed from source/StringCompression.cpp)0
-rw-r--r--src/StringCompression.h (renamed from source/StringCompression.h)0
-rw-r--r--src/StringUtils.cpp (renamed from source/StringUtils.cpp)0
-rw-r--r--src/StringUtils.h (renamed from source/StringUtils.h)0
-rw-r--r--src/Tracer.cpp (renamed from source/Tracer.cpp)0
-rw-r--r--src/Tracer.h (renamed from source/Tracer.h)0
-rw-r--r--src/UI/SlotArea.cpp (renamed from source/UI/SlotArea.cpp)0
-rw-r--r--src/UI/SlotArea.h (renamed from source/UI/SlotArea.h)0
-rw-r--r--src/UI/Window.cpp (renamed from source/UI/Window.cpp)0
-rw-r--r--src/UI/Window.h (renamed from source/UI/Window.h)0
-rw-r--r--src/UI/WindowOwner.h (renamed from source/UI/WindowOwner.h)0
-rw-r--r--src/Vector3d.cpp (renamed from source/Vector3d.cpp)0
-rw-r--r--src/Vector3d.h (renamed from source/Vector3d.h)0
-rw-r--r--src/Vector3f.cpp (renamed from source/Vector3f.cpp)0
-rw-r--r--src/Vector3f.h (renamed from source/Vector3f.h)0
-rw-r--r--src/Vector3i.cpp (renamed from source/Vector3i.cpp)0
-rw-r--r--src/Vector3i.h (renamed from source/Vector3i.h)0
-rw-r--r--src/WebAdmin.cpp (renamed from source/WebAdmin.cpp)0
-rw-r--r--src/WebAdmin.h (renamed from source/WebAdmin.h)0
-rw-r--r--src/WebPlugin.cpp (renamed from source/WebPlugin.cpp)0
-rw-r--r--src/WebPlugin.h (renamed from source/WebPlugin.h)0
-rw-r--r--src/World.cpp (renamed from source/World.cpp)0
-rw-r--r--src/World.h (renamed from source/World.h)0
-rw-r--r--src/WorldStorage/FastNBT.cpp (renamed from source/WorldStorage/FastNBT.cpp)0
-rw-r--r--src/WorldStorage/FastNBT.h (renamed from source/WorldStorage/FastNBT.h)0
-rw-r--r--src/WorldStorage/NBTChunkSerializer.cpp (renamed from source/WorldStorage/NBTChunkSerializer.cpp)0
-rw-r--r--src/WorldStorage/NBTChunkSerializer.h (renamed from source/WorldStorage/NBTChunkSerializer.h)0
-rw-r--r--src/WorldStorage/WSSAnvil.cpp (renamed from source/WorldStorage/WSSAnvil.cpp)0
-rw-r--r--src/WorldStorage/WSSAnvil.h (renamed from source/WorldStorage/WSSAnvil.h)0
-rw-r--r--src/WorldStorage/WSSCompact.cpp (renamed from source/WorldStorage/WSSCompact.cpp)0
-rw-r--r--src/WorldStorage/WSSCompact.h (renamed from source/WorldStorage/WSSCompact.h)0
-rw-r--r--src/WorldStorage/WorldStorage.cpp (renamed from source/WorldStorage/WorldStorage.cpp)0
-rw-r--r--src/WorldStorage/WorldStorage.h (renamed from source/WorldStorage/WorldStorage.h)0
-rw-r--r--src/XMLParser.h (renamed from source/XMLParser.h)0
-rw-r--r--src/lua5.1.dll (renamed from source/lua5.1.dll)bin167424 -> 167424 bytes
-rw-r--r--src/main.cpp (renamed from source/main.cpp)0
-rw-r--r--src/md5/md5.cpp (renamed from source/md5/md5.cpp)0
-rw-r--r--src/md5/md5.h (renamed from source/md5/md5.h)0
-rw-r--r--src/tolua++.exe (renamed from source/tolua++.exe)bin484864 -> 484864 bytes
-rw-r--r--src/tolua++.h (renamed from source/tolua++.h)0
-rw-r--r--src/tolua_base.h (renamed from source/tolua_base.h)0
-rw-r--r--src/virtual_method_hooks.lua (renamed from source/virtual_method_hooks.lua)0
469 files changed, 0 insertions, 0 deletions
diff --git a/source/AllToLua.bat b/src/AllToLua.bat
index f7867fadb..f7867fadb 100644
--- a/source/AllToLua.bat
+++ b/src/AllToLua.bat
diff --git a/source/AllToLua.pkg b/src/AllToLua.pkg
index ee594be1a..ee594be1a 100644
--- a/source/AllToLua.pkg
+++ b/src/AllToLua.pkg
diff --git a/source/AllToLua.sh b/src/AllToLua.sh
index 887c2490c..887c2490c 100755
--- a/source/AllToLua.sh
+++ b/src/AllToLua.sh
diff --git a/source/Authenticator.cpp b/src/Authenticator.cpp
index 9a6dcf51b..9a6dcf51b 100644
--- a/source/Authenticator.cpp
+++ b/src/Authenticator.cpp
diff --git a/source/Authenticator.h b/src/Authenticator.h
index 02cd6f4c5..02cd6f4c5 100644
--- a/source/Authenticator.h
+++ b/src/Authenticator.h
diff --git a/source/Bindings.cpp b/src/Bindings.cpp
index 93c66d233..93c66d233 100644
--- a/source/Bindings.cpp
+++ b/src/Bindings.cpp
diff --git a/source/Bindings.h b/src/Bindings.h
index 13f398a4d..13f398a4d 100644
--- a/source/Bindings.h
+++ b/src/Bindings.h
diff --git a/source/BlockArea.cpp b/src/BlockArea.cpp
index 5c15adfef..5c15adfef 100644
--- a/source/BlockArea.cpp
+++ b/src/BlockArea.cpp
diff --git a/source/BlockArea.h b/src/BlockArea.h
index 075cc99ec..075cc99ec 100644
--- a/source/BlockArea.h
+++ b/src/BlockArea.h
diff --git a/source/BlockEntities/BlockEntity.cpp b/src/BlockEntities/BlockEntity.cpp
index 41a488717..41a488717 100644
--- a/source/BlockEntities/BlockEntity.cpp
+++ b/src/BlockEntities/BlockEntity.cpp
diff --git a/source/BlockEntities/BlockEntity.h b/src/BlockEntities/BlockEntity.h
index a2de3160a..a2de3160a 100644
--- a/source/BlockEntities/BlockEntity.h
+++ b/src/BlockEntities/BlockEntity.h
diff --git a/source/BlockEntities/BlockEntityWithItems.h b/src/BlockEntities/BlockEntityWithItems.h
index 0846ae17e..0846ae17e 100644
--- a/source/BlockEntities/BlockEntityWithItems.h
+++ b/src/BlockEntities/BlockEntityWithItems.h
diff --git a/source/BlockEntities/ChestEntity.cpp b/src/BlockEntities/ChestEntity.cpp
index ca2626bc9..ca2626bc9 100644
--- a/source/BlockEntities/ChestEntity.cpp
+++ b/src/BlockEntities/ChestEntity.cpp
diff --git a/source/BlockEntities/ChestEntity.h b/src/BlockEntities/ChestEntity.h
index 4f2c21e91..4f2c21e91 100644
--- a/source/BlockEntities/ChestEntity.h
+++ b/src/BlockEntities/ChestEntity.h
diff --git a/source/BlockEntities/DispenserEntity.cpp b/src/BlockEntities/DispenserEntity.cpp
index 374f3d6e3..374f3d6e3 100644
--- a/source/BlockEntities/DispenserEntity.cpp
+++ b/src/BlockEntities/DispenserEntity.cpp
diff --git a/source/BlockEntities/DispenserEntity.h b/src/BlockEntities/DispenserEntity.h
index fdfe4e5b4..fdfe4e5b4 100644
--- a/source/BlockEntities/DispenserEntity.h
+++ b/src/BlockEntities/DispenserEntity.h
diff --git a/source/BlockEntities/DropSpenserEntity.cpp b/src/BlockEntities/DropSpenserEntity.cpp
index 823ed598f..823ed598f 100644
--- a/source/BlockEntities/DropSpenserEntity.cpp
+++ b/src/BlockEntities/DropSpenserEntity.cpp
diff --git a/source/BlockEntities/DropSpenserEntity.h b/src/BlockEntities/DropSpenserEntity.h
index 0e9039915..0e9039915 100644
--- a/source/BlockEntities/DropSpenserEntity.h
+++ b/src/BlockEntities/DropSpenserEntity.h
diff --git a/source/BlockEntities/DropperEntity.cpp b/src/BlockEntities/DropperEntity.cpp
index 5d4a8ad97..5d4a8ad97 100644
--- a/source/BlockEntities/DropperEntity.cpp
+++ b/src/BlockEntities/DropperEntity.cpp
diff --git a/source/BlockEntities/DropperEntity.h b/src/BlockEntities/DropperEntity.h
index 8e07bc6f8..8e07bc6f8 100644
--- a/source/BlockEntities/DropperEntity.h
+++ b/src/BlockEntities/DropperEntity.h
diff --git a/source/BlockEntities/FurnaceEntity.cpp b/src/BlockEntities/FurnaceEntity.cpp
index ec5ebe8b9..ec5ebe8b9 100644
--- a/source/BlockEntities/FurnaceEntity.cpp
+++ b/src/BlockEntities/FurnaceEntity.cpp
diff --git a/source/BlockEntities/FurnaceEntity.h b/src/BlockEntities/FurnaceEntity.h
index 9464fd175..9464fd175 100644
--- a/source/BlockEntities/FurnaceEntity.h
+++ b/src/BlockEntities/FurnaceEntity.h
diff --git a/source/BlockEntities/HopperEntity.cpp b/src/BlockEntities/HopperEntity.cpp
index 41849b1b3..41849b1b3 100644
--- a/source/BlockEntities/HopperEntity.cpp
+++ b/src/BlockEntities/HopperEntity.cpp
diff --git a/source/BlockEntities/HopperEntity.h b/src/BlockEntities/HopperEntity.h
index 3eaa05b7c..3eaa05b7c 100644
--- a/source/BlockEntities/HopperEntity.h
+++ b/src/BlockEntities/HopperEntity.h
diff --git a/source/BlockEntities/JukeboxEntity.cpp b/src/BlockEntities/JukeboxEntity.cpp
index aca376dd3..aca376dd3 100644
--- a/source/BlockEntities/JukeboxEntity.cpp
+++ b/src/BlockEntities/JukeboxEntity.cpp
diff --git a/source/BlockEntities/JukeboxEntity.h b/src/BlockEntities/JukeboxEntity.h
index fcafdc479..fcafdc479 100644
--- a/source/BlockEntities/JukeboxEntity.h
+++ b/src/BlockEntities/JukeboxEntity.h
diff --git a/source/BlockEntities/NoteEntity.cpp b/src/BlockEntities/NoteEntity.cpp
index 1b0620299..1b0620299 100644
--- a/source/BlockEntities/NoteEntity.cpp
+++ b/src/BlockEntities/NoteEntity.cpp
diff --git a/source/BlockEntities/NoteEntity.h b/src/BlockEntities/NoteEntity.h
index e2d088f44..e2d088f44 100644
--- a/source/BlockEntities/NoteEntity.h
+++ b/src/BlockEntities/NoteEntity.h
diff --git a/source/BlockEntities/SignEntity.cpp b/src/BlockEntities/SignEntity.cpp
index 81f6f6d77..81f6f6d77 100644
--- a/source/BlockEntities/SignEntity.cpp
+++ b/src/BlockEntities/SignEntity.cpp
diff --git a/source/BlockEntities/SignEntity.h b/src/BlockEntities/SignEntity.h
index d998ff1e8..d998ff1e8 100644
--- a/source/BlockEntities/SignEntity.h
+++ b/src/BlockEntities/SignEntity.h
diff --git a/source/BlockID.cpp b/src/BlockID.cpp
index f8949577e..f8949577e 100644
--- a/source/BlockID.cpp
+++ b/src/BlockID.cpp
diff --git a/source/BlockID.h b/src/BlockID.h
index f3cbc46d6..f3cbc46d6 100644
--- a/source/BlockID.h
+++ b/src/BlockID.h
diff --git a/source/BlockTracer.h b/src/BlockTracer.h
index d0a34811d..d0a34811d 100644
--- a/source/BlockTracer.h
+++ b/src/BlockTracer.h
diff --git a/source/Blocks/BlockBed.cpp b/src/Blocks/BlockBed.cpp
index 66eb9130c..66eb9130c 100644
--- a/source/Blocks/BlockBed.cpp
+++ b/src/Blocks/BlockBed.cpp
diff --git a/source/Blocks/BlockBed.h b/src/Blocks/BlockBed.h
index 8a289b22c..8a289b22c 100644
--- a/source/Blocks/BlockBed.h
+++ b/src/Blocks/BlockBed.h
diff --git a/source/Blocks/BlockBrewingStand.h b/src/Blocks/BlockBrewingStand.h
index 57642bcb6..57642bcb6 100644
--- a/source/Blocks/BlockBrewingStand.h
+++ b/src/Blocks/BlockBrewingStand.h
diff --git a/source/Blocks/BlockButton.cpp b/src/Blocks/BlockButton.cpp
index 1011f9351..1011f9351 100644
--- a/source/Blocks/BlockButton.cpp
+++ b/src/Blocks/BlockButton.cpp
diff --git a/source/Blocks/BlockButton.h b/src/Blocks/BlockButton.h
index e3f655bfa..e3f655bfa 100644
--- a/source/Blocks/BlockButton.h
+++ b/src/Blocks/BlockButton.h
diff --git a/source/Blocks/BlockCactus.h b/src/Blocks/BlockCactus.h
index 4147ad473..4147ad473 100644
--- a/source/Blocks/BlockCactus.h
+++ b/src/Blocks/BlockCactus.h
diff --git a/source/Blocks/BlockCarpet.h b/src/Blocks/BlockCarpet.h
index 5eafd8c21..5eafd8c21 100644
--- a/source/Blocks/BlockCarpet.h
+++ b/src/Blocks/BlockCarpet.h
diff --git a/source/Blocks/BlockCauldron.h b/src/Blocks/BlockCauldron.h
index b0e00f869..b0e00f869 100644
--- a/source/Blocks/BlockCauldron.h
+++ b/src/Blocks/BlockCauldron.h
diff --git a/source/Blocks/BlockChest.h b/src/Blocks/BlockChest.h
index 488c58ac5..488c58ac5 100644
--- a/source/Blocks/BlockChest.h
+++ b/src/Blocks/BlockChest.h
diff --git a/source/Blocks/BlockCloth.h b/src/Blocks/BlockCloth.h
index a136d3b9d..a136d3b9d 100644
--- a/source/Blocks/BlockCloth.h
+++ b/src/Blocks/BlockCloth.h
diff --git a/source/Blocks/BlockCobWeb.h b/src/Blocks/BlockCobWeb.h
index 982bfaa30..982bfaa30 100644
--- a/source/Blocks/BlockCobWeb.h
+++ b/src/Blocks/BlockCobWeb.h
diff --git a/source/Blocks/BlockComparator.cpp b/src/Blocks/BlockComparator.cpp
index b4e5a55d0..b4e5a55d0 100644
--- a/source/Blocks/BlockComparator.cpp
+++ b/src/Blocks/BlockComparator.cpp
diff --git a/source/Blocks/BlockComparator.h b/src/Blocks/BlockComparator.h
index cb2941d3c..cb2941d3c 100644
--- a/source/Blocks/BlockComparator.h
+++ b/src/Blocks/BlockComparator.h
diff --git a/source/Blocks/BlockCrops.h b/src/Blocks/BlockCrops.h
index 9dd65aae2..9dd65aae2 100644
--- a/source/Blocks/BlockCrops.h
+++ b/src/Blocks/BlockCrops.h
diff --git a/source/Blocks/BlockDeadBush.h b/src/Blocks/BlockDeadBush.h
index 14617d006..14617d006 100644
--- a/source/Blocks/BlockDeadBush.h
+++ b/src/Blocks/BlockDeadBush.h
diff --git a/source/Blocks/BlockDirt.h b/src/Blocks/BlockDirt.h
index c694d79f6..c694d79f6 100644
--- a/source/Blocks/BlockDirt.h
+++ b/src/Blocks/BlockDirt.h
diff --git a/source/Blocks/BlockDoor.cpp b/src/Blocks/BlockDoor.cpp
index e71ccd368..e71ccd368 100644
--- a/source/Blocks/BlockDoor.cpp
+++ b/src/Blocks/BlockDoor.cpp
diff --git a/source/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h
index 03a79d47d..03a79d47d 100644
--- a/source/Blocks/BlockDoor.h
+++ b/src/Blocks/BlockDoor.h
diff --git a/source/Blocks/BlockDropSpenser.h b/src/Blocks/BlockDropSpenser.h
index b7f20825d..b7f20825d 100644
--- a/source/Blocks/BlockDropSpenser.h
+++ b/src/Blocks/BlockDropSpenser.h
diff --git a/source/Blocks/BlockEnderchest.h b/src/Blocks/BlockEnderchest.h
index 0ce813f1c..0ce813f1c 100644
--- a/source/Blocks/BlockEnderchest.h
+++ b/src/Blocks/BlockEnderchest.h
diff --git a/source/Blocks/BlockEntity.h b/src/Blocks/BlockEntity.h
index 9c6b23665..9c6b23665 100644
--- a/source/Blocks/BlockEntity.h
+++ b/src/Blocks/BlockEntity.h
diff --git a/source/Blocks/BlockFarmland.h b/src/Blocks/BlockFarmland.h
index 7bc71f7f3..7bc71f7f3 100644
--- a/source/Blocks/BlockFarmland.h
+++ b/src/Blocks/BlockFarmland.h
diff --git a/source/Blocks/BlockFenceGate.h b/src/Blocks/BlockFenceGate.h
index 6423a7cb0..6423a7cb0 100644
--- a/source/Blocks/BlockFenceGate.h
+++ b/src/Blocks/BlockFenceGate.h
diff --git a/source/Blocks/BlockFire.h b/src/Blocks/BlockFire.h
index 46b56d7e0..46b56d7e0 100644
--- a/source/Blocks/BlockFire.h
+++ b/src/Blocks/BlockFire.h
diff --git a/source/Blocks/BlockFlower.h b/src/Blocks/BlockFlower.h
index 421e2d5d8..421e2d5d8 100644
--- a/source/Blocks/BlockFlower.h
+++ b/src/Blocks/BlockFlower.h
diff --git a/source/Blocks/BlockFlowerPot.h b/src/Blocks/BlockFlowerPot.h
index b0faf5218..b0faf5218 100644
--- a/source/Blocks/BlockFlowerPot.h
+++ b/src/Blocks/BlockFlowerPot.h
diff --git a/source/Blocks/BlockFluid.h b/src/Blocks/BlockFluid.h
index 0db2f60c4..0db2f60c4 100644
--- a/source/Blocks/BlockFluid.h
+++ b/src/Blocks/BlockFluid.h
diff --git a/source/Blocks/BlockFurnace.h b/src/Blocks/BlockFurnace.h
index fe35893d5..fe35893d5 100644
--- a/source/Blocks/BlockFurnace.h
+++ b/src/Blocks/BlockFurnace.h
diff --git a/source/Blocks/BlockGlass.h b/src/Blocks/BlockGlass.h
index f6958bbb6..f6958bbb6 100644
--- a/source/Blocks/BlockGlass.h
+++ b/src/Blocks/BlockGlass.h
diff --git a/source/Blocks/BlockGlowstone.h b/src/Blocks/BlockGlowstone.h
index 5f0d95dee..5f0d95dee 100644
--- a/source/Blocks/BlockGlowstone.h
+++ b/src/Blocks/BlockGlowstone.h
diff --git a/source/Blocks/BlockGravel.h b/src/Blocks/BlockGravel.h
index e1c9ff390..e1c9ff390 100644
--- a/source/Blocks/BlockGravel.h
+++ b/src/Blocks/BlockGravel.h
diff --git a/source/Blocks/BlockHandler.cpp b/src/Blocks/BlockHandler.cpp
index cd07b3021..cd07b3021 100644
--- a/source/Blocks/BlockHandler.cpp
+++ b/src/Blocks/BlockHandler.cpp
diff --git a/source/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h
index 81d9f240c..81d9f240c 100644
--- a/source/Blocks/BlockHandler.h
+++ b/src/Blocks/BlockHandler.h
diff --git a/source/Blocks/BlockHopper.h b/src/Blocks/BlockHopper.h
index 3998276d7..3998276d7 100644
--- a/source/Blocks/BlockHopper.h
+++ b/src/Blocks/BlockHopper.h
diff --git a/source/Blocks/BlockIce.h b/src/Blocks/BlockIce.h
index af4961114..af4961114 100644
--- a/source/Blocks/BlockIce.h
+++ b/src/Blocks/BlockIce.h
diff --git a/source/Blocks/BlockLadder.h b/src/Blocks/BlockLadder.h
index c0aa25f60..c0aa25f60 100644
--- a/source/Blocks/BlockLadder.h
+++ b/src/Blocks/BlockLadder.h
diff --git a/source/Blocks/BlockLeaves.h b/src/Blocks/BlockLeaves.h
index 6e015b8fa..6e015b8fa 100644
--- a/source/Blocks/BlockLeaves.h
+++ b/src/Blocks/BlockLeaves.h
diff --git a/source/Blocks/BlockLever.cpp b/src/Blocks/BlockLever.cpp
index a9bd6c990..a9bd6c990 100644
--- a/source/Blocks/BlockLever.cpp
+++ b/src/Blocks/BlockLever.cpp
diff --git a/source/Blocks/BlockLever.h b/src/Blocks/BlockLever.h
index 5553170e2..5553170e2 100644
--- a/source/Blocks/BlockLever.h
+++ b/src/Blocks/BlockLever.h
diff --git a/source/Blocks/BlockMelon.h b/src/Blocks/BlockMelon.h
index 2f7d9a461..2f7d9a461 100644
--- a/source/Blocks/BlockMelon.h
+++ b/src/Blocks/BlockMelon.h
diff --git a/source/Blocks/BlockMushroom.h b/src/Blocks/BlockMushroom.h
index 2846a6317..2846a6317 100644
--- a/source/Blocks/BlockMushroom.h
+++ b/src/Blocks/BlockMushroom.h
diff --git a/source/Blocks/BlockMycelium.h b/src/Blocks/BlockMycelium.h
index 7f897c72a..7f897c72a 100644
--- a/source/Blocks/BlockMycelium.h
+++ b/src/Blocks/BlockMycelium.h
diff --git a/source/Blocks/BlockNote.h b/src/Blocks/BlockNote.h
index fef38d845..fef38d845 100644
--- a/source/Blocks/BlockNote.h
+++ b/src/Blocks/BlockNote.h
diff --git a/source/Blocks/BlockOre.h b/src/Blocks/BlockOre.h
index 9684dbb19..9684dbb19 100644
--- a/source/Blocks/BlockOre.h
+++ b/src/Blocks/BlockOre.h
diff --git a/source/Blocks/BlockPiston.cpp b/src/Blocks/BlockPiston.cpp
index d5750ebdd..d5750ebdd 100644
--- a/source/Blocks/BlockPiston.cpp
+++ b/src/Blocks/BlockPiston.cpp
diff --git a/source/Blocks/BlockPiston.h b/src/Blocks/BlockPiston.h
index 109f5ea8b..109f5ea8b 100644
--- a/source/Blocks/BlockPiston.h
+++ b/src/Blocks/BlockPiston.h
diff --git a/source/Blocks/BlockPlanks.h b/src/Blocks/BlockPlanks.h
index f3b8dbfb6..f3b8dbfb6 100644
--- a/source/Blocks/BlockPlanks.h
+++ b/src/Blocks/BlockPlanks.h
diff --git a/source/Blocks/BlockPortal.h b/src/Blocks/BlockPortal.h
index c56f0cbc8..c56f0cbc8 100644
--- a/source/Blocks/BlockPortal.h
+++ b/src/Blocks/BlockPortal.h
diff --git a/source/Blocks/BlockPumpkin.h b/src/Blocks/BlockPumpkin.h
index 76abc6818..76abc6818 100644
--- a/source/Blocks/BlockPumpkin.h
+++ b/src/Blocks/BlockPumpkin.h
diff --git a/source/Blocks/BlockRail.h b/src/Blocks/BlockRail.h
index 24a101652..24a101652 100644
--- a/source/Blocks/BlockRail.h
+++ b/src/Blocks/BlockRail.h
diff --git a/source/Blocks/BlockRedstone.cpp b/src/Blocks/BlockRedstone.cpp
index 35cdc34cf..35cdc34cf 100644
--- a/source/Blocks/BlockRedstone.cpp
+++ b/src/Blocks/BlockRedstone.cpp
diff --git a/source/Blocks/BlockRedstone.h b/src/Blocks/BlockRedstone.h
index f28f3f2d6..f28f3f2d6 100644
--- a/source/Blocks/BlockRedstone.h
+++ b/src/Blocks/BlockRedstone.h
diff --git a/source/Blocks/BlockRedstoneRepeater.cpp b/src/Blocks/BlockRedstoneRepeater.cpp
index 72ea21012..72ea21012 100644
--- a/source/Blocks/BlockRedstoneRepeater.cpp
+++ b/src/Blocks/BlockRedstoneRepeater.cpp
diff --git a/source/Blocks/BlockRedstoneRepeater.h b/src/Blocks/BlockRedstoneRepeater.h
index 958841a34..958841a34 100644
--- a/source/Blocks/BlockRedstoneRepeater.h
+++ b/src/Blocks/BlockRedstoneRepeater.h
diff --git a/source/Blocks/BlockRedstoneTorch.h b/src/Blocks/BlockRedstoneTorch.h
index cb897ba3f..cb897ba3f 100644
--- a/source/Blocks/BlockRedstoneTorch.h
+++ b/src/Blocks/BlockRedstoneTorch.h
diff --git a/source/Blocks/BlockSand.h b/src/Blocks/BlockSand.h
index 3fc271483..3fc271483 100644
--- a/source/Blocks/BlockSand.h
+++ b/src/Blocks/BlockSand.h
diff --git a/source/Blocks/BlockSapling.h b/src/Blocks/BlockSapling.h
index fff2fa88b..fff2fa88b 100644
--- a/source/Blocks/BlockSapling.h
+++ b/src/Blocks/BlockSapling.h
diff --git a/source/Blocks/BlockSign.h b/src/Blocks/BlockSign.h
index 7fbe61893..7fbe61893 100644
--- a/source/Blocks/BlockSign.h
+++ b/src/Blocks/BlockSign.h
diff --git a/source/Blocks/BlockSlab.h b/src/Blocks/BlockSlab.h
index 7c1251b28..7c1251b28 100644
--- a/source/Blocks/BlockSlab.h
+++ b/src/Blocks/BlockSlab.h
diff --git a/source/Blocks/BlockSnow.h b/src/Blocks/BlockSnow.h
index b8d48362c..b8d48362c 100644
--- a/source/Blocks/BlockSnow.h
+++ b/src/Blocks/BlockSnow.h
diff --git a/source/Blocks/BlockStairs.h b/src/Blocks/BlockStairs.h
index 8d259eee3..8d259eee3 100644
--- a/source/Blocks/BlockStairs.h
+++ b/src/Blocks/BlockStairs.h
diff --git a/source/Blocks/BlockStems.h b/src/Blocks/BlockStems.h
index ce02d9cb8..ce02d9cb8 100644
--- a/source/Blocks/BlockStems.h
+++ b/src/Blocks/BlockStems.h
diff --git a/source/Blocks/BlockStone.h b/src/Blocks/BlockStone.h
index af4c6509a..af4c6509a 100644
--- a/source/Blocks/BlockStone.h
+++ b/src/Blocks/BlockStone.h
diff --git a/source/Blocks/BlockSugarcane.h b/src/Blocks/BlockSugarcane.h
index 28a60df80..28a60df80 100644
--- a/source/Blocks/BlockSugarcane.h
+++ b/src/Blocks/BlockSugarcane.h
diff --git a/source/Blocks/BlockTallGrass.h b/src/Blocks/BlockTallGrass.h
index cd27ab7e6..cd27ab7e6 100644
--- a/source/Blocks/BlockTallGrass.h
+++ b/src/Blocks/BlockTallGrass.h
diff --git a/source/Blocks/BlockTorch.h b/src/Blocks/BlockTorch.h
index 36383a524..36383a524 100644
--- a/source/Blocks/BlockTorch.h
+++ b/src/Blocks/BlockTorch.h
diff --git a/source/Blocks/BlockVine.h b/src/Blocks/BlockVine.h
index 2c9f67cab..2c9f67cab 100644
--- a/source/Blocks/BlockVine.h
+++ b/src/Blocks/BlockVine.h
diff --git a/source/Blocks/BlockWood.h b/src/Blocks/BlockWood.h
index cb5ee995a..cb5ee995a 100644
--- a/source/Blocks/BlockWood.h
+++ b/src/Blocks/BlockWood.h
diff --git a/source/Blocks/BlockWorkbench.h b/src/Blocks/BlockWorkbench.h
index a2cc6119c..a2cc6119c 100644
--- a/source/Blocks/BlockWorkbench.h
+++ b/src/Blocks/BlockWorkbench.h
diff --git a/source/BoundingBox.cpp b/src/BoundingBox.cpp
index 02602992e..02602992e 100644
--- a/source/BoundingBox.cpp
+++ b/src/BoundingBox.cpp
diff --git a/source/BoundingBox.h b/src/BoundingBox.h
index ff9963989..ff9963989 100644
--- a/source/BoundingBox.h
+++ b/src/BoundingBox.h
diff --git a/source/ByteBuffer.cpp b/src/ByteBuffer.cpp
index 1cdd2f430..1cdd2f430 100644
--- a/source/ByteBuffer.cpp
+++ b/src/ByteBuffer.cpp
diff --git a/source/ByteBuffer.h b/src/ByteBuffer.h
index 21abb0377..21abb0377 100644
--- a/source/ByteBuffer.h
+++ b/src/ByteBuffer.h
diff --git a/source/ChatColor.cpp b/src/ChatColor.cpp
index 2b223ee76..2b223ee76 100644
--- a/source/ChatColor.cpp
+++ b/src/ChatColor.cpp
diff --git a/source/ChatColor.h b/src/ChatColor.h
index 85b10f400..85b10f400 100644
--- a/source/ChatColor.h
+++ b/src/ChatColor.h
diff --git a/source/Chunk.cpp b/src/Chunk.cpp
index 1c937c894..1c937c894 100644
--- a/source/Chunk.cpp
+++ b/src/Chunk.cpp
diff --git a/source/Chunk.h b/src/Chunk.h
index 63a8f75cd..63a8f75cd 100644
--- a/source/Chunk.h
+++ b/src/Chunk.h
diff --git a/source/Chunk.inl.h b/src/Chunk.inl.h
index fb9c4dad1..fb9c4dad1 100644
--- a/source/Chunk.inl.h
+++ b/src/Chunk.inl.h
diff --git a/source/ChunkDef.h b/src/ChunkDef.h
index d6630df7e..d6630df7e 100644
--- a/source/ChunkDef.h
+++ b/src/ChunkDef.h
diff --git a/source/ChunkMap.cpp b/src/ChunkMap.cpp
index 73a16dbb4..73a16dbb4 100644
--- a/source/ChunkMap.cpp
+++ b/src/ChunkMap.cpp
diff --git a/source/ChunkMap.h b/src/ChunkMap.h
index f68cb6472..f68cb6472 100644
--- a/source/ChunkMap.h
+++ b/src/ChunkMap.h
diff --git a/source/ChunkSender.cpp b/src/ChunkSender.cpp
index 005cfe29d..005cfe29d 100644
--- a/source/ChunkSender.cpp
+++ b/src/ChunkSender.cpp
diff --git a/source/ChunkSender.h b/src/ChunkSender.h
index a26f764a7..a26f764a7 100644
--- a/source/ChunkSender.h
+++ b/src/ChunkSender.h
diff --git a/source/ClientHandle.cpp b/src/ClientHandle.cpp
index f8fd4a8b7..f8fd4a8b7 100644
--- a/source/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
diff --git a/source/ClientHandle.h b/src/ClientHandle.h
index 3844937ad..3844937ad 100644
--- a/source/ClientHandle.h
+++ b/src/ClientHandle.h
diff --git a/source/CommandOutput.cpp b/src/CommandOutput.cpp
index c221682a1..c221682a1 100644
--- a/source/CommandOutput.cpp
+++ b/src/CommandOutput.cpp
diff --git a/source/CommandOutput.h b/src/CommandOutput.h
index bdf675238..bdf675238 100644
--- a/source/CommandOutput.h
+++ b/src/CommandOutput.h
diff --git a/source/CraftingRecipes.cpp b/src/CraftingRecipes.cpp
index 9dc471781..9dc471781 100644
--- a/source/CraftingRecipes.cpp
+++ b/src/CraftingRecipes.cpp
diff --git a/source/CraftingRecipes.h b/src/CraftingRecipes.h
index 9d92cbfab..9d92cbfab 100644
--- a/source/CraftingRecipes.h
+++ b/src/CraftingRecipes.h
diff --git a/source/Cuboid.cpp b/src/Cuboid.cpp
index ea6f7c453..ea6f7c453 100644
--- a/source/Cuboid.cpp
+++ b/src/Cuboid.cpp
diff --git a/source/Cuboid.h b/src/Cuboid.h
index 44db7b98e..44db7b98e 100644
--- a/source/Cuboid.h
+++ b/src/Cuboid.h
diff --git a/source/DeadlockDetect.cpp b/src/DeadlockDetect.cpp
index c774c9dce..c774c9dce 100644
--- a/source/DeadlockDetect.cpp
+++ b/src/DeadlockDetect.cpp
diff --git a/source/DeadlockDetect.h b/src/DeadlockDetect.h
index 2559c3fff..2559c3fff 100644
--- a/source/DeadlockDetect.h
+++ b/src/DeadlockDetect.h
diff --git a/source/Defines.h b/src/Defines.h
index 5621aeac1..5621aeac1 100644
--- a/source/Defines.h
+++ b/src/Defines.h
diff --git a/source/Enchantments.cpp b/src/Enchantments.cpp
index 6b53d0b52..6b53d0b52 100644
--- a/source/Enchantments.cpp
+++ b/src/Enchantments.cpp
diff --git a/source/Enchantments.h b/src/Enchantments.h
index 7581b87b5..7581b87b5 100644
--- a/source/Enchantments.h
+++ b/src/Enchantments.h
diff --git a/source/Endianness.h b/src/Endianness.h
index 86eb369f5..86eb369f5 100644
--- a/source/Endianness.h
+++ b/src/Endianness.h
diff --git a/source/Entities/Boat.cpp b/src/Entities/Boat.cpp
index 56e766dd4..56e766dd4 100644
--- a/source/Entities/Boat.cpp
+++ b/src/Entities/Boat.cpp
diff --git a/source/Entities/Boat.h b/src/Entities/Boat.h
index 8c51ab86c..8c51ab86c 100644
--- a/source/Entities/Boat.h
+++ b/src/Entities/Boat.h
diff --git a/source/Entities/Entity.cpp b/src/Entities/Entity.cpp
index 3bea7bc01..3bea7bc01 100644
--- a/source/Entities/Entity.cpp
+++ b/src/Entities/Entity.cpp
diff --git a/source/Entities/Entity.h b/src/Entities/Entity.h
index dafda7826..dafda7826 100644
--- a/source/Entities/Entity.h
+++ b/src/Entities/Entity.h
diff --git a/source/Entities/FallingBlock.cpp b/src/Entities/FallingBlock.cpp
index 9fcd9ac80..9fcd9ac80 100644
--- a/source/Entities/FallingBlock.cpp
+++ b/src/Entities/FallingBlock.cpp
diff --git a/source/Entities/FallingBlock.h b/src/Entities/FallingBlock.h
index 5ba9909bb..5ba9909bb 100644
--- a/source/Entities/FallingBlock.h
+++ b/src/Entities/FallingBlock.h
diff --git a/source/Entities/Minecart.cpp b/src/Entities/Minecart.cpp
index f75e23d8b..f75e23d8b 100644
--- a/source/Entities/Minecart.cpp
+++ b/src/Entities/Minecart.cpp
diff --git a/source/Entities/Minecart.h b/src/Entities/Minecart.h
index b1b48be4e..b1b48be4e 100644
--- a/source/Entities/Minecart.h
+++ b/src/Entities/Minecart.h
diff --git a/source/Entities/Pawn.cpp b/src/Entities/Pawn.cpp
index fffefd538..fffefd538 100644
--- a/source/Entities/Pawn.cpp
+++ b/src/Entities/Pawn.cpp
diff --git a/source/Entities/Pawn.h b/src/Entities/Pawn.h
index e76337d86..e76337d86 100644
--- a/source/Entities/Pawn.h
+++ b/src/Entities/Pawn.h
diff --git a/source/Entities/Pickup.cpp b/src/Entities/Pickup.cpp
index f8aae9703..f8aae9703 100644
--- a/source/Entities/Pickup.cpp
+++ b/src/Entities/Pickup.cpp
diff --git a/source/Entities/Pickup.h b/src/Entities/Pickup.h
index d39eda298..d39eda298 100644
--- a/source/Entities/Pickup.h
+++ b/src/Entities/Pickup.h
diff --git a/source/Entities/Player.cpp b/src/Entities/Player.cpp
index 098417dc5..098417dc5 100644
--- a/source/Entities/Player.cpp
+++ b/src/Entities/Player.cpp
diff --git a/source/Entities/Player.h b/src/Entities/Player.h
index ab2f94d4c..ab2f94d4c 100644
--- a/source/Entities/Player.h
+++ b/src/Entities/Player.h
diff --git a/source/Entities/ProjectileEntity.cpp b/src/Entities/ProjectileEntity.cpp
index c63b9523b..c63b9523b 100644
--- a/source/Entities/ProjectileEntity.cpp
+++ b/src/Entities/ProjectileEntity.cpp
diff --git a/source/Entities/ProjectileEntity.h b/src/Entities/ProjectileEntity.h
index 28dd76935..28dd76935 100644
--- a/source/Entities/ProjectileEntity.h
+++ b/src/Entities/ProjectileEntity.h
diff --git a/source/Entities/TNTEntity.cpp b/src/Entities/TNTEntity.cpp
index 339107b2e..339107b2e 100644
--- a/source/Entities/TNTEntity.cpp
+++ b/src/Entities/TNTEntity.cpp
diff --git a/source/Entities/TNTEntity.h b/src/Entities/TNTEntity.h
index eb5040e8a..eb5040e8a 100644
--- a/source/Entities/TNTEntity.h
+++ b/src/Entities/TNTEntity.h
diff --git a/source/FastRandom.cpp b/src/FastRandom.cpp
index 887e4426d..887e4426d 100644
--- a/source/FastRandom.cpp
+++ b/src/FastRandom.cpp
diff --git a/source/FastRandom.h b/src/FastRandom.h
index bf70822cf..bf70822cf 100644
--- a/source/FastRandom.h
+++ b/src/FastRandom.h
diff --git a/source/FurnaceRecipe.cpp b/src/FurnaceRecipe.cpp
index 2e2276981..2e2276981 100644
--- a/source/FurnaceRecipe.cpp
+++ b/src/FurnaceRecipe.cpp
diff --git a/source/FurnaceRecipe.h b/src/FurnaceRecipe.h
index 2f91e9bcb..2f91e9bcb 100644
--- a/source/FurnaceRecipe.h
+++ b/src/FurnaceRecipe.h
diff --git a/source/Generating/BioGen.cpp b/src/Generating/BioGen.cpp
index 926120afc..926120afc 100644
--- a/source/Generating/BioGen.cpp
+++ b/src/Generating/BioGen.cpp
diff --git a/source/Generating/BioGen.h b/src/Generating/BioGen.h
index bc70bfab2..bc70bfab2 100644
--- a/source/Generating/BioGen.h
+++ b/src/Generating/BioGen.h
diff --git a/source/Generating/Caves.cpp b/src/Generating/Caves.cpp
index 4221ea187..4221ea187 100644
--- a/source/Generating/Caves.cpp
+++ b/src/Generating/Caves.cpp
diff --git a/source/Generating/Caves.h b/src/Generating/Caves.h
index 70cf6fe8c..70cf6fe8c 100644
--- a/source/Generating/Caves.h
+++ b/src/Generating/Caves.h
diff --git a/source/Generating/ChunkDesc.cpp b/src/Generating/ChunkDesc.cpp
index 9fb306996..9fb306996 100644
--- a/source/Generating/ChunkDesc.cpp
+++ b/src/Generating/ChunkDesc.cpp
diff --git a/source/Generating/ChunkDesc.h b/src/Generating/ChunkDesc.h
index e130c463f..e130c463f 100644
--- a/source/Generating/ChunkDesc.h
+++ b/src/Generating/ChunkDesc.h
diff --git a/source/Generating/ChunkGenerator.cpp b/src/Generating/ChunkGenerator.cpp
index 59a00b540..59a00b540 100644
--- a/source/Generating/ChunkGenerator.cpp
+++ b/src/Generating/ChunkGenerator.cpp
diff --git a/source/Generating/ChunkGenerator.h b/src/Generating/ChunkGenerator.h
index 2d3bb8082..2d3bb8082 100644
--- a/source/Generating/ChunkGenerator.h
+++ b/src/Generating/ChunkGenerator.h
diff --git a/source/Generating/CompoGen.cpp b/src/Generating/CompoGen.cpp
index cc2a203af..cc2a203af 100644
--- a/source/Generating/CompoGen.cpp
+++ b/src/Generating/CompoGen.cpp
diff --git a/source/Generating/CompoGen.h b/src/Generating/CompoGen.h
index 2ee286b06..2ee286b06 100644
--- a/source/Generating/CompoGen.h
+++ b/src/Generating/CompoGen.h
diff --git a/source/Generating/ComposableGenerator.cpp b/src/Generating/ComposableGenerator.cpp
index 2637b64e7..2637b64e7 100644
--- a/source/Generating/ComposableGenerator.cpp
+++ b/src/Generating/ComposableGenerator.cpp
diff --git a/source/Generating/ComposableGenerator.h b/src/Generating/ComposableGenerator.h
index d5e33a439..d5e33a439 100644
--- a/source/Generating/ComposableGenerator.h
+++ b/src/Generating/ComposableGenerator.h
diff --git a/source/Generating/DistortedHeightmap.cpp b/src/Generating/DistortedHeightmap.cpp
index 98eab31b5..98eab31b5 100644
--- a/source/Generating/DistortedHeightmap.cpp
+++ b/src/Generating/DistortedHeightmap.cpp
diff --git a/source/Generating/DistortedHeightmap.h b/src/Generating/DistortedHeightmap.h
index 6d7007375..6d7007375 100644
--- a/source/Generating/DistortedHeightmap.h
+++ b/src/Generating/DistortedHeightmap.h
diff --git a/source/Generating/EndGen.cpp b/src/Generating/EndGen.cpp
index 3eba5c47b..3eba5c47b 100644
--- a/source/Generating/EndGen.cpp
+++ b/src/Generating/EndGen.cpp
diff --git a/source/Generating/EndGen.h b/src/Generating/EndGen.h
index 4904a0e3d..4904a0e3d 100644
--- a/source/Generating/EndGen.h
+++ b/src/Generating/EndGen.h
diff --git a/source/Generating/FinishGen.cpp b/src/Generating/FinishGen.cpp
index 8899e4bd0..8899e4bd0 100644
--- a/source/Generating/FinishGen.cpp
+++ b/src/Generating/FinishGen.cpp
diff --git a/source/Generating/FinishGen.h b/src/Generating/FinishGen.h
index ed7df5909..ed7df5909 100644
--- a/source/Generating/FinishGen.h
+++ b/src/Generating/FinishGen.h
diff --git a/source/Generating/HeiGen.cpp b/src/Generating/HeiGen.cpp
index 5dee181b7..5dee181b7 100644
--- a/source/Generating/HeiGen.cpp
+++ b/src/Generating/HeiGen.cpp
diff --git a/source/Generating/HeiGen.h b/src/Generating/HeiGen.h
index 1b246c70a..1b246c70a 100644
--- a/source/Generating/HeiGen.h
+++ b/src/Generating/HeiGen.h
diff --git a/source/Generating/MineShafts.cpp b/src/Generating/MineShafts.cpp
index 159e6b4ea..159e6b4ea 100644
--- a/source/Generating/MineShafts.cpp
+++ b/src/Generating/MineShafts.cpp
diff --git a/source/Generating/MineShafts.h b/src/Generating/MineShafts.h
index c53d3bc53..c53d3bc53 100644
--- a/source/Generating/MineShafts.h
+++ b/src/Generating/MineShafts.h
diff --git a/source/Generating/Noise3DGenerator.cpp b/src/Generating/Noise3DGenerator.cpp
index f47c64430..f47c64430 100644
--- a/source/Generating/Noise3DGenerator.cpp
+++ b/src/Generating/Noise3DGenerator.cpp
diff --git a/source/Generating/Noise3DGenerator.h b/src/Generating/Noise3DGenerator.h
index 0d211cddc..0d211cddc 100644
--- a/source/Generating/Noise3DGenerator.h
+++ b/src/Generating/Noise3DGenerator.h
diff --git a/source/Generating/Ravines.cpp b/src/Generating/Ravines.cpp
index 6413b963b..6413b963b 100644
--- a/source/Generating/Ravines.cpp
+++ b/src/Generating/Ravines.cpp
diff --git a/source/Generating/Ravines.h b/src/Generating/Ravines.h
index 05164a5b2..05164a5b2 100644
--- a/source/Generating/Ravines.h
+++ b/src/Generating/Ravines.h
diff --git a/source/Generating/StructGen.cpp b/src/Generating/StructGen.cpp
index 2180261aa..2180261aa 100644
--- a/source/Generating/StructGen.cpp
+++ b/src/Generating/StructGen.cpp
diff --git a/source/Generating/StructGen.h b/src/Generating/StructGen.h
index 853748bb8..853748bb8 100644
--- a/source/Generating/StructGen.h
+++ b/src/Generating/StructGen.h
diff --git a/source/Generating/Trees.cpp b/src/Generating/Trees.cpp
index 7ca30c60f..7ca30c60f 100644
--- a/source/Generating/Trees.cpp
+++ b/src/Generating/Trees.cpp
diff --git a/source/Generating/Trees.h b/src/Generating/Trees.h
index f5148ad6f..f5148ad6f 100644
--- a/source/Generating/Trees.h
+++ b/src/Generating/Trees.h
diff --git a/source/Globals.cpp b/src/Globals.cpp
index 13c6ae709..13c6ae709 100644
--- a/source/Globals.cpp
+++ b/src/Globals.cpp
diff --git a/source/Globals.h b/src/Globals.h
index ef79e4cf1..ef79e4cf1 100644
--- a/source/Globals.h
+++ b/src/Globals.h
diff --git a/source/Group.cpp b/src/Group.cpp
index 448d29d87..448d29d87 100644
--- a/source/Group.cpp
+++ b/src/Group.cpp
diff --git a/source/Group.h b/src/Group.h
index 65ee1a60a..65ee1a60a 100644
--- a/source/Group.h
+++ b/src/Group.h
diff --git a/source/GroupManager.cpp b/src/GroupManager.cpp
index d7332fd0a..d7332fd0a 100644
--- a/source/GroupManager.cpp
+++ b/src/GroupManager.cpp
diff --git a/source/GroupManager.h b/src/GroupManager.h
index d911f976c..d911f976c 100644
--- a/source/GroupManager.h
+++ b/src/GroupManager.h
diff --git a/source/HTTPServer/EnvelopeParser.cpp b/src/HTTPServer/EnvelopeParser.cpp
index 8dbe05f14..8dbe05f14 100644
--- a/source/HTTPServer/EnvelopeParser.cpp
+++ b/src/HTTPServer/EnvelopeParser.cpp
diff --git a/source/HTTPServer/EnvelopeParser.h b/src/HTTPServer/EnvelopeParser.h
index 6430fbebf..6430fbebf 100644
--- a/source/HTTPServer/EnvelopeParser.h
+++ b/src/HTTPServer/EnvelopeParser.h
diff --git a/source/HTTPServer/HTTPConnection.cpp b/src/HTTPServer/HTTPConnection.cpp
index 68afdfc11..68afdfc11 100644
--- a/source/HTTPServer/HTTPConnection.cpp
+++ b/src/HTTPServer/HTTPConnection.cpp
diff --git a/source/HTTPServer/HTTPConnection.h b/src/HTTPServer/HTTPConnection.h
index 14603bb70..14603bb70 100644
--- a/source/HTTPServer/HTTPConnection.h
+++ b/src/HTTPServer/HTTPConnection.h
diff --git a/source/HTTPServer/HTTPFormParser.cpp b/src/HTTPServer/HTTPFormParser.cpp
index 596db424e..596db424e 100644
--- a/source/HTTPServer/HTTPFormParser.cpp
+++ b/src/HTTPServer/HTTPFormParser.cpp
diff --git a/source/HTTPServer/HTTPFormParser.h b/src/HTTPServer/HTTPFormParser.h
index a554ca5a4..a554ca5a4 100644
--- a/source/HTTPServer/HTTPFormParser.h
+++ b/src/HTTPServer/HTTPFormParser.h
diff --git a/source/HTTPServer/HTTPMessage.cpp b/src/HTTPServer/HTTPMessage.cpp
index ab23866e6..ab23866e6 100644
--- a/source/HTTPServer/HTTPMessage.cpp
+++ b/src/HTTPServer/HTTPMessage.cpp
diff --git a/source/HTTPServer/HTTPMessage.h b/src/HTTPServer/HTTPMessage.h
index f5284c535..f5284c535 100644
--- a/source/HTTPServer/HTTPMessage.h
+++ b/src/HTTPServer/HTTPMessage.h
diff --git a/source/HTTPServer/HTTPServer.cpp b/src/HTTPServer/HTTPServer.cpp
index f6f5b0f8b..f6f5b0f8b 100644
--- a/source/HTTPServer/HTTPServer.cpp
+++ b/src/HTTPServer/HTTPServer.cpp
diff --git a/source/HTTPServer/HTTPServer.h b/src/HTTPServer/HTTPServer.h
index fea2a9029..fea2a9029 100644
--- a/source/HTTPServer/HTTPServer.h
+++ b/src/HTTPServer/HTTPServer.h
diff --git a/source/HTTPServer/MultipartParser.cpp b/src/HTTPServer/MultipartParser.cpp
index b49f6ec07..b49f6ec07 100644
--- a/source/HTTPServer/MultipartParser.cpp
+++ b/src/HTTPServer/MultipartParser.cpp
diff --git a/source/HTTPServer/MultipartParser.h b/src/HTTPServer/MultipartParser.h
index d853929ed..d853929ed 100644
--- a/source/HTTPServer/MultipartParser.h
+++ b/src/HTTPServer/MultipartParser.h
diff --git a/source/HTTPServer/NameValueParser.cpp b/src/HTTPServer/NameValueParser.cpp
index a27f07d19..a27f07d19 100644
--- a/source/HTTPServer/NameValueParser.cpp
+++ b/src/HTTPServer/NameValueParser.cpp
diff --git a/source/HTTPServer/NameValueParser.h b/src/HTTPServer/NameValueParser.h
index 07dc0b942..07dc0b942 100644
--- a/source/HTTPServer/NameValueParser.h
+++ b/src/HTTPServer/NameValueParser.h
diff --git a/source/Inventory.cpp b/src/Inventory.cpp
index 90b998358..90b998358 100644
--- a/source/Inventory.cpp
+++ b/src/Inventory.cpp
diff --git a/source/Inventory.h b/src/Inventory.h
index 3c6a19de8..3c6a19de8 100644
--- a/source/Inventory.h
+++ b/src/Inventory.h
diff --git a/source/Item.cpp b/src/Item.cpp
index 25664e4df..25664e4df 100644
--- a/source/Item.cpp
+++ b/src/Item.cpp
diff --git a/source/Item.h b/src/Item.h
index c60d0542c..c60d0542c 100644
--- a/source/Item.h
+++ b/src/Item.h
diff --git a/source/ItemGrid.cpp b/src/ItemGrid.cpp
index e9b86173e..e9b86173e 100644
--- a/source/ItemGrid.cpp
+++ b/src/ItemGrid.cpp
diff --git a/source/ItemGrid.h b/src/ItemGrid.h
index a4af523cf..a4af523cf 100644
--- a/source/ItemGrid.h
+++ b/src/ItemGrid.h
diff --git a/source/Items/ItemBed.h b/src/Items/ItemBed.h
index ab4182eea..ab4182eea 100644
--- a/source/Items/ItemBed.h
+++ b/src/Items/ItemBed.h
diff --git a/source/Items/ItemBoat.h b/src/Items/ItemBoat.h
index 6e3395f1d..6e3395f1d 100644
--- a/source/Items/ItemBoat.h
+++ b/src/Items/ItemBoat.h
diff --git a/source/Items/ItemBow.h b/src/Items/ItemBow.h
index d533c21fd..d533c21fd 100644
--- a/source/Items/ItemBow.h
+++ b/src/Items/ItemBow.h
diff --git a/source/Items/ItemBrewingStand.h b/src/Items/ItemBrewingStand.h
index 4ff14d4b4..4ff14d4b4 100644
--- a/source/Items/ItemBrewingStand.h
+++ b/src/Items/ItemBrewingStand.h
diff --git a/source/Items/ItemBucket.h b/src/Items/ItemBucket.h
index fa3d48da1..fa3d48da1 100644
--- a/source/Items/ItemBucket.h
+++ b/src/Items/ItemBucket.h
diff --git a/source/Items/ItemCauldron.h b/src/Items/ItemCauldron.h
index 8b2ddc29f..8b2ddc29f 100644
--- a/source/Items/ItemCauldron.h
+++ b/src/Items/ItemCauldron.h
diff --git a/source/Items/ItemCloth.h b/src/Items/ItemCloth.h
index aca27a299..aca27a299 100644
--- a/source/Items/ItemCloth.h
+++ b/src/Items/ItemCloth.h
diff --git a/source/Items/ItemComparator.h b/src/Items/ItemComparator.h
index 53dbd020d..53dbd020d 100644
--- a/source/Items/ItemComparator.h
+++ b/src/Items/ItemComparator.h
diff --git a/source/Items/ItemDoor.h b/src/Items/ItemDoor.h
index 72ea0beed..72ea0beed 100644
--- a/source/Items/ItemDoor.h
+++ b/src/Items/ItemDoor.h
diff --git a/source/Items/ItemDye.h b/src/Items/ItemDye.h
index 99b8d2543..99b8d2543 100644
--- a/source/Items/ItemDye.h
+++ b/src/Items/ItemDye.h
diff --git a/source/Items/ItemFlowerPot.h b/src/Items/ItemFlowerPot.h
index befa2ff21..befa2ff21 100644
--- a/source/Items/ItemFlowerPot.h
+++ b/src/Items/ItemFlowerPot.h
diff --git a/source/Items/ItemFood.h b/src/Items/ItemFood.h
index 2ae572331..2ae572331 100644
--- a/source/Items/ItemFood.h
+++ b/src/Items/ItemFood.h
diff --git a/source/Items/ItemHandler.cpp b/src/Items/ItemHandler.cpp
index 13f5293b9..13f5293b9 100644
--- a/source/Items/ItemHandler.cpp
+++ b/src/Items/ItemHandler.cpp
diff --git a/source/Items/ItemHandler.h b/src/Items/ItemHandler.h
index e39bb054b..e39bb054b 100644
--- a/source/Items/ItemHandler.h
+++ b/src/Items/ItemHandler.h
diff --git a/source/Items/ItemHoe.h b/src/Items/ItemHoe.h
index 7b6b3e6ac..7b6b3e6ac 100644
--- a/source/Items/ItemHoe.h
+++ b/src/Items/ItemHoe.h
diff --git a/source/Items/ItemLeaves.h b/src/Items/ItemLeaves.h
index 60222eaa9..60222eaa9 100644
--- a/source/Items/ItemLeaves.h
+++ b/src/Items/ItemLeaves.h
diff --git a/source/Items/ItemLighter.h b/src/Items/ItemLighter.h
index 4281a2d0c..4281a2d0c 100644
--- a/source/Items/ItemLighter.h
+++ b/src/Items/ItemLighter.h
diff --git a/source/Items/ItemMinecart.h b/src/Items/ItemMinecart.h
index f8eb31a49..f8eb31a49 100644
--- a/source/Items/ItemMinecart.h
+++ b/src/Items/ItemMinecart.h
diff --git a/source/Items/ItemPickaxe.h b/src/Items/ItemPickaxe.h
index bde7f0905..bde7f0905 100644
--- a/source/Items/ItemPickaxe.h
+++ b/src/Items/ItemPickaxe.h
diff --git a/source/Items/ItemRedstoneDust.h b/src/Items/ItemRedstoneDust.h
index b7860b187..b7860b187 100644
--- a/source/Items/ItemRedstoneDust.h
+++ b/src/Items/ItemRedstoneDust.h
diff --git a/source/Items/ItemRedstoneRepeater.h b/src/Items/ItemRedstoneRepeater.h
index 459070579..459070579 100644
--- a/source/Items/ItemRedstoneRepeater.h
+++ b/src/Items/ItemRedstoneRepeater.h
diff --git a/source/Items/ItemSapling.h b/src/Items/ItemSapling.h
index dc0810a45..dc0810a45 100644
--- a/source/Items/ItemSapling.h
+++ b/src/Items/ItemSapling.h
diff --git a/source/Items/ItemSeeds.h b/src/Items/ItemSeeds.h
index 8ca86663f..8ca86663f 100644
--- a/source/Items/ItemSeeds.h
+++ b/src/Items/ItemSeeds.h
diff --git a/source/Items/ItemShears.h b/src/Items/ItemShears.h
index 6a17607ee..6a17607ee 100644
--- a/source/Items/ItemShears.h
+++ b/src/Items/ItemShears.h
diff --git a/source/Items/ItemShovel.h b/src/Items/ItemShovel.h
index d0625ef1c..d0625ef1c 100644
--- a/source/Items/ItemShovel.h
+++ b/src/Items/ItemShovel.h
diff --git a/source/Items/ItemSign.h b/src/Items/ItemSign.h
index 5ccd79e29..5ccd79e29 100644
--- a/source/Items/ItemSign.h
+++ b/src/Items/ItemSign.h
diff --git a/source/Items/ItemSpawnEgg.h b/src/Items/ItemSpawnEgg.h
index 26dd15b7d..26dd15b7d 100644
--- a/source/Items/ItemSpawnEgg.h
+++ b/src/Items/ItemSpawnEgg.h
diff --git a/source/Items/ItemSugarcane.h b/src/Items/ItemSugarcane.h
index ce93aa3e5..ce93aa3e5 100644
--- a/source/Items/ItemSugarcane.h
+++ b/src/Items/ItemSugarcane.h
diff --git a/source/Items/ItemSword.h b/src/Items/ItemSword.h
index a7c1d2432..a7c1d2432 100644
--- a/source/Items/ItemSword.h
+++ b/src/Items/ItemSword.h
diff --git a/source/Items/ItemThrowable.h b/src/Items/ItemThrowable.h
index 85579daf2..85579daf2 100644
--- a/source/Items/ItemThrowable.h
+++ b/src/Items/ItemThrowable.h
diff --git a/source/LeakFinder.cpp b/src/LeakFinder.cpp
index 0f84adb2b..0f84adb2b 100644
--- a/source/LeakFinder.cpp
+++ b/src/LeakFinder.cpp
diff --git a/source/LeakFinder.h b/src/LeakFinder.h
index e63b9ec5d..e63b9ec5d 100644
--- a/source/LeakFinder.h
+++ b/src/LeakFinder.h
diff --git a/source/LightingThread.cpp b/src/LightingThread.cpp
index d7e60e458..d7e60e458 100644
--- a/source/LightingThread.cpp
+++ b/src/LightingThread.cpp
diff --git a/source/LightingThread.h b/src/LightingThread.h
index 498755025..498755025 100644
--- a/source/LightingThread.h
+++ b/src/LightingThread.h
diff --git a/source/LineBlockTracer.cpp b/src/LineBlockTracer.cpp
index 9fcbca915..9fcbca915 100644
--- a/source/LineBlockTracer.cpp
+++ b/src/LineBlockTracer.cpp
diff --git a/source/LineBlockTracer.h b/src/LineBlockTracer.h
index ccbb70ea6..ccbb70ea6 100644
--- a/source/LineBlockTracer.h
+++ b/src/LineBlockTracer.h
diff --git a/source/LinearInterpolation.cpp b/src/LinearInterpolation.cpp
index d4975418b..d4975418b 100644
--- a/source/LinearInterpolation.cpp
+++ b/src/LinearInterpolation.cpp
diff --git a/source/LinearInterpolation.h b/src/LinearInterpolation.h
index 4b798d9bc..4b798d9bc 100644
--- a/source/LinearInterpolation.h
+++ b/src/LinearInterpolation.h
diff --git a/source/LinearUpscale.h b/src/LinearUpscale.h
index b7ac84c6a..b7ac84c6a 100644
--- a/source/LinearUpscale.h
+++ b/src/LinearUpscale.h
diff --git a/source/Log.cpp b/src/Log.cpp
index fc19595db..fc19595db 100644
--- a/source/Log.cpp
+++ b/src/Log.cpp
diff --git a/source/Log.h b/src/Log.h
index d00022c6f..d00022c6f 100644
--- a/source/Log.h
+++ b/src/Log.h
diff --git a/source/LuaExpat/lxplib.c b/src/LuaExpat/lxplib.c
index e26343ce9..e26343ce9 100644
--- a/source/LuaExpat/lxplib.c
+++ b/src/LuaExpat/lxplib.c
diff --git a/source/LuaExpat/lxplib.h b/src/LuaExpat/lxplib.h
index 9c0be4f78..9c0be4f78 100644
--- a/source/LuaExpat/lxplib.h
+++ b/src/LuaExpat/lxplib.h
diff --git a/source/LuaFunctions.h b/src/LuaFunctions.h
index 0ad420881..0ad420881 100644
--- a/source/LuaFunctions.h
+++ b/src/LuaFunctions.h
diff --git a/source/LuaState.cpp b/src/LuaState.cpp
index 8d2fa8eca..8d2fa8eca 100644
--- a/source/LuaState.cpp
+++ b/src/LuaState.cpp
diff --git a/source/LuaState.h b/src/LuaState.h
index caba2484d..caba2484d 100644
--- a/source/LuaState.h
+++ b/src/LuaState.h
diff --git a/source/LuaWindow.cpp b/src/LuaWindow.cpp
index 9011d668c..9011d668c 100644
--- a/source/LuaWindow.cpp
+++ b/src/LuaWindow.cpp
diff --git a/source/LuaWindow.h b/src/LuaWindow.h
index 4c32c263e..4c32c263e 100644
--- a/source/LuaWindow.h
+++ b/src/LuaWindow.h
diff --git a/source/MCLogger.cpp b/src/MCLogger.cpp
index 4f3e5dc0f..4f3e5dc0f 100644
--- a/source/MCLogger.cpp
+++ b/src/MCLogger.cpp
diff --git a/source/MCLogger.h b/src/MCLogger.h
index c949a4cdf..c949a4cdf 100644
--- a/source/MCLogger.h
+++ b/src/MCLogger.h
diff --git a/source/ManualBindings.cpp b/src/ManualBindings.cpp
index f98e25880..f98e25880 100644
--- a/source/ManualBindings.cpp
+++ b/src/ManualBindings.cpp
diff --git a/source/ManualBindings.h b/src/ManualBindings.h
index e6594947e..e6594947e 100644
--- a/source/ManualBindings.h
+++ b/src/ManualBindings.h
diff --git a/source/Matrix4f.cpp b/src/Matrix4f.cpp
index d0a407a99..d0a407a99 100644
--- a/source/Matrix4f.cpp
+++ b/src/Matrix4f.cpp
diff --git a/source/Matrix4f.h b/src/Matrix4f.h
index 249c92f5f..249c92f5f 100644
--- a/source/Matrix4f.h
+++ b/src/Matrix4f.h
diff --git a/source/MemoryLeak.h b/src/MemoryLeak.h
index e9c0c34e3..e9c0c34e3 100644
--- a/source/MemoryLeak.h
+++ b/src/MemoryLeak.h
diff --git a/source/MersenneTwister.h b/src/MersenneTwister.h
index dc7134a93..dc7134a93 100644
--- a/source/MersenneTwister.h
+++ b/src/MersenneTwister.h
diff --git a/source/MobCensus.cpp b/src/MobCensus.cpp
index 66b5932bc..66b5932bc 100644
--- a/source/MobCensus.cpp
+++ b/src/MobCensus.cpp
diff --git a/source/MobCensus.h b/src/MobCensus.h
index e3892bec6..e3892bec6 100644
--- a/source/MobCensus.h
+++ b/src/MobCensus.h
diff --git a/source/MobFamilyCollecter.cpp b/src/MobFamilyCollecter.cpp
index e9c69e078..e9c69e078 100644
--- a/source/MobFamilyCollecter.cpp
+++ b/src/MobFamilyCollecter.cpp
diff --git a/source/MobFamilyCollecter.h b/src/MobFamilyCollecter.h
index 6cef133b5..6cef133b5 100644
--- a/source/MobFamilyCollecter.h
+++ b/src/MobFamilyCollecter.h
diff --git a/source/MobProximityCounter.cpp b/src/MobProximityCounter.cpp
index 583a71579..583a71579 100644
--- a/source/MobProximityCounter.cpp
+++ b/src/MobProximityCounter.cpp
diff --git a/source/MobProximityCounter.h b/src/MobProximityCounter.h
index 8a67139aa..8a67139aa 100644
--- a/source/MobProximityCounter.h
+++ b/src/MobProximityCounter.h
diff --git a/source/MobSpawner.cpp b/src/MobSpawner.cpp
index 4d0b2777b..4d0b2777b 100644
--- a/source/MobSpawner.cpp
+++ b/src/MobSpawner.cpp
diff --git a/source/MobSpawner.h b/src/MobSpawner.h
index ea6636310..ea6636310 100644
--- a/source/MobSpawner.h
+++ b/src/MobSpawner.h
diff --git a/source/Mobs/AggressiveMonster.cpp b/src/Mobs/AggressiveMonster.cpp
index cc7e7da2b..cc7e7da2b 100644
--- a/source/Mobs/AggressiveMonster.cpp
+++ b/src/Mobs/AggressiveMonster.cpp
diff --git a/source/Mobs/AggressiveMonster.h b/src/Mobs/AggressiveMonster.h
index 5a0d93f3d..5a0d93f3d 100644
--- a/source/Mobs/AggressiveMonster.h
+++ b/src/Mobs/AggressiveMonster.h
diff --git a/source/Mobs/Bat.cpp b/src/Mobs/Bat.cpp
index b9c82996b..b9c82996b 100644
--- a/source/Mobs/Bat.cpp
+++ b/src/Mobs/Bat.cpp
diff --git a/source/Mobs/Bat.h b/src/Mobs/Bat.h
index e878d0ee8..e878d0ee8 100644
--- a/source/Mobs/Bat.h
+++ b/src/Mobs/Bat.h
diff --git a/source/Mobs/Blaze.cpp b/src/Mobs/Blaze.cpp
index f9c05b17a..f9c05b17a 100644
--- a/source/Mobs/Blaze.cpp
+++ b/src/Mobs/Blaze.cpp
diff --git a/source/Mobs/Blaze.h b/src/Mobs/Blaze.h
index cdb3a1306..cdb3a1306 100644
--- a/source/Mobs/Blaze.h
+++ b/src/Mobs/Blaze.h
diff --git a/source/Mobs/Cavespider.cpp b/src/Mobs/Cavespider.cpp
index aba1ff9f5..aba1ff9f5 100644
--- a/source/Mobs/Cavespider.cpp
+++ b/src/Mobs/Cavespider.cpp
diff --git a/source/Mobs/Cavespider.h b/src/Mobs/Cavespider.h
index 10ea03f7b..10ea03f7b 100644
--- a/source/Mobs/Cavespider.h
+++ b/src/Mobs/Cavespider.h
diff --git a/source/Mobs/Chicken.cpp b/src/Mobs/Chicken.cpp
index 087fd088a..087fd088a 100644
--- a/source/Mobs/Chicken.cpp
+++ b/src/Mobs/Chicken.cpp
diff --git a/source/Mobs/Chicken.h b/src/Mobs/Chicken.h
index 979c4d8a0..979c4d8a0 100644
--- a/source/Mobs/Chicken.h
+++ b/src/Mobs/Chicken.h
diff --git a/source/Mobs/Cow.cpp b/src/Mobs/Cow.cpp
index 9eb74dac2..9eb74dac2 100644
--- a/source/Mobs/Cow.cpp
+++ b/src/Mobs/Cow.cpp
diff --git a/source/Mobs/Cow.h b/src/Mobs/Cow.h
index 0391d4a31..0391d4a31 100644
--- a/source/Mobs/Cow.h
+++ b/src/Mobs/Cow.h
diff --git a/source/Mobs/Creeper.cpp b/src/Mobs/Creeper.cpp
index 4e11ae13e..4e11ae13e 100644
--- a/source/Mobs/Creeper.cpp
+++ b/src/Mobs/Creeper.cpp
diff --git a/source/Mobs/Creeper.h b/src/Mobs/Creeper.h
index c3d4edeae..c3d4edeae 100644
--- a/source/Mobs/Creeper.h
+++ b/src/Mobs/Creeper.h
diff --git a/source/Mobs/EnderDragon.cpp b/src/Mobs/EnderDragon.cpp
index acd81cde1..acd81cde1 100644
--- a/source/Mobs/EnderDragon.cpp
+++ b/src/Mobs/EnderDragon.cpp
diff --git a/source/Mobs/EnderDragon.h b/src/Mobs/EnderDragon.h
index 77177edfe..77177edfe 100644
--- a/source/Mobs/EnderDragon.h
+++ b/src/Mobs/EnderDragon.h
diff --git a/source/Mobs/Enderman.cpp b/src/Mobs/Enderman.cpp
index a784131e4..a784131e4 100644
--- a/source/Mobs/Enderman.cpp
+++ b/src/Mobs/Enderman.cpp
diff --git a/source/Mobs/Enderman.h b/src/Mobs/Enderman.h
index 32e40e70b..32e40e70b 100644
--- a/source/Mobs/Enderman.h
+++ b/src/Mobs/Enderman.h
diff --git a/source/Mobs/Ghast.cpp b/src/Mobs/Ghast.cpp
index 96a29b2d8..96a29b2d8 100644
--- a/source/Mobs/Ghast.cpp
+++ b/src/Mobs/Ghast.cpp
diff --git a/source/Mobs/Ghast.h b/src/Mobs/Ghast.h
index 43e8bedb6..43e8bedb6 100644
--- a/source/Mobs/Ghast.h
+++ b/src/Mobs/Ghast.h
diff --git a/source/Mobs/Giant.cpp b/src/Mobs/Giant.cpp
index f41977535..f41977535 100644
--- a/source/Mobs/Giant.cpp
+++ b/src/Mobs/Giant.cpp
diff --git a/source/Mobs/Giant.h b/src/Mobs/Giant.h
index 356dd4352..356dd4352 100644
--- a/source/Mobs/Giant.h
+++ b/src/Mobs/Giant.h
diff --git a/source/Mobs/Horse.cpp b/src/Mobs/Horse.cpp
index bb9a4e3f6..bb9a4e3f6 100644
--- a/source/Mobs/Horse.cpp
+++ b/src/Mobs/Horse.cpp
diff --git a/source/Mobs/Horse.h b/src/Mobs/Horse.h
index be0c23f9b..be0c23f9b 100644
--- a/source/Mobs/Horse.h
+++ b/src/Mobs/Horse.h
diff --git a/source/Mobs/IncludeAllMonsters.h b/src/Mobs/IncludeAllMonsters.h
index 1b436a11f..1b436a11f 100644
--- a/source/Mobs/IncludeAllMonsters.h
+++ b/src/Mobs/IncludeAllMonsters.h
diff --git a/source/Mobs/IronGolem.cpp b/src/Mobs/IronGolem.cpp
index 47c961098..47c961098 100644
--- a/source/Mobs/IronGolem.cpp
+++ b/src/Mobs/IronGolem.cpp
diff --git a/source/Mobs/IronGolem.h b/src/Mobs/IronGolem.h
index d49ff4cab..d49ff4cab 100644
--- a/source/Mobs/IronGolem.h
+++ b/src/Mobs/IronGolem.h
diff --git a/source/Mobs/Magmacube.cpp b/src/Mobs/Magmacube.cpp
index 86447ff6b..86447ff6b 100644
--- a/source/Mobs/Magmacube.cpp
+++ b/src/Mobs/Magmacube.cpp
diff --git a/source/Mobs/Magmacube.h b/src/Mobs/Magmacube.h
index 130952970..130952970 100644
--- a/source/Mobs/Magmacube.h
+++ b/src/Mobs/Magmacube.h
diff --git a/source/Mobs/Monster.cpp b/src/Mobs/Monster.cpp
index 8a5717e27..8a5717e27 100644
--- a/source/Mobs/Monster.cpp
+++ b/src/Mobs/Monster.cpp
diff --git a/source/Mobs/Monster.h b/src/Mobs/Monster.h
index 29a705d11..29a705d11 100644
--- a/source/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
diff --git a/source/Mobs/Mooshroom.cpp b/src/Mobs/Mooshroom.cpp
index 940e2db44..940e2db44 100644
--- a/source/Mobs/Mooshroom.cpp
+++ b/src/Mobs/Mooshroom.cpp
diff --git a/source/Mobs/Mooshroom.h b/src/Mobs/Mooshroom.h
index 73f6348b6..73f6348b6 100644
--- a/source/Mobs/Mooshroom.h
+++ b/src/Mobs/Mooshroom.h
diff --git a/source/Mobs/Ocelot.h b/src/Mobs/Ocelot.h
index adb7a1f75..adb7a1f75 100644
--- a/source/Mobs/Ocelot.h
+++ b/src/Mobs/Ocelot.h
diff --git a/source/Mobs/PassiveAggressiveMonster.cpp b/src/Mobs/PassiveAggressiveMonster.cpp
index 28de65905..28de65905 100644
--- a/source/Mobs/PassiveAggressiveMonster.cpp
+++ b/src/Mobs/PassiveAggressiveMonster.cpp
diff --git a/source/Mobs/PassiveAggressiveMonster.h b/src/Mobs/PassiveAggressiveMonster.h
index 2c5ef30b1..2c5ef30b1 100644
--- a/source/Mobs/PassiveAggressiveMonster.h
+++ b/src/Mobs/PassiveAggressiveMonster.h
diff --git a/source/Mobs/PassiveMonster.cpp b/src/Mobs/PassiveMonster.cpp
index 91ceb5a53..91ceb5a53 100644
--- a/source/Mobs/PassiveMonster.cpp
+++ b/src/Mobs/PassiveMonster.cpp
diff --git a/source/Mobs/PassiveMonster.h b/src/Mobs/PassiveMonster.h
index 14a6be6b1..14a6be6b1 100644
--- a/source/Mobs/PassiveMonster.h
+++ b/src/Mobs/PassiveMonster.h
diff --git a/source/Mobs/Pig.cpp b/src/Mobs/Pig.cpp
index 0871a38a9..0871a38a9 100644
--- a/source/Mobs/Pig.cpp
+++ b/src/Mobs/Pig.cpp
diff --git a/source/Mobs/Pig.h b/src/Mobs/Pig.h
index 4fd0d8db8..4fd0d8db8 100644
--- a/source/Mobs/Pig.h
+++ b/src/Mobs/Pig.h
diff --git a/source/Mobs/Sheep.cpp b/src/Mobs/Sheep.cpp
index bda4ccff8..bda4ccff8 100644
--- a/source/Mobs/Sheep.cpp
+++ b/src/Mobs/Sheep.cpp
diff --git a/source/Mobs/Sheep.h b/src/Mobs/Sheep.h
index 8293a2c05..8293a2c05 100644
--- a/source/Mobs/Sheep.h
+++ b/src/Mobs/Sheep.h
diff --git a/source/Mobs/Silverfish.h b/src/Mobs/Silverfish.h
index a6e11c49d..a6e11c49d 100644
--- a/source/Mobs/Silverfish.h
+++ b/src/Mobs/Silverfish.h
diff --git a/source/Mobs/Skeleton.cpp b/src/Mobs/Skeleton.cpp
index 509c2191e..509c2191e 100644
--- a/source/Mobs/Skeleton.cpp
+++ b/src/Mobs/Skeleton.cpp
diff --git a/source/Mobs/Skeleton.h b/src/Mobs/Skeleton.h
index 8f31b42e1..8f31b42e1 100644
--- a/source/Mobs/Skeleton.h
+++ b/src/Mobs/Skeleton.h
diff --git a/source/Mobs/Slime.cpp b/src/Mobs/Slime.cpp
index 19f376c21..19f376c21 100644
--- a/source/Mobs/Slime.cpp
+++ b/src/Mobs/Slime.cpp
diff --git a/source/Mobs/Slime.h b/src/Mobs/Slime.h
index 782c3113f..782c3113f 100644
--- a/source/Mobs/Slime.h
+++ b/src/Mobs/Slime.h
diff --git a/source/Mobs/SnowGolem.cpp b/src/Mobs/SnowGolem.cpp
index 9e199f87e..9e199f87e 100644
--- a/source/Mobs/SnowGolem.cpp
+++ b/src/Mobs/SnowGolem.cpp
diff --git a/source/Mobs/SnowGolem.h b/src/Mobs/SnowGolem.h
index d1344adfd..d1344adfd 100644
--- a/source/Mobs/SnowGolem.h
+++ b/src/Mobs/SnowGolem.h
diff --git a/source/Mobs/Spider.cpp b/src/Mobs/Spider.cpp
index b19a5dcef..b19a5dcef 100644
--- a/source/Mobs/Spider.cpp
+++ b/src/Mobs/Spider.cpp
diff --git a/source/Mobs/Spider.h b/src/Mobs/Spider.h
index 51e65d028..51e65d028 100644
--- a/source/Mobs/Spider.h
+++ b/src/Mobs/Spider.h
diff --git a/source/Mobs/Squid.cpp b/src/Mobs/Squid.cpp
index a311108ae..a311108ae 100644
--- a/source/Mobs/Squid.cpp
+++ b/src/Mobs/Squid.cpp
diff --git a/source/Mobs/Squid.h b/src/Mobs/Squid.h
index ad299b95c..ad299b95c 100644
--- a/source/Mobs/Squid.h
+++ b/src/Mobs/Squid.h
diff --git a/source/Mobs/Villager.cpp b/src/Mobs/Villager.cpp
index 7f89fb6cc..7f89fb6cc 100644
--- a/source/Mobs/Villager.cpp
+++ b/src/Mobs/Villager.cpp
diff --git a/source/Mobs/Villager.h b/src/Mobs/Villager.h
index 4cd9aaa8e..4cd9aaa8e 100644
--- a/source/Mobs/Villager.h
+++ b/src/Mobs/Villager.h
diff --git a/source/Mobs/Witch.cpp b/src/Mobs/Witch.cpp
index 25d27041f..25d27041f 100644
--- a/source/Mobs/Witch.cpp
+++ b/src/Mobs/Witch.cpp
diff --git a/source/Mobs/Witch.h b/src/Mobs/Witch.h
index 4e637beea..4e637beea 100644
--- a/source/Mobs/Witch.h
+++ b/src/Mobs/Witch.h
diff --git a/source/Mobs/Wither.cpp b/src/Mobs/Wither.cpp
index c46e0beab..c46e0beab 100644
--- a/source/Mobs/Wither.cpp
+++ b/src/Mobs/Wither.cpp
diff --git a/source/Mobs/Wither.h b/src/Mobs/Wither.h
index 56effc6bb..56effc6bb 100644
--- a/source/Mobs/Wither.h
+++ b/src/Mobs/Wither.h
diff --git a/source/Mobs/Wolf.cpp b/src/Mobs/Wolf.cpp
index c86250142..c86250142 100644
--- a/source/Mobs/Wolf.cpp
+++ b/src/Mobs/Wolf.cpp
diff --git a/source/Mobs/Wolf.h b/src/Mobs/Wolf.h
index 040e2cf7a..040e2cf7a 100644
--- a/source/Mobs/Wolf.h
+++ b/src/Mobs/Wolf.h
diff --git a/source/Mobs/Zombie.cpp b/src/Mobs/Zombie.cpp
index a485d2b55..a485d2b55 100644
--- a/source/Mobs/Zombie.cpp
+++ b/src/Mobs/Zombie.cpp
diff --git a/source/Mobs/Zombie.h b/src/Mobs/Zombie.h
index 7e14fe42f..7e14fe42f 100644
--- a/source/Mobs/Zombie.h
+++ b/src/Mobs/Zombie.h
diff --git a/source/Mobs/Zombiepigman.cpp b/src/Mobs/Zombiepigman.cpp
index 6ac89ed4c..6ac89ed4c 100644
--- a/source/Mobs/Zombiepigman.cpp
+++ b/src/Mobs/Zombiepigman.cpp
diff --git a/source/Mobs/Zombiepigman.h b/src/Mobs/Zombiepigman.h
index 67991d56a..67991d56a 100644
--- a/source/Mobs/Zombiepigman.h
+++ b/src/Mobs/Zombiepigman.h
diff --git a/source/MonsterConfig.cpp b/src/MonsterConfig.cpp
index a5a1ebd49..a5a1ebd49 100644
--- a/source/MonsterConfig.cpp
+++ b/src/MonsterConfig.cpp
diff --git a/source/MonsterConfig.h b/src/MonsterConfig.h
index 371d324c2..371d324c2 100644
--- a/source/MonsterConfig.h
+++ b/src/MonsterConfig.h
diff --git a/source/Noise.cpp b/src/Noise.cpp
index 729641961..729641961 100644
--- a/source/Noise.cpp
+++ b/src/Noise.cpp
diff --git a/source/Noise.h b/src/Noise.h
index ea72c64e9..ea72c64e9 100644
--- a/source/Noise.h
+++ b/src/Noise.h
diff --git a/source/OSSupport/BlockingTCPLink.cpp b/src/OSSupport/BlockingTCPLink.cpp
index 55454a4b5..55454a4b5 100644
--- a/source/OSSupport/BlockingTCPLink.cpp
+++ b/src/OSSupport/BlockingTCPLink.cpp
diff --git a/source/OSSupport/BlockingTCPLink.h b/src/OSSupport/BlockingTCPLink.h
index cb5f9e3f4..cb5f9e3f4 100644
--- a/source/OSSupport/BlockingTCPLink.h
+++ b/src/OSSupport/BlockingTCPLink.h
diff --git a/source/OSSupport/CriticalSection.cpp b/src/OSSupport/CriticalSection.cpp
index bda97e3a1..bda97e3a1 100644
--- a/source/OSSupport/CriticalSection.cpp
+++ b/src/OSSupport/CriticalSection.cpp
diff --git a/source/OSSupport/CriticalSection.h b/src/OSSupport/CriticalSection.h
index 1bfe81439..1bfe81439 100644
--- a/source/OSSupport/CriticalSection.h
+++ b/src/OSSupport/CriticalSection.h
diff --git a/source/OSSupport/Event.cpp b/src/OSSupport/Event.cpp
index cbacbba17..cbacbba17 100644
--- a/source/OSSupport/Event.cpp
+++ b/src/OSSupport/Event.cpp
diff --git a/source/OSSupport/Event.h b/src/OSSupport/Event.h
index 71f418c0c..71f418c0c 100644
--- a/source/OSSupport/Event.h
+++ b/src/OSSupport/Event.h
diff --git a/source/OSSupport/File.cpp b/src/OSSupport/File.cpp
index d2eea498a..d2eea498a 100644
--- a/source/OSSupport/File.cpp
+++ b/src/OSSupport/File.cpp
diff --git a/source/OSSupport/File.h b/src/OSSupport/File.h
index cfb3a2019..cfb3a2019 100644
--- a/source/OSSupport/File.h
+++ b/src/OSSupport/File.h
diff --git a/source/OSSupport/GZipFile.cpp b/src/OSSupport/GZipFile.cpp
index cbf6be6c4..cbf6be6c4 100644
--- a/source/OSSupport/GZipFile.cpp
+++ b/src/OSSupport/GZipFile.cpp
diff --git a/source/OSSupport/GZipFile.h b/src/OSSupport/GZipFile.h
index e5aa68afa..e5aa68afa 100644
--- a/source/OSSupport/GZipFile.h
+++ b/src/OSSupport/GZipFile.h
diff --git a/source/OSSupport/IsThread.cpp b/src/OSSupport/IsThread.cpp
index 4da9f9949..4da9f9949 100644
--- a/source/OSSupport/IsThread.cpp
+++ b/src/OSSupport/IsThread.cpp
diff --git a/source/OSSupport/IsThread.h b/src/OSSupport/IsThread.h
index b8784ea33..b8784ea33 100644
--- a/source/OSSupport/IsThread.h
+++ b/src/OSSupport/IsThread.h
diff --git a/source/OSSupport/ListenThread.cpp b/src/OSSupport/ListenThread.cpp
index ba3198764..ba3198764 100644
--- a/source/OSSupport/ListenThread.cpp
+++ b/src/OSSupport/ListenThread.cpp
diff --git a/source/OSSupport/ListenThread.h b/src/OSSupport/ListenThread.h
index 4e337d814..4e337d814 100644
--- a/source/OSSupport/ListenThread.h
+++ b/src/OSSupport/ListenThread.h
diff --git a/source/OSSupport/Semaphore.cpp b/src/OSSupport/Semaphore.cpp
index 468de6858..468de6858 100644
--- a/source/OSSupport/Semaphore.cpp
+++ b/src/OSSupport/Semaphore.cpp
diff --git a/source/OSSupport/Semaphore.h b/src/OSSupport/Semaphore.h
index fbe8907f1..fbe8907f1 100644
--- a/source/OSSupport/Semaphore.h
+++ b/src/OSSupport/Semaphore.h
diff --git a/source/OSSupport/Sleep.cpp b/src/OSSupport/Sleep.cpp
index 70fb06b40..70fb06b40 100644
--- a/source/OSSupport/Sleep.cpp
+++ b/src/OSSupport/Sleep.cpp
diff --git a/source/OSSupport/Sleep.h b/src/OSSupport/Sleep.h
index 5298c15da..5298c15da 100644
--- a/source/OSSupport/Sleep.h
+++ b/src/OSSupport/Sleep.h
diff --git a/source/OSSupport/Socket.cpp b/src/OSSupport/Socket.cpp
index 48b5d704d..48b5d704d 100644
--- a/source/OSSupport/Socket.cpp
+++ b/src/OSSupport/Socket.cpp
diff --git a/source/OSSupport/Socket.h b/src/OSSupport/Socket.h
index 34f09cc74..34f09cc74 100644
--- a/source/OSSupport/Socket.h
+++ b/src/OSSupport/Socket.h
diff --git a/source/OSSupport/SocketThreads.cpp b/src/OSSupport/SocketThreads.cpp
index 3e505616c..3e505616c 100644
--- a/source/OSSupport/SocketThreads.cpp
+++ b/src/OSSupport/SocketThreads.cpp
diff --git a/source/OSSupport/SocketThreads.h b/src/OSSupport/SocketThreads.h
index ecbac3aeb..ecbac3aeb 100644
--- a/source/OSSupport/SocketThreads.h
+++ b/src/OSSupport/SocketThreads.h
diff --git a/source/OSSupport/Thread.cpp b/src/OSSupport/Thread.cpp
index 3df75f0e7..3df75f0e7 100644
--- a/source/OSSupport/Thread.cpp
+++ b/src/OSSupport/Thread.cpp
diff --git a/source/OSSupport/Thread.h b/src/OSSupport/Thread.h
index 3c9316424..3c9316424 100644
--- a/source/OSSupport/Thread.h
+++ b/src/OSSupport/Thread.h
diff --git a/source/OSSupport/Timer.cpp b/src/OSSupport/Timer.cpp
index ed16f9e3a..ed16f9e3a 100644
--- a/source/OSSupport/Timer.cpp
+++ b/src/OSSupport/Timer.cpp
diff --git a/source/OSSupport/Timer.h b/src/OSSupport/Timer.h
index a059daa41..a059daa41 100644
--- a/source/OSSupport/Timer.h
+++ b/src/OSSupport/Timer.h
diff --git a/source/Piston.cpp b/src/Piston.cpp
index 136100922..136100922 100644
--- a/source/Piston.cpp
+++ b/src/Piston.cpp
diff --git a/source/Piston.h b/src/Piston.h
index cc051e454..cc051e454 100644
--- a/source/Piston.h
+++ b/src/Piston.h
diff --git a/source/Plugin.cpp b/src/Plugin.cpp
index 98ccfb88c..98ccfb88c 100644
--- a/source/Plugin.cpp
+++ b/src/Plugin.cpp
diff --git a/source/Plugin.h b/src/Plugin.h
index 06e5819df..06e5819df 100644
--- a/source/Plugin.h
+++ b/src/Plugin.h
diff --git a/source/PluginLua.cpp b/src/PluginLua.cpp
index 03aefb098..03aefb098 100644
--- a/source/PluginLua.cpp
+++ b/src/PluginLua.cpp
diff --git a/source/PluginLua.h b/src/PluginLua.h
index 908466966..908466966 100644
--- a/source/PluginLua.h
+++ b/src/PluginLua.h
diff --git a/source/PluginManager.cpp b/src/PluginManager.cpp
index c1f695163..c1f695163 100644
--- a/source/PluginManager.cpp
+++ b/src/PluginManager.cpp
diff --git a/source/PluginManager.h b/src/PluginManager.h
index 4140bffb5..4140bffb5 100644
--- a/source/PluginManager.h
+++ b/src/PluginManager.h
diff --git a/source/ProbabDistrib.cpp b/src/ProbabDistrib.cpp
index 5fa17c276..5fa17c276 100644
--- a/source/ProbabDistrib.cpp
+++ b/src/ProbabDistrib.cpp
diff --git a/source/ProbabDistrib.h b/src/ProbabDistrib.h
index ddaadd9b7..ddaadd9b7 100644
--- a/source/ProbabDistrib.h
+++ b/src/ProbabDistrib.h
diff --git a/source/Protocol/ChunkDataSerializer.cpp b/src/Protocol/ChunkDataSerializer.cpp
index 2a9230fee..2a9230fee 100644
--- a/source/Protocol/ChunkDataSerializer.cpp
+++ b/src/Protocol/ChunkDataSerializer.cpp
diff --git a/source/Protocol/ChunkDataSerializer.h b/src/Protocol/ChunkDataSerializer.h
index a42856356..a42856356 100644
--- a/source/Protocol/ChunkDataSerializer.h
+++ b/src/Protocol/ChunkDataSerializer.h
diff --git a/source/Protocol/Protocol.h b/src/Protocol/Protocol.h
index 5023ea227..5023ea227 100644
--- a/source/Protocol/Protocol.h
+++ b/src/Protocol/Protocol.h
diff --git a/source/Protocol/Protocol125.cpp b/src/Protocol/Protocol125.cpp
index 9f2770815..9f2770815 100644
--- a/source/Protocol/Protocol125.cpp
+++ b/src/Protocol/Protocol125.cpp
diff --git a/source/Protocol/Protocol125.h b/src/Protocol/Protocol125.h
index db913bb57..db913bb57 100644
--- a/source/Protocol/Protocol125.h
+++ b/src/Protocol/Protocol125.h
diff --git a/source/Protocol/Protocol132.cpp b/src/Protocol/Protocol132.cpp
index 22eac4312..22eac4312 100644
--- a/source/Protocol/Protocol132.cpp
+++ b/src/Protocol/Protocol132.cpp
diff --git a/source/Protocol/Protocol132.h b/src/Protocol/Protocol132.h
index dc4d8aeef..dc4d8aeef 100644
--- a/source/Protocol/Protocol132.h
+++ b/src/Protocol/Protocol132.h
diff --git a/source/Protocol/Protocol14x.cpp b/src/Protocol/Protocol14x.cpp
index d2582458b..d2582458b 100644
--- a/source/Protocol/Protocol14x.cpp
+++ b/src/Protocol/Protocol14x.cpp
diff --git a/source/Protocol/Protocol14x.h b/src/Protocol/Protocol14x.h
index ca497bbc1..ca497bbc1 100644
--- a/source/Protocol/Protocol14x.h
+++ b/src/Protocol/Protocol14x.h
diff --git a/source/Protocol/Protocol15x.cpp b/src/Protocol/Protocol15x.cpp
index c337d26e7..c337d26e7 100644
--- a/source/Protocol/Protocol15x.cpp
+++ b/src/Protocol/Protocol15x.cpp
diff --git a/source/Protocol/Protocol15x.h b/src/Protocol/Protocol15x.h
index e554fe130..e554fe130 100644
--- a/source/Protocol/Protocol15x.h
+++ b/src/Protocol/Protocol15x.h
diff --git a/source/Protocol/Protocol16x.cpp b/src/Protocol/Protocol16x.cpp
index cfa27b3c4..cfa27b3c4 100644
--- a/source/Protocol/Protocol16x.cpp
+++ b/src/Protocol/Protocol16x.cpp
diff --git a/source/Protocol/Protocol16x.h b/src/Protocol/Protocol16x.h
index 325e41c5a..325e41c5a 100644
--- a/source/Protocol/Protocol16x.h
+++ b/src/Protocol/Protocol16x.h
diff --git a/source/Protocol/Protocol17x.cpp b/src/Protocol/Protocol17x.cpp
index 628b8e071..628b8e071 100644
--- a/source/Protocol/Protocol17x.cpp
+++ b/src/Protocol/Protocol17x.cpp
diff --git a/source/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h
index 844069403..844069403 100644
--- a/source/Protocol/Protocol17x.h
+++ b/src/Protocol/Protocol17x.h
diff --git a/source/Protocol/ProtocolRecognizer.cpp b/src/Protocol/ProtocolRecognizer.cpp
index 9234785b5..9234785b5 100644
--- a/source/Protocol/ProtocolRecognizer.cpp
+++ b/src/Protocol/ProtocolRecognizer.cpp
diff --git a/source/Protocol/ProtocolRecognizer.h b/src/Protocol/ProtocolRecognizer.h
index c085e2cd8..c085e2cd8 100644
--- a/source/Protocol/ProtocolRecognizer.h
+++ b/src/Protocol/ProtocolRecognizer.h
diff --git a/source/RCONServer.cpp b/src/RCONServer.cpp
index 93f2ccdd3..93f2ccdd3 100644
--- a/source/RCONServer.cpp
+++ b/src/RCONServer.cpp
diff --git a/source/RCONServer.h b/src/RCONServer.h
index 0e89800a2..0e89800a2 100644
--- a/source/RCONServer.h
+++ b/src/RCONServer.h
diff --git a/source/ReferenceManager.cpp b/src/ReferenceManager.cpp
index 6a9ed0e43..6a9ed0e43 100644
--- a/source/ReferenceManager.cpp
+++ b/src/ReferenceManager.cpp
diff --git a/source/ReferenceManager.h b/src/ReferenceManager.h
index bcd451f72..bcd451f72 100644
--- a/source/ReferenceManager.h
+++ b/src/ReferenceManager.h
diff --git a/source/Root.cpp b/src/Root.cpp
index be5a0553c..be5a0553c 100644
--- a/source/Root.cpp
+++ b/src/Root.cpp
diff --git a/source/Root.h b/src/Root.h
index 175084c53..175084c53 100644
--- a/source/Root.h
+++ b/src/Root.h
diff --git a/source/SQLite/lsqlite3.c b/src/SQLite/lsqlite3.c
index 4c81b5878..4c81b5878 100644
--- a/source/SQLite/lsqlite3.c
+++ b/src/SQLite/lsqlite3.c
diff --git a/source/SQLite/sqlite3.c b/src/SQLite/sqlite3.c
index 37ee4ad38..37ee4ad38 100644
--- a/source/SQLite/sqlite3.c
+++ b/src/SQLite/sqlite3.c
diff --git a/source/SQLite/sqlite3.h b/src/SQLite/sqlite3.h
index 1332eb162..1332eb162 100644
--- a/source/SQLite/sqlite3.h
+++ b/src/SQLite/sqlite3.h
diff --git a/source/SQLite/urls.txt b/src/SQLite/urls.txt
index 131d70bbf..131d70bbf 100644
--- a/source/SQLite/urls.txt
+++ b/src/SQLite/urls.txt
diff --git a/source/Server.cpp b/src/Server.cpp
index fe8076631..fe8076631 100644
--- a/source/Server.cpp
+++ b/src/Server.cpp
diff --git a/source/Server.h b/src/Server.h
index 1b4848318..1b4848318 100644
--- a/source/Server.h
+++ b/src/Server.h
diff --git a/source/Simulator/DelayedFluidSimulator.cpp b/src/Simulator/DelayedFluidSimulator.cpp
index a4645ca09..a4645ca09 100644
--- a/source/Simulator/DelayedFluidSimulator.cpp
+++ b/src/Simulator/DelayedFluidSimulator.cpp
diff --git a/source/Simulator/DelayedFluidSimulator.h b/src/Simulator/DelayedFluidSimulator.h
index c81500741..c81500741 100644
--- a/source/Simulator/DelayedFluidSimulator.h
+++ b/src/Simulator/DelayedFluidSimulator.h
diff --git a/source/Simulator/FireSimulator.cpp b/src/Simulator/FireSimulator.cpp
index ac3fb9695..ac3fb9695 100644
--- a/source/Simulator/FireSimulator.cpp
+++ b/src/Simulator/FireSimulator.cpp
diff --git a/source/Simulator/FireSimulator.h b/src/Simulator/FireSimulator.h
index 0d8a548ef..0d8a548ef 100644
--- a/source/Simulator/FireSimulator.h
+++ b/src/Simulator/FireSimulator.h
diff --git a/source/Simulator/FloodyFluidSimulator.cpp b/src/Simulator/FloodyFluidSimulator.cpp
index d204a1f8b..d204a1f8b 100644
--- a/source/Simulator/FloodyFluidSimulator.cpp
+++ b/src/Simulator/FloodyFluidSimulator.cpp
diff --git a/source/Simulator/FloodyFluidSimulator.h b/src/Simulator/FloodyFluidSimulator.h
index c4af2e246..c4af2e246 100644
--- a/source/Simulator/FloodyFluidSimulator.h
+++ b/src/Simulator/FloodyFluidSimulator.h
diff --git a/source/Simulator/FluidSimulator.cpp b/src/Simulator/FluidSimulator.cpp
index dac666484..dac666484 100644
--- a/source/Simulator/FluidSimulator.cpp
+++ b/src/Simulator/FluidSimulator.cpp
diff --git a/source/Simulator/FluidSimulator.h b/src/Simulator/FluidSimulator.h
index 672b740a2..672b740a2 100644
--- a/source/Simulator/FluidSimulator.h
+++ b/src/Simulator/FluidSimulator.h
diff --git a/source/Simulator/NoopFluidSimulator.h b/src/Simulator/NoopFluidSimulator.h
index 8f894433f..8f894433f 100644
--- a/source/Simulator/NoopFluidSimulator.h
+++ b/src/Simulator/NoopFluidSimulator.h
diff --git a/source/Simulator/RedstoneSimulator.cpp b/src/Simulator/RedstoneSimulator.cpp
index 8526a888e..8526a888e 100644
--- a/source/Simulator/RedstoneSimulator.cpp
+++ b/src/Simulator/RedstoneSimulator.cpp
diff --git a/source/Simulator/RedstoneSimulator.h b/src/Simulator/RedstoneSimulator.h
index c0d5795c7..c0d5795c7 100644
--- a/source/Simulator/RedstoneSimulator.h
+++ b/src/Simulator/RedstoneSimulator.h
diff --git a/source/Simulator/SandSimulator.cpp b/src/Simulator/SandSimulator.cpp
index 87fb83357..87fb83357 100644
--- a/source/Simulator/SandSimulator.cpp
+++ b/src/Simulator/SandSimulator.cpp
diff --git a/source/Simulator/SandSimulator.h b/src/Simulator/SandSimulator.h
index 6e9ea15ac..6e9ea15ac 100644
--- a/source/Simulator/SandSimulator.h
+++ b/src/Simulator/SandSimulator.h
diff --git a/source/Simulator/Simulator.cpp b/src/Simulator/Simulator.cpp
index 06fd0f858..06fd0f858 100644
--- a/source/Simulator/Simulator.cpp
+++ b/src/Simulator/Simulator.cpp
diff --git a/source/Simulator/Simulator.h b/src/Simulator/Simulator.h
index e1d88f1c5..e1d88f1c5 100644
--- a/source/Simulator/Simulator.h
+++ b/src/Simulator/Simulator.h
diff --git a/source/Simulator/SimulatorManager.cpp b/src/Simulator/SimulatorManager.cpp
index 2bc483cbd..2bc483cbd 100644
--- a/source/Simulator/SimulatorManager.cpp
+++ b/src/Simulator/SimulatorManager.cpp
diff --git a/source/Simulator/SimulatorManager.h b/src/Simulator/SimulatorManager.h
index 31a709316..31a709316 100644
--- a/source/Simulator/SimulatorManager.h
+++ b/src/Simulator/SimulatorManager.h
diff --git a/source/Simulator/VaporizeFluidSimulator.cpp b/src/Simulator/VaporizeFluidSimulator.cpp
index 4206c64d1..4206c64d1 100644
--- a/source/Simulator/VaporizeFluidSimulator.cpp
+++ b/src/Simulator/VaporizeFluidSimulator.cpp
diff --git a/source/Simulator/VaporizeFluidSimulator.h b/src/Simulator/VaporizeFluidSimulator.h
index c8eb7802b..c8eb7802b 100644
--- a/source/Simulator/VaporizeFluidSimulator.h
+++ b/src/Simulator/VaporizeFluidSimulator.h
diff --git a/source/StackWalker.cpp b/src/StackWalker.cpp
index bf18b9fc9..bf18b9fc9 100644
--- a/source/StackWalker.cpp
+++ b/src/StackWalker.cpp
diff --git a/source/StackWalker.h b/src/StackWalker.h
index bf47d3726..bf47d3726 100644
--- a/source/StackWalker.h
+++ b/src/StackWalker.h
diff --git a/source/StringCompression.cpp b/src/StringCompression.cpp
index 36946b282..36946b282 100644
--- a/source/StringCompression.cpp
+++ b/src/StringCompression.cpp
diff --git a/source/StringCompression.h b/src/StringCompression.h
index 8afdf59e0..8afdf59e0 100644
--- a/source/StringCompression.h
+++ b/src/StringCompression.h
diff --git a/source/StringUtils.cpp b/src/StringUtils.cpp
index d52b1323f..d52b1323f 100644
--- a/source/StringUtils.cpp
+++ b/src/StringUtils.cpp
diff --git a/source/StringUtils.h b/src/StringUtils.h
index ec9ba96ce..ec9ba96ce 100644
--- a/source/StringUtils.h
+++ b/src/StringUtils.h
diff --git a/source/Tracer.cpp b/src/Tracer.cpp
index ef136302f..ef136302f 100644
--- a/source/Tracer.cpp
+++ b/src/Tracer.cpp
diff --git a/source/Tracer.h b/src/Tracer.h
index 6c2ab6792..6c2ab6792 100644
--- a/source/Tracer.h
+++ b/src/Tracer.h
diff --git a/source/UI/SlotArea.cpp b/src/UI/SlotArea.cpp
index 7fd7cd996..7fd7cd996 100644
--- a/source/UI/SlotArea.cpp
+++ b/src/UI/SlotArea.cpp
diff --git a/source/UI/SlotArea.h b/src/UI/SlotArea.h
index b1944d901..b1944d901 100644
--- a/source/UI/SlotArea.h
+++ b/src/UI/SlotArea.h
diff --git a/source/UI/Window.cpp b/src/UI/Window.cpp
index f5c62692f..f5c62692f 100644
--- a/source/UI/Window.cpp
+++ b/src/UI/Window.cpp
diff --git a/source/UI/Window.h b/src/UI/Window.h
index c44b900d7..c44b900d7 100644
--- a/source/UI/Window.h
+++ b/src/UI/Window.h
diff --git a/source/UI/WindowOwner.h b/src/UI/WindowOwner.h
index d41abf66d..d41abf66d 100644
--- a/source/UI/WindowOwner.h
+++ b/src/UI/WindowOwner.h
diff --git a/source/Vector3d.cpp b/src/Vector3d.cpp
index 96ebebab5..96ebebab5 100644
--- a/source/Vector3d.cpp
+++ b/src/Vector3d.cpp
diff --git a/source/Vector3d.h b/src/Vector3d.h
index a06a17c09..a06a17c09 100644
--- a/source/Vector3d.h
+++ b/src/Vector3d.h
diff --git a/source/Vector3f.cpp b/src/Vector3f.cpp
index 59d71d371..59d71d371 100644
--- a/source/Vector3f.cpp
+++ b/src/Vector3f.cpp
diff --git a/source/Vector3f.h b/src/Vector3f.h
index adb154ad7..adb154ad7 100644
--- a/source/Vector3f.h
+++ b/src/Vector3f.h
diff --git a/source/Vector3i.cpp b/src/Vector3i.cpp
index 4ce1e2cf3..4ce1e2cf3 100644
--- a/source/Vector3i.cpp
+++ b/src/Vector3i.cpp
diff --git a/source/Vector3i.h b/src/Vector3i.h
index 7d726a7b3..7d726a7b3 100644
--- a/source/Vector3i.h
+++ b/src/Vector3i.h
diff --git a/source/WebAdmin.cpp b/src/WebAdmin.cpp
index ecc131d21..ecc131d21 100644
--- a/source/WebAdmin.cpp
+++ b/src/WebAdmin.cpp
diff --git a/source/WebAdmin.h b/src/WebAdmin.h
index dc6ea850e..dc6ea850e 100644
--- a/source/WebAdmin.h
+++ b/src/WebAdmin.h
diff --git a/source/WebPlugin.cpp b/src/WebPlugin.cpp
index 48ddb2076..48ddb2076 100644
--- a/source/WebPlugin.cpp
+++ b/src/WebPlugin.cpp
diff --git a/source/WebPlugin.h b/src/WebPlugin.h
index 22587b892..22587b892 100644
--- a/source/WebPlugin.h
+++ b/src/WebPlugin.h
diff --git a/source/World.cpp b/src/World.cpp
index 0f9df8a62..0f9df8a62 100644
--- a/source/World.cpp
+++ b/src/World.cpp
diff --git a/source/World.h b/src/World.h
index ee4a23b14..ee4a23b14 100644
--- a/source/World.h
+++ b/src/World.h
diff --git a/source/WorldStorage/FastNBT.cpp b/src/WorldStorage/FastNBT.cpp
index e55011069..e55011069 100644
--- a/source/WorldStorage/FastNBT.cpp
+++ b/src/WorldStorage/FastNBT.cpp
diff --git a/source/WorldStorage/FastNBT.h b/src/WorldStorage/FastNBT.h
index 7323c29cb..7323c29cb 100644
--- a/source/WorldStorage/FastNBT.h
+++ b/src/WorldStorage/FastNBT.h
diff --git a/source/WorldStorage/NBTChunkSerializer.cpp b/src/WorldStorage/NBTChunkSerializer.cpp
index c9013b1b3..c9013b1b3 100644
--- a/source/WorldStorage/NBTChunkSerializer.cpp
+++ b/src/WorldStorage/NBTChunkSerializer.cpp
diff --git a/source/WorldStorage/NBTChunkSerializer.h b/src/WorldStorage/NBTChunkSerializer.h
index 9d4ac208c..9d4ac208c 100644
--- a/source/WorldStorage/NBTChunkSerializer.h
+++ b/src/WorldStorage/NBTChunkSerializer.h
diff --git a/source/WorldStorage/WSSAnvil.cpp b/src/WorldStorage/WSSAnvil.cpp
index b2e104a78..b2e104a78 100644
--- a/source/WorldStorage/WSSAnvil.cpp
+++ b/src/WorldStorage/WSSAnvil.cpp
diff --git a/source/WorldStorage/WSSAnvil.h b/src/WorldStorage/WSSAnvil.h
index 7685d2236..7685d2236 100644
--- a/source/WorldStorage/WSSAnvil.h
+++ b/src/WorldStorage/WSSAnvil.h
diff --git a/source/WorldStorage/WSSCompact.cpp b/src/WorldStorage/WSSCompact.cpp
index 694f3ed1d..694f3ed1d 100644
--- a/source/WorldStorage/WSSCompact.cpp
+++ b/src/WorldStorage/WSSCompact.cpp
diff --git a/source/WorldStorage/WSSCompact.h b/src/WorldStorage/WSSCompact.h
index e6a013eaf..e6a013eaf 100644
--- a/source/WorldStorage/WSSCompact.h
+++ b/src/WorldStorage/WSSCompact.h
diff --git a/source/WorldStorage/WorldStorage.cpp b/src/WorldStorage/WorldStorage.cpp
index f290ec128..f290ec128 100644
--- a/source/WorldStorage/WorldStorage.cpp
+++ b/src/WorldStorage/WorldStorage.cpp
diff --git a/source/WorldStorage/WorldStorage.h b/src/WorldStorage/WorldStorage.h
index bf8dbd3d5..bf8dbd3d5 100644
--- a/source/WorldStorage/WorldStorage.h
+++ b/src/WorldStorage/WorldStorage.h
diff --git a/source/XMLParser.h b/src/XMLParser.h
index f492d1a5d..f492d1a5d 100644
--- a/source/XMLParser.h
+++ b/src/XMLParser.h
diff --git a/source/lua5.1.dll b/src/lua5.1.dll
index 515cf8b30..515cf8b30 100644
--- a/source/lua5.1.dll
+++ b/src/lua5.1.dll
Binary files differ
diff --git a/source/main.cpp b/src/main.cpp
index 1f6aad24f..1f6aad24f 100644
--- a/source/main.cpp
+++ b/src/main.cpp
diff --git a/source/md5/md5.cpp b/src/md5/md5.cpp
index eae0fc3f2..eae0fc3f2 100644
--- a/source/md5/md5.cpp
+++ b/src/md5/md5.cpp
diff --git a/source/md5/md5.h b/src/md5/md5.h
index ad5ad5384..ad5ad5384 100644
--- a/source/md5/md5.h
+++ b/src/md5/md5.h
diff --git a/source/tolua++.exe b/src/tolua++.exe
index e5cec6d78..e5cec6d78 100644
--- a/source/tolua++.exe
+++ b/src/tolua++.exe
Binary files differ
diff --git a/source/tolua++.h b/src/tolua++.h
index ed5344926..ed5344926 100644
--- a/source/tolua++.h
+++ b/src/tolua++.h
diff --git a/source/tolua_base.h b/src/tolua_base.h
index 4f1038c09..4f1038c09 100644
--- a/source/tolua_base.h
+++ b/src/tolua_base.h
diff --git a/source/virtual_method_hooks.lua b/src/virtual_method_hooks.lua
index 15ff1d7f8..15ff1d7f8 100644
--- a/source/virtual_method_hooks.lua
+++ b/src/virtual_method_hooks.lua