summaryrefslogtreecommitdiffstats
path: root/src/Enchantments.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-3/+3
* Warnings improvementsTiger Wang2020-12-181-1/+1
* Anvil fixes (#4976)KingCol132020-10-101-1/+1
* Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol132020-10-011-2/+2
* Add some const qualifiers to functions (#4874)12xx122020-09-171-6/+6
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-2/+4
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Added anvil enchantment handling. (#3857)Lane Kolbly2017-07-281-25/+183
* FastRandom rewrite (#3754)peterbell102017-06-131-3/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
* Use container-based infrastructure for TravisTiger Wang2015-08-201-2/+2
* Make -Werror disabling file onlytycho2015-05-191-5/+5
* Added Depth Strider enchantmentJonathan Fabian2014-12-221-0/+15
* Fixed a possible division by zero.Mattes D2014-12-211-3/+11
* Moved all Noise-related files into a separate folder.Mattes D2014-11-181-1/+1
* Using C++11 loopsSTRWarrior2014-10-151-5/+5
* IntNoise1DInt result gets devided by 7 firstSTRWarrior2014-10-151-1/+1
* Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to beforeSTRWarrior2014-10-151-4/+28
* Enchanted books generate in MineShafts chestsSTRWarrior2014-10-151-1/+5
* Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count()Howaner2014-05-061-1/+1
* Change int to size_t return.Howaner2014-05-051-2/+2
* Add anvil window and slot area.Howaner2014-05-051-0/+9
* Added enchantment combining into cEnchantments.madmaxoft2014-04-211-0/+12
* Fixed Codedaniel09162014-04-191-141/+141
* Fixed Codedaniel09162014-04-191-327/+315
* Fixed Errorsdaniel09162014-04-181-1/+19
* Modified many thingsdaniel09162014-04-171-0/+769
* Fixed enchantment parsing.madmaxoft2014-04-101-12/+17
* Spilt Writing of Enchantments to seperate classTycho2014-01-191-79/+0
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+299