summaryrefslogtreecommitdiff
path: root/worldedit_gui
AgeCommit message (Collapse)Author
2017-09-12Support //cube in the GUIsfan5
2017-09-12Remove Lua functions from WorldEdit GUIsfan5
2017-08-31WorldEdit GUI support for new //cylinder functionalitysfan5
2017-08-20Disable worldedit_gui fallback code (closes #141)sfan5
2017-08-20Make sfinv gui code compatible with sfinv as included in MTG 0.4.15sfan5
fixes #142
2017-05-13Forgot this one during refactor (a31f955fb1e5c512f4559452aa65f590fbbc8d6c)sfan5
2017-05-13Remove formspec tester from worldedit_guisfan5
2017-05-13Refactor priv determination in worldedit_guisfan5
2017-05-13Do not allow any worldedit_gui commands without privssfan5
2017-05-13Fix worldedit_gui_lua privstenplus1
This fixes the worldedit_gui_lua feature so that it requires certain privs to run.
2017-03-11Use sfinv if possible, fixes #124 with recent minetest versionssfan5
2017-03-11GUI: Use nicer picture to indicate unknown nodes (-> no search results)sfan5
2017-03-11GUI: Always pass normalized node names to commandssfan5
2016-10-13Merge remote-tracking branch 'tmp/hollowpyramid'sfan5
2016-10-12Fix 'Run Lua' button in WorldEdit GUI (fixes #121)sfan5
2016-06-20fix gui bug with back button (#116)tenplus1
Fixed the Worldedit GUI problem where BACK button wouldn't return back to inventory plus menu.
2016-02-22Fix unability to browse inv. items on creative inventoryJean-Patrick Guerrero
2016-02-22Re-adapt WorldEdit's GUI button position to creative inventoryJean-Patrick Guerrero
2016-01-17Adapt WorldEdit GUI button to the new creative inventorykilbith
2016-01-05Fix undeclared global variableRui
2016-01-05Fixed dropdown menus in the WorldEdit GUI (closes #78, thanks to @sponce)sfan5
2016-01-05Fix Save/Load from WorldEdit GUI, fixes #90sfan5
2016-01-05Fix Orient in WorldEdit GUIsfan5
2015-09-13Added hollow pyramidsSebastien Ponce
2015-06-18Fix formspec typo causing crashing upon using `/orient` in the GUI.Anthony Zhang
2015-02-16Make inventory++ hide button for players without worldedit privest31
2014-08-05Fix typo (thanks donat-b!).Uberi
2014-07-10Fix worldedit_gui not working in Minetest 0.4.10.Uberi
2014-05-16New inventory icon for GUI (thanks VanessaE!).Uberi
2014-02-23Fix incorrect fixedpos var names in the GUI formspillz
worldedit_gui_fixed_* -> worldedit_gui_fixedpos_* Makes setting a fixed position in the GUI work correctly
2014-01-19Fix for player signing off before WorldEdit GUI has finished loading.Uberi
2014-01-02Added compatibility with my version of creative_inventory.Carter Kolwey
2014-01-02Oops, broke the back button with that last commit.Uberi
2014-01-02Fix the creative inventory being borked if neither Unified Inventory or ↵Uberi
Inventory++ is installed (thanks cheapie!).
2013-12-30The WorldEdit GUI now has no hard dependencies.Uberi
2013-12-24Mark the region with an entity cube.Uberi
2013-12-22Update worldedit_gui to work with latest unified_inventory (thanks LazyJ!).Uberi
2013-12-21Fix crashes in GUI button.kaeza
2013-12-20Full unified_inventory and inventory_plus support!Uberi
2013-12-20All commands in WorldEdit are now accessible through WorldEdit GUI, except ↵Uberi
the MT Schematics stuff.
2013-12-18Include WorldEdit GUI in the documentation, improve privilege handling, ↵Uberi
simplify main dialog.
2013-12-16Improve worldedit.spiral and the WorldEdit GUI,Uberi
2013-12-15Implement copy/move in the WorldEdit GUI.Uberi
2013-12-15Merge fixedpos and position dialogs in worldedit_gui, add cylinder dialog.Uberi
2013-12-12More improvements to worldedit_guiUberi
2013-12-12Refine GUI.Uberi
2013-12-10Improve worldedit_gui.Uberi
2013-12-10WorldEdit GUI is now live! Currently under construction.Uberi