aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_credits.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-171-3/+8
|
* Update credits for 5.2.0 (#9593)rubenwardy2020-04-051-47/+34
|
* Update credits (#8162)rubenwardy2019-02-161-9/+35
|
* Update credits (#6228)Zeno-2017-08-091-1/+1
|
* make ret variable in /builtin/mainmenu/tab_credits.lua local (#5942)DS2017-06-071-1/+1
|
* Update creditsrubenwardy2017-06-031-37/+44
| | | | | | | | | | | The following algorithm was used when selecting contributors: * Every non-trivial contributor from the current release, Non-trivial meaning more than X non-trivial commits, not counting documentation/translation changes * The top Y contributors from the last 4 years. * Previous contributor means no contributions since a few months before the last release. In the future this should be automated
* Move Pilzadam to previous developers. (#5735)Auke Kok2017-05-091-1/+1
|
* Add keyword based search to serverlistred-0012017-01-151-1/+1
|
* Final update to credits before releaseCraig Robbins2016-12-221-0/+1
|
* Update credits (#4827)Zeno-2016-12-071-8/+5
| | | Update credits
* Add version APIShadowNinja2016-10-311-1/+2
|
* Update credits tabest312016-05-091-9/+16
|
* Mainmenu: Refactor tab UI codeRui9142016-04-081-1/+1
| | | | | | - Use local variables for tabs in place of globals - Merge together if statements where possible - Replace manual table searching code with indexof where possible
* Credits: Make that easy to add/removeRui2016-03-241-58/+71
|
* Credits: Remove my nameRui2015-10-251-1/+0
|
* Change my emailRui9142015-09-031-1/+1
|
* Credits tab: fix accidental merger of two contributorsest312015-08-311-1/+2
| | | | Fixes #3125
* Remove some emails from credits tabkwolekr2015-08-191-7/+7
|
* Update credits tabkwolekr2015-08-191-7/+11
|
* Update my nameNovatux2015-07-241-1/+1
|
* Update credits tabest312015-06-161-7/+11
|
* Don't highlight entries in creditsWuzzy2015-06-151-41/+43
|
* Update creditsCraig Robbins2015-03-291-1/+6
|
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-131-3/+2
|
* Update credits menuShadowNinja2014-11-211-3/+8
|
* Remove proller from creditsproller2014-07-121-1/+0
|
* Fix bounding rect for formspec elements label vertlabel and checkboxessapier2014-06-181-1/+1
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-161-0/+62
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews