Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-02 | SCI: Remove any use of printf | Max Horn | |
svn-id: r54037 | |||
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 | 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 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn | |
svn-id: r54007 | |||
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-10-31 | SCI: Fix for bug #3100292 - "QFG2: signature mismatch at the WIT" | Filippos Karapetis | |
svn-id: r53993 | |||
2010-10-31 | SCI: Removing obsolete function parameter | Filippos Karapetis | |
svn-id: r53986 | |||
2010-10-31 | MOTOEZX: Fix warning about static not at beginning of declaration | Max Horn | |
svn-id: r53981 | |||
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-30 | SCI: add Russian SQ4 & SQ5 | Andrew Kurushin | |
svn-id: r53955 | |||
2010-10-30 | SCI: Fixed script bug #3098353 - "ECOQUEST1 German: Crash at the blackboard ↵ | Filippos Karapetis | |
in the dolphin room" svn-id: r53941 | |||
2010-10-30 | SCI: Fixed detection of fan made script patches for LSL1 | Filippos Karapetis | |
svn-id: r53940 | |||
2010-10-29 | SCI: Remove unused variable + some formatting fixes. | Johannes Schickel | |
svn-id: r53921 | |||
2010-10-29 | SCI: Added detection of some fan made script patches. | Filippos Karapetis | |
When such a script patch is found, a dialog pops up at the beginning of the game, asking the user to remove it. The issues that these script patches fix have already been fixed in ScummVM, thus these patches aren't necessary, plus they can lead to crashes, freezes, buggy behavior and/or unexpected errors, thus it is better if they aren't used at all, if possible svn-id: r53920 | |||
2010-10-29 | SCI: Updated kSetShowStyle signature for SCI2.1. SQ6 starts again | Filippos Karapetis | |
svn-id: r53919 | |||
2010-10-28 | SCI: Fixed a detection entry of Hoyle 1 (bug report #3090841) | Filippos Karapetis | |
svn-id: r53913 | |||
2010-10-28 | SCI: Updated help page on the new console command "map_instrument" | Filippos Karapetis | |
svn-id: r53910 | |||
2010-10-28 | SCI: Added some missing GM mappings for MT-32 instruments: | Filippos Karapetis | |
- MT-32 Castanets -> GM Claves - MT-32 OneNoteJam -> GM Celesta - MT-32 JungleTune -> GM Pan Flute For PQ3 (from rev #53902, not in the commit description): - MT-32 Warm Pad -> GM Pad 2 (warm) Thanks to digitall and waltervn for their help with these svn-id: r53907 | |||
2010-10-28 | SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate ↵ | Filippos Karapetis | |
header file svn-id: r53906 | |||
2010-10-28 | SCI: Fixed typo | Filippos Karapetis | |
svn-id: r53905 | |||
2010-10-28 | SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.h | Filippos Karapetis | |
svn-id: r53904 | |||
2010-10-28 | SCI: Improved the description of the "map_instrument" console command a bit. ↵ | Filippos Karapetis | |
Also, the dynamic mappings are now checked before the static ones svn-id: r53903 | |||
2010-10-28 | SCI: Several changes related to MT-32 -> GM mapping | Filippos Karapetis | |
- Changed C - style comments in map-mt32-to-gm.h to C++ - style comments - Added a new dynamic MT-32 -> GM mapping, complementary to the normal one, which can be done on the fly using the new console command "map_instrument" - The "show_instruments" command has been moved to the music section and now displays the instruments of the game which aren't in the MT32-> GM mapping svn-id: r53902 | |||
2010-10-27 | SCI: Cleanup, invoking pauseEngine() on Console::preEnter() and ↵ | Filippos Karapetis | |
Console::postEnter() svn-id: r53890 | |||
2010-10-27 | SCI: Proper pausing/resuming of MIDI music in ↵ | Filippos Karapetis | |
SciEngine::pauseEngineIntern(), Console::preEnter() and Console::postEnter() and added a sanity check in SciEngine::getDebugger() svn-id: r53886 | |||
2010-10-26 | SCI: removing unneeded call | Martin Kiewitz | |
was a left-over from debugging svn-id: r53857 | |||
2010-10-26 | SCI: fix gfx issues when giving out cards hoyle4 | Martin Kiewitz | |
bit 2 actually triggers special drawing of cels in sierra sci svn-id: r53855 | |||
2010-10-26 | SCI: kAnimate bit 2 is hoyle 4 exclusive | Martin Kiewitz | |
adjusted comments about that and also renamed the bit, also added additional TODO, because hoyle 4 has special code that gets into action, when bit 0 is not set, but bit 2 is svn-id: r53853 | |||
2010-10-26 | SCI: little cleanup kAnimate | Martin Kiewitz | |
svn-id: r53852 | |||
2010-10-26 | SCI: fixing bug #3091767 by reverting r52820 | Martin Kiewitz | |
interpreters should get checked for that hoyle 4 code, comment added svn-id: r53851 | |||
2010-10-25 | SCI: fix comment in kAddToPic | Martin Kiewitz | |
svn-id: r53828 | |||
2010-10-24 | SCI: Fixed bug #3094235 - "SQ4CD: Crashes at Roger jr. in beam" | Filippos Karapetis | |
svn-id: r53776 | |||
2010-10-24 | SCI: fixing obvious kAddToPic regression | Martin Kiewitz | |
caused by r53068, triggered bug #3092840 (SQ5 genetix lab scaled incorrectly when laying course) - thx to digitall for bisect svn-id: r53775 | |||
2010-10-23 | SCI: always allocate +1 byte in kMemory now | Martin Kiewitz | |
fixes multilingual lsl5 room 280 - names of airport ladies not shown correctly (bug #3093818) svn-id: r53746 | |||
2010-10-23 | SCI2/SCI2.1: Some changes to the screen drawing code. | Filippos Karapetis | |
- Implemented kernelUpdateScreenITem - Changed the list of screen items to be a list of FrameoutEntry entries, so that it doesn't get recreated on every frame svn-id: r53744 | |||
2010-10-23 | SCI: Silence runtime warnings when editing kernel_tables.h with VS2010 | Filippos Karapetis | |
svn-id: r53743 | |||
2010-10-23 | SCI: Added the Spanish version of SQ5 from bug report #3090664 | Filippos Karapetis | |
svn-id: r53742 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-21 | SCI: Added the ability to filter out results of the "class_table" command | Filippos Karapetis | |
svn-id: r53673 | |||
2010-10-20 | SCI: removing "german" laura bow 1 | Martin Kiewitz | |
the version released in Germany was/is 100% english-only svn-id: r53657 | |||
2010-10-20 | SCI: Silence GCC warning | Torbjörn Andersson | |
svn-id: r53649 | |||
2010-10-20 | SCI: Changed some tabs to spaces | Filippos Karapetis | |
svn-id: r53648 | |||
2010-10-20 | SCI: Marked several unused SCI2/SCI2.1 kernel functions and updated comments ↵ | Filippos Karapetis | |
about some others svn-id: r53647 | |||
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis | |
This command can be used to find the object methods (including their corresponding objects and owner scripts) that call a specific kernel call. This shall aid us track all the spots where a particular kernel function is called from, therefore it'll be a bit easier to find examples where unimplemented kernel functions are called svn-id: r53646 | |||
2010-10-19 | SCI: fixing possible deadlock inside clearPlaylist | Martin Kiewitz | |
thx to ajax16384 svn-id: r53613 | |||
2010-10-17 | SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functions | Filippos Karapetis | |
svn-id: r53556 |