index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mohawk
/
dialogs.cpp
Age
Commit message (
Expand
)
Author
2019-12-14
MOHAWK: Remove Unused Engine Pointer from Riven Options Dialog
D G Turner
2019-10-30
MOHAWK: MYST: Save the options to ConfMan when the game is not started
Bastien Bouclet
2019-10-29
MOHAWK: RIVEN: Save the options to ConfMan when the game is not started
Bastien Bouclet
2018-07-29
MOHAWK: Silent Compiler Warning About Unused VM Pointer.
D G Turner
2018-06-29
MOHAWK: RIVEN: Remove the load/save/quit buttons from the options dialog
Bastien Bouclet
2018-06-29
MOHAWK: MYST: Introduce a main menu stack
Bastien Bouclet
2018-06-14
MOHAWK: MYST: Clean up the options dialog
Bastien Bouclet
2018-06-13
MOHAWK: MYST: Move the current stack id to ScriptParser
Bastien Bouclet
2018-06-13
MOHAWK: MYST: Simplify memory management of the active stack
Bastien Bouclet
2018-05-17
MOHAWK: Don't allow displaying the map when the game is not interactive
Bastien Bouclet
2018-04-25
MOHAWK: MYST: Turn held page state into an enum
dafioram
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2017-12-20
MOHAWK: RIVEN: Add keyboard shortcuts for loading and saving
Bastien Bouclet
2017-07-03
MOHAWK: Add a transition speed widget to the settings dialog
Bastien Bouclet
2016-08-03
MOHAWK: Load games from outside the options dialog loop
Thierry Crozat
2016-07-04
MOHAWK: Have the Myst and Riven options dialog share a base class
Bastien Bouclet
2016-07-04
MOHAWK: Change the Riven options dialog's cancel button not to save the settings
Bastien Bouclet
2016-07-04
MOHAWK: Change the Riven options dialog not to subclass GUI::OptionsDialog
Bastien Bouclet
2016-03-05
MOHAWK: Make the Quit button show the credits
Bastien Bouclet
2016-02-22
MOHAWK: Add Save, Load and Quit buttons to the Myst Dialog
Bastien Bouclet
2016-02-22
MOHAWK: Center the options dialog
Bastien Bouclet
2016-02-22
MOHAWK: MystOptionsDialog should not subclass GUI::OptionsDialog
Bastien Bouclet
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
2012-12-16
MOHAWK: The cancel button of Myst's dialog was actually saving
Bastien Bouclet
2011-08-20
MOHAWK: Explain some obscure strings to translators
Eugene Sandulenko
2011-08-14
MOHAWK: Add a return to menu button to the dialog for the demo
Bastien Bouclet
2011-08-07
MOHAWK: Disable zip mode in Myst demo
Bastien Bouclet
2011-05-15
MOHAWK: Implement "Show Map" feature for Myst ME
Bastien Bouclet
2011-05-14
MOHAWK: Implement page drop button for Myst
Bastien Bouclet
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-28
MOHAWK: Don't compile RivenOptionsDialog when Riven isn't enabled
Matthew Hoops
2011-03-28
MOHAWK: Allow disabling compilation of Myst
Matthew Hoops
2011-03-23
MOHAWK: Use direct access on the hashmap for Riven variables now
Matthew Hoops
2011-02-14
MOHAWK: Center InfoDialog text.
Alyssa Milburn
2011-01-09
MOHAWK: Myst zip mode improvements
Bastien Bouclet
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn
2010-09-05
MOHAWK: Cleanup
Matthew Hoops
2010-06-15
MOHAWK: Sync with latest GUI changes.
Eugene Sandulenko
2010-04-06
More transistions->transitions fixes
Matthew Hoops
2010-04-06
Fix "Transitions" typo
Ori Avtalion
2010-04-06
GUI: Unify various definitions of kOKCmd and move it to namespace GUI
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-30
Re-indentet switch() blocks to follow ScummVM indentation style. (I've always
Torbjörn Andersson
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko