aboutsummaryrefslogtreecommitdiff
path: root/src/modalMenu.h
AgeCommit message (Collapse)Author
2014-10-24Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanismKahrl
2014-06-29Add support for Android 2.3+sapier
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
2014-01-06Actually pause singleplayer game in pause menu and use lower maximum FPS in itPerttu Ahola
2013-08-19GUIFormSpecMenu focus fixesKahrl
2013-06-03Call m_menumgr->deletingMenu from quitMenu in addition to destructorKahrl
This fixes the bug where noMenuActive() keeps returning false after closing a menu until the mouse is moved, rendering the keyboard unusable (the_game calls input->clear() every frame when noMenuActive() is false).
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-17Optimize headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-13Crude tab test in main menu (requires gui redesign for the additional tabs)Perttu Ahola
2011-04-05changed node metadata format to better accomodate future needs and problemsPerttu Ahola
2011-02-08bug-fixin'Perttu Ahola
2011-01-23OMG! Main Menu!Perttu Ahola
2010-12-23work-in-progress gui system updating + some settings system updatingPerttu Ahola
2010-12-23redoing gui stuffPerttu Ahola