Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated API documentation. | Mattes D | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -17/+17 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -4/+4 |
| | | | | Ad fix a load of warnings | ||||
* | CheckBasicStyle: checks spaces around * and &. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Added Depth Strider enchantment | Jonathan Fabian | 2014-12-22 | 1 | -0/+1 |
| | |||||
* | Fixed a possible division by zero. | Mattes D | 2014-12-21 | 1 | -2/+4 |
| | |||||
* | Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to before | STRWarrior | 2014-10-15 | 1 | -1/+4 |
| | | | | 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/+1 |
| | |||||
* | Gave names to unnamed enums | archshift | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Change int to size_t return. | Howaner | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Add anvil window and slot area. | Howaner | 2014-05-05 | 1 | -0/+3 |
| | |||||
* | Updated docs for StringToEnchantmentID. | madmaxoft | 2014-04-23 | 1 | -1/+1 |
| | | | | Ref.: mc-server/Core#67 | ||||
* | Added enchantment combining into cEnchantments. | madmaxoft | 2014-04-21 | 1 | -16/+21 |
| | |||||
* | Fixed Code | daniel0916 | 2014-04-19 | 1 | -4/+7 |
| | |||||
* | Fixed Code | daniel0916 | 2014-04-19 | 1 | -4/+4 |
| | |||||
* | Fixed Errors | daniel0916 | 2014-04-18 | 1 | -0/+1 |
| | |||||
* | Removed old include | daniel0916 | 2014-04-18 | 1 | -1/+0 |
| | |||||
* | Fixed some Errors (not all) | daniel0916 | 2014-04-17 | 1 | -5/+8 |
| | |||||
* | Modified many things | daniel0916 | 2014-04-17 | 1 | -2/+28 |
| | |||||
* | Added complete Enchanting System | daniel0916 | 2014-04-12 | 1 | -2/+2 |
| | | | | http://minecraft.gamepedia.com/Enchantment_mechanics | ||||
* | Merge remote-tracking branch 'upstream/master' into Enchanting | daniel0916 | 2014-04-07 | 1 | -1/+0 |
|\ | |||||
| * | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -1/+0 |
| | | |||||
* | | Some updates for enchanting (2) | daniel0916 | 2014-01-31 | 1 | -1/+4 |
|/ | |||||
* | Switched EnchantmentSerilizer to namespace | Tycho | 2014-01-19 | 1 | -3/+8 |
| | |||||
* | Spilt Writing of Enchantments to seperate class | Tycho | 2014-01-19 | 1 | -5/+2 |
| | | | | | | | Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+115 |