Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | HUGO: Replace Utils::Warn() by warning() | Max Horn | |
svn-id: r54021 | |||
2010-11-01 | HUGO: Fix typo | Arnaud Boutonné | |
svn-id: r54019 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 | |||
2010-11-01 | SCI: fixing port restoring | Martin Kiewitz | |
- recalculate _freeCounter - dont push disposed windows onto windowlist svn-id: r54017 | |||
2010-11-01 | SCI: fixing bug when restoring ports | Martin Kiewitz | |
fixes assert svn-id: r54016 | |||
2010-11-01 | SCI: Fixed a silly bug when restoring port rectangles. This uncovered a bug ↵ | Filippos Karapetis | |
with the recently added port save/restore code svn-id: r54015 | |||
2010-11-01 | SCI: fixing lf | Martin Kiewitz | |
(stupid msvc) svn-id: r54014 | |||
2010-11-01 | COMMON: Disable DEBUG_HASH_COLLISIONS (oops) | Max Horn | |
svn-id: r54013 | |||
2010-11-01 | SCI: saving/restoring script created windows now | Martin Kiewitz | |
fixes "GfxPorts::kernelSetActive" error based on code by [md5] svn-id: r54012 | |||
2010-11-01 | ENGINES: Get rid of some (f)printfs | Max Horn | |
svn-id: r54011 | |||
2010-11-01 | COMMON: Switch hexdump() to debugN instead of printf | Max Horn | |
Rational: hexdump() is used for debug output. An even better alternative might be to change it to return a string, instead of printing anything. This way, it could be used inside e.g. GUI debug consoles. This is left as an exercise to the interested developer :). svn-id: r54010 | |||
2010-11-01 | COMMON: Switch ConfigManager::setInt & ConfigManager::registerDefault to use ↵ | Max Horn | |
String::format svn-id: r54009 | |||
2010-11-01 | COMMON: Add debugN variant without level parameter | Max Horn | |
This makes our various debug*() functions fully symmetric, for now. svn-id: r54008 | |||
2010-11-01 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn | |
svn-id: r54007 | |||
2010-11-01 | GUI: Rename ConsolDialog methods (v)printf, putchar | Max Horn | |
svn-id: r54006 | |||
2010-11-01 | SYMBIAN: Trigger a compiler error on systems where __GCC32__ is set, instead ↵ | Max Horn | |
of producing incorrect code svn-id: r54005 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-11-01 | COMMON: Change some (f)printf to debug calls; clenaup hashmap.h | Max Horn | |
svn-id: r54003 | |||
2010-11-01 | SWORD25: Replace art_warn/art_die by warning/error | Max Horn | |
svn-id: r54002 | |||
2010-11-01 | ENGINES: Remove some 'using' statements | Max Horn | |
svn-id: r54001 | |||
2010-11-01 | GOB: Fix spelling | Sven Hesse | |
svn-id: r54000 | |||
2010-11-01 | HUGO: Make some scheduler functions and variables protected | Arnaud Boutonné | |
svn-id: r53999 | |||
2010-11-01 | SWORD2: Cleanup | Torbjörn Andersson | |
Removed some of the debug code that has never ever been enabled for as long as this engine has been in ScummVM. svn-id: r53998 | |||
2010-11-01 | SWORD2: Cleanup pause handling | Torbjörn Andersson | |
Removed a bunch of pause-related code which I either can't remember why it's there, or which doesn't seem to serve any useful purpose. Most things I've tried seem to work as well or better than before. svn-id: r53997 | |||
2010-11-01 | HUGO: Move _actListArr to scheduler | Arnaud Boutonné | |
svn-id: r53995 | |||
2010-10-31 | SCI: Fix for bug #3100292 - "QFG2: signature mismatch at the WIT" | Filippos Karapetis | |
svn-id: r53993 | |||
2010-10-31 | TINSEL: Reintroduce DUMMY variable removed in r53932 | Ori Avtalion | |
This placates compilers that complain about the semicolon in "CORO_BEGIN_CONTEXT;" svn-id: r53992 | |||
2010-10-31 | TINSEL: cleanup | Max Horn | |
svn-id: r53991 | |||
2010-10-31 | COMMON: Document forbidden.h | Max Horn | |
svn-id: r53990 | |||
2010-10-31 | COMMON: Allow forbidden symbols in debug.cpp and textconsole.cpp | Max Horn | |
This is currently necessary for the PS2 port and possibly others. svn-id: r53989 | |||
2010-10-31 | GOB: Silence a compiler warning | Sven Hesse | |
svn-id: r53988 | |||
2010-10-31 | HUGO: Suppress Playback code | Arnaud Boutonné | |
Also change 3 variable types in order to match types used in create_hugo svn-id: r53987 | |||
2010-10-31 | SCI: Removing obsolete function parameter | Filippos Karapetis | |
svn-id: r53986 | |||
2010-10-31 | GOB: Add listArchives debug console command | Sven Hesse | |
svn-id: r53985 | |||
2010-10-31 | GOB: Clean up class DataIO | Sven Hesse | |
Removing the need for class DataStream and that handle mess. svn-id: r53984 | |||
2010-10-31 | TOOLS: Fix GCC warnings reported by Fingolgin in create_hugo | Arnaud Boutonné | |
Also realign arrays to make them (a bit) more readable. These modifications don't modify Hugo.dat svn-id: r53983 | |||
2010-10-31 | GP2X: Fix warnings about unused decls | Max Horn | |
svn-id: r53982 | |||
2010-10-31 | MOTOEZX: Fix warning about static not at beginning of declaration | Max Horn | |
svn-id: r53981 | |||
2010-10-31 | WINCE: Fix assert() implementation | Max Horn | |
svn-id: r53980 | |||
2010-10-31 | WINCE: Code formatting | Max Horn | |
svn-id: r53979 | |||
2010-10-31 | WINCE: Enable use of forbidden symbols, cleanup | Max Horn | |
I tried to untangle the header interdependencies a bit, but this is still quite a mess. This commit also fixes some warnings. svn-id: r53978 | |||
2010-10-31 | PS2: Enable another use of forbidden symbols | Max Horn | |
svn-id: r53977 | |||
2010-10-31 | SCI: Play time related changes | Filippos Karapetis | |
- Added support for savegame play time - Removed obsolete variables for calculating the play time (EngineState::gameStartTime and Console::_enterTime) - Renamed some variables to camelCase svn-id: r53974 | |||
2010-10-31 | LOL: fixed bug #3099321 | Florian Kagerer | |
(Crash in Yvel tavern basement) svn-id: r53973 | |||
2010-10-31 | WINDOWS: Enable use of forbidden symbols | Max Horn | |
svn-id: r53972 | |||
2010-10-31 | IPHONE: Enable use of forbidden symbols | Max Horn | |
svn-id: r53971 | |||
2010-10-31 | PSP: Enable use of forbidden symbols | Max Horn | |
svn-id: r53970 | |||
2010-10-30 | PS2: Enable use of forbidden symbols | Max Horn | |
svn-id: r53969 | |||
2010-10-30 | SDL: Fix SDL plugin provider code (used e.g. by Dingux port) | Max Horn | |
svn-id: r53968 | |||
2010-10-30 | LASTEXPRESS: Use const_iterator to iterate over a const array | Max Horn | |
svn-id: r53967 |