Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-06-03 | Don't try to save settings on the Dreamcast, CD-ROM:s are read only... | Marcus Comstedt | |
svn-id: r22890 | |||
2006-06-03 | FilesystemNode() does not create a valid node anymore, specify a path... | Marcus Comstedt | |
svn-id: r22889 | |||
2006-06-03 | Implements cmd_fadeEntirePalette, should fix some missing palette fades. | Johannes Schickel | |
svn-id: r22888 | |||
2006-06-03 | Cleanup. / Add speed meter for 'operator new' | Won Star | |
svn-id: r22887 | |||
2006-06-03 | Use 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-03 | Add the new Dreamcast filesystem backend to the build. | Marcus Comstedt | |
svn-id: r22884 | |||
2006-06-03 | Separated the Dreamcast filesystem backend from the POSIX one. | Marcus Comstedt | |
svn-id: r22883 | |||
2006-06-03 | Cleaned up plugin_dist target, and added target "spotless". | Marcus Comstedt | |
svn-id: r22881 | |||
2006-06-03 | Add credit for Feeble Files source code | Travis Howell | |
svn-id: r22880 | |||
2006-06-03 | Typo | Travis Howell | |
svn-id: r22879 | |||
2006-06-03 | Add credit for Feeble Files source code | Travis Howell | |
svn-id: r22876 | |||
2006-06-03 | Removed unnecessary typedef | Max Horn | |
svn-id: r22875 | |||
2006-06-03 | Really 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-03 | The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of Zak | Travis Howell | |
svn-id: r22872 | |||
2006-06-03 | Replaced 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 | |||
2006-06-03 | Add comment | Travis Howell | |
svn-id: r22870 | |||
2006-06-03 | Add work around for bug in a German Windows 2CD version of FF. Trigger error ↵ | Travis Howell | |
if video file not found, since they are required by several part of FF svn-id: r22869 | |||
2006-06-03 | Oops | Chris Apers | |
svn-id: r22868 |