summaryrefslogtreecommitdiff
path: root/api.lua
AgeCommit message (Expand)Author
2018-04-06Fix notification positioningv3.1.0rubenwardy
2018-04-05Replace all mentions of achievements with awardsrubenwardy
2018-04-05Use awards for technical things, and achievements for user facing thingsrubenwardy
2018-04-05Add award unlock requirementsrubenwardy
2018-04-05Fix off-by-one error in counted_key award typesrubenwardy
2018-04-05Add assert to awards.player()rubenwardy
2018-04-04Change license to MITrubenwardy
2018-04-04Readd awardsrubenwardy
2018-04-04Fix conversion errorrubenwardy
2018-04-04Add support for death reasonsrubenwardy
2018-04-04Use mod_storage and add converter for awards.txtrubenwardy
2018-04-04Add default_def for trigger prototyperubenwardy
2018-04-04Remove datakey and use trigger names insteadrubenwardy
2018-04-04Implement conted_key trigger typerubenwardy
2018-04-04Update README.mdrubenwardy
2018-04-04Rename awards.def to awards.registered_awardsrubenwardy
2018-04-04Move api_helpers.lua in api.luarubenwardy
2018-04-04Clean up formspec related coderubenwardy
2018-04-04Reduce awards.player() callsrubenwardy
2018-04-04Clean up player data validationrubenwardy
2018-04-04Add trigger definitions rather than register functionrubenwardy
2018-04-04Add register_trigger_counted for homogenous eventsrubenwardy
2018-04-04Remove formspec notificationrubenwardy
2018-04-04Add luacheckrubenwardy
2017-02-23Update to new intllib API.Diego Martínez
2017-02-19Resize formspec and HUD to fit bigger stringsxisd
2016-11-15Add eat trigger, extend existing triggers, add 9 awards (#35)Wuzzy
2016-11-06Fix bugs when mod is run outside of Minetest Game (#34)Wuzzy
2016-09-10Show error messages when there are no awardsWuzzy
2016-09-01Add notification soundWuzzy
2016-09-01Automatic line breaks for long award desc.Wuzzy
2016-09-01Add optional default description for triggersWuzzy
2016-09-01Improve strings and make them translatableWuzzy
2016-09-01Fix crash when opening awards after clearingWuzzy
2016-08-01Announce secret awards as secret awardsWuzzy
2016-08-01Make secret awards darker in list + other tweaksWuzzy
2016-08-01Add sfinv supportrubenwardy
2016-08-01Stop progress bars going out of boundsrubenwardy
2016-08-01Make textures follow naming conventionsWuzzy
2016-08-01Add progress barrubenwardy
2016-08-01Fix craft trigger not taking stack count into accountrubenwardy
2016-07-29Fix prize giving bugrubenwardy
2016-07-29Add awards.increment_item_counter() and use itrubenwardy
2016-07-29Move unrelated things from trigger.luarubenwardy
2016-07-29Add awards.getFormspec()rubenwardy
2016-07-29More changesrubenwardy
2016-07-29Refactor awards.unlockrubenwardy
2016-07-29helpers.lua -> api_helpers.luarubenwardy
2016-07-29Separate triggers from APIrubenwardy
2016-07-29register_on_unlock and on_unlockrubenwardy