Travis Howell
|
c39a92933d
|
Add key to toggle speech/subtitles
svn-id: r17082
|
2005-03-12 00:47:17 +00:00 |
|
Max Horn
|
913fd254d1
|
Fix for bug #1158465 (New Volume Control Dialogue Error-Prone)
svn-id: r17042
|
2005-03-08 23:44:07 +00:00 |
|
Max Horn
|
2b786cdc59
|
Remove outdated comment
svn-id: r17031
|
2005-03-08 00:44:58 +00:00 |
|
Max Horn
|
a0d5debc7a
|
Added dialogs which are shown when you modify the talkspeed or music volume using hotkeys (FR #1153300)
svn-id: r17009
|
2005-03-06 18:00:54 +00:00 |
|
Max Horn
|
695b0fcb5f
|
Fix a small bug (wrong mouse cursor is briefly shown) in the F5 menu
svn-id: r16804
|
2005-02-18 00:28:56 +00:00 |
|
Max Horn
|
47280d9433
|
Updated copyright
svn-id: r16398
|
2005-01-01 16:09:25 +00:00 |
|
Max Horn
|
6dbe271a5e
|
Only activate virtual keyboard when needed
svn-id: r15998
|
2004-12-06 22:05:04 +00:00 |
|
Travis Howell
|
6225285a59
|
Add support for version key in The Dig
svn-id: r14285
|
2004-07-20 11:30:15 +00:00 |
|
Max Horn
|
deb96003a2
|
Aaargh, didn't mean to commit this...
svn-id: r13296
|
2004-03-15 02:28:47 +00:00 |
|
Max Horn
|
782dabbcd3
|
...and mor. Next big thing should be to document the overlay stuff, but that'll have to wait till after I slept :-)
svn-id: r13295
|
2004-03-15 02:21:04 +00:00 |
|
Nicolas Bacca
|
240a599758
|
CE Keys dialog moved to new backend
svn-id: r12607
|
2004-01-26 07:40:14 +00:00 |
|
Max Horn
|
ebecf1dbaa
|
unify _vm / _scumm usage
svn-id: r12262
|
2004-01-08 20:37:26 +00:00 |
|
Max Horn
|
033ff78ae9
|
updated copyright notice
svn-id: r12176
|
2004-01-06 12:45:34 +00:00 |
|
Max Horn
|
5e000ec43f
|
Let's spell it out: c-o-d-e r-e-u-s-e :-)
svn-id: r11640
|
2003-12-14 20:36:37 +00:00 |
|
Travis Howell
|
2556f9b77a
|
Always confirm restart
svn-id: r11635
|
2003-12-14 15:04:05 +00:00 |
|
Max Horn
|
fe05c6fb4d
|
patch #858731 to work around MSVC6 compiler bugs
svn-id: r11616
|
2003-12-13 17:10:47 +00:00 |
|
Max Horn
|
54aa33310d
|
reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser remembers the scroll position -> improved user experience
svn-id: r11415
|
2003-11-28 21:56:14 +00:00 |
|
Max Horn
|
0bcc7ce80e
|
made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced Sound::_sound_volume_master and friends by ConfMan.get() calls; some whitespace cleanup
svn-id: r11257
|
2003-11-11 00:40:35 +00:00 |
|
Max Horn
|
22c22d1e81
|
added namespace GUI
svn-id: r11255
|
2003-11-10 23:40:48 +00:00 |
|
Max Horn
|
3456b6f50b
|
remade the in-game GUI/menu
svn-id: r11119
|
2003-11-03 23:26:13 +00:00 |
|
Max Horn
|
e9ae86bb76
|
introduced common base class GuiObject for Dialog/Widget -> step towards making it possible to nest widgets (needed for TabWidget)
svn-id: r11052
|
2003-11-02 14:50:53 +00:00 |
|
Max Horn
|
b27a871f87
|
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
|
2003-11-02 02:18:16 +00:00 |
|
Max Horn
|
c62e33b10a
|
amiga checkbox is pointless in the in-game settings dialog (you should set this option either in the launcher or directly in the config file); got rid of queryCustomString/string_map_table_custom: we only used them in a very few spots anyway, and until we actually decide to localize ScummVM, they don't gain us anything
svn-id: r11039
|
2003-11-01 22:19:24 +00:00 |
|
Max Horn
|
d7660a2662
|
introduced namespace Scumm; made #include statements use scumm/ prefix explicitly
svn-id: r10571
|
2003-10-03 18:33:57 +00:00 |
|
Max Horn
|
3f55f2669d
|
renamed class Scumm to ScummEngine (consisten with other engine names; also makes room for a potential 'Scumm' namespace)
svn-id: r10549
|
2003-10-02 22:42:03 +00:00 |
|
Max Horn
|
0e645f88ae
|
renamed namespace ScummVM to Common
svn-id: r10544
|
2003-10-02 17:43:02 +00:00 |
|
Travis Howell
|
be0d723e7f
|
Change Amiga palette option to Amiga version
svn-id: r9800
|
2003-08-20 14:01:39 +00:00 |
|
Max Horn
|
d592095fb9
|
Patch #715991: Quit Confirmation Dialog (feature request #642721) with some tweaks by me
svn-id: r9210
|
2003-07-28 01:36:16 +00:00 |
|
Max Horn
|
bda0a18eee
|
made about dialog global (so that it can be used from the launcher and from sky/simon; also added our copyright to it
svn-id: r9122
|
2003-07-22 16:05:51 +00:00 |
|
Max Horn
|
58486149a9
|
fix for bug #766119: help screen: '.' is listed incorrectly
svn-id: r8848
|
2003-07-07 22:33:07 +00:00 |
|
Max Horn
|
b8e32a5b6f
|
Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button from the options dialog to the main save/load dialog and enlarged & rearranged that dialog
svn-id: r8485
|
2003-06-14 21:18:14 +00:00 |
|
Max Horn
|
023d84a6a3
|
added some meat to the global options dialog (no prefs are stored yet, though)
svn-id: r6862
|
2003-03-25 15:32:36 +00:00 |
|
Paweł Kołodziejski
|
aa3766018f
|
updated copyrights headers
svn-id: r6726
|
2003-03-06 21:46:56 +00:00 |
|
Paweł Kołodziejski
|
093428ae9a
|
and more cleanup
svn-id: r6718
|
2003-03-06 17:58:13 +00:00 |
|
Max Horn
|
060562c277
|
partial checkin of patch #655594 (handling Y/N questions); cleanup
svn-id: r6042
|
2002-12-21 12:34:17 +00:00 |
|
Max Horn
|
b9b8045e1f
|
moved the console code to gui/console.cpp; make it actually printout something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that
svn-id: r5952
|
2002-12-14 14:31:44 +00:00 |
|
James Brown
|
7a0a05a49a
|
Commit some junk in-case I don't get time to finish this tonight and Fingolfin starts working on it :)
svn-id: r5949
|
2002-12-14 10:46:00 +00:00 |
|
Max Horn
|
17cf386e88
|
changed the key input system in NewGUI: pass both the keycode and the ascii value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225)
svn-id: r5691
|
2002-11-22 14:02:54 +00:00 |
|
Travis Howell
|
fd11712eff
|
Don't attempt to play sound in simon 1 dos.
Use separate filenames for simon 1 & 2 savegames
Add newline to end of scumm/dialogs.h
svn-id: r5431
|
2002-11-06 00:56:31 +00:00 |
|
Max Horn
|
ec343e07e4
|
patch #628574: Implementing unkMessage2
svn-id: r5334
|
2002-10-27 12:26:41 +00:00 |
|
Nicolas Bacca
|
13cb837814
|
Always check your merges :)
svn-id: r5254
|
2002-10-22 22:46:03 +00:00 |
|
Nicolas Bacca
|
4aaf459df3
|
Added key selection dialog for WinCE
svn-id: r5253
|
2002-10-22 22:41:12 +00:00 |
|
Max Horn
|
46a3039f70
|
patch #626226 with some mods of my own
svn-id: r5209
|
2002-10-21 09:38:42 +00:00 |
|
Max Horn
|
7198181b09
|
reworked the way the save/load dialog works. yup, still not perfect, but we're hopefully getting closer. Feedback welcome
svn-id: r5189
|
2002-10-19 01:22:41 +00:00 |
|
Max Horn
|
cdb7b13789
|
revised options dialog
svn-id: r5130
|
2002-10-12 00:26:24 +00:00 |
|
Max Horn
|
94b55db821
|
patch #612722: MI2 NewGui title fix
svn-id: r5030
|
2002-09-28 19:25:09 +00:00 |
|
Max Horn
|
58e5e0069f
|
added simple message dialog
svn-id: r5020
|
2002-09-26 11:44:02 +00:00 |
|
Max Horn
|
859ef578dc
|
moved the Scumm specific dialogs to scumm/dialogs.*
svn-id: r4973
|
2002-09-19 17:44:41 +00:00 |
|