summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/HopperEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed crashes in HopperEntity.Mattes D2014-06-241-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
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-4/+7
|
* Fixed double to float conversions.madmaxoft2014-03-161-1/+1
|
* Fixed compilation in MSVC (forward class definitions).madmaxoft2014-02-241-0/+1
|
* BlockEntities is warnings freeTycho2014-02-241-0/+2
|
* Removed debug messages againTiger Wang2014-02-151-6/+0
|
* Added proper debug messagesTiger Wang2014-02-131-3/+8
|
* Fancy stuff with constant referencesTiger Wang2014-02-131-2/+2
|
* Changed inheritance a bitTiger Wang2014-02-121-18/+35
| | | | * cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
* Fixed #190Tiger Wang2014-02-111-2/+67
| | | | + Hoppers now collect pickups above them
* Removed obsoleted functionsTiger Wang2014-01-161-2/+2
|
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+0
|
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-2/+2
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
| | | | Ref.: #407
* Moved source to srcAlexander Harkness2013-11-241-0/+566