Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-04 | Add skipSpeech difference in FF | Travis Howell | |
svn-id: r21590 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-04-04 | Added stub for FF right-clicking. | Torbjörn Andersson | |
svn-id: r21588 | |||
2006-04-04 | Adjust clear/restore window for FF | Travis Howell | |
svn-id: r21587 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21586 | |||
2006-04-04 | Work around glitchy drawing of the Oracle icon, after discussing with Kirben. | Torbjörn Andersson | |
But it's still unclear *why* the first 16 bytes should be skipped; hence the Big Scary Comment (tm). svn-id: r21585 | |||
2006-04-04 | Remove debug left over | Travis Howell | |
svn-id: r21584 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21583 | |||
2006-04-03 | Added comment on why we use getcwd in POSIXFilesystemNode at all | Max Horn | |
svn-id: r21582 | |||
2006-04-03 | Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to ↵ | Max Horn | |
throw away the result immediately again (which (a) caused a slowdown and (b) a leak, both fixed now) svn-id: r21581 | |||
2006-04-03 | Various changes to POSIXFilesystemNode: | Max Horn | |
- Removed pseudo copy constructor, use the automatically generated one instead. - Do not always call stat() whenever creating a POSIXFilesystemNode from a path. - Use lastPathComponent in POSIXFilesystemNode(path) constructor. - Some further cleanup. svn-id: r21580 | |||
2006-04-03 | Add initial support for oracle icons in FF | Travis Howell | |
svn-id: r21579 | |||
2006-04-03 | Removing outdated and obsolete comment | Max Horn | |
svn-id: r21578 | |||
2006-04-03 | Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost' | Max Horn | |
svn-id: r21577 | |||
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a ↵ | Travis Howell | |
default cursor too. svn-id: r21576 | |||
2006-04-03 | Added variant string for some HE games | Max Horn | |
svn-id: r21574 | |||
2006-04-03 | Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp. | Torbjörn Andersson | |
svn-id: r21573 | |||
2006-04-02 | cleanup | Max Horn | |
svn-id: r21572 | |||
2006-04-02 | Set gDebugLevel in a single unified spot, instead of two different places | Max Horn | |
svn-id: r21571 | |||
2006-04-02 | Treat 'targes' like the other command line 'commands' | Max Horn | |
svn-id: r21570 | |||
2006-04-02 | Move handling of --list-targets and --list-games to a later point (after ↵ | Max Horn | |
plugin & config file loading), to make them work properly again. svn-id: r21569 | |||
2006-04-02 | Process the command line args before passing them to GUI::Actions::init (so ↵ | Max Horn | |
that _targetName & _gameid are set) svn-id: r21568 | |||
2006-04-02 | To detect specific games, you want to look at the gameid, not the targetname ↵ | Max Horn | |
(which can take on arbitrary values) svn-id: r21567 | |||
2006-04-02 | Compute the value GameDetector::_gameid *immediately* after _targetName has ↵ | Max Horn | |
been set (this ensures that both are always in sync) svn-id: r21566 | |||
2006-04-02 | Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and ↵ | Max Horn | |
'-foo=BAR') svn-id: r21565 | |||
2006-04-02 | Use the new command line parsing code to handle --config and --debugflags, too | Max Horn | |
svn-id: r21564 | |||
2006-04-02 | Split GameDetector::parseCommandLine into a static parseCommandLine method ↵ | Max Horn | |
which returns a StringMap with all settings, and a non-static parseCommandLine method which interprets the StringMap returned by parseCommandLine. svn-id: r21563 | |||
2006-04-02 | Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. Apart | Torbjörn Andersson | |
from being unnecessary, the result of strcpy() on overlapping memory areas is unpredictable. svn-id: r21562 | |||
2006-04-02 | Added missing backslash, oops | Max Horn | |
svn-id: r21561 | |||
2006-04-02 | - The command line parser now doesn't work in reverse order anymore. | Max Horn | |
- Changed the usage string to a very short message; the old usage string now is only printed upon help (this matches the behavior of many other tools out there). - Continued to modify GameDetector::parseCommandLine in such a way that it soon will be possible to use it w/o immediately storing stuff into ConfMan. - Slightly reduced code duplication for bool option parsing. svn-id: r21560 | |||
2006-04-02 | Backends now are also responsile for deiniting properly. In particular, ↵ | Max Horn | |
moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different) svn-id: r21559 | |||
2006-04-02 | With this change, backends are now responsible for instantiating their ↵ | Max Horn | |
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557 | |||
2006-04-02 | Fix console output been redirected under win32 build, due to main changes. ↵ | Travis Howell | |
Remove NO_CONSOLE, since it is never defined svn-id: r21554 | |||
2006-04-02 | Fixing the X11 & NULL backends by adding main() | Max Horn | |
svn-id: r21553 | |||
2006-04-02 | Only include gui/launcher.h if it is used; cleanup | Max Horn | |
svn-id: r21552 | |||
2006-04-02 | Move gDebugLevel to common/util.cpp (where most other debug() related stuff ↵ | Max Horn | |
already is) svn-id: r21551 | |||
2006-04-02 | Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ↵ | Max Horn | |
he might remove it completly in a future version) svn-id: r21550 | |||
2006-04-02 | Removed built-in endian/alignment verifier (it's original purpose is mostly ↵ | Max Horn | |
gone now that we have a configure script detecting endianess and more) svn-id: r21549 | |||
2006-04-02 | ps2_fopen uses getGameDataPath -- added FIXME comment that explain how it ↵ | Max Horn | |
probably could be fixed, but I'll leave this to somebody who can actually compile & test this port :-) svn-id: r21548 | |||
2006-04-02 | Moved the Win/Symbian specific stdout/stderr redirect code from ↵ | Max Horn | |
base/main.cpp to sdl.cpp, where it belongs (considering that it is backend specific code) svn-id: r21547 | |||
2006-04-02 | - changed standard inactive dialog effect to dim with 30% instead of luminance | Johannes Schickel | |
svn-id: r21546 | |||
2006-04-02 | Moved all debug functions to from main.cpp to util.cpp | Max Horn | |
svn-id: r21545 | |||
2006-04-02 | - moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom) | Johannes Schickel | |
- added possibility to use a shading effect on inactive dialogs (luminance and dim are builtin, and special ablility to specifiy a own expression, evaluated via the evaluator) - adds also a color cache (atm it's generated on startup) - uses luminance effect by default - bumps theme config version to 7 svn-id: r21544 | |||
2006-04-02 | Removing undocumented Allegro/Qtopia port stuff -- if anybody is working on ↵ | Max Horn | |
either port, feel free to re-add it, but this time, document it and make sure it's clear how to build that port svn-id: r21543 | |||
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn | |
various backend specific hacks unnecessary. As a consequence, it is now the responsibility of the backend to define main. Hence I adapted the SDL backend accordingly. svn-id: r21542 | |||
2006-04-01 | Update gameDataPath() calls in engine, to fix compile | Travis Howell | |
svn-id: r21541 | |||
2006-04-01 | Typo | Max Horn | |
svn-id: r21540 | |||
2006-04-01 | Switch ConfigManager to use HashMap (seems to work fine over here, but an ↵ | Max Horn | |
older version killed my scummvm.ini, so use at your own risk (not that you really have a choice. I just like being evil *g*)) svn-id: r21539 | |||
2006-04-01 | Simplified loading of startup.inf | Torbjörn Andersson | |
svn-id: r21538 | |||
2006-04-01 | Properly use registerDefault to set the default value for autosave_period | Max Horn | |
svn-id: r21537 |