1
0
Fork 0
cuberite-2a/source
faketruth 33ca4d5003 MCServer should run just fine on Android now :D
The server is also stoppable from Android

git-svn-id: http://mc-server.googlecode.com/svn/trunk@743 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-16 20:28:14 +00:00
..
blocks Fixed cacti and sugarcane not being placeable on themselves (FS #234, patch submitted by STR_Warrior) 2012-08-10 20:26:50 +00:00
items Added a few more stackable items 2012-08-14 09:28:17 +00:00
md5 Fixed *nix compilation for md5.cpp 2012-07-29 12:38:34 +00:00
packets Added partial shift+click handling to the survival inventory 2012-08-11 19:54:57 +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 A new Block handling system :o 2012-07-15 20:36:34 +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 Updated Bindings to match the new armor categories and torch metas 2012-08-11 19:49:36 +00:00
Bindings.h Updated Bindings to match the new armor categories and torch metas 2012-08-11 19:49:36 +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
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 Fix torches broken in rev 724 2012-08-14 15:53:05 +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 MCServer should run just fine on Android now :D 2012-08-16 20:28:14 +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 Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. 2012-08-03 11:53:11 +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 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
StringUtils.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Prepared WindowOwner class hierarchy for minecart with chest. 2012-08-07 12:05:35 +00:00
cChestEntity.h Prepared WindowOwner class hierarchy for minecart with chest. 2012-08-07 12:05:35 +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 Slight cChunk optimization 2012-07-21 14:47:44 +00:00
cChunk.h A new Block handling system :o 2012-07-15 20:36:34 +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 A bit of cleanup and documentation around the UI window handling 2012-08-06 20:10:16 +00:00
cChunkMap.h cBlockArea object added (with only minimal testing so far) 2012-07-02 16:30:17 +00:00
cClientHandle.cpp Added temporary debug statistics of the RelEntMoveLook packet removal efficiency 2012-08-15 20:37:08 +00:00
cClientHandle.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Crafting window crafting result shift-click handling 2012-08-14 14:41:57 +00:00
cCraftingWindow.h Crafting window crafting grid shift-click handling 2012-08-14 14:18:24 +00:00
cCreativeInventory.cpp Fixed a crash in creative inventory (FS 235, patch submitted by l0udPL) 2012-08-10 19:01:36 +00:00
cCreativeInventory.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
cEntity.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Prepared WindowOwner class hierarchy for minecart with chest. 2012-08-07 12:05:35 +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 A bit of cleanup and documentation around the UI window handling 2012-08-06 20:10:16 +00:00
cFurnaceWindow.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Shift-click completed in survival inventory window 2012-08-14 08:33:09 +00:00
cInventory.h Added partial shift+click handling to the survival inventory 2012-08-11 19:54:57 +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 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
cItem.h Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. 2012-08-03 11:53:11 +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 MCServer should run just fine on Android now :D 2012-08-16 20:28:14 +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 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
cMonster.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Simple health regeneration system 2012-07-17 12:02:03 +00:00
cPawn.h Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. 2012-08-03 11:53:11 +00:00
cPickup.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 A new Block handling system :o 2012-07-15 20:36:34 +00:00
cPiston.h A new Block handling system :o 2012-07-15 20:36:34 +00:00
cPlayer.cpp Fixed a crash in creative inventory (FS 235, patch submitted by l0udPL) 2012-08-10 19:01:36 +00:00
cPlayer.h Fixed a crash in creative inventory (FS 235, patch submitted by l0udPL) 2012-08-10 19:01:36 +00:00
cPlugin.cpp Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. 2012-08-03 11:53:11 +00:00
cPlugin.h Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. 2012-08-03 11:53:11 +00:00
cPluginManager.cpp Windows compilation fix after Android changes 2012-08-16 06:47:09 +00:00
cPluginManager.h Improved Squirrel Bindings 2012-07-09 15:53:17 +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 Added new hooks: UPDATING_SIGN and UPDATED_SIGN. The first one is capable of changing the sign text by returning the new four lines along with the bool value 2012-06-16 15:06:14 +00:00
cPlugin_NewLua.h Added new hooks: UPDATING_SIGN and UPDATED_SIGN. The first one is capable of changing the sign text by returning the new four lines along with the bool value 2012-06-16 15:06:14 +00:00
cPlugin_Squirrel.cpp Fixed some bugs within the squirrel plugin system. 2012-07-10 16:46:15 +00:00
cPlugin_Squirrel.h Squirrel Plugins 2012-07-08 21:01:08 +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 MCServer should run just fine on Android now :D 2012-08-16 20:28:14 +00:00
cRoot.h Console command "chunkstats" now lists each world and also totals 2012-08-15 12:08:11 +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 Console command "chunkstats" now lists each world and also totals 2012-08-15 12:08:11 +00:00
cServer.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Shift-clicking the crafting grid in curvival inventory tries placing things in inventory first, then the hotbar. 2012-08-14 09:45:38 +00:00
cSurvivalInventory.h Added partial shift+click handling to the survival inventory 2012-08-11 19:54:57 +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 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +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 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
cWebPlugin_Lua.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
cWindow.cpp Added partial shift+click handling to the survival inventory 2012-08-11 19:54:57 +00:00
cWindow.h Added partial shift+click handling to the survival inventory 2012-08-11 19:54:57 +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 Added a true "all chunks saved" message for the save-all console command (FS #215) 2012-08-15 11:54:13 +00:00
cWorld.h A bit of cleanup and documentation around the UI window handling 2012-08-06 20:10: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
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