..
blocks
Added a check if torch is placed on the bottom face, temporarily fix the assert.
2012-08-29 20:40:08 +00:00
items
Fixed Bug #237
2012-08-23 20:41:48 +00:00
md5
Fixed *nix compilation for md5.cpp
2012-07-29 12:38:34 +00:00
packets
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
squirrelbindings
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
AllToLua.bat
Nightbuild: bindings are automatically update before the build
2012-06-07 20:30:29 +00:00
AllToLua.pkg
WebAdmin should not cause crashes anymore
2012-08-22 14:22:21 +00:00
AllToLua.sh
Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project files
2012-06-03 23:35:17 +00:00
Bindings.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
Bindings.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
BioGen.cpp
DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes.
2012-07-29 20:15:03 +00:00
BioGen.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
BlockArea.cpp
BlockArea name change reverted
2012-07-09 07:00:28 +00:00
BlockArea.h
BlockArea name change reverted
2012-07-09 07:00:28 +00:00
BlockID.cpp
Made cobwebs transparent
2012-08-14 08:32:23 +00:00
BlockID.h
Added a few more stackable items
2012-08-14 09:28:17 +00:00
ByteBuffer.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
ByteBuffer.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cAggressiveMonster.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cAggressiveMonster.h
- Fixed Bug #99 -> Mobs no longer bother you in creative mode
2011-12-25 22:47:12 +00:00
cAuthenticator.cpp
Authentication should work now..
2012-07-10 07:16:42 +00:00
cAuthenticator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Caves.cpp
Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!)
2012-08-06 10:41:49 +00:00
Caves.h
Initial WormNestCaves commit. Won't generate caves, only the schematic for caves' centers.
2012-07-27 16:47:55 +00:00
cBlockEntity.h
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cBlockingTCPLink.cpp
cWorld doesn't use cPackets.
2012-08-25 21:46:18 +00:00
cBlockingTCPLink.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cBlockToPickup.cpp
A new Block handling system :o
2012-07-15 20:36:34 +00:00
cBlockToPickup.h
A new Block handling system :o
2012-07-15 20:36:34 +00:00
cCavespider.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cCavespider.h
- Fixed Bug #99 -> Mobs no longer bother you in creative mode
2011-12-25 22:47:12 +00:00
cChatColor.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cChatColor.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChestEntity.cpp
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cChestEntity.h
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cChicken.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChicken.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChunk.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cChunk.h
git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-26 21:01:07 +00:00
cChunk.inl.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChunkGenerator.cpp
Chunk generator outputs its performance in chunks per second
2012-07-29 17:51:04 +00:00
cChunkGenerator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChunkMap.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cChunkMap.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cClientHandle.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cClientHandle.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cCow.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cCow.h
- Fixed Bug #99 -> Mobs no longer bother you in creative mode
2011-12-25 22:47:12 +00:00
cCraftingWindow.cpp
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cCraftingWindow.h
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cCreativeInventory.cpp
Removed packet includes where they're not needed
2012-08-24 09:50:13 +00:00
cCreativeInventory.h
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cCreeper.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cCreeper.h
- Fixed Bug #99 -> Mobs no longer bother you in creative mode
2011-12-25 22:47:12 +00:00
cCriticalSection.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cCriticalSection.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cCuboid.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cCuboid.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cDoors.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cEnderman.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cEnderman.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cEntity.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cEntity.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cEvent.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cEvent.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFile.cpp
MCServer should run just fine on Android now :D
2012-08-16 20:28:14 +00:00
cFile.h
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +00:00
cFileFormatUpdater.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFileFormatUpdater.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFireSimulator.cpp
http://www.mc-server.org/support/index.php?do=details&task_id=153
2012-07-12 17:26:00 +00:00
cFireSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFluidSimulator.cpp
A new Block handling system :o
2012-07-15 20:36:34 +00:00
cFluidSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFurnaceEntity.cpp
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cFurnaceEntity.h
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cFurnaceRecipe.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFurnaceRecipe.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cFurnaceWindow.cpp
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cFurnaceWindow.h
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cGhast.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cGhast.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cGroup.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cGroup.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cGroupManager.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cGroupManager.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cHeartBeat.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cHeartBeat.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
ChunkDataSerializer.cpp
git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-26 21:01:07 +00:00
ChunkDataSerializer.h
git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-26 21:01:07 +00:00
ChunkDef.h
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +00:00
ChunkSender.cpp
git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-26 21:01:07 +00:00
ChunkSender.h
git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-26 21:01:07 +00:00
cInventory.cpp
Inventory doesn't use cPackets
2012-08-24 08:04:58 +00:00
cInventory.h
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cIsThread.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cIsThread.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cItem.cpp
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cItem.h
Another handful of packets rewritten.
2012-08-19 11:51:17 +00:00
cLadder.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cLavaSimulator.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cLavaSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cLog.cpp
Android: Showing last MCServer related logcat message
2012-08-18 23:42:27 +00:00
cLog.h
Removed a useless include file.
2012-08-11 11:51:32 +00:00
cLuaChunk.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cLuaChunk.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cLuaCommandBinder.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cLuaCommandBinder.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cMakeDir.cpp
MCServer should run just fine on Android now :D
2012-08-16 20:28:14 +00:00
cMakeDir.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cMCLogger.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cMCLogger.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cMonster.cpp
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cMonster.h
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cMonsterConfig.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cMonsterConfig.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cNoise.cpp
DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes.
2012-07-29 20:15:03 +00:00
cNoise.h
DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes.
2012-07-29 20:15:03 +00:00
cNoise.inc
Noise: made interpolation methods public static, so that they can be used by the outside world as well
2012-07-22 18:48:59 +00:00
cNoteEntity.cpp
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
2012-08-26 17:50:42 +00:00
cNoteEntity.h
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
2012-08-26 17:50:42 +00:00
CompoGen.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
CompoGen.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPassiveAggressiveMonster.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPassiveAggressiveMonster.h
- Fixed Bug #99 -> Mobs no longer bother you in creative mode
2011-12-25 22:47:12 +00:00
cPassiveMonster.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPassiveMonster.h
- Fixed Bug #99 -> Mobs no longer bother you in creative mode
2011-12-25 22:47:12 +00:00
cPawn.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cPawn.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cPickup.cpp
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPickup.h
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cPig.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPig.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPiston.cpp
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cPiston.h
A new Block handling system :o
2012-07-15 20:36:34 +00:00
cPlayer.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cPlayer.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
cPlugin_Lua.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPlugin_Lua.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cPlugin_NewLua.cpp
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPlugin_NewLua.h
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPlugin_Squirrel.cpp
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPlugin_Squirrel.h
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPlugin.cpp
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPlugin.h
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPluginManager.cpp
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
cPluginManager.h
cPickup doesn't use cPackets.
2012-08-24 09:49:00 +00:00
CraftingRecipes.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
CraftingRecipes.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cRedstone.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cRedstone.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cRedstoneSimulator.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cRedstoneSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cReferenceManager.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cReferenceManager.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cRoot.cpp
Added a RateCompareString function to StringUtils
2012-08-22 23:05:12 +00:00
cRoot.h
Added a RateCompareString function to StringUtils
2012-08-22 23:05:12 +00:00
cSandSimulator.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSandSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSemaphore.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSemaphore.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cServer.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cServer.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cSheep.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSheep.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSign.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSignEntity.cpp
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
2012-08-24 07:58:26 +00:00
cSignEntity.h
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
2012-08-26 17:50:42 +00:00
cSilverfish.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSilverfish.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSimulator.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSimulatorManager.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSimulatorManager.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSkeleton.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSkeleton.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSleep.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSleep.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSlime.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSlime.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSocket.cpp
cSocket doesn't use cPackets.
2012-08-25 21:59:13 +00:00
cSocket.h
cSocket doesn't use cPackets.
2012-08-25 21:59:13 +00:00
cSocketThreads.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cSocketThreads.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cSpider.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSpider.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSquid.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSquid.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSquirrelCommandBinder.cpp
Improved Squirrel Bindings
2012-07-09 15:53:17 +00:00
cSquirrelCommandBinder.h
Improved Squirrel Bindings
2012-07-09 15:53:17 +00:00
cStairs.h
http://www.mc-server.org/support/index.php?do=details&task_id=153
2012-07-12 17:26:00 +00:00
cStringMap.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cStringMap.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cSurvivalInventory.cpp
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cSurvivalInventory.h
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
2012-08-18 09:56:28 +00:00
cTCPLink.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cTCPLink.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cThread.cpp
cThread uses AString instead of char * for name (fixed a warning)
2012-07-15 20:32:50 +00:00
cThread.h
cThread uses AString instead of char * for name (fixed a warning)
2012-07-15 20:32:50 +00:00
cTimer.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cTimer.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cTorch.h
Fix torches broken in rev 724
2012-08-14 15:53:05 +00:00
cTracer.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cTracer.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cVine.h
Squirrel Plugins
2012-07-08 21:01:08 +00:00
cWaterSimulator.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWaterSimulator.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWebAdmin.cpp
Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo)
2012-08-22 23:29:15 +00:00
cWebAdmin.h
WebAdmin should not cause crashes anymore
2012-08-22 14:22:21 +00:00
cWebPlugin.cpp
Fixed WebAdmin showing tab names (thanks for pointing it out Lapayo)
2012-08-22 23:29:15 +00:00
cWebPlugin.h
Added plugin name to deprecation messages
2012-08-23 20:49:21 +00:00
cWindow.cpp
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cWindow.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cWindowOwner.h
Prepared WindowOwner class hierarchy for minecart with chest.
2012-08-07 12:05:35 +00:00
cWolf.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWolf.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWorld.cpp
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cWorld.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
cZombie.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cZombie.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cZombiepigman.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cZombiepigman.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Defines.h
Turned a common assert into a warning log
2012-08-26 20:50:12 +00:00
Endianness.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
FastNBT.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
FastNBT.h
Anvil: added support for signs (why was it still missing??)
2012-06-15 20:58:52 +00:00
FinishGen.cpp
Removed bottom lava from caves generator, added a new finish generator BottomLava for that. Also fixed a slight error in SameBlock composition generator cfg
2012-07-27 21:00:11 +00:00
FinishGen.h
Removed bottom lava from caves generator, added a new finish generator BottomLava for that. Also fixed a slight error in SameBlock composition generator cfg
2012-07-27 21:00:11 +00:00
Globals.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Globals.h
Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )
2012-08-17 10:18:07 +00:00
HeiGen.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
HeiGen.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
LeakFinder.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
LeakFinder.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
LightingThread.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
LightingThread.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
lua5.1.dll
Added m_IP to player class and binding to get IP for LUA. (Probably should use m_pState)
2011-11-09 22:17:30 +00:00
LuaFunctions.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
LuaItems.h
Rewritten ForEach using #define-s, new ones can be added as a simple one-liner
2012-06-15 21:31:06 +00:00
main.cpp
Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!
2012-08-15 21:24:11 +00:00
ManualBindings.cpp
Added plugin name to deprecation messages
2012-08-23 20:49:21 +00:00
ManualBindings.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Matrix4f.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Matrix4f.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
MemoryLeak.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
MersenneTwister.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
PacketID.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
Protocol125.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
Protocol125.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
Protocol.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
ProtocolRecognizer.h
Cut out all packet handling to a separate cProtocol descendant
2012-08-27 17:31:16 +00:00
Ravines.cpp
Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!)
2012-08-06 10:41:49 +00:00
Ravines.h
Ravines: removed an unneeded member
2012-07-22 18:49:33 +00:00
StackWalker.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
StackWalker.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
StringCompression.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
StringCompression.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
StringUtils.cpp
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
StringUtils.h
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
2012-08-28 21:59:49 +00:00
StructGen.cpp
Added a new cave generator: DualRidgeCaves ( somewhat like http://www.gamedev.net/blog/33/entry-2227887-more-on-minecraft-type-world-gen/ )
2012-07-22 18:51:38 +00:00
StructGen.h
Added a new cave generator: DualRidgeCaves ( somewhat like http://www.gamedev.net/blog/33/entry-2227887-more-on-minecraft-type-world-gen/ )
2012-07-22 18:51:38 +00:00
tolua_base.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
tolua++.exe
Fixed tolua++ sources to consider AString a builtin string type. Fixed tolua++ VC projects for compilation with local Lua.
2012-06-04 14:58:17 +00:00
tolua++.h
MCServer c++ source files
2011-10-03 18:41:19 +00:00
Trees.cpp
Basic jungle trees with vines, efficient trees handling.
2012-07-15 13:33:43 +00:00
Trees.h
Basic jungle trees with vines, efficient trees handling.
2012-07-15 13:33:43 +00:00
Vector3d.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Vector3d.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Vector3f.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Vector3f.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Vector3i.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
Vector3i.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
virtual_method_hooks.lua
Modified ToLua additional script to allow multi-usertype virtual functions
2012-06-13 17:19:13 +00:00
WorldStorage.cpp
Added a true "all chunks saved" message for the save-all console command (FS #215 )
2012-08-15 11:54:13 +00:00
WorldStorage.h
Added a true "all chunks saved" message for the save-all console command (FS #215 )
2012-08-15 11:54:13 +00:00
WSSAnvil.cpp
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
2012-08-26 17:50:42 +00:00
WSSAnvil.h
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
2012-08-26 17:50:42 +00:00
WSSCompact.cpp
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
2012-08-26 17:50:42 +00:00
WSSCompact.h
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +00:00