summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BeaconEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-45/+15
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-15/+45
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-45/+15
* Award player an achievement when creating a beacon (#3930)Bond-0092017-08-211-13/+36
* cBeaconEntity fix no world crashpeterbell102017-08-181-1/+4
* BlockEntities: Support cloning self.Mattes D2017-06-161-11/+27
* Fixes problems with windows:Lukas Pioch2017-06-051-1/+1
* Fixed bindings for cBlockArea:Read and Write. (#3568)Mattes D2017-02-051-1/+1
* Removed ClientHandle.h dependencies from common headers.Mattes D2016-11-181-6/+7
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-2/+2
* Made -Weverything an error.tycho2015-05-241-3/+3
* Moved window code into cpp filesHowaner2015-03-101-1/+1
* Merge branch 'master' into InventoryHowaner2015-01-251-1/+1
|\
| * Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* | Own classes for all windows.Howaner2014-12-131-0/+1
|/
* BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-9/+10
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-9/+15
* Merged branch 'master' of git://github.com/sriehl/MCServerMattes D2014-10-211-10/+4
|\
| * fix std:min call, include algorithm and compare same typeSteven Riehl2014-10-121-2/+2
| * refactor an if block to std::minSteven Riehl2014-10-121-4/+1
| * convert old style casts to fix warningsSteven Riehl2014-10-121-8/+4
|/
* Removed WSSCompactTiger Wang2014-09-301-62/+0
* Fixed a bug who can used from hacked clients.Howaner2014-08-021-0/+2
* Use "default:" in switch.Howaner2014-07-311-3/+6
* Renamed "select..." methods to "set..." and better IsValidEffect() function.Howaner2014-07-311-47/+11
* Renamed functions and added beacon json saving.Howaner2014-07-311-40/+38
* Added window update.Howaner2014-07-301-0/+23
* Exported the beacon.Howaner2014-07-301-2/+0
* Added beacon.Howaner2014-07-301-19/+290
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Fixed formatting, made function static.madmaxoft2014-04-191-8/+9
* Some tweaksSTRWarrior2014-04-121-5/+17
* Removed debug message.STRWarrior2014-04-121-1/+0
* Simplefied GetPyramidLevelSTRWarrior2014-04-121-10/+3
* Implemented the skeleton code for the beacon.STRWarrior2014-04-121-0/+111