Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a possible division by zero. | Mattes D | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Moved all Noise-related files into a separate folder. | Mattes D | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Fixed minor style issues. | Mattes D | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | Changed i variable to j | STRWarrior | 2014-10-16 | 1 | -3/+10 |
| | | | | The server wasn't going over all the items before. | ||||
* | The code now prevents conflicting enchantments. | STRWarrior | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | Adding enchantments directly instead of first getting the name of it. | STRWarrior | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Renamed the counter to 'j' | STRWarrior | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to before | STRWarrior | 2014-10-15 | 1 | -1/+1 |
| | | | | Added cEnchantment:GenerateEnchantmentFromVector that allows to get the same enchantments over and over. | ||||
* | Enchanted books generate in MineShafts chests | STRWarrior | 2014-10-15 | 1 | -1/+14 |
| | |||||
* | Merge branch 'master' into Inventory | Howaner | 2014-07-26 | 1 | -0/+33 |
|\ | |||||
| * | Added RemoveItem() function to the player inventory. | Howaner | 2014-07-18 | 1 | -0/+33 |
| | | |||||
* | | Items should first added to the first slot, not the latest. | Howaner | 2014-07-18 | 1 | -3/+3 |
|/ | |||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Changed inheritance a bit | Tiger Wang | 2014-02-12 | 1 | -0/+7 |
| | | | | * cBlockEntityWithItems now inherits from cBlockEntityWindowOwner | ||||
* | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 1 | -4/+4 |
| | |||||
* | Fixed signedness warning in cItemGrid. | madmaxoft | 2013-12-22 | 1 | -3/+3 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+665 |