aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Collapse)Author
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-06-29Add formspec api versioningsapier
2014-06-25Add setting for tooltips show delay.RealBadAngel
2014-06-24Tooltips rework.RealBadAngel
Separate element for tooltips. Delayed showing, use global color or given ones.
2014-06-22Support for scalable font and gui elementssapier
Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!
2014-06-20Fix labels and vertlabels on some systems.RealBadAngel
2014-06-20Fix small memory leaks on shutdownsapier
2014-06-19Add tooltips for button, imagebutton and checkbox.RealBadAngel
2014-06-18Fix bounding rect for formspec elements label vertlabel and checkboxessapier
2014-06-18Make dropdown formspec elements send their value same style as buttons on changesapier
2014-06-12Add support for exiting formspecs by doubleclicking outsidesapier
2014-06-12Improve performance by removing some temporary objectssapier
Fix some coding style issues
2014-04-29Add proper lua api deprecated handlingsapier
2014-04-22Fix formspec replacement handling for in game formspecssapier
2014-04-22make formspec textarea wordwrapRealBadAngel
Thats updated #795
2014-03-23Fix double sending of chat messagessapier
2014-03-13Fix game pause in singleplayerBlockMen
2014-03-05Replace pause and message menu by formspec onessapier
2014-01-13Add formspec tableKahrl
2013-12-17Fix formspec field labelsBlockMen
2013-12-13Replace any direct curl usage by httpfetchsapier
2013-12-11Implement search tab and version pickersapier
2013-12-09Check if width, height or start index of a list[] is negativePilzAdam
2013-12-03Dont move item back when not clicking on a slotPilzAdam
2013-11-23Fix crash when pressing Enter key in formspec menuKahrl
2013-11-14Fix formspec background padding when clippedBlockMen
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-03Fix typoBlockMen
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen
2013-11-03Send a on_receive_fields event when formspec is closed, with fields.quit = ↵Novatux
"true"
2013-10-07FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel
2013-09-11Change mainmenu texture handling + small misc changesKahrl
Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0".
2013-09-05Fix crash on lua exceptionsapier
2013-08-31Use wstring for vertlabelsPilzAdam
2013-08-19Fix gettext for tabs (windows)BlockMen
2013-08-19GUIFormSpecMenu focus fixesKahrl
2013-08-18Reenable image scaling in formspecsBlockMen
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-16Remove debug outputPilzAdam
2013-08-16Don't automatically scroll listbox when selecting an item in the middleKahrl
2013-08-16Formspec textlist: Black Irrlicht magic to detect fake doubleclicksKahrl
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-07Fix various memory access problems detected by valgrindKahrl
2013-08-07Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cppKahrl
2013-08-04Fix formspec label issues in win builds (MSVC)BlockMen
2013-07-24Add support of pressed_texture of image_buttonBlockMen
Fix params number Add pressed texture name Fix string def Fix syntax error
2013-07-24Add gettext translation for image_buttonBlockMen
2013-07-12Remove lots of debug output from modmgrsapier
Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly