summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BeaconEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Merge branch 'master' into MobSpawnerHowaner2014-11-291-1/+1
|\
| * BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
| |
* | Finished mob spawner implementation.Howaner2014-11-181-9/+1
|/
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-0/+2
|
* Removed WSSCompactTiger Wang2014-09-301-2/+0
|
* Renamed "select..." methods to "set..." and better IsValidEffect() function.Howaner2014-07-311-4/+4
|
* Updated documentation.Howaner2014-07-311-3/+3
|
* Renamed functions and added beacon json saving.Howaner2014-07-311-6/+6
|
* Added beacon load/save.Howaner2014-07-301-0/+3
|
* Changed return type from GetPrimaryPotion() and GetSecondaryPotion()Howaner2014-07-301-2/+2
|
* Exported the beacon.Howaner2014-07-301-15/+27
|
* Added beacon.Howaner2014-07-301-12/+46
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
|
* Fixed formatting, made function static.madmaxoft2014-04-191-5/+9
|
* Implemented the skeleton code for the beacon.STRWarrior2014-04-121-0/+40
There is no handling for the GUI. It can now check how big the pyramid is under the beacon.