dragonfire-client-dragonfire/src/gui
Elias Fleckenstein b11c0a6721
Merge branch 'master' of https://github.com/minetest/minetest
2022-06-07 03:19:05 +02:00
..
CMakeLists.txt Merge branch 'master' of https://github.com/minetest/minetest 2022-06-07 03:19:05 +02:00
StyleSpec.h FormSpec: Add list spacing, slot size, and noclip (#10083) 2021-01-23 12:46:19 -08:00
cheatMenu.cpp Merge branch 'master' of https://github.com/minetest/minetest 2022-05-17 22:12:00 +02:00
cheatMenu.h Fix and run the Lint autocorrect script 2020-11-04 17:25:42 +01:00
guiAnimatedImage.cpp Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiAnimatedImage.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiBackgroundImage.cpp FormspecMenu: make drawing of backgrounds less hacky (#9517) 2022-02-22 19:17:53 +01:00
guiBackgroundImage.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiBox.cpp Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiBox.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiButton.cpp Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiButton.h Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiButtonImage.cpp Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiButtonImage.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiButtonItemImage.cpp Reserve vectors before pushing and other code quality changes (#11161) 2021-04-05 13:38:31 +02:00
guiButtonItemImage.h Reserve vectors before pushing and other code quality changes (#11161) 2021-04-05 13:38:31 +02:00
guiChatConsole.cpp Fully remove bitmap font support (#11863) 2022-01-08 14:53:25 +01:00
guiChatConsole.h Make chat web links clickable (#11092) 2021-06-20 17:20:24 +02:00
guiEditBox.cpp Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiEditBox.h Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiEditBoxWithScrollbar.cpp Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiEditBoxWithScrollbar.h Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiEngine.cpp Allow for Game-Specific Menu Music (#11241) 2021-11-22 17:26:46 +00:00
guiEngine.h Async-related script cleanups 2021-08-28 12:15:12 +02:00
guiFormSpecMenu.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiFormSpecMenu.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiHyperText.cpp Fully remove bitmap font support (#11863) 2022-01-08 14:53:25 +01:00
guiHyperText.h Fully remove bitmap font support (#11863) 2022-01-08 14:53:25 +01:00
guiInventoryList.cpp Merge branch 'master' of https://github.com/minetest/minetest 2021-02-10 19:50:36 +01:00
guiInventoryList.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiItemImage.cpp Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiItemImage.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiKeyChangeMenu.cpp Merge branch 'master' of https://github.com/minetest/minetest 2022-05-22 12:05:27 +02:00
guiKeyChangeMenu.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiMainMenu.h Add register dialog to separate login/register (#12185) 2022-06-05 17:47:38 +02:00
guiPasswordChange.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiPasswordChange.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiPathSelectMenu.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiPathSelectMenu.h Move touchscreen input handling to base GUIModalMenu class 2018-10-29 15:37:44 +01:00
guiScene.cpp add airjump and remove unused headers 2021-08-30 16:45:27 +01:00
guiScene.h GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls 2021-03-16 23:28:16 +01:00
guiScrollBar.cpp Fix warnings about an unused variables and implicit conversion (#10586) 2020-11-12 21:05:47 +01:00
guiScrollBar.h Fix warnings about an unused variables and implicit conversion (#10586) 2020-11-12 21:05:47 +01:00
guiScrollContainer.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiScrollContainer.h Avoid drawing clipped out formspec elements (#10095) 2020-08-23 22:50:14 +02:00
guiSkin.cpp Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiSkin.h Remove unused (de)serializeAttributes() methods 2021-12-29 23:00:16 +01:00
guiTable.cpp Touch UI support for desktop builds (#10729) 2021-09-26 18:04:09 +02:00
guiTable.h Revert "Make Lint Happy" 2020-11-04 16:57:41 +01:00
guiVolumeChange.cpp Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
guiVolumeChange.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
mainmenumanager.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
modalMenu.cpp Improve a translation string 2022-05-29 14:00:19 +02:00
modalMenu.h Replace all uses of core::list with std::list (#12313) 2022-05-22 00:11:59 +02:00
profilergraph.cpp Rework drawtime and related timekeeping code to use microseconds 2022-01-27 22:30:02 +01:00
profilergraph.h Game refactor [4/X]: keycache is now owned by InputHandler 2018-01-20 16:38:38 +01:00
touchscreengui.cpp Touch UI support for desktop builds (#10729) 2021-09-26 18:04:09 +02:00
touchscreengui.h Touch UI support for desktop builds (#10729) 2021-09-26 18:04:09 +02:00