Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented UnboundedRel BlockLight and SkyLight. | madmaxoft | 2013-10-22 | 1 | -8/+15 |
| | | | | Also unified the various UnboundedRel operations to use the same underlying structure. | ||||
* | renaming the cChunk::getRandomBlock method + removing a buggy working log | mgueydan | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | Adding an Empty shell that would launch mob spawner - not called yet | mgueydan | 2013-09-08 | 1 | -0/+8 |
| | |||||
* | Adding mob census (sorry this is a big commit as work was done before git integration i couldn't split it more) | mgueydan | 2013-09-07 | 1 | -0/+4 |
| | |||||
* | Added forgotten initialisation | Tiger Wang | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Fixed uninitialised thingummies | Tiger Wang | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Removed an unused CriticalSection from cChunk. | madmaxoft | 2013-08-19 | 1 | -1/+0 |
| | | | | Fixes #109 | ||||
* | Implemented cWorld:QueueSetBlock(), as requested for delayed blocksetting. | madmaxoft | 2013-08-18 | 1 | -0/+24 |
| | | | | Untested yet, so might not work. | ||||
* | Removed SetServerBlock griefing. | madmaxoft | 2013-08-18 | 1 | -2/+0 |
| | |||||
* | Properly fixed piston non-animation | Tiger Wang | 2013-08-18 | 1 | -0/+2 |
| | | | | Fixes #57 | ||||
* | Improved function names for protocol packet sending; alpha-sorted the function lists | madmaxoft@gmail.com | 2013-07-07 | 1 | -14/+16 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1659 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. | madmaxoft@gmail.com | 2013-06-13 | 1 | -2/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1587 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added cWorld::SetSignLines(), re-exported to Lua manually to avoid ghost return values | madmaxoft@gmail.com | 2013-06-12 | 1 | -1/+3 |
| | | | | | | FS #364 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1582 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Implemented proper player crouching. | madmaxoft@gmail.com | 2013-06-04 | 1 | -1/+1 |
| | | | | | | Fixes FS #365 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1553 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | cChunk: Added the GetRelNeighborChunkAdjustCoords() function | madmaxoft@gmail.com | 2013-05-28 | 1 | -0/+7 |
| | | | | | | Not only does it return the proper neighbor chunk, but also it adjusts the relative coords to be in that returned chunk. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1523 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Chunk / ChunkMap: Added support for unbounded querying blocktype-only or blockmeta-only | madmaxoft@gmail.com | 2013-05-28 | 1 | -0/+6 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1522 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Implemented droppers | madmaxoft@gmail.com | 2013-05-26 | 1 | -0/+12 |
| | | | | | | Added a common ancestor class "DropSpenser" that has the common code for dropper and dispenser and is Lua-accessible, too. The Debuggers plugin now triggers both droppers and dispensers when rclking them with a redstone torch. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1514 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed the cWorld:DoWithChestAt(), DoWithDispenserAt() and DoWithFurnaceAt() callbacks binding. | madmaxoft@gmail.com | 2013-05-25 | 1 | -2/+2 |
| | | | | | | They are now doing what the comment said they are doing. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1506 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 2013-04-13 | 1 | -5/+12 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1385 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Proper fix for FS #347. Also unification of ticking block entities. | madmaxoft@gmail.com | 2013-04-01 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1348 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed block update queueing and water meta change not propagated to clients. | madmaxoft@gmail.com | 2013-03-22 | 1 | -0/+3 |
| | | | | | | Fixes FS #333. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1297 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added support for the packet #28 (0x1C): ENTITY_VELOCITY | keyboard.osh@gmail.com | 2013-03-18 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1283 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 2013-03-15 | 1 | -14/+15 |
| | | | | | | Also fixed vines' placement. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1278 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Small performance improvements in fluid simulator. | madmaxoft@gmail.com | 2013-03-14 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1276 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1249 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Simulators are woken up upon chunk load | madmaxoft@gmail.com | 2013-03-03 | 1 | -0/+4 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1248 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Rewritten SandSimulator to use direct chunk access; and sand falling on torches now creates a pickup. | madmaxoft@gmail.com | 2013-03-02 | 1 | -0/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1240 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Floody fluid simulator has been converted to use direct chunk access | madmaxoft@gmail.com | 2013-03-02 | 1 | -1/+7 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1236 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | New fire simulator, fully rewritten to the new scheme of things, directly accessing chunk data. | madmaxoft@gmail.com | 2013-03-01 | 1 | -15/+24 |
| | | | | | | http://forum.mc-server.org/showthread.php?tid=617&pid=6626#pid6626 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1233 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Simulators now have direct access to the cChunk object in the WakeUp() call | madmaxoft@gmail.com | 2013-02-28 | 1 | -4/+18 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1227 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -2/+0 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed slab usage in creative mode | luksor111@gmail.com | 2012-12-27 | 1 | -2/+2 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1112 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Dispensers can dispense items and liquids now | luksor111@gmail.com | 2012-12-26 | 1 | -0/+6 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1105 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 2012-12-19 | 1 | -4/+6 |
| | | | | | | | | Fixed crash when digging snow Moved BlockPlace hook check, so Core plugin will no longer block item usage Player chat messages are now visible in the console git-svn-id: http://mc-server.googlecode.com/svn/trunk@1081 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | cChunk now tracks its neighbors as direct pointers; used in UnboundedRelGetBlock et al. | madmaxoft@gmail.com | 2012-12-14 | 1 | -4/+13 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1073 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Removed an unused obsolete function chain - cWorld::GetChunkBlockData() | madmaxoft@gmail.com | 2012-11-11 | 1 | -3/+0 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1036 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | 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 | -2/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1000 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 2012-10-21 | 1 | -19/+20 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@994 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block. | madmaxoft@gmail.com | 2012-10-20 | 1 | -3/+4 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@986 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Floody fluid simulator now dries up correctly, too. | madmaxoft@gmail.com | 2012-10-14 | 1 | -0/+4 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@964 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | BlockArea writing support (BlockTypes with BlockMeta only) | madmaxoft@gmail.com | 2012-10-06 | 1 | -0/+4 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@933 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 2012-10-03 | 1 | -4/+3 |
| | | | | | | Also slightly refactored the variable / argument names (BlockID is deprecated, use BlockType instead) git-svn-id: http://mc-server.googlecode.com/svn/trunk@921 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Beds can be slept in now (it doesn't change the time though) | faketruth | 2012-09-29 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@911 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added the block dig animation packet (patch contributed by l0udPL) | madmaxoft@gmail.com | 2012-09-25 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@892 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+321 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 |