summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2016-12-09Allow category_id in register_factoid to be nilWuzzy
2016-12-08Support factoids for tools and craftitems. Yay!Wuzzy
2016-12-08Partially fix custom hand/air text not workingWuzzy
2016-12-06Change meaning of itemstring settingWuzzy
2016-12-06Show itemstring to those with give or debug privWuzzy
2016-12-05Show itemstrings by defaultWuzzy
2016-12-03Use new intllib string insertion syntaxWuzzy
2016-12-03Gracefully fail when trying to parse unknown itemWuzzy
2016-11-16Change x_doc_items_* to _doc_items_*Wuzzy
2016-11-09Fix mod not working with intllib and mod securityWuzzy
2016-11-07Use doc boundary box helper varsWuzzy
2016-11-03Actually check itemstring setting for truthWuzzy
2016-11-03Allow to show itemstringWuzzy
2016-11-03Fix NO DATA errorsWuzzy
2016-11-03Fix globals problemWuzzy
2016-11-03Export group namesWuzzy
2016-11-03add_real_group_names → add_friendly_group_namesWuzzy
2016-11-03Make group name rendering a settingWuzzy
2016-11-03Fix falling_node vs block factoidWuzzy
2016-10-30Allow entry name overwrites againWuzzy
2016-10-30Remove outdate commentsWuzzy
2016-10-30Add more item def. fieldsWuzzy
2016-10-30Add support for item definition fieldsWuzzy
2016-10-27Tweak more string errorsWuzzy
2016-10-27Fix some bad stringsWuzzy
2016-10-26Improve I18NWuzzy
2016-10-25Partial intllib supportWuzzy
2016-10-25Fix block images not being shown for certain dropsWuzzy
2016-10-24Check if player object is nilWuzzy
2016-10-23Add security precautions for nil player/item namesWuzzy
2016-10-22Fix “formtring” typoWuzzy
2016-10-10Fall damage disabled for <= -100Wuzzy
2016-10-09Use doc.widgets.text for main textWuzzy
2016-10-07Clean up messy newline handlingWuzzy
2016-09-06Change how item descriptions are extractedWuzzy
2016-09-02Fix mining group name check against dig_immediateWuzzy
2016-09-01Reveal item items and their leftoversWuzzy
2016-09-01Hide almost all items by defaultWuzzy
2016-09-01Reveal items by dig, punch, place, craftWuzzy
2016-08-29Redesign how suppressed and hidden entries workWuzzy
2016-08-29Make air visible againWuzzy
2016-08-29Improve detection of unbreakable blocks.Wuzzy
2016-08-29Just hide not_in_creative_inventory itemsWuzzy
2016-08-28Fix buildable_to mess once againWuzzy
2016-08-28Clean up some factual mistakes regarding buildable_toWuzzy
2016-08-28Sort global node factoids roughly by importanceWuzzy
2016-08-28Difference between buildable_to and falling_nodeWuzzy
2016-08-25Minor drop commentWuzzy
2016-08-25Sort drop probabilities for max_drops==nilWuzzy
2016-08-25Implement chained probability for max_drops==1Wuzzy