Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | fix/workaround for cruise crash on OSX | Joost Peters | |
svn-id: r42826 | |||
2009-07-26 | Create IP.BIN. | Marcus Comstedt | |
svn-id: r42825 | |||
2009-07-26 | Add a todo to FontSJIS::drawChar taking an Graphics::Surface. | Johannes Schickel | |
svn-id: r42824 | |||
2009-07-26 | Instead of only printing a warning, when no SJIS char data is present, just ↵ | Johannes Schickel | |
return to the caller. svn-id: r42823 | |||
2009-07-26 | Add NEWS entry about new SJIS code. | Johannes Schickel | |
svn-id: r42822 | |||
2009-07-26 | Reflect code to test the magic bytes in the sjis.fnt header. | Johannes Schickel | |
svn-id: r42821 | |||
2009-07-26 | Simplify KYRA's SJIS font loading code. | Johannes Schickel | |
svn-id: r42820 | |||
2009-07-26 | Add way to overwrite default SJIS font. | Johannes Schickel | |
svn-id: r42819 | |||
2009-07-26 | Specify that the chars passed to FontSJIS::drawChar should be little endian. | Johannes Schickel | |
svn-id: r42818 | |||
2009-07-26 | Print warning, when client code does try to draw an unsupported SJIS char. | Johannes Schickel | |
svn-id: r42817 | |||
2009-07-26 | Add a factory method, which tries to open different SJIS fonts/ROMs and ↵ | Johannes Schickel | |
returns a font for the first present data. svn-id: r42816 | |||
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel | |
svn-id: r42815 | |||
2009-07-26 | Change KYRA to use our SJIS font, when it's available. | Johannes Schickel | |
svn-id: r42814 | |||
2009-07-26 | Add support for our custom SJIS font. | Johannes Schickel | |
svn-id: r42813 | |||
2009-07-26 | Create base class FontSJIS16x16 for our own SJIS font. | Johannes Schickel | |
svn-id: r42812 | |||
2009-07-26 | Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because ↵ | Sven Hesse | |
it breaks Woodruff's intro svn-id: r42809 | |||
2009-07-26 | Virtual Keyboard: Update default keyboard pack using slightly tweaked ↵ | John Willis | |
versions of the graphics very kindly provided by Carl Mitchell. Also update xml file to make best use of the keyboard graphics and add the 'delete' event in addition the passing backspace back to the calling textarea. svn-id: r42807 | |||
2009-07-26 | 78 bytes isn't enough for some of the longer conversation options. 128 might | Torbjörn Andersson | |
not be enough either, but at least it fixes bug #2827170 ("DRASCULA: Conversation error"). svn-id: r42801 | |||
2009-07-26 | Added a debug line to allow tracking of script execution | Paul Gilbert | |
svn-id: r42799 | |||
2009-07-26 | Bugfix for mouse button clicks getting counted multiple times | Paul Gilbert | |
svn-id: r42798 | |||
2009-07-26 | Added a delay to the in-game menu loop to prevent 100% CPU usage | Paul Gilbert | |
svn-id: r42795 | |||
2009-07-26 | Moved parser functions arrays to file scope, as they were tripping up the ↵ | Nicola Mettifogo | |
obsolete gcc used for the BeOS/Haiku port. If anybody can work out a better solution please apply it, because this makes me sick. svn-id: r42793 | |||
2009-07-26 | Formatting. | Johannes Schickel | |
svn-id: r42792 | |||
2009-07-26 | Fixed compilation from file changes to common and gob engine | Paul Gilbert | |
svn-id: r42791 | |||
2009-07-26 | Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name ↵ | Paul Gilbert | |
clashes with sdl/events.cpp svn-id: r42790 | |||
2009-07-25 | Add optional readline support to the text debugger console. | Willem Jan Palenstijn | |
Make text/graphical console selectable with an option to configure. svn-id: r42787 | |||
2009-07-25 | GP2X Backend: Volume control code cleanup. | John Willis | |
svn-id: r42785 | |||
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse | |
svn-id: r42783 | |||
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse | |
svn-id: r42782 | |||
2009-07-25 | use READ_UINT16 macro | Joost Peters | |
svn-id: r42780 | |||
2009-07-25 | Make sure that "buf" is properly terminated. Actually, we could probably get | Torbjörn Andersson | |
rid of "buf" completely, and replace it with face = syncChar[p] - '0', assuming that syncChar only contains digits. But for now, let's make a minimal change. This might fix bug #2826611 ("DRASCULA: Crash when smashing church window"). svn-id: r42776 | |||
2009-07-25 | Implement missing bits in KyraEngine_HoF::setCauldronState. | Johannes Schickel | |
svn-id: r42773 | |||
2009-07-25 | Fix palette regression in Kyra2. | Johannes Schickel | |
svn-id: r42771 | |||
2009-07-25 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse | |
svn-id: r42768 | |||
2009-07-25 | Moved the decision whether subtitles should be displayed, so that the broken ↵ | Sven Hesse | |
subtitles in The Last Dynasty aren't shown svn-id: r42767 | |||
2009-07-25 | Added a workaround to fix the Last Dynasty video greenness for now | Sven Hesse | |
svn-id: r42766 | |||
2009-07-25 | Adept savegame name creation code to use Common::String::printf. | Johannes Schickel | |
svn-id: r42765 | |||
2009-07-25 | Yet another fix for the GP2x backend. | Johannes Schickel | |
svn-id: r42761 | |||
2009-07-25 | Fix gp2x port building. | Johannes Schickel | |
svn-id: r42759 | |||
2009-07-25 | Don't hog the CPU while waiting for the player to pick a conversation option. | Torbjörn Andersson | |
svn-id: r42757 | |||
2009-07-25 | Added word-wrapping to Drascula's conversation options. Fixes bug #2826607. | Torbjörn Andersson | |
svn-id: r42755 | |||
2009-07-25 | fix another aligned write | Joost Peters | |
svn-id: r42753 | |||
2009-07-25 | Strip trailing whitespaces. | Johannes Schickel | |
svn-id: r42752 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-25 | remove implicit SoundDigital::Sound ctor call, which is redundant because ↵ | Joost Peters | |
the required initialisation is done below -- this fixes a linker error with mipspro svn-id: r42748 | |||
2009-07-25 | fix unaligned writes | Joost Peters | |
svn-id: r42747 | |||
2009-07-25 | Formatting | Eugene Sandulenko | |
svn-id: r42746 | |||
2009-07-25 | Use new Common::String::printf | Willem Jan Palenstijn | |
svn-id: r42744 | |||
2009-07-25 | Add Common::String::printf to format a string | Willem Jan Palenstijn | |
svn-id: r42743 | |||
2009-07-25 | Whitespace fixes | Max Horn | |
svn-id: r42742 |