1
0
cuberite-2a/source
2013-06-24 16:50:32 +00:00
..
BlockEntities
Blocks
Generating Added the End height and composition generators. 2013-06-22 18:41:08 +00:00
Items
LuaExpat Added Expat and LuaExpat, XML parsing now available in the API. 2013-04-09 13:43:24 +00:00
md5
Mobs
OSSupport Socket: Removed the absurd function returning localhost addr, now using INADDR_LOOPBACK 2013-06-15 20:24:22 +00:00
Protocol
Simulator
SQLite
squirrelbindings
UI Rewritten furnaces 2013-06-16 20:24:07 +00:00
WorldStorage
AllToLua.bat Nightbuild: bindings are automatically update before the build 2012-06-07 20:30:29 +00:00
AllToLua.pkg
AllToLua.sh
Authenticator.cpp Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
Authenticator.h Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
Bindings.cpp Added the End height and composition generators. 2013-06-22 18:41:08 +00:00
Bindings.h
BlockArea.cpp Explosions don't produce warnings in cBlockArea; fixed logging in cBlockArea 2013-06-21 21:19:02 +00:00
BlockArea.h
BlockID.cpp
BlockID.h
ByteBuffer.cpp
ByteBuffer.h More ByteBuffer checks: Is it used from a single thread only? 2012-11-22 20:42:33 +00:00
ChatColor.cpp
ChatColor.h Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
Chunk.cpp
Chunk.h
Chunk.inl.h Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
ChunkDef.h
ChunkMap.cpp Explosions don't produce warnings in cBlockArea; fixed logging in cBlockArea 2013-06-21 21:19:02 +00:00
ChunkMap.h
ChunkSender.cpp
ChunkSender.h
ClientHandle.cpp
ClientHandle.h
CraftingRecipes.cpp
CraftingRecipes.h Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
Cuboid.cpp
Cuboid.h
Defines.h
Doors.h
Enchantments.cpp
Enchantments.h
Endianness.h Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Entity.cpp TNT fixes. 2013-06-18 08:24:34 +00:00
Entity.h
FallingBlock.cpp Fixed entity chunking. 2013-05-19 11:49:01 +00:00
FallingBlock.h
FurnaceRecipe.cpp
FurnaceRecipe.h
Globals.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Globals.h IPv6: Windows XP doesn't have the inet_pton() function, resorting to custom-formatting the address 2013-03-05 20:46:40 +00:00
Group.cpp
Group.h
GroupManager.cpp
GroupManager.h
Inventory.cpp Refactored cInventory to use cItemGrid for the actual Storage 2013-05-24 07:30:39 +00:00
Inventory.h
Item.cpp cItem: Added useful utility functions 2013-06-16 14:12:25 +00:00
Item.h
ItemGrid.cpp
ItemGrid.h
LeakFinder.cpp
LeakFinder.h Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB. 2013-03-23 19:04:39 +00:00
LightingThread.cpp Fixed a few out-of-bounds reads 2013-05-09 19:06:16 +00:00
LightingThread.h Fixed crashes caused LightingThread overwriting memory where it shouldn't (yay valgrind!) 2012-11-16 09:40:15 +00:00
LinearInterpolation.cpp
LinearInterpolation.h
LinearUpscale.h
Log.cpp Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW. 2013-05-25 14:59:41 +00:00
Log.h Merged branch "branches/hooks" into "trunk". 2013-01-12 04:46:01 +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
LuaWindow.cpp LuaWindow: Fixed memory leaks with unclosed windows 2013-06-02 21:59:25 +00:00
LuaWindow.h LuaWindow: Fixed memory leaks with unclosed windows 2013-06-02 21:59:25 +00:00
main.cpp Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW. 2013-05-25 14:59:41 +00:00
ManualBindings.cpp
ManualBindings.h
Matrix4f.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Matrix4f.h Pickups are now being saved into Anvil. 2013-03-09 14:35:43 +00:00
MCLogger.cpp BiomeVisualiser: initial import 2013-02-03 20:37:13 +00:00
MCLogger.h BiomeVisualiser: initial import 2013-02-03 20:37:13 +00:00
MemoryLeak.h
MersenneTwister.h
Minecart.cpp Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() 2013-04-13 21:02:10 +00:00
Minecart.h Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() 2013-04-13 21:02:10 +00:00
MonsterConfig.cpp
MonsterConfig.h
Noise.cpp Moved noise debugging into the Noise.* files 2013-05-15 17:09:38 +00:00
Noise.h
Pawn.cpp Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() 2013-04-13 21:02:10 +00:00
Pawn.h
Pickup.cpp Refactored cInventory to use cItemGrid for the actual Storage 2013-05-24 07:30:39 +00:00
Pickup.h Moved physics to the cEntity class from the derivative classes (cMonster, cPickup). Added physics override to cPlayer to disable physics calculations. Fixed bug with pitch calculations on mobs. 2013-04-22 07:18:03 +00:00
Piston.cpp
Piston.h Pickups are now being saved into Anvil. 2013-03-09 14:35:43 +00:00
Player.cpp
Player.h Implemented proper player crouching. 2013-06-04 14:18:03 +00:00
Plugin_NewLua.cpp
Plugin_NewLua.h
Plugin_Squirrel.cpp
Plugin_Squirrel.h
Plugin.cpp Plugins can modify message in the OnChat() hook handler. 2013-06-22 19:08:34 +00:00
Plugin.h
PluginManager.cpp Plugins can modify message in the OnChat() hook handler. 2013-06-22 19:08:34 +00:00
PluginManager.h
ProbabDistrib.cpp ProbabDistrib: fixed definition string parsing with nonzero start 2013-03-17 13:24:57 +00:00
ProbabDistrib.h
ReferenceManager.cpp
ReferenceManager.h Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
Root.cpp Fixed server stopping after #363 fix 2013-04-27 21:14:31 +00:00
Root.h
Server.cpp Plugins can modify message in the OnChat() hook handler. 2013-06-22 19:08:34 +00:00
Server.h
SquirrelCommandBinder.cpp Removed the SquirrelVM. 2012-11-08 19:09:35 +00:00
SquirrelCommandBinder.h Removed the SquirrelVM. 2012-11-08 19:09:35 +00:00
StackWalker.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
StackWalker.h
StringCompression.cpp Enchantments: API and sending to client 2013-06-02 10:40:20 +00:00
StringCompression.h
StringMap.cpp Source files cleanup: The rest of the files renamed. 2012-09-23 22:09:57 +00:00
StringMap.h
StringUtils.cpp
StringUtils.h StringUtils: Fixed StringSplit to work with multiple delimiters 2013-05-01 17:02:09 +00:00
TNTEntity.cpp More TNT fixes. 2013-06-18 19:09:51 +00:00
TNTEntity.h More TNT fixes. 2013-06-18 19:09:51 +00:00
tolua_base.h
tolua++.exe
tolua++.h
Tracer.cpp Tracer: removed the "start and end in the same block" warning, it is a normal condition. 2013-04-06 16:12:52 +00:00
Tracer.h
Vector3d.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Vector3d.h
Vector3f.cpp Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Vector3f.h Merged branch "branches/hooks" into "trunk". 2013-01-12 04:46:01 +00:00
Vector3i.cpp
Vector3i.h
virtual_method_hooks.lua
WebAdmin.cpp Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. 2013-02-05 19:57:22 +00:00
WebAdmin.h
WebPlugin.cpp Merged branch "branches/hooks" into "trunk". 2013-01-12 04:46:01 +00:00
WebPlugin.h
World.cpp
World.h
XMLParser.h