Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-15 | Fix display of swap character logo in FF | Travis Howell | |
svn-id: r21912 | |||
2006-04-15 | Always use base 0 in strtol when parsing integer command line options / ↵ | Max Horn | |
config file entries (this makes it possible to optionally use hex values) svn-id: r21911 | |||
2006-04-15 | oops | Max Horn | |
svn-id: r21910 | |||
2006-04-15 | - Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ↵ | Max Horn | |
favor of settings in the transient config domain - This also means you can now set those options in the config file - Fixed a bug I recently introduced that made bool command line options (like -u, -f) always return 'false' when used in their single letter form svn-id: r21909 | |||
2006-04-15 | Properly init _activeDomain to 0 | Max Horn | |
svn-id: r21908 | |||
2006-04-15 | Clear the transient domaing *after* running the launcher, not before, so ↵ | Max Horn | |
that the graphics mode gets set correctly svn-id: r21907 | |||
2006-04-15 | - Replaced ConfigManager::_globalDomains by _appDomain (we don't support ↵ | Max Horn | |
multiple global domains anymore) - Restructured parts of the ConfigManager to be more consistent and a bit easier to understand - Introduced ConfigManager::getDomain, potentially useful for code that needs to edit a specific domain (like the option dialogs) - Allow passing an empty string to ConfigManager::setActiveDomain(), to reset the active domain - Discard all transient config options (i.e. mostly command line settings) when entering the launcher, and after an engine exits - Introduced various hidden easter bugs. Happy easter, and have fun searching! svn-id: r21906 | |||
2006-04-15 | Increase size of variable array entries, to prevent overflows that often ↵ | Travis Howell | |
occur in FF. The original FF used unsigned variable arrays, but Simon 1/2 requires a signed variable array. svn-id: r21905 | |||
2006-04-15 | Minor cleanup | Travis Howell | |
svn-id: r21904 | |||
2006-04-15 | Change _numTextBoxes to unsigned, to stop compile warnings | Travis Howell | |
svn-id: r21903 | |||
2006-04-15 | Adjust various number of textBox checks for FF | Travis Howell | |
svn-id: r21902 | |||
2006-04-15 | Increase array sizes for FF and cleanup | Travis Howell | |
svn-id: r21901 | |||
2006-04-15 | Add support for switching voice file in PC versions of FF and cleanup | Travis Howell | |
svn-id: r21900 | |||
2006-04-15 | Fix compile warnings I caused | Travis Howell | |
svn-id: r21899 | |||
2006-04-15 | Remove last use of hard coded language values and adjust settings for FF | Travis Howell | |
svn-id: r21898 | |||
2006-04-15 | Adjust video opcodes for second variable array | Travis Howell | |
svn-id: r21897 | |||
2006-04-15 | Some more detector stub code (unused) | Max Horn | |
svn-id: r21896 | |||
2006-04-15 | Disable RTTI and exceptions (we don't use 'em and over here it saves 700kb ↵ | Max Horn | |
in the executable) svn-id: r21895 | |||
2006-04-14 | Avoid using exceptions | Max Horn | |
svn-id: r21894 | |||
2006-04-14 | Fix another glitch in save game interface of FF | Travis Howell | |
svn-id: r21893 | |||
2006-04-14 | Tiny 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-14 | Update win32 dist | Travis Howell | |
svn-id: r21891 | |||
2006-04-14 | Some 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-14 | cleanup | Max Horn | |
svn-id: r21888 | |||
2006-04-14 | Instead 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-14 | Fix glitch when entering saved game name in FF | Travis Howell | |
svn-id: r21886 | |||
2006-04-14 | Correct size, when clearing image in renderString() for FF | Travis Howell | |
svn-id: r21885 | |||
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 |