| Commit message (Expand) | Author | Age | Files | Lines |
* | World: More unused variables removed. | madmaxoft@gmail.com | 2013-07-07 | 1 | -3/+1 |
* | World: Removed an unused variable | madmaxoft@gmail.com | 2013-07-07 | 1 | -1/+0 |
* | Improved function names for protocol packet sending; alpha-sorted the function lists | madmaxoft@gmail.com | 2013-07-07 | 1 | -20/+20 |
* | Rewritten entity-on-fire management ("forever on fire" bugs) | madmaxoft@gmail.com | 2013-07-01 | 1 | -1/+1 |
* | Added the End height and composition generators. | madmaxoft@gmail.com | 2013-06-22 | 1 | -7/+0 |
* | Dispensers dispense primed TNT | madmaxoft@gmail.com | 2013-06-21 | 1 | -2/+2 |
* | Simulators are woken up after an explosion. | madmaxoft@gmail.com | 2013-06-21 | 1 | -3/+7 |
* | More TNT fixes. | madmaxoft@gmail.com | 2013-06-18 | 1 | -0/+3 |
* | First attempt at fixing the inter-threading deadlocks between the tick thread and the socket thread | madmaxoft@gmail.com | 2013-06-15 | 1 | -0/+13 |
* | Added cWorld::SetSignLines(), re-exported to Lua manually to avoid ghost return values | madmaxoft@gmail.com | 2013-06-12 | 1 | -2/+5 |
* | Fixed previous commit. | nielsbreu@gmail.com | 2013-06-09 | 1 | -2/+2 |
* | Added SetTicksUntilWeatherChange/GetTicksUntilWeatherChange. to set/get the amount of ticks before the weather changes. Added SendBlockChange to Lua to create "fake" blocks | nielsbreu@gmail.com | 2013-06-09 | 1 | -2/+8 |
* | Implemented droppers | madmaxoft@gmail.com | 2013-05-26 | 1 | -1/+13 |
* | Fixed the cWorld:DoWithChestAt(), DoWithDispenserAt() and DoWithFurnaceAt() callbacks binding. | madmaxoft@gmail.com | 2013-05-25 | 1 | -2/+2 |
* | Tiny formatting fix of rev 1463 | madmaxoft@gmail.com | 2013-05-09 | 1 | -5/+3 |
* | function SpawnItemPickups is now exported to Lua. Lua is able to create a Items object. | nielsbreu@gmail.com | 2013-05-09 | 1 | -1/+7 |
* | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 2013-04-18 | 1 | -0/+3 |
* | Proper entity removal functions | madmaxoft@gmail.com | 2013-04-13 | 1 | -4/+3 |
* | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 2013-04-13 | 1 | -22/+22 |
* | Added carrots and potatoes handling, bonemealing and proper lighting. | madmaxoft@gmail.com | 2013-04-05 | 1 | -2/+4 |
* | Added support for the packet #28 (0x1C): ENTITY_VELOCITY | keyboard.osh@gmail.com | 2013-03-18 | 1 | -0/+1 |
* | Initial nether composition generator | madmaxoft@gmail.com | 2013-03-11 | 1 | -5/+15 |
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 1 | -0/+1 |
* | Rewritten SandSimulator to use direct chunk access; and sand falling on torches now creates a pickup. | madmaxoft@gmail.com | 2013-03-02 | 1 | -1/+1 |
* | New fire simulator, fully rewritten to the new scheme of things, directly accessing chunk data. | madmaxoft@gmail.com | 2013-03-01 | 1 | -0/+3 |
* | Simulators now have direct access to the cChunk object in the WakeUp() call | madmaxoft@gmail.com | 2013-02-28 | 1 | -0/+3 |
* | Added HOOK_WEATHER_CHANGING. | madmaxoft@gmail.com | 2013-02-13 | 1 | -4/+13 |
* | Added a GetClassStatic function to all entities, as well as cFurnaceEntity, cChestEntity and cWorld | faketruth | 2013-02-03 | 1 | -0/+5 |
* | Simplified cWorld::FindAndDoWithPlayer() | madmaxoft@gmail.com | 2013-02-01 | 1 | -1/+1 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -23/+16 |
* | Fixed slab usage in creative mode | luksor111@gmail.com | 2012-12-27 | 1 | -2/+2 |
* | Dispensers can dispense items and liquids now | luksor111@gmail.com | 2012-12-26 | 1 | -0/+6 |
* | Replaced "const double &" with plain "double" for simplicity | madmaxoft@gmail.com | 2012-12-21 | 1 | -5/+7 |
* | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 2012-12-19 | 1 | -4/+6 |
* | Removed an unused obsolete function chain - cWorld::GetChunkBlockData() | madmaxoft@gmail.com | 2012-11-11 | 1 | -3/+0 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 1 | -18/+43 |
* | Added cWorld:SpawnMob(PosX, PosY, PosZ, EntityType) to Lua API | madmaxoft@gmail.com | 2012-10-28 | 1 | -0/+3 |
* | Fixed a valgrind warning in BlockDirt. | madmaxoft@gmail.com | 2012-10-26 | 1 | -2/+2 |
* | Top blocks are now snowed over, either normally, or in deep snow (patch contributed by funmaker, Luksor and Sebi) | madmaxoft@gmail.com | 2012-10-21 | 1 | -0/+2 |
* | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 2012-10-21 | 1 | -22/+23 |
* | Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block. | madmaxoft@gmail.com | 2012-10-20 | 1 | -12/+18 |
* | Preparation for multiple fluid simulators. | madmaxoft@gmail.com | 2012-10-13 | 1 | -8/+11 |
* | Added delayed ticking to Lua API | madmaxoft@gmail.com | 2012-10-13 | 1 | -2/+2 |
* | Added an option to disable/enable PVP on a per world basis | faketruth | 2012-10-10 | 1 | -0/+2 |
* | BlockArea writing support (BlockTypes with BlockMeta only) | madmaxoft@gmail.com | 2012-10-06 | 1 | -0/+7 |
* | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 2012-10-03 | 1 | -1/+7 |
* | Beds can be slept in now (it doesn't change the time though) | faketruth | 2012-09-29 | 1 | -0/+1 |
* | Made beds placeable | faketruth | 2012-09-29 | 1 | -1/+2 |
* | Added the block dig animation packet (patch contributed by l0udPL) | madmaxoft@gmail.com | 2012-09-25 | 1 | -1/+2 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+477 |