Age | Commit message (Expand) | Author |
2009-07-30 | Fix bug which caused the mouse cursor not to update in some cases. | Johannes Schickel |
2009-07-30 | Cleanup the header file as I removed one function in r42922. | Nicola Mettifogo |
2009-07-30 | Fixed typo in user message. | Nicola Mettifogo |
2009-07-30 | Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa... | Nicola Mettifogo |
2009-07-30 | Added the character lookup table for the Spanish font | Paul Gilbert |
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn |
2009-07-29 | Removed last traces of clearIOFailed. Yay :) | Max Horn |
2009-07-29 | SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be... | Max Horn |
2009-07-29 | Fix regression, which prevented saving in COMI. | Johannes Schickel |
2009-07-29 | SCUMM: Enable looping in Indy3Mac sound effects | Max Horn |
2009-07-29 | Fix a little bug in KyraEngine_MR::showBadConscience, which prevented Gunther... | Johannes Schickel |
2009-07-29 | Oops, fixing a regression I created with the Map_v4/Map_v2-merge | Sven Hesse |
2009-07-29 | Fix saving of item in hand in HoF and MR. | Johannes Schickel |
2009-07-29 | Fix animation script sound effect opcode implementation in Kyra3. | Johannes Schickel |
2009-07-29 | SCUMM: Rewrote ScummEngine::inventoryScriptIndy3Mac for clarity | Max Horn |
2009-07-29 | SCUMM: cleanup | Max Horn |
2009-07-28 | SCUMM: Moved _inventoryOffset to ScummEngine_v2 and save it. | Max Horn |
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn |
2009-07-28 | Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for small | Torbjörn Andersson |
2009-07-28 | Fixed drawing subtitles for cutscenes that are narrower than the screen, and | Torbjörn Andersson |
2009-07-28 | More alignment-related changes | Sven Hesse |
2009-07-28 | Changing stuff around a bit so alignment requirements won't increase | Sven Hesse |
2009-07-28 | Silencing two "empty loop body" warnings | Sven Hesse |
2009-07-27 | Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in ... | Johannes Schickel |
2009-07-27 | Fix format string issues (and compiler warnings). | Willem Jan Palenstijn |
2009-07-26 | fix/workaround for cruise crash on OSX | Joost Peters |
2009-07-26 | Simplify KYRA's SJIS font loading code. | Johannes Schickel |
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel |
2009-07-26 | Change KYRA to use our SJIS font, when it's available. | Johannes Schickel |
2009-07-26 | 78 bytes isn't enough for some of the longer conversation options. 128 might | Torbjörn Andersson |
2009-07-26 | Added a debug line to allow tracking of script execution | Paul Gilbert |
2009-07-26 | Bugfix for mouse button clicks getting counted multiple times | Paul Gilbert |
2009-07-26 | Added a delay to the in-game menu loop to prevent 100% CPU usage | Paul Gilbert |
2009-07-26 | Moved parser functions arrays to file scope, as they were tripping up the obs... | Nicola Mettifogo |
2009-07-25 | use READ_UINT16 macro | Joost Peters |
2009-07-25 | Make sure that "buf" is properly terminated. Actually, we could probably get | Torbjörn Andersson |
2009-07-25 | Implement missing bits in KyraEngine_HoF::setCauldronState. | Johannes Schickel |
2009-07-25 | Fix palette regression in Kyra2. | Johannes Schickel |
2009-07-25 | Moved the decision whether subtitles should be displayed, so that the broken ... | Sven Hesse |
2009-07-25 | Added a workaround to fix the Last Dynasty video greenness for now | Sven Hesse |
2009-07-25 | Adept savegame name creation code to use Common::String::printf. | Johannes Schickel |
2009-07-25 | Don't hog the CPU while waiting for the player to pick a conversation option. | Torbjörn Andersson |
2009-07-25 | Added word-wrapping to Drascula's conversation options. Fixes bug #2826607. | Torbjörn Andersson |
2009-07-25 | fix another aligned write | Joost Peters |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-25 | remove implicit SoundDigital::Sound ctor call, which is redundant because the... | Joost Peters |
2009-07-25 | fix unaligned writes | Joost Peters |
2009-07-25 | Use new Common::String::printf | Willem Jan Palenstijn |
2009-07-25 | Whitespace fixes | Max Horn |
2009-07-25 | Whitespace changes. | Travis Howell |