Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-15 | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 1 | -2/+4 | |
* Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate | |||||
2020-04-03 | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 1 | -0/+1 | |
The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values | |||||
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -1/+0 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2017-07-28 | Added anvil enchantment handling. (#3857) | Lane Kolbly | 1 | -25/+183 | |
+ Added anvil enchantment handling. | |||||
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -3/+1 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -2/+2 | |
2015-08-20 | Use container-based infrastructure for Travis | Tiger Wang | 1 | -2/+2 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -5/+5 | |
Ad fix a load of warnings | |||||
2014-12-22 | Added Depth Strider enchantment | Jonathan Fabian | 1 | -0/+15 | |
2014-12-21 | Fixed a possible division by zero. | Mattes D | 1 | -3/+11 | |
2014-11-18 | Moved all Noise-related files into a separate folder. | Mattes D | 1 | -1/+1 | |
2014-10-15 | Using C++11 loops | STRWarrior | 1 | -5/+5 | |
2014-10-15 | IntNoise1DInt result gets devided by 7 first | STRWarrior | 1 | -1/+1 | |
suggestion by xoft | |||||
2014-10-15 | Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to before | STRWarrior | 1 | -4/+28 | |
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/+5 | |
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 | -2/+2 | |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+9 | |
2014-04-21 | Added enchantment combining into cEnchantments. | madmaxoft | 1 | -0/+12 | |
2014-04-19 | Fixed Code | daniel0916 | 1 | -141/+141 | |
2014-04-19 | Fixed Code | daniel0916 | 1 | -327/+315 | |
2014-04-18 | Fixed Errors | daniel0916 | 1 | -1/+19 | |
2014-04-17 | Modified many things | daniel0916 | 1 | -0/+769 | |
2014-04-10 | Fixed enchantment parsing. | madmaxoft | 1 | -12/+17 | |
Fixes #880. Enchantment parsing now reports in detail which value failed to parse | |||||
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 1 | -79/+0 | |
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-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-13 | Update Enchantments.cpp | nesco | 1 | -2/+2 | |
2013-11-12 | Corrected the comma error | nesco | 1 | -2/+2 | |
2013-11-12 | Update Enchantments.cpp | nesco | 1 | -2/+2 | |
2013-11-12 | Added the new enchantments of Minecraft 1.7 | nesco | 1 | -1/+2 | |
-Luck of the sea -Lure | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -298/+298 | |
2013-06-04 | Fixed cItem::IsStackableWith() | madmaxoft@gmail.com | 1 | -0/+9 | |
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/+9 | |
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 | -1/+50 | |
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/+231 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1539 0a769ca7-a7f5-676a-18bf-c427514a06d6 |