aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-05fix missing html entityWillem Jan Palenstijn
svn-id: r22946
2006-06-05Updated project fileChris Apers
svn-id: r22945
2006-06-05removes _selectedMenuItem again.Johannes Schickel
svn-id: r22944
2006-06-05fix latex syntaxWillem Jan Palenstijn
svn-id: r22943
2006-06-05Fixed PalmOS ARM crashesChris Apers
svn-id: r22942
2006-06-05Some minor tweaks to the classic theme's options dialog. The SoundFont andTorbjörn Andersson
the paths buttons have the same left margin now. svn-id: r22941
2006-06-05- Added AGI engine supportChris Apers
svn-id: r22940
2006-06-05- Added arrow keys optionChris Apers
- Hide std palette ootion on ARM devices svn-id: r22939
2006-06-05- Added arrow keys emulationChris Apers
- Ajust mouse simulation so that there is no more hang while moving it svn-id: r22938
2006-06-05Slightly optimize 'getVar(FOO)' usage patternMax Horn
svn-id: r22937
2006-06-05Some more string usage tweaksMax Horn
svn-id: r22936
2006-06-05Lazily allocate _refCount in class StringMax Horn
svn-id: r22935
2006-06-05Fix detection of updated Spy Fox 1 demoTravis Howell
svn-id: r22934
2006-06-05Fix detection of some HE games and demosTravis Howell
svn-id: r22933
2006-06-05More fixes/reordering from JoachimEugene Sandulenko
svn-id: r22932
2006-06-05Remove debug left overTravis Howell
svn-id: r22931
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