Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-13 | Implemented Chest Minecarts | Tiger Wang | 7 | -7/+2 | |
2014-09-06 | Added Y-wise asserts to signs. | Mattes D | 1 | -0/+1 | |
This should help detect #1313's second case. | |||||
2014-09-01 | Fixed style. | madmaxoft | 1 | -1/+2 | |
2014-08-31 | Changed null check to assert | worktycho | 1 | -5/+3 | |
Changed the null check to clarify that the function should not be called before the entity has been attached to a world. | |||||
2014-08-31 | Rewrited furnace.txt loading. | Howaner | 1 | -1/+1 | |
2014-08-30 | Fixed style. | madmaxoft | 1 | -2/+3 | |
2014-08-29 | Improved command block security | Tiger Wang | 1 | -6/+19 | |
2014-08-10 | Fixed potential null dereference | Tycho | 1 | -5/+5 | |
Fixes CID 70466 | |||||
2014-08-06 | Fixed style issues | Tycho | 2 | -2/+5 | |
2014-08-06 | Fixed multiple inhertance being output by tolua | Tycho | 2 | -6/+10 | |
2014-08-05 | Removed dependecy of redstone simulator on NoteBlock | Tycho | 2 | -1/+13 | |
2014-08-05 | Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity Directly | Tycho | 2 | -3/+13 | |
2014-08-02 | Fixed a bug who can used from hacked clients. | Howaner | 1 | -0/+2 | |
2014-07-31 | Use "default:" in switch. | Howaner | 1 | -3/+6 | |
2014-07-31 | Renamed "select..." methods to "set..." and better IsValidEffect() function. | Howaner | 2 | -51/+15 | |
2014-07-31 | Updated documentation. | Howaner | 1 | -3/+3 | |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 2 | -46/+44 | |
2014-07-30 | Added window update. | Howaner | 1 | -0/+23 | |
2014-07-30 | Added beacon load/save. | Howaner | 1 | -0/+3 | |
2014-07-30 | Changed return type from GetPrimaryPotion() and GetSecondaryPotion() | Howaner | 1 | -2/+2 | |
2014-07-30 | Exported the beacon. | Howaner | 2 | -17/+27 | |
2014-07-30 | Added beacon. | Howaner | 3 | -32/+337 | |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 3 | -4/+4 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 8 | -12/+12 | |
2014-07-19 | Code style: Fixed braces on separate lines. | madmaxoft | 3 | -3/+6 | |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 | |
2014-07-19 | BlockEntities/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+35 | |
2014-07-18 | Fixed spaces before commas. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Basic style fixes. | madmaxoft | 10 | -11/+11 | |
2014-07-17 | Normalized comments. | madmaxoft | 4 | -10/+10 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-07-15 | Fixed a DropSpenser AddFace bug | Tiger Wang | 1 | -1/+1 | |
2014-07-15 | Pass cItem by reference. | madmaxoft | 1 | -1/+1 | |
Fixes CID 66445. | |||||
2014-07-13 | Fixed Issue with Comparing agast the wrong chest, potentially causing crashes. | worktycho | 1 | -7/+7 | |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 1 | -1/+1 | |
2014-07-12 | cHopperEntity: Simplified chest conditions. | madmaxoft | 1 | -10/+4 | |
2014-07-12 | cChestEntity: Renamed a member to avoid confusion. | madmaxoft | 2 | -8/+9 | |
2014-07-12 | Fixed alignment. | madmaxoft | 1 | -2/+3 | |
2014-07-12 | Suggestions and bug fix | Tiger Wang | 2 | -10/+18 | |
* Fixed hoppers pushing/pulling to/from (trapped)chests that do not form a double-chest with the chest type directly connected to said hopper; thank you, @madmaxoft | |||||
2014-07-11 | Suggestions | Tiger Wang | 1 | -4/+4 | |
2014-07-08 | Made things consistent | Tiger Wang | 1 | -4/+5 | |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 4 | -13/+36 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-06-29 | Properly implemented enderchests | Tiger Wang | 2 | -93/+44 | |
2014-06-24 | Fixed crashes in HopperEntity. | Mattes D | 1 | -19/+58 | |
Some of the coords were off and some functions were assuming too much. Fixes the crash reported in http://forum.mc-server.org/showthread.php?tid=1497 | |||||
2014-06-22 | Chests don't open if obstructed | Tiger Wang | 1 | -0/+13 | |
* Fixes FS383 | |||||
2014-06-11 | DispenserEntity code cleanup after PR merge. | madmaxoft | 2 | -30/+30 | |
2014-06-05 | - Fixed a lot of alignment | JoannisO | 1 | -7/+7 | |
2014-06-04 | - Removed the code that removed fireworks from a dispenser even thought | JoannisO | 1 | -3/+0 | |
they weren't launched. | |||||
2014-06-04 | - Fixed variable names in a function. | JoannisO | 1 | -2/+2 | |
2014-06-04 | - Fixed a lot of astethics | JoannisO | 2 | -14/+17 | |
2014-06-03 | - Fixed an issue where there were 2 "DispChunk"-s in the same function. | JoannisO | 1 | -16/+5 | |
Resused the initial one. | |||||
2014-06-03 | - Fixed a bug where I didn't return anything in the GetShootVector | JoannisO | 1 | -0/+2 | |
function. This was however passed as "working" by GCC. | |||||
2014-06-03 | - Fixed a bug where I used the FireCharge ITEM instead of the Projectile | JoannisO | 1 | -1/+1 | |
ENUM | |||||
2014-06-03 | - Cleaned up the code massively | JoannisO | 2 | -90/+31 | |
- Stopped using cChunk in the GetShootVector class. Parameter is now the Metadata of the block - Stopped using cChunk in the SpawnProjectileFromDispenser method now using coordinates and finding the chunk by itself. - Removed the matrix calculations from GetShootVector. | |||||
2014-06-03 | - Added doxy comments and exported to lua | Joannis | 2 | -22/+64 | |
- Manipulation of the ShootVector is not to be done by the function that wants to spawn a projectile. | |||||
2014-05-31 | - Changed the name of the ProjectileLookVector method. | JoannisO | 2 | -3/+3 | |
Note: I still think the new name is unclear. Any other suggestions are welcome. | |||||
2014-05-29 | - Prefixed all args with "a_" | JoannisO | 2 | -6/+10 | |
- Added braces around the cases. | |||||
2014-05-28 | Code improvements | Howaner | 1 | -5/+2 | |
2014-05-28 | Fix skull bugs. | Howaner | 1 | -0/+5 | |
2014-05-28 | - Removed breaks. I thought it wouldn't compile without them but the | JoannisO | 1 | -2/+0 | |
issue was appearantly solved with an earlier commit. | |||||
2014-05-28 | - Fixed an issue where dispensers would only shoot arrows (appearantly | JoannisO | 1 | -33/+24 | |
some commits didn't come through) - Cleaned up the code according to suggestions. | |||||
2014-05-28 | - Implemented vertical dispensing for projectiles. | Joannis | 2 | -16/+40 | |
- Fixed some terrible commit issues on my side. | |||||
2014-05-27 | - Fixed the ampersands and asterisks to fit the format. | Joannis | 2 | -8/+8 | |
- Fixed the method "SpawnProjectileFromDispenser" to use CamelCasing. | |||||
2014-05-26 | - Added support for more types of projectiles in the Dispenser | JoannisO | 2 | -38/+51 | |
- Improved the method of spawning projectiles in the world - Added another method for spawning the projectiles | |||||
2014-05-26 | Added Arrow- and FireCharge-Dispensing to DispenserEntity. | JoannisO | 2 | -27/+95 | |
2014-04-27 | Added static const, initialized fields. | archshift | 2 | -1/+4 | |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
2014-04-19 | Fixed Flint and Steel, reverted Minecart change, renamed a parameter name | jfhumann | 1 | -5/+5 | |
2014-04-19 | Fixed formatting, made function static. | madmaxoft | 2 | -13/+18 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 3 | -8/+13 | |
2014-04-12 | Some tweaks | STRWarrior | 1 | -5/+17 | |
GetPyramidLevel returns 0 when no layers were found, 1 for one layer etc. Auto adjust the minY and/or maxY to 0 if the beacon is low. | |||||
2014-04-12 | Removed debug message. | STRWarrior | 1 | -1/+0 | |
2014-04-12 | Simplefied GetPyramidLevel | STRWarrior | 1 | -10/+3 | |
2014-04-12 | Implemented the skeleton code for the beacon. | STRWarrior | 3 | -0/+153 | |
There is no handling for the GUI. It can now check how big the pyramid is under the beacon. | |||||
2014-04-03 | Fixed a few MSVC type warnings. | Mattes D | 1 | -1/+1 | |
2014-03-16 | Fixed double to float conversions. | madmaxoft | 1 | -1/+1 | |
2014-03-14 | Add fireball interact | Howaner | 1 | -0/+6 | |
2014-03-08 | Change TNT Fuse to ticks | Howaner | 1 | -1/+1 | |
2014-03-07 | Add Flower Pots | Howaner | 3 | -0/+210 | |
2014-02-28 | Documented the changes in cJukeboxEntity. | madmaxoft | 1 | -2/+3 | |
2014-02-24 | Fixed compilation in MSVC (forward class definitions). | madmaxoft | 2 | -0/+2 | |
2014-02-24 | BlockEntities is warnings free | Tycho | 6 | -3/+11 | |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 5 | -189/+189 | |
2014-02-23 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -7/+7 | |
2014-02-23 | Add Heads completely | Howaner | 3 | -5/+3 | |
2014-02-23 | Add Skulls/Heads | Howaner | 3 | -0/+191 | |
2014-02-21 | Better Jukebox API | Howaner | 2 | -16/+48 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 5 | -189/+189 | |
2014-02-19 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -7/+7 | |
2014-02-18 | Add Heads completely | Howaner | 3 | -5/+3 | |
2014-02-17 | Add Skulls/Heads | Howaner | 3 | -0/+191 | |
2014-02-15 | Fixed typographical error | Tiger Wang | 1 | -2/+1 | |
2014-02-15 | Removed debug messages again | Tiger Wang | 1 | -6/+0 | |
2014-02-13 | Added proper debug messages | Tiger Wang | 1 | -3/+8 | |
2014-02-13 | Fancy stuff with constant references | Tiger Wang | 1 | -2/+2 | |
2014-02-12 | Added more missing GetClassStatic()s | Tiger Wang | 2 | -0/+4 | |
2014-02-12 | Removed some unneeded BroadcastWholeWindow()s | Tiger Wang | 4 | -23/+2 | |
2014-02-12 | Changed inheritance a bit | Tiger Wang | 7 | -33/+47 | |
* cBlockEntityWithItems now inherits from cBlockEntityWindowOwner | |||||
2014-02-11 | Fixed #190 | Tiger Wang | 1 | -2/+67 | |
+ Hoppers now collect pickups above them | |||||
2014-02-11 | Fixed #612 | Tiger Wang | 2 | -0/+16 | |
* Chests send contents updates to client | |||||
2014-01-23 | Minor style improvements for the merged PR. | Mattes D | 1 | -4/+4 | |
2014-01-23 | Command block fixes 2 | andrew | 1 | -6/+20 | |
2014-01-19 | Removed unneeded paramters | Tiger Wang | 1 | -1/+1 | |
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 1 | -24/+2 | |
* Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug | |||||
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -5/+37 | |
* 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-18 | Fixed compiler error. | STRWarrior | 1 | -3/+3 | |
2014-01-18 | Command block fixes | andrew | 2 | -38/+5 | |
2014-01-18 | Parse the MC|AdvCdm plugin message | andrew | 1 | -0/+2 | |
2014-01-18 | Command blocks: Execute() | andrew | 1 | -5/+27 | |
2014-01-18 | Command block (de)serialization | andrew | 2 | -3/+42 | |
2014-01-18 | Basic command block implementation | andrew | 3 | -11/+271 | |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 2 | -4/+4 | |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 2 | -5/+4 | |
2013-12-30 | Fixed compilation in VC2008. | madmaxoft | 1 | -2/+1 | |
Also removed an unused inline header file (yuck). | |||||
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 5 | -4/+9 | |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2 | -2/+8 | |
2013-12-21 | Chunk is now warnings clean | Tycho Bickerstaff | 3 | -3/+3 | |
2013-12-21 | fixed hidden bug with furnaces ignoring time burnt | Tycho Bickerstaff | 1 | -1/+1 | |
this patch fixes an issue with furnaces where they would ignore the time burnt in setBurnTimes this did not cause a problem as this function was only called with the same value as the one it was using for time burnt | |||||
2013-12-21 | ChunkSender 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 | 2 | -4/+4 | |
2013-12-19 | added blocks and blockentities | Tycho Bickerstaff | 1 | -0/+11 | |
2013-12-16 | Fixed multiple inheritance in ToLua++. | madmaxoft | 5 | -20/+20 | |
This fixes #422. | |||||
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 | |
Ref.: #407 | |||||
2013-12-07 | Added basic ender chests | Tiger Wang | 3 | -10/+201 | |
Note that they just mirror chests now, so no per player inventory. | |||||
2013-12-06 | Fixed pickups spawning for BlockEntities | Tiger Wang | 1 | -1/+1 | |
2013-11-28 | Moved json includes to where they are really needed. | madmaxoft | 1 | -0/+1 | |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 5 | -5/+5 | |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 5 | -5/+5 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 5 | -5/+5 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 5 | -5/+5 | |
2013-11-24 | Moved source to src | Alexander Harkness | 21 | -0/+3033 | |