Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-14 | Should have commited this too. | Travis Howell | |
svn-id: r20018 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-15 | Try do display the virtual keyboard only when a string input widget has focus. | Marcus Comstedt | |
svn-id: r19102 | |||
2005-10-08 | Change __PALM_OS__ with new PALMOS_68K / PALMOS_MODE | Chris Apers | |
svn-id: r18971 | |||
2005-10-01 | Patch #1259034 (Scumm Savegame Informations) | Max Horn | |
svn-id: r18920 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson | |
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18325 | |||
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson | |
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310 | |||
2005-05-27 | Made ValueDisplayDialog scale itself. | Torbjörn Andersson | |
svn-id: r18274 | |||
2005-05-20 | Added big editable text widget, and removed some cruft. I think this means | Torbjörn Andersson | |
that all our widgets are able to scale themselves now, but I could be mistaken. svn-id: r18192 | |||
2005-05-18 | Some more scaling work. Parts of the options dialogs scale themselves. Some | Torbjörn Andersson | |
of them better than others. svn-id: r18165 | |||
2005-05-18 | The SCUMM options dialog mostly scales itself. Mostly. | Torbjörn Andersson | |
svn-id: r18160 | |||
2005-05-17 | Made the help dialog scale itself. There's one place where it ought to use | Torbjörn Andersson | |
word-wrapping, but it looks fairly good even with the current hard-coded line breaks. svn-id: r18135 | |||
2005-05-16 | Made InfoDialog scale itself. | Torbjörn Andersson | |
svn-id: r18128 | |||
2005-05-16 | Enlarge the option dialogs; note that the widgets should be rearranged / ↵ | Max Horn | |
enlarged, too; they aren't yet svn-id: r18123 | |||
2005-05-15 | Use a 'big' ListWidget in SaveLoadChooserEx | Max Horn | |
svn-id: r18116 | |||
2005-05-15 | Unified rules that determine when a dialog shall use its 'big' mode and when ↵ | Max Horn | |
its 'normal' mode; MessageDialog uses Font::wordWrapText now; MessageDialog scales itself now svn-id: r18111 | |||
2005-05-14 | Made the SCUMM main dialog scale itself | Max Horn | |
svn-id: r18097 | |||
2005-05-11 | Simple and crude demo of the 'big' buttons -- the infrastructure for this ↵ | Max Horn | |
isn't complete, but at least you can see where we are heading... svn-id: r18062 | |||
2005-05-11 | Reduce header dependencies | Max Horn | |
svn-id: r18058 | |||
2005-05-09 | Last part of patch #1163026 (Thumbnails for ScummEngine) | Max Horn | |
svn-id: r17982 | |||
2005-03-15 | fixed compilation for emsvc4 | Paweł Kołodziejski | |
svn-id: r17153 | |||
2005-03-15 | inproper hack for compilation with emsvc4. i don't know how to fix it: | Paweł Kołodziejski | |
"'GUI::Dialog::open' : illegal call of non-static member function" svn-id: r17151 | |||
2005-03-12 | Ooops | Travis Howell | |
svn-id: r17085 | |||
2005-03-12 | Add key to toggle speech/subtitles | Travis Howell | |
svn-id: r17082 | |||
2005-03-08 | Fix for bug #1158465 (New Volume Control Dialogue Error-Prone) | Max Horn | |
svn-id: r17042 | |||
2005-03-08 | Fix result value | Max Horn | |
svn-id: r17032 | |||
2005-03-06 | Added dialogs which are shown when you modify the talkspeed or music volume ↵ | Max Horn | |
using hotkeys (FR #1153300) svn-id: r17009 | |||
2005-02-18 | Fix a small bug (wrong mouse cursor is briefly shown) in the F5 menu | Max Horn | |
svn-id: r16804 | |||
2005-01-25 | InfoDialog can assume the screen is 320 pixels. In games where it isn't, | Torbjörn Andersson | |
the dialog will be scaled to the appropriate size and position. This should fix bug #1107817. svn-id: r16635 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-08 | oops | Max Horn | |
svn-id: r15999 | |||
2004-12-06 | Only activate virtual keyboard when needed | Max Horn | |
svn-id: r15998 | |||
2004-11-28 | Trying to cleanup the volume control mess inside the SCUMM engine: renamed ↵ | Max Horn | |
MusicEngine::setMasterVolume to setMusicVolume; fixed iMuse to use the correct method for setMusicVolume (previously modified the iMuse internal volume control); hooked up the volume control of various other music engines; added ScummEngine::setupVolume method which can be called whenever volume settings change, and which gurantees that those are handled uniformly svn-id: r15944 | |||
2004-11-27 | Fixing some evil behaviour | Max Horn | |
svn-id: r15907 | |||
2004-07-20 | Use for HE 7.0 games too. | Travis Howell | |
svn-id: r14286 | |||
2004-07-20 | Add support for version key in The Dig | Travis Howell | |
svn-id: r14285 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn | |
svn-id: r14057 | |||
2004-04-26 | Tweaked a few things to accommodate | Jamieson Christian | |
MSVC6's idiosyncracies. svn-id: r13644 | |||
2004-04-06 | Changed "voice_volume" to "speech_volume" for consistency with the Broken | Torbjörn Andersson | |
Sword games. (The digial iMUSE code still calls it voice volume, though.) svn-id: r13483 | |||
2004-04-05 | added voice group volume to scumm engine for imuse digital and implemeted ↵ | Paweł Kołodziejski | |
volume groups control svn-id: r13468 | |||
2004-03-28 | Small tweaks for MIPSPro compiler | Max Horn | |
svn-id: r13397 | |||
2004-03-15 | Aaargh, didn't mean to commit this... | Max Horn | |
svn-id: r13296 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 |