SmallJoker c8a41409d9 HUD: Text element color support (#14558) 2 luni în urmă
..
CMakeLists.txt 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 luni în urmă
StyleSpec.h aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiAnimatedImage.cpp aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiAnimatedImage.h f7bcf7fa46 FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 2 ani în urmă
guiBackgroundImage.cpp aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiBackgroundImage.h aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiBox.cpp b2f3f66385 Fix box[]es not being clipped (#10473) 3 ani în urmă
guiBox.h 83d0c360cc Add gradients and borders to FormSpec boxes (#8676) 3 ani în urmă
guiButton.cpp 3a35db6e67 Turn dos files into unix files 2 luni în urmă
guiButton.h 3a35db6e67 Turn dos files into unix files 2 luni în urmă
guiButtonImage.cpp 553dc02deb Fix some memleaks from GUIButtonImage (#13564) 1 an în urmă
guiButtonImage.h 553dc02deb Fix some memleaks from GUIButtonImage (#13564) 1 an în urmă
guiButtonItemImage.cpp f0bad0e2ba Reserve vectors before pushing and other code quality changes (#11161) 3 ani în urmă
guiButtonItemImage.h f0bad0e2ba Reserve vectors before pushing and other code quality changes (#11161) 3 ani în urmă
guiChatConsole.cpp aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiChatConsole.h e9e8eed360 GUIChatConsole: Use primary selection 1 an în urmă
guiEditBox.cpp 699d1bf27c Use newer IrrlichtMt 5 luni în urmă
guiEditBox.h 05573d6d8d Remove unused (de)serializeAttributes() methods 2 ani în urmă
guiEditBoxWithScrollbar.cpp 91c0439922 Use our GUIButton in our GUIScrollBar 10 luni în urmă
guiEditBoxWithScrollbar.h 91c0439922 Use our GUIButton in our GUIScrollBar 10 luni în urmă
guiEngine.cpp 6c6e48f006 Move values the mainmenu caches to dedicated files (#14433) 2 luni în urmă
guiEngine.h aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiFormSpecMenu.cpp c8a41409d9 HUD: Text element color support (#14558) 2 luni în urmă
guiFormSpecMenu.h 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 luni în urmă
guiHyperText.cpp b2057a5da7 Hypertext: Fix missing space after single letter word (#14551) 2 luni în urmă
guiHyperText.h 137e4ce866 Fix hypertext in the mainmenu (#13731) 10 luni în urmă
guiInventoryList.cpp 32e492837c Support both mouse and touch input in GUIs in a single binary (#14146) 6 luni în urmă
guiInventoryList.h bf9f831cb2 Inventory: skip redundant stack movement 10 luni în urmă
guiItemImage.cpp 8b73743baa Reduce number of recursively included headers 1 an în urmă
guiItemImage.h 5506e97ed8 Formspec: draw order and clipping for all elements (#8740) 4 ani în urmă
guiKeyChangeMenu.cpp 7e7aceb8c1 Replace all actual uses of irrlicht CGUIStaticText with our StaticText 10 luni în urmă
guiKeyChangeMenu.h 67068cfaf4 Get rid of wgettext 1 an în urmă
guiMainMenu.h 03d86ea0b4 Add register dialog to separate login/register (#12185) 2 ani în urmă
guiOpenURL.cpp 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 luni în urmă
guiOpenURL.h 24cc33e704 Add button_url[] and hypertext element to allow mods to open web pages (#13825) 3 luni în urmă
guiPasswordChange.cpp 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 4 luni în urmă
guiPasswordChange.h 171f911237 Android: Add selection dialog (drop down/combo box) (#13814) 5 luni în urmă
guiPathSelectMenu.cpp 9f338f5a56 Replace all uses of core::list with std::list (#12313) 2 ani în urmă
guiPathSelectMenu.h 323c860045 Move touchscreen input handling to base GUIModalMenu class 5 ani în urmă
guiScene.cpp 7473e4cafd Expose all OpenGL filtering modes, use OpenGL names for them 11 luni în urmă
guiScene.h 285ba74723 GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls 3 ani în urmă
guiScrollBar.cpp da832a295e Delete clang-format files and comments (#14079) 6 luni în urmă
guiScrollBar.h 91c0439922 Use our GUIButton in our GUIScrollBar 10 luni în urmă
guiScrollContainer.cpp 9f338f5a56 Replace all uses of core::list with std::list (#12313) 2 ani în urmă
guiScrollContainer.h 287f3fb2e3 Avoid drawing clipped out formspec elements (#10095) 3 ani în urmă
guiSkin.cpp 3a35db6e67 Turn dos files into unix files 2 luni în urmă
guiSkin.h 3a35db6e67 Turn dos files into unix files 2 luni în urmă
guiTable.cpp aaf77025b6 Split up tile.cpp/h 3 luni în urmă
guiTable.h cd0e213a36 Add font styling options to tables and textlists (#10203) 3 ani în urmă
guiVolumeChange.cpp aa912e90a7 Make text containers wider in the Volume Change dialog (#13995) 7 luni în urmă
guiVolumeChange.h 9f338f5a56 Replace all uses of core::list with std::list (#12313) 2 ani în urmă
mainmenumanager.h d8190e1c5f Some globals (un-)init fixes 2 luni în urmă
modalMenu.cpp 07fdf7158d Migrate the Android port to SDL2 2 luni în urmă
modalMenu.h 171f911237 Android: Add selection dialog (drop down/combo box) (#13814) 5 luni în urmă
profilergraph.cpp 751ede516b ProfilerGraph: Increase buffer size for min/max formatting 3 luni în urmă
profilergraph.h 99c9e7a986 Game refactor [4/X]: keycache is now owned by InputHandler 6 ani în urmă
touchscreengui.cpp f2b5c35fa2 TouchScreenGUI dehardcoding refactor (#14472) 2 luni în urmă
touchscreengui.h f2b5c35fa2 TouchScreenGUI dehardcoding refactor (#14472) 2 luni în urmă