scrawl
cd437f094d
Fix exiting savegamedialog with 'esc' when no game is running
7 years ago
scrawl
a0f5e32113
Fix 'new game' from the main menu not removing menu afterwards
7 years ago
scrawl
2b03bc0c56
Call WindowBase::onFrame() for every active window
7 years ago
scrawl
3820416277
Refactor the unholy mess that is WindowManager::updateVisible
...
GUI modes are now defined in a general and extensible way. The next commits are going to take advantage of this.
7 years ago
scrawl
c203a0774a
Adjust some layouts to take better advantage of keyboard navigation
7 years ago
Andrei Kortunov
54b4d93f79
Added a special function for GUI sounds playing
8 years ago
scrawl
77f1387da8
Include cleanup
10 years ago
scrawl
f09e4620b6
Move OpenMW version information to a textfile instead of compiling it in
...
Now we don't need to recompile 3 .cpp files and re-link whenever the current git HEAD changes.
10 years ago
scrawl
e23775e338
Fix -Woverloaded-virtual clang warnings
10 years ago
scrawl
bec9abd319
Remove name extension for internal MyGUI textures
...
Since they're no longer loaded from disk, the extension makes no sense.
10 years ago
scrawl
e1f4a7f647
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
...
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwgui/mainmenu.cpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwrender/animation.cpp
apps/openmw/mwrender/debugging.cpp
apps/openmw/mwrender/npcanimation.cpp
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/sky.cpp
components/nif/nifkey.hpp
components/nif/nifstream.hpp
components/nifbullet/bulletnifloader.cpp
components/nifogre/ogrenifloader.hpp
libs/openengine/bullet/physic.cpp
libs/openengine/gui/manager.cpp
10 years ago
scrawl
5a759f8b0d
GUI cleanup fix
10 years ago
scrawl
d772da3720
Main menu background videos
10 years ago
scrawl
223e3a53f5
Move OEngine::Gui::Layout to MWGui
10 years ago
Rohit Nirmal
997347b01e
Silence -Wreorder warnings.
10 years ago
scrawl
42d6c6140c
Add mygui backend by chris
10 years ago
scrawl
0c6e2170db
Include cleanup
10 years ago
scrawl
9bcc84ceec
Add option to stretch menu backgrounds/cutscenes to the whole screen
10 years ago
scrawl
eecea4131f
Reduce MyGUI includes
10 years ago
scrawl
f931ba2efc
Fix some static analysis issues (coverity)
10 years ago
Thoronador
db38108801
fix uninitialized pointer variables in some classes
10 years ago
scrawl
c6bcd75058
Add various custom widgets used in OpenMW to the MyGUI plugin
10 years ago
scrawl
c4ae07f48a
Remove partially broken sound pausing in main menu ( Fixes #1707 )
11 years ago
scrawl
5a955279bb
Fix main menu background showing when resizing window during load
11 years ago
scrawl
e0d6670ac4
Move video skip detection to WindowManager
...
Fixes a bug where skipping using Esc would not work if a mouse button had been pressed previously
11 years ago
scrawl
8761aa5795
Loop main menu video when it's finished playing
11 years ago
scrawl
ac77b07e29
Small fix for menu background
11 years ago
scrawl
3b3b53d665
Support animated main menus (menu_background.bik)
...
Closes #1362
11 years ago
scrawl
41a04b9c65
Slightly adjust menu button position
11 years ago
scrawl
cf07d2ab93
Fix swapped position of Save and Load menu buttons
11 years ago
scrawl
6381b1e938
Fixes #1309 : Do not allow saving while dialogs are opened, just like vanilla
...
This limitation could be removed post-1.0 by serializing the state of open windows.
11 years ago
Lars Söderberg
04e5b9c72c
Right aligned version/revision
...
I've always felt that having the version/revision text at the bottom
center in the main menu was a bit out of place. A more common place for
this kind of thing is in one of the corners. I chose bottom right.
Aditionally I right aligned it and changed the v and r in version and
revision to capital letters.
Comments?
11 years ago
scrawl
f5810b8e1c
Consider aspect ratio for loading screen background
...
More consistent with the main menu.
11 years ago
scrawl
72df9e77c6
Don't show version text in the pause menu
11 years ago
scrawl
5906d795c0
Refactored video player (now a MyGUI widget)
11 years ago
scrawl
2e4ef93b28
Add proper main menu (background image, logo animation, title music)
11 years ago
scrawl
e5e1e84c52
Ask for confirmation to exit OpenMW
11 years ago
scrawl
a5598e9c2e
Add Credits button to main menu (plays mw_credits.bik)
11 years ago
scrawl
5562c78ac4
Ask for confirmation when selecting 'New Game'
11 years ago
Gašper Sedej
d72a2f1ffb
Added code to test if git hash is availible
11 years ago
Gašper Sedej
06e02ed77f
Added version and revision number to mainmenu
11 years ago
Marc Zinnschlag
ee6ddc3404
block saving while chargen is in progress
11 years ago
scrawl
2e87cbc231
Add basic functionality to SaveGameDialog
11 years ago
scrawl
cf79a83d4f
Avoid recreating widgets in MainMenu::updateMenu. Fix crash when pressing new game due to the button being destroyed from within it's own delegate.
11 years ago
Marc Zinnschlag
c165894869
load saved game record
11 years ago
Marc Zinnschlag
5e64888227
added basic save slot management and connected main menu save to save function (bypassing the save GUI for now)
11 years ago
Marc Zinnschlag
1c7a4d4b3a
adjust availability of main menu items based on game state
11 years ago
Marc Zinnschlag
ec5b2e9a7e
added running flag; moved new game code to MWState
11 years ago
Marc Zinnschlag
f19973450f
moved exit game flag from Environment to StateManager
11 years ago
Marc Zinnschlag
eddd6bf48d
enabled load and save items in main menu
11 years ago