mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
bed05ea134
After the initial changes just to scummvm/gui for u32, this commit includes the whole project - Widget creations now always have u32 descriptions, labels, or tooltips - Message dialogs make use of default arguments instead of providing the same argument explicitly - encode String::format properly before passing on as argument where necessary - Modify hugo utils (yesNoBox and notify box) to use u32 - Also provide fake constructors for the above which redirect to the u32 constructor - Convert all keymap descriptions to u32 across all engines - showConfirmationDialog in mohawk now uses u32 - showScummVMDialog also uses u32 - Scumm engine has dialogs now which use u32 - General fixes and wrapping convertToU32String for setLabels and related functions - Add a fake constructor to MesssageDialog which redirects to the u32 constructor |
||
---|---|---|
.. | ||
actions.cpp | ||
configure.engine | ||
debugger.cpp | ||
debugger.h | ||
detection_tables.h | ||
detection.cpp | ||
dialogs.cpp | ||
dialogs.h | ||
graphics.cpp | ||
graphics.h | ||
menu.cpp | ||
menu.h | ||
module.mk | ||
mortevielle.cpp | ||
mortevielle.h | ||
mouse.cpp | ||
mouse.h | ||
outtext.cpp | ||
outtext.h | ||
POTFILES | ||
saveload.cpp | ||
saveload.h | ||
sound.cpp | ||
sound.h | ||
utils.cpp |