aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-05Some minor tweaks to the classic theme's options dialog. The SoundFont andTorbjörn Andersson
2006-06-05- Added AGI engine supportChris Apers
2006-06-05- Added arrow keys optionChris Apers
2006-06-05- Added arrow keys emulationChris Apers
2006-06-05Slightly optimize 'getVar(FOO)' usage patternMax Horn
2006-06-05Some more string usage tweaksMax Horn
2006-06-05Lazily allocate _refCount in class StringMax Horn
2006-06-05Fix detection of updated Spy Fox 1 demoTravis Howell
2006-06-05Fix detection of some HE games and demosTravis Howell
2006-06-05More fixes/reordering from JoachimEugene Sandulenko
2006-06-05Remove debug left overTravis Howell
2006-06-05cleanupMax Horn
2006-06-05Fixing some more typenames to comply to the ScummVM coding guidelinesMax Horn
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
2006-06-05CleanupTravis Howell
2006-06-05I just realized that by making the classic SCUMM options dialog just one pixelTorbjörn Andersson
2006-06-05Base the width of the SCUMM options dialog, classic theme, on buttonWidth,Torbjörn Andersson
2006-06-05Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ...Travis Howell
2006-06-04Spellchecks by salty-horseEugene Sandulenko
2006-06-04Another consistency fix from JoachimEugene Sandulenko
2006-06-04More nitpick changes from Joachim. TeX files are still waiting a major sync.Eugene Sandulenko
2006-06-04Small correction to resolution selector. Still not perfect.Eugene Sandulenko
2006-06-04Fixes slider drawing.Johannes Schickel
2006-06-04- Fixed endianness/signess issuesSven Hesse
2006-06-04Format the guifont[] data for better readabilityTorbjörn Andersson
2006-06-04Fix infinite loop in updateScren() when mouse cursor is not initialized by se...Won Star
2006-06-04"They sought it with thimbles, they sought it with care;Torbjörn Andersson
2006-06-04wrong palettes should be really fixed now.Johannes Schickel
2006-06-04Remove executable bit in lots of files. Usually it is set by stupid WindowsEugene Sandulenko
2006-06-04Should fix strange palettes in some rooms.Johannes Schickel
2006-06-04Enable medium quality FM sound for S60V3 devicesLars Persson
2006-06-04When ensureCapacity() does not have an old string to copy, make sure the newlyTorbjörn Andersson
2006-06-04Looping and tempo details in GMF header are used by MIDI sound effects tooTravis Howell
2006-06-03Re-align the launcher version string when the screen changes. It could beTorbjörn Andersson
2006-06-03This hack is no longer needed to make the mouse cursor visible on the Kyra 3Torbjörn Andersson
2006-06-03Don't allow creation of save file when the user quits the game while the intro.Johannes Schickel
2006-06-03Fixes visible mouse cursor in the intro with classic theme.Johannes Schickel
2006-06-03Changes some char* usage to Common::String.Johannes Schickel
2006-06-03I completely forgot to gredit Laurent Blume for Solaris x86 build which weEugene Sandulenko
2006-06-03- Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve so...Johannes Schickel
2006-06-03Updated Simon section.Torbjörn Andersson
2006-06-03This is an attempt to set the correct tempo for the Simon 1 DOS music.Torbjörn Andersson
2006-06-03Allocate and grow Common::String objects in multiples of 32, and leave at lea...Max Horn
2006-06-03Added a default icon for savegames.Marcus Comstedt
2006-06-03Ignore bogus values of sizeimg in the header sanity check, it will get recomp...Marcus Comstedt
2006-06-03Don't try to save settings on the Dreamcast, CD-ROM:s are read only...Marcus Comstedt
2006-06-03FilesystemNode() does not create a valid node anymore, specify a path...Marcus Comstedt
2006-06-03Implements cmd_fadeEntirePalette, should fix some missing palette fades.Johannes Schickel
2006-06-03Cleanup. / Add speed meter for 'operator new'Won Star
2006-06-03Use full path in #include guard, to avoid name clashes; also, to declare cons...Max Horn