Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 3 | -6/+6 | |
2014-05-07 | Superfluous method override. | Howaner | 1 | -6/+0 | |
2014-05-07 | Add lava and water check to block handlers. | Howaner | 2 | -2/+14 | |
2014-05-07 | Rename CanChangeDirtToGrass to CanDirtGrowGrass | Howaner | 6 | -9/+9 | |
2014-05-05 | Add clicks, exp subtraction, item check, ... | Howaner | 1 | -1/+1 | |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+7 | |
2014-05-04 | Fixed portal Z direction loop coding failure | Tiger Wang | 1 | -10/+9 | |
* Fixed portals created in the ZP/ZM direction eating its frame * Changed return type of a function | |||||
2014-04-25 | Missed these CMakeLists. | archshift | 1 | -0/+1 | |
2014-04-23 | The new leaves don't decay anymore. | STRWarrior | 1 | -0/+1 | |
Fixes #792 | |||||
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2 | -1/+2 | |
2014-04-07 | Fixed Errors | daniel0916 | 1 | -1/+1 | |
2014-04-06 | Remove old import | Howaner | 2 | -3/+2 | |
2014-04-06 | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 6 | -3/+33 | |
2014-04-04 | Fixed Clang warnings in itemhandlers. | madmaxoft | 1 | -2/+2 | |
2014-04-03 | Change CanBeAt() from big flower | Howaner | 1 | -5/+1 | |
2014-04-03 | Remove old function | Howaner | 1 | -6/+0 | |
2014-04-03 | Grass now grows under up-side-down slabs | Howaner | 1 | -3/+12 | |
2014-04-02 | With eXtra line! | Tiger Wang | 1 | -0/+1 | |
2014-04-02 | Removed extra brackets | Tiger Wang | 1 | -5/+2 | |
2014-04-01 | Fixed clang warnings in BlockHandlers. | madmaxoft | 4 | -5/+6 | |
2014-04-01 | Simplified the anvil placement code. | madmaxoft | 1 | -11/+9 | |
2014-03-31 | Realised suggestions | Tiger Wang | 1 | -1/+4 | |
2014-03-31 | Simplified and fixed slabs, fixes #835 | Tiger Wang | 1 | -33/+10 | |
2014-03-31 | Fixed a few Y too high/low asserts | Tiger Wang | 1 | -2/+3 | |
2014-03-30 | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 11 | -48/+54 | |
2014-03-30 | Fixed a few clang warnings. | madmaxoft | 1 | -0/+6 | |
2014-03-30 | Fixed chest rotator. | madmaxoft | 1 | -2/+2 | |
2014-03-29 | Added in MetaMirrorXY and MetaMirrorYZ to cBlockSignHandler. | narroo | 1 | -0/+19 | |
2014-03-29 | Add "a_RelY < cChunkDef::Height" to BlockBigFlower | Howaner | 1 | -0/+1 | |
2014-03-28 | Some fixes to lilypads | Tiger Wang | 1 | -61/+5 | |
* Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel | |||||
2014-03-28 | Add tallgrass drop to big flowers. | Howaner | 2 | -8/+59 | |
Add tallgrass drop, when a players break a tallgrass with the shear. | |||||
2014-03-28 | door -> flower | Howaner | 1 | -1/+1 | |
2014-03-28 | Add tall flower handler. | Howaner | 2 | -0/+99 | |
2014-03-28 | Fixed non-virtual destructors warnings. | madmaxoft | 2 | -2/+4 | |
2014-03-27 | Change SpreadSource prefix to ss | Howaner | 2 | -2/+2 | |
2014-03-27 | Wrong if in BlockLeaves | Howaner | 1 | -1/+1 | |
2014-03-27 | Add SpreadSource | Howaner | 4 | -2/+13 | |
2014-03-27 | Add new leaves to all classes. | Howaner | 1 | -1/+1 | |
2014-03-26 | Altered the rotates for cBlockSignHandler. The functions as a whole is still unfinished though; no wall sign or mirroring support yet. | narroo | 1 | -2/+2 | |
2014-03-26 | Fixed Minor typos. | narroo | 3 | -9/+12 | |
2014-03-25 | Added a comment about the behavior of doors under mirros. Simply put, the current implementation of MetaMirror causes glitchy behavior. The door class itself needs to be edited. (I've got an idea on that....) | narroo | 1 | -2/+8 | |
2014-03-25 | Fixed spelling; Rotater to Rotator. | narroo | 15 | -46/+46 | |
2014-03-25 | Changed Rotater to Rotator. Added partial sign post rotation support. | narroo | 2 | -0/+12 | |
2014-03-25 | Fixed clang compilation | andrew | 1 | -13/+16 | |
2014-03-25 | Fixed wither summoning | andrew | 1 | -1/+24 | |
2014-03-25 | Protocol: Wither metadata | andrew | 1 | -3/+79 | |
2014-03-24 | Add log pickups. | Howaner | 1 | -1/+7 | |
2014-03-24 | Wither invulnerability | andrew | 1 | -0/+14 | |
2014-03-24 | Added MetaRotate/Mirror Support for a number of classes. | narroo | 12 | -84/+295 | |
2014-03-23 | Implemented lilypad placement | Tiger Wang | 2 | -0/+86 | |
2014-03-16 | Wrong if in BlockLeaves | Howaner | 1 | -1/+1 | |
2014-03-16 | Add new leaves to all classes. | Howaner | 3 | -2/+4 | |
2014-03-16 | Change if-clause in BlockCake.h | Howaner | 1 | -1/+1 | |
2014-03-16 | Add cake | Howaner | 2 | -0/+57 | |
2014-03-16 | Fix anvil pickups. | Howaner | 1 | -1/+1 | |
2014-03-16 | Add anvil direction. | Howaner | 2 | -0/+65 | |
2014-03-09 | Silenced useless MSVC warnings in cMetaRotater. | madmaxoft | 1 | -0/+21 | |
2014-03-09 | Fixed VERIFY | Tiger Wang | 1 | -1/+1 | |
2014-03-09 | Beds now work properly fixes #707 | Tiger Wang | 3 | -10/+76 | |
Also fixes FS392 Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp | |||||
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -0/+2 | |
2014-03-08 | Moved returns | worktycho | 1 | -3/+3 | |
2014-03-08 | cBlockInfo-related changes from #723 | andrew | 1 | -0/+1 | |
2014-03-07 | Fixed warnings | Tycho | 2 | -3/+21 | |
2014-03-07 | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 1 | -2/+3 | |
2014-03-07 | Add Flower Pots | Howaner | 1 | -80/+3 | |
2014-03-06 | Fix comment | Howaner | 1 | -1/+1 | |
2014-03-05 | Add SendBlockTo to cWorldInterface | Howaner | 8 | -9/+17 | |
2014-03-05 | Set tnt step sound to step.grass | Howaner | 1 | -1/+1 | |
2014-03-05 | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 9 | -2/+92 | |
2014-03-02 | Reformatted | Tycho | 10 | -20/+20 | |
2014-03-02 | Reformated MetaRotater | Tycho | 1 | -19/+30 | |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 3 | -63/+6 | |
2014-03-02 | Add Trapdoor Functions to cWorld and fix Trapdoor Redstone Bugs | Howaner | 1 | -1/+3 | |
2014-03-02 | Reverted BlockVine | worktycho | 1 | -3/+27 | |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 11 | -15/+15 | |
2014-03-01 | Fixed errors | Tycho | 2 | -2/+2 | |
2014-03-01 | Revesed typedef | Tycho | 1 | -1/+1 | |
2014-03-01 | Implemented Rotations | Tycho | 11 | -170/+28 | |
2014-03-01 | Final implementation of MetaRotater | Tycho | 1 | -45/+51 | |
2014-03-01 | Forgotten changes to cChunkInterface. | madmaxoft | 1 | -2/+2 | |
2014-03-01 | Removed cBlockHandler forward declaration from cChunkInterface. | madmaxoft | 1 | -9/+22 | |
Wasn't needed. Also reformatted the code. | |||||
2014-02-28 | Use switch in GetStepSound | Howaner | 1 | -7/+5 | |
2014-02-28 | Fix Double Slabs, fix Slab Meta and add more things to burnable | Howaner | 1 | -12/+23 | |
2014-02-27 | Added some Metadate rotaters using templated Mixin | Tycho | 10 | -16/+168 | |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -1/+1 | |
2014-02-23 | BlockBed.cpp: Fixed Multiple people in one bed. | TheJumper | 1 | -7/+18 | |
OnUse in BlockBed.cpp now checks whether bit flag 0x4 in the Data values of the bed is set before somebody can try to sleep in the bed. | |||||
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 2 | -10/+10 | |
2014-02-23 | Add Heads completely | Howaner | 2 | -0/+71 | |
2014-02-20 | Fix Cauldron | Howaner | 1 | -8/+11 | |
2014-02-20 | Add 'Meta < 3' to Cauldron | Howaner | 1 | -5/+8 | |
2014-02-20 | BlockBed.cpp: Fixed space at if statement | TheJumper | 1 | -1/+1 | |
Added a space after an if statement and before the first bracket to keep up code conventions. | |||||
2014-02-20 | BlockBed.cpp: Fixed Multiple people in one bed. | TheJumper | 1 | -7/+18 | |
OnUse in BlockBed.cpp now checks whether bit flag 0x4 in the Data values of the bed is set before somebody can try to sleep in the bed. | |||||
2014-02-19 | Add BlockNewLeaves.h and rename Darkoac to Darkoak | Howaner | 1 | -0/+42 | |
2014-02-19 | Add new Trees (without Generator) | Howaner | 2 | -0/+6 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 2 | -10/+10 | |
2014-02-18 | Add Heads completely | Howaner | 2 | -0/+71 | |
2014-02-09 | Fixed compile and some warnings in MSVS | Tiger Wang | 3 | -3/+3 | |
2014-02-06 | Server internally uses new functions | Tiger Wang | 1 | -1/+1 | |
2014-02-05 | Fixed a bunch of MSVS warnings | Tiger Wang | 3 | -4/+4 | |
* Possibly also fixed some bugs with pathfinding and TNT, though unlikely | |||||
2014-02-04 | Fix gcc not having operator ++ on enums | Tycho | 1 | -6/+7 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 35 | -85/+86 | |
May Fix #640 | |||||
2014-02-04 | Fixed chest placement. | madmaxoft | 1 | -2/+4 | |
Fixes #624. | |||||
2014-02-03 | Named the different quartz block. | STRWarrior | 1 | -1/+1 | |
2014-02-03 | Fixed issues with farmland | Tiger Wang | 2 | -1/+3 | |
* Fixed farmland reversion checks not taking into account carrots and potatoes * Fixed #623 | |||||
2014-02-03 | Fixed some issues. | STRWarrior | 1 | -1/+2 | |
Meta wasn't set if the block wasn't a pillar. Fixed typo. | |||||
2014-02-03 | Renamed cBlockQuartsHandler to cBlockQuartzHandler. Fixed not being able to place normal quartz blocks. | STRWarrior | 2 | -4/+4 | |
2014-02-03 | This renames the cBlockWoodHandler to cBlockSidewaysHandler, and implements a new cBlockQuartzHandler to handle the quartz pillars. | STRWarrior | 3 | -5/+74 | |
2014-02-02 | Fixed #624 | Tiger Wang | 1 | -0/+6 | |
2014-02-02 | Fixed dark oak and acacia placement. | madmaxoft | 1 | -0/+1 | |
Fixes #621. | |||||
2014-02-02 | Added missing files | Tycho | 2 | -0/+20 | |
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 13 | -26/+27 | |
2014-02-02 | Fixed #620 | Tiger Wang | 1 | -1/+2 | |
2014-02-01 | Changed Signiture of OnDigging | Tycho | 3 | -4/+4 | |
2014-02-01 | Changed Signiture of OnDestroyedByPlayer | Tycho | 11 | -13/+23 | |
2014-02-01 | Changed pointers to references | Tycho | 51 | -230/+230 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 49 | -185/+194 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2014-01-26 | Removed cWorld Include | Tycho | 3 | -3/+0 | |
2014-01-26 | Refactored GetPlacementBlockTypeMeta | Tycho | 5 | -8/+6 | |
2014-01-26 | Refactored cBlockHandler::OnUse and dependents | Tycho | 15 | -142/+208 | |
2014-01-25 | First attempt at Implementing Interfaces | Tycho | 17 | -33/+74 | |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 2 | -0/+39 | |
- added enchanting table block handler and added it to the blockhandler - added enchanting window - drop item in the slot 0 when the player close the window - added enchanting packet (1.7 only) - some more... | |||||
2014-01-19 | Fixed weird meta with curved rails | Tiger Wang | 1 | -5/+15 | |
2014-01-19 | Added more rail functionality | Tiger Wang | 1 | -4/+4 | |
2014-01-19 | Improved command blocks | Tiger Wang | 2 | -0/+34 | |
* Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity | |||||
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 11 | -16/+16 | |
2014-01-16 | Fixed #535 | Tiger Wang | 1 | -1/+1 | |
2014-01-16 | Fixed #535 | Tiger Wang | 1 | -1/+1 | |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 11 | -13/+13 | |
2014-01-11 | Fixed glowstone drop count | andrew | 1 | -2/+2 | |
2014-01-11 | Renamed g_TorchPlaceable... | Tiger Wang | 2 | -4/+4 | |
...to g_FullyOccupiesVoxel, as recommended by @bearbin | |||||
2013-12-25 | (Hopefully) fixed if conditions | tonibm19 | 1 | -4/+1 | |
2013-12-25 | Implemented xoft suggestion (partly) | tonibm19 | 1 | -25/+29 | |
I only get it working in first condition. It seems it's not compatible with else if... | |||||
2013-12-25 | Fixed rails not updating with diagonals | Tiger Wang | 1 | -0/+34 | |
2013-12-24 | BLOCKTYPE... | tonibm19 | 1 | -2/+2 | |
2013-12-24 | Fixed compilation | tonibm19 | 1 | -29/+9 | |
2013-12-24 | Implemented xoft suggestion | tonibm19 | 1 | -7/+11 | |
2013-12-24 | Using BLOCKTYPE instead of int | tonibm19 | 1 | -2/+2 | |
2013-12-24 | Fixed comments | tonibm19 | 1 | -8/+8 | |
2013-12-24 | Changed a little how detection works and added comments. | tonibm19 | 1 | -28/+31 | |
2013-12-24 | Storing Y -1 and -2 blocks in a variable | tonibm19 | 1 | -5/+7 | |
2013-12-24 | Using parenthesis | tonibm19 | 1 | -8/+8 | |
2013-12-24 | Fixed a possible crash | tonibm19 | 1 | -39/+42 | |
2013-12-23 | Improved iron golem detection algorithm | tonibm19 | 1 | -3/+16 | |
- You need to make it like in vanilla - Only used blocks are removed | |||||
2013-12-23 | You can now spawn iron golems. | tonibm19 | 1 | -3/+20 | |
You can spawn them like in vanilla. | |||||
2013-12-22 | You can spawn snow golems with snow blocks and pumpkins. | STRWarrior | 1 | -0/+15 | |
2013-12-22 | Fixed cacus breaking when next to any non-air block. | STRWarrior | 1 | -1/+1 | |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-21 | Piston is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 4 | -5/+5 | |
2013-12-20 | Fixed melon and pumpkin growing. | madmaxoft | 1 | -1/+1 | |
2013-12-20 | Fixed missing parenthesis. | madmaxoft | 1 | -4/+4 | |
2013-12-20 | Fixed assertion during dirt block OnUpdate() | Tiger Wang | 1 | -1/+1 | |
2013-12-19 | Fixed dust from being placed on nonsolids | Tiger Wang | 1 | -1/+1 | |
2013-12-19 | added blocks and blockentities | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-18 | Implented Nether Wart. | STRWarrior | 2 | -0/+54 | |
2013-12-10 | Provides a possible fix for repeater timings | Tiger Wang | 1 | -1/+1 | |
Not completely reliable, but at least some types of clock work. | |||||
2013-12-10 | fixed unused expression warnings in blockFire | Tycho Bickerstaff | 1 | -7/+6 | |
2013-12-10 | more cmake stuff | Tycho Bickerstaff | 1 | -0/+7 | |
2013-12-10 | Improved pickups spawning speed again | Tiger Wang | 1 | -3/+2 | |
2013-12-08 | Readded redstone lamp handler | Tiger Wang | 1 | -0/+2 | |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 | |
Ref.: #407 | |||||
2013-12-08 | Fixed stationary water starting fires and flowing lava not. | madmaxoft | 1 | -2/+2 | |
2013-12-07 | Fixed water starting fires | Tiger Wang | 1 | -1/+0 | |
2013-12-07 | Fixed some new 1.7 client crash bugs | Tiger Wang | 3 | -0/+35 | |
Some technical blocks were removed; trying to render them as items caused a crash. | |||||
2013-12-07 | Added basic ender chests | Tiger Wang | 2 | -4/+46 | |
Note that they just mirror chests now, so no per player inventory. | |||||
2013-12-06 | Fixed duplication glitch with QueueSetBlock | Tiger Wang | 1 | -2/+2 | |
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. | |||||
2013-12-06 | Added trapdoor cursor Y detection | Tiger Wang | 1 | -2/+0 | |
2013-12-06 | Fixed trapdoors not overriding OnUse | Tiger Wang | 1 | -1/+1 | |
2013-12-06 | Cleaned up torch code and added comments | Tiger Wang | 1 | -31/+7 | |
2013-12-06 | Removed another export and inline'd stuff | Tiger Wang | 1 | -5/+5 | |
2013-12-06 | Removed exporting of a torch function | Tiger Wang | 1 | -3/+3 | |
2013-12-04 | Lava can spawn fire. | madmaxoft | 2 | -6/+87 | |
Settable in world.ini, lava can spawn fire to fuel blocks near it. Fix #65. | |||||
2013-11-30 | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 10 | -56/+73 | |
2013-11-30 | Grass doesn't spread to podzol or grassless dirt blocks. | madmaxoft | 1 | -2/+3 | |
2013-11-30 | Fixed thin snow CanBeAt checking | Tiger Wang | 1 | -1/+13 | |
Now takes into account the possibility that thin snow can be on top of full thin snow. | |||||
2013-11-30 | Properly fixed snow height, fixes #98 and #264 | Tiger Wang | 2 | -16/+39 | |
2013-11-29 | Stairs reset meta when dropped, fixes #269 | Tiger Wang | 1 | -2/+22 | |
Additionally, they now have walking sounds. | |||||
2013-11-29 | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 2 | -0/+110 | |
Also updated redstone simulator to support it | |||||
2013-11-29 | Removed unneeded CPP files | Tiger Wang | 11 | -221/+77 | |
Also removed unneeded #include in BlockStems | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 69 | -0/+5903 | |