Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bindings for cBlockArea:Read and Write. (#3568) | Mattes D | 2017-02-05 | 1 | -1/+1 |
| | | | The original bindings accepted nil as the World param, causing a crash. | ||||
* | Removed ClientHandle.h dependencies from common headers. | Mattes D | 2016-11-18 | 1 | -6/+7 |
| | |||||
* | allow use failures to propagate from the entity/block to the player | Gargaj | 2015-12-13 | 1 | -1/+2 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -3/+3 |
| | |||||
* | Moved window code into cpp files | Howaner | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into Inventory | Howaner | 2015-01-25 | 1 | -1/+1 |
|\ | |||||
| * | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | | Own classes for all windows. | Howaner | 2014-12-13 | 1 | -0/+1 |
|/ | |||||
* | BlockEntities: Removed the extra semicolon. | Mattes D | 2014-11-27 | 1 | -9/+10 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -9/+15 |
| | |||||
* | Merged branch 'master' of git://github.com/sriehl/MCServer | Mattes D | 2014-10-21 | 1 | -10/+4 |
|\ | |||||
| * | fix std:min call, include algorithm and compare same type | Steven Riehl | 2014-10-12 | 1 | -2/+2 |
| | | |||||
| * | refactor an if block to std::min | Steven Riehl | 2014-10-12 | 1 | -4/+1 |
| | | |||||
| * | convert old style casts to fix warnings | Steven Riehl | 2014-10-12 | 1 | -8/+4 |
|/ | |||||
* | Removed WSSCompact | Tiger Wang | 2014-09-30 | 1 | -62/+0 |
| | |||||
* | Fixed a bug who can used from hacked clients. | Howaner | 2014-08-02 | 1 | -0/+2 |
| | |||||
* | Use "default:" in switch. | Howaner | 2014-07-31 | 1 | -3/+6 |
| | |||||
* | Renamed "select..." methods to "set..." and better IsValidEffect() function. | Howaner | 2014-07-31 | 1 | -47/+11 |
| | |||||
* | Renamed functions and added beacon json saving. | Howaner | 2014-07-31 | 1 | -40/+38 |
| | |||||
* | Added window update. | Howaner | 2014-07-30 | 1 | -0/+23 |
| | |||||
* | Exported the beacon. | Howaner | 2014-07-30 | 1 | -2/+0 |
| | |||||
* | Added beacon. | Howaner | 2014-07-30 | 1 | -19/+290 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Fixed formatting, made function static. | madmaxoft | 2014-04-19 | 1 | -8/+9 |
| | |||||
* | Some tweaks | STRWarrior | 2014-04-12 | 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. | ||||
* | Removed debug message. | STRWarrior | 2014-04-12 | 1 | -1/+0 |
| | |||||
* | Simplefied GetPyramidLevel | STRWarrior | 2014-04-12 | 1 | -10/+3 |
| | |||||
* | Implemented the skeleton code for the beacon. | STRWarrior | 2014-04-12 | 1 | -0/+111 |
There is no handling for the GUI. It can now check how big the pyramid is under the beacon. |