Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -4/+4 | |
Ad fix a load of warnings | |||||
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -2/+2 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2014-12-22 | Added Depth Strider enchantment | Jonathan Fabian | 1 | -0/+1 | |
2014-12-21 | Fixed a possible division by zero. | Mattes D | 1 | -2/+4 | |
2014-10-15 | Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to before | STRWarrior | 1 | -1/+4 | |
Added cEnchantment:GenerateEnchantmentFromVector that allows to get the same enchantments over and over. | |||||
2014-10-15 | Enchanted books generate in MineShafts chests | STRWarrior | 1 | -1/+1 | |
2014-08-11 | Gave names to unnamed enums | archshift | 1 | -1/+1 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-05-06 | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 1 | -1/+1 | |
2014-05-05 | Change int to size_t return. | Howaner | 1 | -1/+1 | |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+3 | |
2014-04-23 | Updated docs for StringToEnchantmentID. | madmaxoft | 1 | -1/+1 | |
Ref.: mc-server/Core#67 | |||||
2014-04-21 | Added enchantment combining into cEnchantments. | madmaxoft | 1 | -16/+21 | |
2014-04-19 | Fixed Code | daniel0916 | 1 | -4/+7 | |
2014-04-19 | Fixed Code | daniel0916 | 1 | -4/+4 | |
2014-04-18 | Fixed Errors | daniel0916 | 1 | -0/+1 | |
2014-04-18 | Removed old include | daniel0916 | 1 | -1/+0 | |
2014-04-17 | Fixed some Errors (not all) | daniel0916 | 1 | -5/+8 | |
2014-04-17 | Modified many things | daniel0916 | 1 | -2/+28 | |
2014-04-12 | Added complete Enchanting System | daniel0916 | 1 | -2/+2 | |
http://minecraft.gamepedia.com/Enchantment_mechanics | |||||
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -1/+0 | |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -1/+0 | |
2014-02-23 | Finally corrected the Enchantment constants. | TheJumper | 1 | -33/+0 | |
2014-02-22 | Changed formatting, encapsuled armor drop, introduced better static Enchantment IDs | TheJumper | 1 | -0/+32 | |
2014-01-31 | Some updates for enchanting (2) | daniel0916 | 1 | -1/+4 | |
2014-01-19 | Switched EnchantmentSerilizer to namespace | Tycho | 1 | -3/+8 | |
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 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 | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-13 | Update Enchantments.h | nesco | 1 | -2/+2 | |
2013-11-12 | Added the new enchantments of Minecraft 1.7 | nesco | 1 | -1/+2 | |
Added the following enchantments : Luck of the Sea : ID = 61 Lure : ID = 62 | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -114/+114 | |
2013-06-04 | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1555 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-04 | Fixed cItem::IsStackableWith() | madmaxoft@gmail.com | 1 | -0/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1547 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-04 | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 1 | -0/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1546 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 1 | -2/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1542 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | Enchantments are now stored in Anvil world and in player inventory | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1541 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | Enchantments: API and sending to client | madmaxoft@gmail.com | 1 | -0/+105 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1539 0a769ca7-a7f5-676a-18bf-c427514a06d6 |