Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -4/+19 |
| | | | | Fixes #1618. | ||||
* | Added a cWorld:PrepareChunk function. | Mattes D | 2014-12-10 | 1 | -0/+14 |
| | | | | | It prepares the chunk - loads or generates it and lights it. The spawn prepare process uses this function. | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -25/+25 |
| | |||||
* | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-13 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: src/Items/ItemHoe.h | ||||
| * | Fixed farmland issues. | Howaner | 2014-09-12 | 1 | -2/+2 |
| | | |||||
* | | 1.8: Added ParticleEffect packet. | Howaner | 2014-09-11 | 1 | -1/+1 |
|/ | |||||
* | Rewritten chunk status to specify whether the chunk is in queue. | Mattes D | 2014-09-05 | 1 | -6/+3 |
| | | | | This fixes #1370. | ||||
* | Merge remote-tracking branch 'origin/master' into EntitiesInBox | madmaxoft | 2014-09-04 | 1 | -7/+7 |
|\ | |||||
| * | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -7/+7 |
| | | |||||
* | | Added cWorld::ForEachEntityInBox() | madmaxoft | 2014-09-03 | 1 | -0/+6 |
|/ | |||||
* | Exported the beacon. | Howaner | 2014-07-30 | 1 | -0/+5 |
| | |||||
* | Added a queue for setting chunk data. | madmaxoft | 2014-07-24 | 1 | -15/+5 |
| | | | | Fixes #1196. | ||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -4/+4 |
| | |||||
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | ||||
* | Merge branch 'master' into Sounds | Howaner | 2014-07-13 | 1 | -3/+3 |
|\ | |||||
| * | Fixed wrong types. (BLOCKTYPE -> NIBBLETYPE) | Howaner | 2014-07-13 | 1 | -3/+3 |
| | | |||||
* | | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1154 from mc-server/trappedchests | Tiger Wang | 2014-07-13 | 1 | -1/+2 |
|\ | | | | | Implemented trapped chests & others | ||||
| * | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | ||||
* | | Implemented support for forced chunk ticking. | madmaxoft | 2014-07-10 | 1 | -0/+7 |
|/ | | | | Fixes #1160. | ||||
* | Added generic entity-collecting. | Mattes D | 2014-06-27 | 1 | -0/+1 |
| | | | | | Now any cEntity can be collected, not only cPickups. This should help PR #1098. | ||||
* | Merge branch 'master' into GlobalFixes | Howaner | 2014-06-17 | 1 | -3/+33 |
|\ | |||||
| * | Fixed gcc compilation. | madmaxoft | 2014-06-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -1/+26 |
| | | |||||
| * | Fixed a race condition when adding a player to a world. | madmaxoft | 2014-06-10 | 1 | -0/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin/pistonfixes' | Tiger Wang | 2014-06-02 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: src/Chunk.cpp | ||||
| | * | Hopefully fixed piston duplication issues | Tiger Wang | 2014-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Fixes #879 * Fixes #714 | ||||
| * | | Fixed issue with types not being defined for an unused parameter | Tycho | 2014-05-18 | 1 | -1/+2 |
| |/ | |||||
* / | Add DoWithBlockEntityAt() to WorldInterface.h | Howaner | 2014-06-17 | 1 | -2/+2 |
|/ | |||||
* | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | Add Flower Pots | Howaner | 2014-03-07 | 1 | -0/+5 |
| | |||||
* | Merge pull request #697 from Howaner/Skull | Mattes D | 2014-02-19 | 1 | -0/+5 |
|\ | | | | | Add Skulls/Heads to MCServer | ||||
| * | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -4/+4 |
| | | |||||
| * | Add Heads completely | Howaner | 2014-02-18 | 1 | -0/+5 |
| | | |||||
* | | Added cWorld:SetAreaBiome() API function. | madmaxoft | 2014-02-18 | 1 | -0/+9 |
|/ | | | | Fixes #675. | ||||
* | Initial ChunkStay code. | madmaxoft | 2014-02-08 | 1 | -110/+89 |
| | |||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Refactored cBlockHandler::OnUse and dependents | Tycho | 2014-01-26 | 1 | -1/+8 |
| | |||||
* | Basic command block implementation | andrew | 2014-01-18 | 1 | -9/+14 |
| | |||||
* | Implented BroadcastParticleEffect | STRWarrior | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions. | STRWarrior | 2013-12-15 | 1 | -0/+2 |
| | |||||
* | Implemented note block playing and fixed wire | Tiger Wang | 2013-12-14 | 1 | -0/+5 |
| | | | | Game of Thrones music in Minecraft, here I come! | ||||
* | Renamed animation function | Tiger Wang | 2013-12-07 | 1 | -1/+1 |
| | | | | | Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know. | ||||
* | Fixed duplication glitch with QueueSetBlock | Tiger Wang | 2013-12-06 | 1 | -1/+1 |
| | | | | | | | If a coordinate was queued, and then the block there was broken, it would reappear: double items! Also now just sets meta if previous and current blocktypes matched. | ||||
* | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 1 | -0/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -2/+9 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+432 |