Age | Commit message (Expand) | Author |
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts |
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 | Create IP.BIN. | Marcus Comstedt |
2009-07-26 | Add a todo to FontSJIS::drawChar taking an Graphics::Surface. | Johannes Schickel |
2009-07-26 | Instead of only printing a warning, when no SJIS char data is present, just r... | Johannes Schickel |
2009-07-26 | Add NEWS entry about new SJIS code. | Johannes Schickel |
2009-07-26 | Reflect code to test the magic bytes in the sjis.fnt header. | Johannes Schickel |
2009-07-26 | Simplify KYRA's SJIS font loading code. | Johannes Schickel |
2009-07-26 | Add way to overwrite default SJIS font. | Johannes Schickel |
2009-07-26 | Specify that the chars passed to FontSJIS::drawChar should be little endian. | Johannes Schickel |
2009-07-26 | Print warning, when client code does try to draw an unsupported SJIS char. | Johannes Schickel |
2009-07-26 | Add a factory method, which tries to open different SJIS fonts/ROMs and retur... | 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 | Add support for our custom SJIS font. | Johannes Schickel |
2009-07-26 | Create base class FontSJIS16x16 for our own SJIS font. | Johannes Schickel |
2009-07-26 | Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because i... | Sven Hesse |
2009-07-26 | Virtual Keyboard: Update default keyboard pack using slightly tweaked version... | John Willis |
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-26 | Formatting. | Johannes Schickel |
2009-07-26 | Fixed compilation from file changes to common and gob engine | Paul Gilbert |
2009-07-26 | Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe... | Paul Gilbert |
2009-07-25 | Add optional readline support to the text debugger console. | Willem Jan Palenstijn |
2009-07-25 | GP2X Backend: Volume control code cleanup. | John Willis |
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse |
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse |
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 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse |
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 | Yet another fix for the GP2x backend. | Johannes Schickel |
2009-07-25 | Fix gp2x port building. | 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 | Strip trailing whitespaces. | Johannes Schickel |
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 | Formatting | Eugene Sandulenko |
2009-07-25 | Use new Common::String::printf | Willem Jan Palenstijn |