..
blocks
Fixed Bug #236
2012-08-19 10:44:19 +00:00
items
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
md5
Fixed *nix compilation for md5.cpp
2012-07-29 12:38:34 +00:00
packets
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
squirrelbindings
Windows compilation fix after Android changes
2012-08-16 06:47:09 +00:00
AllToLua.bat
Nightbuild: bindings are automatically update before the build
2012-06-07 20:30:29 +00:00
AllToLua.pkg
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
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
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
Bindings.h
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +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
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
ByteBuffer.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
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
ChunkDef.h
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +00:00
ChunkSender.cpp
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +00:00
ChunkSender.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +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
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
Defines.h
Another handful of packets rewritten.
2012-08-19 11:51:17 +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
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
ManualBindings.cpp
Added the cWorld::DoWithPlayer() function and exported it in the Lua API. Removed the obsolete cWorld::GetPlayer() function.
2012-07-02 11:21: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
Another handful of packets rewritten.
2012-08-19 11:51:17 +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
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
StringUtils.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
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
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
WSSAnvil.cpp
Added a (disabled) debugging code for anvil underground overviewing, useful for exploring MC cave generation style
2012-07-21 17:07:46 +00:00
WSSAnvil.h
Anvil: added support for signs (why was it still missing??)
2012-06-15 20:58:52 +00:00
WSSCompact.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
WSSCompact.h
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +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
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
cBlockEntity.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
cBlockingTCPLink.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cBlockingTCPLink.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +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
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChatColor.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cChestEntity.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cChestEntity.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cChunk.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cChunkMap.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cClientHandle.cpp
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cClientHandle.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +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
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.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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cEntity.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cFurnaceEntity.h
Removed a useless include file.
2012-08-11 11:51:32 +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
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
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
cInventory.cpp
Another handful of packets rewritten.
2012-08-19 11:51:17 +00:00
cInventory.h
Another handful of packets rewritten.
2012-08-19 11:51:17 +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
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
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
cMonster.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cMonster.h
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +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
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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cPawn.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cPickup.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPickup.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +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
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPiston.h
A new Block handling system :o
2012-07-15 20:36:34 +00:00
cPlayer.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPlayer.h
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPlugin.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPlugin.h
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPluginManager.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPluginManager.h
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +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
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPlugin_NewLua.h
Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_O
2012-08-22 12:24:29 +00:00
cPlugin_Squirrel.cpp
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cPlugin_Squirrel.h
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +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
Chat history limit on the WebAdmin chat
2012-08-22 11:22:26 +00:00
cRoot.h
Chat history limit on the WebAdmin chat
2012-08-22 11:22:26 +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
Chat packet handled in the new way; fixed missing packet sending for inventory slot.
2012-08-18 10:38:15 +00:00
cServer.h
Chat packet handled in the new way; fixed missing packet sending for inventory slot.
2012-08-18 10:38:15 +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
Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.
2012-08-19 19:42:32 +00:00
cSignEntity.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +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
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
cSocket.h
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
2012-08-03 11:53:11 +00:00
cSocketThreads.cpp
SocketThreads: hopefully fixed MacOSX failure with client ping crashing the server
2012-07-18 10:45:01 +00:00
cSocketThreads.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +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
Chat history limit on the WebAdmin chat
2012-08-22 11:22:26 +00:00
cWebAdmin.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWebPlugin.cpp
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWebPlugin.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
cWebPlugin_Lua.cpp
Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_O
2012-08-22 12:24:29 +00:00
cWebPlugin_Lua.h
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +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
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +00:00
cWorld.h
Window, Chest, Furnace and Pawn are not using cPackets at all
2012-08-19 21:14:45 +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
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
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
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
tolua_base.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