Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -2/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -3/+3 | |
2015-03-10 | Moved window code into cpp files | Howaner | 1 | -1/+1 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-12-13 | Own classes for all windows. | Howaner | 1 | -0/+1 | |
2014-11-27 | BlockEntities: Removed the extra semicolon. | Mattes D | 1 | -9/+10 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -9/+15 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -5/+5 | |
2014-10-12 | fix std:min call, include algorithm and compare same type | Steven Riehl | 1 | -2/+2 | |
2014-10-12 | refactor an if block to std::min | Steven Riehl | 1 | -4/+1 | |
2014-10-12 | convert old style casts to fix warnings | Steven Riehl | 1 | -8/+4 | |
2014-09-30 | Removed WSSCompact | Tiger Wang | 1 | -62/+0 | |
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 | 1 | -47/+11 | |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 1 | -40/+38 | |
2014-07-30 | Added window update. | Howaner | 1 | -0/+23 | |
2014-07-30 | Exported the beacon. | Howaner | 1 | -2/+0 | |
2014-07-30 | Added beacon. | Howaner | 1 | -19/+290 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-04-19 | Fixed formatting, made function static. | madmaxoft | 1 | -8/+9 | |
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 | 1 | -0/+111 | |
There is no handling for the GUI. It can now check how big the pyramid is under the beacon. |