aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-05cleanupMax Horn
svn-id: r22930
2006-06-05Fixing some more typenames to comply to the ScummVM coding guidelinesMax Horn
svn-id: r22929
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
svn-id: r22928
2006-06-05CleanupTravis Howell
svn-id: r22927
2006-06-05I just realized that by making the classic SCUMM options dialog just one pixelTorbjörn Andersson
wider, it matches the old, hard-coded, width for the 1x scaler. How can I possibly resist something like that? :-) svn-id: r22926
2006-06-05Base the width of the SCUMM options dialog, classic theme, on buttonWidth,Torbjörn Andersson
rather than hard-coding it. This should fix bug #1500674. svn-id: r22925
2006-06-05Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ↵Travis Howell
WIN32/SCUMM: Using scummvm.exe targetname not possible svn-id: r22923
2006-06-04Spellchecks by salty-horseEugene Sandulenko
svn-id: r22922
2006-06-04Another consistency fix from JoachimEugene Sandulenko
svn-id: r22921
2006-06-04More nitpick changes from Joachim. TeX files are still waiting a major sync.Eugene Sandulenko
svn-id: r22920
2006-06-04Small correction to resolution selector. Still not perfect.Eugene Sandulenko
svn-id: r22919
2006-06-04Fixes slider drawing.Johannes Schickel
svn-id: r22918
2006-06-04- Fixed endianness/signess issuesSven Hesse
- Added a memset in Video_v2::SpriteUncompressor(), that should have been there in the first place; this fixes the tree in GOB2's first room - Fixed ADL delete[]ing svn-id: r22917
2006-06-04Format the guifont[] data for better readabilityTorbjörn Andersson
svn-id: r22916
2006-06-04Fix infinite loop in updateScren() when mouse cursor is not initialized by ↵Won Star
setMouseCursor(). svn-id: r22914
2006-06-04"They sought it with thimbles, they sought it with care;Torbjörn Andersson
They pursued it with forks and hope; They threatened its life with a railway-share; They charmed it with smiles and soap." Maybe this time the elusive cursor hotspot bugs will finally be fixed, once and for all. The blitCursor() function now calculates both the real and the virtual dimensions of the cursor, since they may both be different from the original dimensions. svn-id: r22913
2006-06-04wrong palettes should be really fixed now.Johannes Schickel
svn-id: r22912
2006-06-04Remove executable bit in lots of files. Usually it is set by stupid WindowsEugene Sandulenko
clients when you add new file to CVS repo. No idea if this affects svn. svn-id: r22911
2006-06-04Should fix strange palettes in some rooms.Johannes Schickel
svn-id: r22910
2006-06-04Enable medium quality FM sound for S60V3 devicesLars Persson
svn-id: r22909
2006-06-04When ensureCapacity() does not have an old string to copy, make sure the newlyTorbjörn Andersson
allocated one is terminated. Hopefully this will keep the SCUMM save dialog from randomly adding garbage to my savegame names. svn-id: r22908
2006-06-04Looping and tempo details in GMF header are used by MIDI sound effects tooTravis Howell
svn-id: r22907
2006-06-03Re-align the launcher version string when the screen changes. It could beTorbjörn Andersson
argued that the widget should do this automagically, but in most cases they should probably keep the same alignment at all resolutions, so this is the exception that (dis)proves the rule. svn-id: r22906
2006-06-03This hack is no longer needed to make the mouse cursor visible on the Kyra 3Torbjörn Andersson
main menu. svn-id: r22905
2006-06-03Don't allow creation of save file when the user quits the game while the intro.Johannes Schickel
svn-id: r22904
2006-06-03Fixes visible mouse cursor in the intro with classic theme.Johannes Schickel
svn-id: r22903
2006-06-03Changes some char* usage to Common::String.Johannes Schickel
svn-id: r22902
2006-06-03I completely forgot to gredit Laurent Blume for Solaris x86 build which weEugene Sandulenko
offer. svn-id: r22901
2006-06-03- Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve ↵Johannes Schickel
some strange MSVC6 warnings/(errors). svn-id: r22900
2006-06-03Updated Simon section.Torbjörn Andersson
svn-id: r22899
2006-06-03This is an attempt to set the correct tempo for the Simon 1 DOS music.Torbjörn Andersson
svn-id: r22898
2006-06-03Allocate and grow Common::String objects in multiples of 32, and leave at ↵Max Horn
least 16 spare bytes at the end, in case the string grows a little bit. svn-id: r22896
2006-06-03Added a default icon for savegames.Marcus Comstedt
svn-id: r22892
2006-06-03Ignore bogus values of sizeimg in the header sanity check, it will get ↵Marcus Comstedt
recomputed anyway. svn-id: r22891
2006-06-03Don't try to save settings on the Dreamcast, CD-ROM:s are read only...Marcus Comstedt
svn-id: r22890
2006-06-03FilesystemNode() does not create a valid node anymore, specify a path...Marcus Comstedt
svn-id: r22889
2006-06-03Implements cmd_fadeEntirePalette, should fix some missing palette fades.Johannes Schickel
svn-id: r22888
2006-06-03Cleanup. / Add speed meter for 'operator new'Won Star
svn-id: r22887
2006-06-03Use full path in #include guard, to avoid name clashes; also, to declare ↵Max Horn
constants, enum is preferred over #define (causes less hard-to-debug errors) svn-id: r22885
2006-06-03Add the new Dreamcast filesystem backend to the build.Marcus Comstedt
svn-id: r22884
2006-06-03Separated the Dreamcast filesystem backend from the POSIX one.Marcus Comstedt
svn-id: r22883
2006-06-03Cleaned up plugin_dist target, and added target "spotless".Marcus Comstedt
svn-id: r22881
2006-06-03Add credit for Feeble Files source codeTravis Howell
svn-id: r22880
2006-06-03TypoTravis Howell
svn-id: r22879
2006-06-03Add credit for Feeble Files source codeTravis Howell
svn-id: r22876
2006-06-03Removed unnecessary typedefMax Horn
svn-id: r22875
2006-06-03Really remove HashMap::find(char *)Max Horn
svn-id: r22874
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ↵Max Horn
copying strings needlessly svn-id: r22873
2006-06-03The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of ZakTravis Howell
svn-id: r22872
2006-06-03Replaced the bogus find(const String &key) method with the proper find(const ↵Max Horn
Key &key) one. Also removed the bogus find(const char *key) (which not only doesn't work correctly for non-string keys, but also usually will be *less* efficient) svn-id: r22871