aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-06Mention 'us' languageEugene Sandulenko
svn-id: r22960
2006-06-06Fix errorEugene Sandulenko
svn-id: r22959
2006-06-06Rename some files from consistency. Courtsey of Joachim EberhardEugene Sandulenko
svn-id: r22958
2006-06-06Next step of TeX syncing from JoachimEugene Sandulenko
svn-id: r22957
2006-06-06update the CE port to work under 0.9.0 codebaseKostas Nakos
svn-id: r22956
2006-06-06What's this?\!Chris Apers
svn-id: r22955
2006-06-06Two segfault and several coding style related fixesSven Hesse
svn-id: r22954
2006-06-06Add Russian pajama1 and lost.Eugene Sandulenko
svn-id: r22953
2006-06-06For the masochists out there,i it is now possible to select the PC SpeakerTorbjörn Andersson
music driver. There are some other emulation modes, but I'm not sure how they should be mapped to from our music drivers. svn-id: r22952
2006-06-06Rename AdlibInstrument fieldsTravis Howell
svn-id: r22951
2006-06-06Minor cleanupTravis Howell
svn-id: r22950
2006-06-06Add target for full versions of Blue's Birthday AdventureTravis Howell
svn-id: r22948
2006-06-05WIP from Joachim of putting TeX documentation in sync. Please, do not modify.Eugene Sandulenko
It does not compile and is not finished, do not fix any errors yet. svn-id: r22947
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