-
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mainui
updated
32 files
+2 −2 | BaseMenu.h | |
+0 −2 | BtnsBMPTable.h | |
+0 −2 | Utils.h | |
+3 −3 | controls/CheckBox.cpp | |
+1 −0 | controls/PicButton.cpp | |
+1 −2 | controls/PlayerModelView.cpp | |
+1 −1 | controls/Slider.cpp | |
+1 −1 | controls/SpinControl.cpp | |
+11 −5 | controls/Switch.cpp | |
+2 −2 | controls/Table.cpp | |
+2 −2 | menus/AdvancedControls.cpp | |
+13 −11 | menus/Audio.cpp | |
+5 −7 | menus/Controls.cpp | |
+4 −4 | menus/CreateGame.cpp | |
+3 −7 | menus/CustomGame.cpp | |
+14 −15 | menus/GameOptions.cpp | |
+3 −6 | menus/Gamepad.cpp | |
+4 −4 | menus/LoadGame.cpp | |
+62 −54 | menus/Main.cpp | |
+73 −35 | menus/PlayerSetup.cpp | |
+19 −14 | menus/ServerBrowser.cpp | |
+1 −1 | menus/ServerInfo.cpp | |
+2 −2 | menus/TouchButtons.cpp | |
+2 −2 | menus/TouchOptions.cpp | |
+4 −4 | menus/VideoModes.cpp | |
+29 −9 | menus/VideoOptions.cpp | |
+2 −2 | menus/dynamic/ScriptMenu.cpp | |
+4 −0 | sdk_includes/engine/menu_int.h | |
+4 −0 | sdk_includes/public/build.h | |
+7 −61 | translations/mainui_skeleton_everything.txt | |
+7 −61 | translations/mainui_skeleton_nostringslst.txt | |
+4 −60 | translations/mainui_skeleton_stripped.txt |