Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-05 | fix missing html entity | Willem Jan Palenstijn | |
svn-id: r22946 | |||
2006-06-05 | Updated project file | Chris Apers | |
svn-id: r22945 | |||
2006-06-05 | removes _selectedMenuItem again. | Johannes Schickel | |
svn-id: r22944 | |||
2006-06-05 | fix latex syntax | Willem Jan Palenstijn | |
svn-id: r22943 | |||
2006-06-05 | Fixed PalmOS ARM crashes | Chris Apers | |
svn-id: r22942 | |||
2006-06-05 | Some minor tweaks to the classic theme's options dialog. The SoundFont and | Torbjörn Andersson | |
the paths buttons have the same left margin now. svn-id: r22941 | |||
2006-06-05 | - Added AGI engine support | Chris Apers | |
svn-id: r22940 | |||
2006-06-05 | - Added arrow keys option | Chris Apers | |
- Hide std palette ootion on ARM devices svn-id: r22939 | |||
2006-06-05 | - Added arrow keys emulation | Chris Apers | |
- Ajust mouse simulation so that there is no more hang while moving it svn-id: r22938 | |||
2006-06-05 | Slightly optimize 'getVar(FOO)' usage pattern | Max Horn | |
svn-id: r22937 | |||
2006-06-05 | Some more string usage tweaks | Max Horn | |
svn-id: r22936 | |||
2006-06-05 | Lazily allocate _refCount in class String | Max Horn | |
svn-id: r22935 | |||
2006-06-05 | Fix detection of updated Spy Fox 1 demo | Travis Howell | |
svn-id: r22934 | |||
2006-06-05 | Fix detection of some HE games and demos | Travis Howell | |
svn-id: r22933 | |||
2006-06-05 | More fixes/reordering from Joachim | Eugene Sandulenko | |
svn-id: r22932 | |||
2006-06-05 | Remove debug left over | Travis Howell | |
svn-id: r22931 | |||
2006-06-05 | cleanup | Max Horn | |
svn-id: r22930 | |||
2006-06-05 | Fixing some more typenames to comply to the ScummVM coding guidelines | Max Horn | |
svn-id: r22929 | |||
2006-06-05 | Fix various typenames to comply to the ScummVM coding guidelines | Max Horn | |
svn-id: r22928 | |||
2006-06-05 | Cleanup | Travis Howell | |
svn-id: r22927 | |||
2006-06-05 | I just realized that by making the classic SCUMM options dialog just one pixel | Torbjö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-05 | Base 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-05 | Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ↵ | Travis Howell | |
WIN32/SCUMM: Using scummvm.exe targetname not possible svn-id: r22923 | |||
2006-06-04 | Spellchecks by salty-horse | Eugene Sandulenko | |
svn-id: r22922 | |||
2006-06-04 | Another consistency fix from Joachim | Eugene Sandulenko | |
svn-id: r22921 | |||
2006-06-04 | More nitpick changes from Joachim. TeX files are still waiting a major sync. | Eugene Sandulenko | |
svn-id: r22920 | |||
2006-06-04 | Small correction to resolution selector. Still not perfect. | Eugene Sandulenko | |
svn-id: r22919 | |||
2006-06-04 | Fixes slider drawing. | Johannes Schickel | |
svn-id: r22918 | |||
2006-06-04 | - Fixed endianness/signess issues | Sven 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-04 | Format the guifont[] data for better readability | Torbjörn Andersson | |
svn-id: r22916 | |||
2006-06-04 | Fix 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-04 | wrong palettes should be really fixed now. | Johannes Schickel | |
svn-id: r22912 | |||
2006-06-04 | Remove executable bit in lots of files. Usually it is set by stupid Windows | Eugene Sandulenko | |
clients when you add new file to CVS repo. No idea if this affects svn. svn-id: r22911 | |||
2006-06-04 | Should fix strange palettes in some rooms. | Johannes Schickel | |
svn-id: r22910 | |||
2006-06-04 | Enable medium quality FM sound for S60V3 devices | Lars Persson | |
svn-id: r22909 | |||
2006-06-04 | When ensureCapacity() does not have an old string to copy, make sure the newly | Torbjö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-04 | Looping and tempo details in GMF header are used by MIDI sound effects too | Travis Howell | |
svn-id: r22907 | |||
2006-06-03 | Re-align the launcher version string when the screen changes. It could be | Torbjö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-03 | This hack is no longer needed to make the mouse cursor visible on the Kyra 3 | Torbjörn Andersson | |
main menu. svn-id: r22905 | |||
2006-06-03 | Don't allow creation of save file when the user quits the game while the intro. | Johannes Schickel | |
svn-id: r22904 | |||
2006-06-03 | Fixes visible mouse cursor in the intro with classic theme. | Johannes Schickel | |
svn-id: r22903 | |||
2006-06-03 | Changes some char* usage to Common::String. | Johannes Schickel | |
svn-id: r22902 | |||
2006-06-03 | I completely forgot to gredit Laurent Blume for Solaris x86 build which we | Eugene 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-03 | Updated Simon section. | Torbjörn Andersson | |
svn-id: r22899 | |||
2006-06-03 | This is an attempt to set the correct tempo for the Simon 1 DOS music. | Torbjörn Andersson | |
svn-id: r22898 | |||
2006-06-03 | Allocate 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-03 | Added a default icon for savegames. | Marcus Comstedt | |
svn-id: r22892 | |||
2006-06-03 | Ignore bogus values of sizeimg in the header sanity check, it will get ↵ | Marcus Comstedt | |
recomputed anyway. svn-id: r22891 |