rubenwardy b4be483d3e Add support for translating content titles and descriptions (#12208) 2 месяцев назад
..
CMakeLists.txt 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 2 месяцев назад
StyleSpec.h 9d1ae80e89 Add focused styling to buttons (#13414) 1 год назад
guiAnimatedImage.cpp f7bcf7fa46 FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 1 год назад
guiAnimatedImage.h f7bcf7fa46 FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 1 год назад
guiBackgroundImage.cpp ae7271b725 Fix background[] pos-offset lower-right-corner being at least (1,1) (#13320) 1 год назад
guiBackgroundImage.h ae7271b725 Fix background[] pos-offset lower-right-corner being at least (1,1) (#13320) 1 год назад
guiBox.cpp b2f3f66385 Fix box[]es not being clipped (#10473) 3 лет назад
guiBox.h 83d0c360cc Add gradients and borders to FormSpec boxes (#8676) 3 лет назад
guiButton.cpp 2903f692ba GUIButton: Use default member initializers 9 месяцев назад
guiButton.h 124d064015 GUIButton: Default BgColor to white, as opposed to unintialized 9 месяцев назад
guiButtonImage.cpp 553dc02deb Fix some memleaks from GUIButtonImage (#13564) 11 месяцев назад
guiButtonImage.h 553dc02deb Fix some memleaks from GUIButtonImage (#13564) 11 месяцев назад
guiButtonItemImage.cpp f0bad0e2ba Reserve vectors before pushing and other code quality changes (#11161) 3 лет назад
guiButtonItemImage.h f0bad0e2ba Reserve vectors before pushing and other code quality changes (#11161) 3 лет назад
guiChatConsole.cpp 699d1bf27c Use newer IrrlichtMt 4 месяцев назад
guiChatConsole.h e9e8eed360 GUIChatConsole: Use primary selection 1 год назад
guiEditBox.cpp 699d1bf27c Use newer IrrlichtMt 4 месяцев назад
guiEditBox.h 05573d6d8d Remove unused (de)serializeAttributes() methods 2 лет назад
guiEditBoxWithScrollbar.cpp 91c0439922 Use our GUIButton in our GUIScrollBar 9 месяцев назад
guiEditBoxWithScrollbar.h 91c0439922 Use our GUIButton in our GUIScrollBar 9 месяцев назад
guiEngine.cpp b4be483d3e Add support for translating content titles and descriptions (#12208) 2 месяцев назад
guiEngine.h b4be483d3e Add support for translating content titles and descriptions (#12208) 2 месяцев назад
guiFormSpecMenu.cpp 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 2 месяцев назад
guiFormSpecMenu.h 1ba26d67bd Remove excessive includes from porting.h 4 месяцев назад
guiHyperText.cpp 32e492837c Support both mouse and touch input in GUIs in a single binary (#14146) 4 месяцев назад
guiHyperText.h 137e4ce866 Fix hypertext in the mainmenu (#13731) 9 месяцев назад
guiInventoryList.cpp 32e492837c Support both mouse and touch input in GUIs in a single binary (#14146) 4 месяцев назад
guiInventoryList.h bf9f831cb2 Inventory: skip redundant stack movement 8 месяцев назад
guiItemImage.cpp 8b73743baa Reduce number of recursively included headers 1 год назад
guiItemImage.h 5506e97ed8 Formspec: draw order and clipping for all elements (#8740) 4 лет назад
guiKeyChangeMenu.cpp 7e7aceb8c1 Replace all actual uses of irrlicht CGUIStaticText with our StaticText 9 месяцев назад
guiKeyChangeMenu.h 67068cfaf4 Get rid of wgettext 1 год назад
guiMainMenu.h 03d86ea0b4 Add register dialog to separate login/register (#12185) 1 год назад
guiPasswordChange.cpp 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 2 месяцев назад
guiPasswordChange.h 171f911237 Android: Add selection dialog (drop down/combo box) (#13814) 4 месяцев назад
guiPathSelectMenu.cpp 9f338f5a56 Replace all uses of core::list with std::list (#12313) 2 лет назад
guiPathSelectMenu.h 323c860045 Move touchscreen input handling to base GUIModalMenu class 5 лет назад
guiScene.cpp 7473e4cafd Expose all OpenGL filtering modes, use OpenGL names for them 10 месяцев назад
guiScene.h 285ba74723 GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls 3 лет назад
guiScrollBar.cpp da832a295e Delete clang-format files and comments (#14079) 5 месяцев назад
guiScrollBar.h 91c0439922 Use our GUIButton in our GUIScrollBar 9 месяцев назад
guiScrollContainer.cpp 9f338f5a56 Replace all uses of core::list with std::list (#12313) 2 лет назад
guiScrollContainer.h 287f3fb2e3 Avoid drawing clipped out formspec elements (#10095) 3 лет назад
guiSkin.cpp d6be6682ec Drop dependency on IrrCompileConfig 1 год назад
guiSkin.h d6be6682ec Drop dependency on IrrCompileConfig 1 год назад
guiTable.cpp eb52a149a0 Enable IPO/LTO by default except for debug builds (#14198) 3 месяцев назад
guiTable.h cd0e213a36 Add font styling options to tables and textlists (#10203) 3 лет назад
guiVolumeChange.cpp aa912e90a7 Make text containers wider in the Volume Change dialog (#13995) 6 месяцев назад
guiVolumeChange.h 9f338f5a56 Replace all uses of core::list with std::list (#12313) 2 лет назад
mainmenumanager.h 906417cc0d GUI: Autofocus newly opened GUIModalMenu instances (#13911) 7 месяцев назад
modalMenu.cpp 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 2 месяцев назад
modalMenu.h 171f911237 Android: Add selection dialog (drop down/combo box) (#13814) 4 месяцев назад
profilergraph.cpp 058846d687 Rework drawtime and related timekeeping code to use microseconds 2 лет назад
profilergraph.h 99c9e7a986 Game refactor [4/X]: keycache is now owned by InputHandler 6 лет назад
touchscreengui.cpp 57de599a29 Restore pre-5.9.0-dev behavior of touch_use_crosshair=false shootline (#14389) 2 месяцев назад
touchscreengui.h 57de599a29 Restore pre-5.9.0-dev behavior of touch_use_crosshair=false shootline (#14389) 2 месяцев назад