Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warnings improvements | Tiger Wang | 2020-12-18 | 1 | -1/+1 |
| | | | | | | | | | * Turn off global-constructors warning. These are needed to implement cRoot signal handler functionality * Add Clang flags based on version lookup instead of a compile test. The CMake config process is single threaded and slow enough already * Reduced GetStackValue verbosity + Clarify EnchantmentLevel, StayCount, AlwaysTicked, ViewDistance signedness + Give SettingsRepositoryInterface a move constructor to simplify main.cpp code - Remove do {} while (false) construction in redstone handler | ||||
* | Anvil fixes (#4976) | KingCol13 | 2020-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Rewrite to use wiki target/sacrifice terminology. * Fix negative damages. * Prevent repairing if output matches target. * Make target and sacrifice const. * Pre-PR tidy-up * Keep m_MaximumCost updated. | ||||
* | Enchanting table shows detail on hover. Enchanting is deterministic. (#4937) | KingCol13 | 2020-10-01 | 1 | -3/+4 |
| | | | | | * Use lapis for enchanting, subtract correct number of levels, ClientHandle now selects from pregenerated list. Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Add some const qualifiers to functions (#4874) | 12xx12 | 2020-09-17 | 1 | -1/+1 |
| | | | | | | | * add some const qualifiers to functions * added changes suggested by @tigerw Co-authored-by: 12xx12 <12xx12100@gmail.com> | ||||
* | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 2020-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Minor changes (#3909) | mathiascode | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Added anvil enchantment handling. (#3857) | Lane Kolbly | 2017-07-28 | 1 | -1/+19 |
| | | | + Added anvil enchantment handling. | ||||
* | Updated links and docs (#3488) | mathiascode | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | 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 |