aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-15Adjust various number of textBox checks for FFTravis Howell
svn-id: r21902
2006-04-15Increase array sizes for FF and cleanupTravis Howell
svn-id: r21901
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
svn-id: r21900
2006-04-15Fix compile warnings I causedTravis Howell
svn-id: r21899
2006-04-15Remove last use of hard coded language values and adjust settings for FFTravis Howell
svn-id: r21898
2006-04-15Adjust video opcodes for second variable arrayTravis Howell
svn-id: r21897
2006-04-15Some more detector stub code (unused)Max Horn
svn-id: r21896
2006-04-15Disable RTTI and exceptions (we don't use 'em and over here it saves 700kb ↵Max Horn
in the executable) svn-id: r21895
2006-04-14Avoid using exceptionsMax Horn
svn-id: r21894
2006-04-14Fix another glitch in save game interface of FFTravis Howell
svn-id: r21893
2006-04-14Tiny optimization for empty strings, which avoids allocating a single byte ↵Max Horn
just to store an empty string (we pass around empty strings in lots of places) svn-id: r21892
2006-04-14Update win32 distTravis Howell
svn-id: r21891
2006-04-14Some cleanup of the SCUMM ConfigDialog; also added a big FIXME comment ↵Max Horn
explaining what the dialog does badly, and how that could be fixed (anybody feeling bored, feel free to implement the solution I outline there) svn-id: r21890
2006-04-14- Seems like I forget a branch in Mult_v2::animate()Sven Hesse
- sub_1A52B is Scenery::updateStatic() svn-id: r21889
2006-04-14cleanupMax Horn
svn-id: r21888
2006-04-14Instead of calling our main them 'default-theme', call it 'modern' and ↵Max Horn
reserve the gui theme name 'default' to indicate, well, the *default* theme, whatever that is svn-id: r21887
2006-04-14Fix glitch when entering saved game name in FFTravis Howell
svn-id: r21886
2006-04-14Correct size, when clearing image in renderString() for FFTravis Howell
svn-id: r21885
2006-04-14Avoid possible regression in set_video_mode_internal() for Simon1Travis Howell
svn-id: r21884
2006-04-14Fix object name display, after conversation in FFTravis Howell
svn-id: r21883
2006-04-14Yes, it is really necessry to compute a special 'disk number' here (in fbear ↵Max Horn
at least) svn-id: r21882
2006-04-14Add variant for updated Spy Fox 1Travis Howell
svn-id: r21881
2006-04-14CleanupTravis Howell
svn-id: r21880
2006-04-14Possible fix for bug #1470197 (SCUMM: HE Game variants broken)Max Horn
svn-id: r21879
2006-04-14Fix for bug #1470104 ("Compiled features" string empty)Max Horn
svn-id: r21878
2006-04-14Remove unused codeTravis Howell
svn-id: r21877
2006-04-14A few corrections to path finding in FFTravis Howell
svn-id: r21876
2006-04-14Adjusted debug message levels: loading a cutscene is more interesting than theTorbjörn Andersson
drawing of a scaled sprite. svn-id: r21875
2006-04-14Ooops, increment table, not field in invertBox{}Travis Howell
svn-id: r21874
2006-04-14Add missing increment in invertBox()Travis Howell
svn-id: r21873
2006-04-14Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in theTorbjörn Andersson
scaling code. Hopefully it's right now. The scaling glitches seem to be gone, at any rate. svn-id: r21872
2006-04-14Add speech support for Amiga verison of FFTravis Howell
svn-id: r21871
2006-04-14Add support for sound effects in Amiga version of FF and cleanupTravis Howell
svn-id: r21870
2006-04-14Sets 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-14Changed File::open to take a Common::String as file name parameterMax Horn
svn-id: r21867
2006-04-14Use const keyword to help compiler optimize codeMax Horn
svn-id: r21866
2006-04-14Fix mingw compileTravis Howell
svn-id: r21865
2006-04-14Remove duplicate check in checkPathsTravis Howell
svn-id: r21864
2006-04-14Remove 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-14Rest 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-14Part 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-14Finish cleanup of root directory. Now move scummvm.rc to dists/Eugene Sandulenko
svn-id: r21860
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene 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-14Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 ↵Max Horn
bytes (see bug #1109687) svn-id: r21858
2006-04-14Fix regression in Amiga version of FFTravis Howell
svn-id: r21857
2006-04-14Re-add TODO file and put link to our real TODO list in Wiki. People are usedEugene Sandulenko
to look into it, so use that opportunity to direct them to current source. svn-id: r21856
2006-04-14Fix compiler warningsMax Horn
svn-id: r21855
2006-04-13Add invertBox function for FFTravis Howell
svn-id: r21854
2006-04-13Fixes possible illegal writes/segfaults in compressToType0 (added a comment ↵Johannes Schickel
about the changes). svn-id: r21853