summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-01Improve strings and make them translatableWuzzy
2016-09-01Remove outdated /cawards command for realWuzzy
2016-09-01Fix crash when opening awards after clearingWuzzy
2016-08-30Fix style issuesrubenwardy
2016-08-11Remove some redundant “ ~= nil”s in init.luaWuzzy
2016-08-11More consistent code style in init.luaWuzzy
2016-08-11Fix/change some achievements backgroundsWuzzy
2016-08-10Add custom icon for FirefighterWuzzy
2016-08-10Add Lava Miner award (digging close to lava)Wuzzy
2016-08-10Fix typo in firefighter award IDWuzzy
2016-08-10Add craft 10 mese lamps awardWuzzy
2016-08-10Add Pyromaniac and Firefighter awardsWuzzy
2016-08-10Add snow award (proof for visiting snow land)Wuzzy
2016-08-10Add 2 new stone brick crafting awardsWuzzy
To give a reason to do something with all that stockpiled cobblestone ;-)
2016-08-10Heavily nerf lumberjack awards, 1296 trees max.Wuzzy
Playing lumberjack gets repetitive pretty soon, it's not fun at all to do it for long. Let's do some calculations: Digging 100 trees w/ diamond axe takes ca. 3.5 min. 1 diamond axe lasts for 200-300 trees and needs 3 diamonds. Meaning, to get L337 Lumberjack (100000) trees you need 58 hours only digging trees! Plus the time to find ca. 1000 diamonds (100000/300*3) only for the axes. So much nope. New awards are factors of 6, capped capped at 1296 because it gets boring at about that point and already with 1000 trees in your storage you have enough wood for a long time. Also, award names were slightly changed.
2016-08-10More consistent award icons, add “level” iconsWuzzy
2016-08-10Add a lot of awardsWuzzy
2016-08-02Release 2.3.0v2.3.0rubenwardy
2016-08-01Add new awards, remove death awardsWuzzy
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
Fixes #21
2016-08-01Add support for Unified InventoryWuzzy
2016-08-01Make textures follow naming conventionsWuzzy
2016-08-01Release 2.2.0v2.2.0rubenwardy
2016-08-01Add progress barrubenwardy
2016-08-01Release 2.1.2v2.1.2rubenwardy
2016-08-01Fix craft trigger not taking stack count into accountrubenwardy
2016-07-29Fix bug with getting player data, and release 2.1.1v2.1.1rubenwardy
2016-07-29Release 2.1v2.1.0rubenwardy
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.run_trigger_callbacks() and use itrubenwardy
2016-07-29Release 2.0v2.0rubenwardy
2016-07-29Add and remove a few awardsrubenwardy
2016-07-29Fix nyancat texturerubenwardy
2016-07-29Add awards.getFormspec()rubenwardy
2016-07-29Fix bugs in craft trigger, and add an award to use itrubenwardy
2016-07-29More changesrubenwardy
2016-07-29Refactor awards.unlockrubenwardy
2016-07-29Add locale template.txtrubenwardy
2016-07-29helpers.lua -> api_helpers.luarubenwardy
2016-07-29Separate triggers from APIrubenwardy
2016-07-29register_on_unlock and on_unlockrubenwardy
2016-07-29Add licensesrubenwardy
2016-07-29awards.register_triggerrubenwardy
2016-07-29Move helpers and chat commands to separate filesrubenwardy
2016-06-01Add craft triggerv0.5.0MrIbby