Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-14 | Avoid possible regression in set_video_mode_internal() for Simon1 | Travis Howell | |
svn-id: r21884 | |||
2006-04-14 | Fix object name display, after conversation in FF | Travis Howell | |
svn-id: r21883 | |||
2006-04-14 | Yes, it is really necessry to compute a special 'disk number' here (in fbear ↵ | Max Horn | |
at least) svn-id: r21882 | |||
2006-04-14 | Add variant for updated Spy Fox 1 | Travis Howell | |
svn-id: r21881 | |||
2006-04-14 | Cleanup | Travis Howell | |
svn-id: r21880 | |||
2006-04-14 | Possible fix for bug #1470197 (SCUMM: HE Game variants broken) | Max Horn | |
svn-id: r21879 | |||
2006-04-14 | Fix for bug #1470104 ("Compiled features" string empty) | Max Horn | |
svn-id: r21878 | |||
2006-04-14 | Remove unused code | Travis Howell | |
svn-id: r21877 | |||
2006-04-14 | A few corrections to path finding in FF | Travis Howell | |
svn-id: r21876 | |||
2006-04-14 | Adjusted debug message levels: loading a cutscene is more interesting than the | Torbjörn Andersson | |
drawing of a scaled sprite. svn-id: r21875 | |||
2006-04-14 | Ooops, increment table, not field in invertBox{} | Travis Howell | |
svn-id: r21874 | |||
2006-04-14 | Add missing increment in invertBox() | Travis Howell | |
svn-id: r21873 | |||
2006-04-14 | Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in the | Torbjörn Andersson | |
scaling code. Hopefully it's right now. The scaling glitches seem to be gone, at any rate. svn-id: r21872 | |||
2006-04-14 | Add speech support for Amiga verison of FF | Travis Howell | |
svn-id: r21871 | |||
2006-04-14 | Add support for sound effects in Amiga version of FF and cleanup | Travis Howell | |
svn-id: r21870 | |||
2006-04-14 | Sets up standard normal font. | Johannes Schickel | |
svn-id: r21869 | |||
2006-04-14 | - implements .bdf font loader based on convbdf (sure could have some clean up) | Johannes Schickel | |
- adds three different font styles to the themes (normal, bold (default one), italic) - implements code for specifing the font files in the theme config ('fontfile_normal','fontfile_bold' and 'fontfile_italic' in the 'extra' section) - changes EditTextWidget to use the normal font (has some minor aligment problems with the caret now, though) - extends the FontManager (new functions: getFontByName, assignFontToName, removeFontName) - adds the font style constans to the builtin constants for the evaluator) svn-id: r21868 | |||
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn | |
svn-id: r21867 | |||
2006-04-14 | Use const keyword to help compiler optimize code | Max Horn | |
svn-id: r21866 | |||
2006-04-14 | Fix mingw compile | Travis Howell | |
svn-id: r21865 | |||
2006-04-14 | Remove duplicate check in checkPaths | Travis Howell | |
svn-id: r21864 | |||
2006-04-14 | Remove AmigaOS4 cookie as described in patch #1467193: "AmigaOS changes": | Eugene Sandulenko | |
- Icon (icons/scummvm.info) contains stack requirement so the stack cookie can be removed svn-id: r21863 | |||
2006-04-14 | Rest of patch #1467193: "AmigaOS changes": | Eugene Sandulenko | |
- an icon file (icons/scummvm.info) for AmigaOS - aos4dist target which strips the binary and copies stuff (including the icon) to a hardcoded directory called Games:ScummVM_Snapshot. svn-id: r21862 | |||
2006-04-14 | Part of patch #1467193: "AmigaOS changes": | Eugene Sandulenko | |
- Filesystem errors are now more detailed - casting problems are hopefully gone - some comments added in amigaos4-fs.cpp svn-id: r21861 | |||
2006-04-14 | Finish cleanup of root directory. Now move scummvm.rc to dists/ | Eugene Sandulenko | |
svn-id: r21860 | |||
2006-04-14 | First batch of root directory cleanup. Now icons are stored in directory | Eugene Sandulenko | |
icons/ and all other assorted stuff in dists/ directory. Still I may broke some packaging/building procedures as no testing was performed. svn-id: r21859 | |||
2006-04-14 | Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 ↵ | Max Horn | |
bytes (see bug #1109687) svn-id: r21858 | |||
2006-04-14 | Fix regression in Amiga version of FF | Travis Howell | |
svn-id: r21857 | |||
2006-04-14 | Re-add TODO file and put link to our real TODO list in Wiki. People are used | Eugene Sandulenko | |
to look into it, so use that opportunity to direct them to current source. svn-id: r21856 | |||
2006-04-14 | Fix compiler warnings | Max Horn | |
svn-id: r21855 | |||
2006-04-13 | Add invertBox function for FF | Travis Howell | |
svn-id: r21854 | |||
2006-04-13 | Fixes possible illegal writes/segfaults in compressToType0 (added a comment ↵ | Johannes Schickel | |
about the changes). svn-id: r21853 | |||
2006-04-13 | - No longer draws full shadows for disabled widgets | Johannes Schickel | |
- Implements 'negativ alpha' values for drawSurfaceMasked (from -1 to -100, used to dim the pixels -1 means very very small dim -100 should be black) - Changes drawSurfaceMasked to use macros for easy changing drawing code svn-id: r21852 | |||
2006-04-13 | Add checkPaths function for FF | Travis Howell | |
svn-id: r21851 | |||
2006-04-13 | Deletes color cache and custom dialog shading. | Johannes Schickel | |
svn-id: r21850 | |||
2006-04-13 | Fixed the invalid reads visible with valgrind, deleted the | Sven Hesse | |
printText-dup, it's wrong for Gob2 anyway... svn-id: r21849 | |||
2006-04-13 | Commented the SpriteOperation in Draw_v2::printText() out for now, | Sven Hesse | |
they are responsible for background mess-ups in the intro svn-id: r21848 | |||
2006-04-13 | Some more stubs and rearrangings | Sven Hesse | |
svn-id: r21847 | |||
2006-04-13 | Slightly more verbose error message. | Torbjörn Andersson | |
svn-id: r21846 | |||
2006-04-13 | - More stubs, the intro now works completely (with extreme graphical | Sven Hesse | |
glitches and without sound in the floppy version), the title screen is shown afterwards - Added skipping of the floppy version's copy protection screen, since the CD version doesn't show it either svn-id: r21845 | |||
2006-04-13 | Added TODO about some extra data files that Operation Stealth has to load. | Torbjörn Andersson | |
svn-id: r21844 | |||
2006-04-13 | Add code for save game interface in FF | Travis Howell | |
svn-id: r21843 | |||
2006-04-13 | Fixes save/load. | Johannes Schickel | |
svn-id: r21842 | |||
2006-04-13 | Fix display of saved games list in oracle of FF, when saving | Travis Howell | |
svn-id: r21841 | |||
2006-04-13 | vc36_setWindowImage is used for difference purpose in FF | Travis Howell | |
svn-id: r21840 | |||
2006-04-13 | Work around crash in drawSpriteRaw(). In Future Wars, when going to the future, | Torbjörn Andersson | |
I walked back to the room where I first arrived. At that point, maskPtr was NULL for reasons yet unknown. svn-id: r21839 | |||
2006-04-13 | Disable quick load/save is FF, since original sometimes disabled load/save ↵ | Travis Howell | |
and it isn't reliable at the moment svn-id: r21838 | |||
2006-04-13 | Minor fixes to scrolling in FF | Travis Howell | |
svn-id: r21837 | |||
2006-04-13 | Fix various crash issues in FF, the image number in vc2_call needed to be ↵ | Travis Howell | |
adjusted svn-id: r21836 | |||
2006-04-13 | Clarified detection filenames for HE games (removed FIXME comments). | Eugene Sandulenko | |
svn-id: r21835 |