Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-24 | Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanism | Kahrl | |
2014-10-05 | Add [colorize modifier | BlockMen | |
2014-09-21 | Add inventory right click drag and drop | sruz25 | |
2014-09-21 | Allow taking screenshots of formspecs and move message to chat | BlockMen | |
2014-07-16 | Add srollbar formspec element | sapier | |
2014-06-29 | Add 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-29 | Add formspec api versioning | sapier | |
2014-06-25 | Add setting for tooltips show delay. | RealBadAngel | |
2014-06-24 | Tooltips rework. | RealBadAngel | |
Separate element for tooltips. Delayed showing, use global color or given ones. | |||
2014-06-22 | Support for scalable font and gui elements | sapier | |
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-18 | Fix bounding rect for formspec elements label vertlabel and checkboxes | sapier | |
2014-06-12 | Add support for exiting formspecs by doubleclicking outside | sapier | |
2014-04-22 | Fix formspec replacement handling for in game formspecs | sapier | |
2014-03-13 | Fix game pause in singleplayer | BlockMen | |
2014-03-12 | Pass arguments by reference | Selat | |
2014-03-05 | Replace pause and message menu by formspec ones | sapier | |
2014-01-13 | Add formspec table | Kahrl | |
2013-11-03 | Reworked formspecs and kahrl's hexcolor parser | BlockMen | |
2013-11-03 | Send a on_receive_fields event when formspec is closed, with fields.quit = ↵ | Novatux | |
"true" | |||
2013-09-11 | Change mainmenu texture handling + small misc changes | Kahrl | |
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-08-19 | GUIFormSpecMenu focus fixes | Kahrl | |
2013-08-17 | Add translation for main menu | sapier | |
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp | |||
2013-08-16 | Don't automatically scroll listbox when selecting an item in the middle | Kahrl | |
2013-08-16 | Formspec textlist: Black Irrlicht magic to detect fake doubleclicks | Kahrl | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-07-07 | Fix many formspec menu bugs | sapier | |
2013-07-06 | Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColor | Sfan5 | |
2013-07-02 | Replace C++ mainmenu by formspec powered one | sapier | |
2013-06-18 | Formspec: Don't perform black magic if selected item fits the guess | Kahrl | |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-12-01 | New elements in formspec, item_image and item_image_button. | RealBadAngel | |
Fixed also game bug drawing dragged item behind fields, buttons etc. | |||
2012-11-30 | Make dragged itemstack following the mouse cursor much smoother | Jürgen Doser | |
by using the cursor coordinates directly, instead of updating them only when a mouse event is seen. | |||
2012-11-08 | Adding background to Formspec | RealBadAngel | |
2012-09-02 | Make inventory GUI do sane things when server-side inventory acts unusually | Perttu Ahola | |
2012-07-24 | Detached inventories | Perttu Ahola | |
2012-07-22 | Formspec button_exit[] and image_button_exit[] | Perttu Ahola | |
2012-07-22 | minetest.register_on_player_receive_fields() | Perttu Ahola | |
2012-07-22 | Implement formspec | darkrose | |