Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-29 | Sort audio output rates numerically (see FR #2821525) | Max Horn | |
svn-id: r42886 | |||
2009-07-29 | GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; ↵ | Max Horn | |
rather scroll a full page minus one line (see FR #2821508). This matches the behavior of the page up/down keys svn-id: r42881 | |||
2009-07-29 | SCUMM: cleanup | Max Horn | |
svn-id: r42880 | |||
2009-07-28 | SCUMM: Moved _inventoryOffset to ScummEngine_v2 and save it. | Max Horn | |
Fixes bug #2828417: Zak V2: inventory position isn't reset when loading. svn-id: r42870 | |||
2009-07-28 | Patch #2828644: Support for mingw32ce 0.5.1 toolchain in configure script | Max Horn | |
svn-id: r42868 | |||
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn | |
svn-id: r42866 | |||
2009-07-28 | GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM ↵ | John Willis | |
scaler from the WinCE backend (Maybe this should be moved into /graphics/scalers at some point?). Also enable all the ARM optemised routines in this and the GP2X backend. svn-id: r42863 | |||
2009-07-28 | Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for small | Torbjörn Andersson | |
cutscenes that Broken Sword 1 had. And a memory leak. This should fix both. svn-id: r42861 | |||
2009-07-28 | Fixed drawing subtitles for cutscenes that are narrower than the screen, and | Torbjörn Andersson | |
erase the subtitles manually if they are drawn outside the frame. svn-id: r42859 | |||
2009-07-28 | More alignment-related changes | Sven Hesse | |
svn-id: r42858 | |||
2009-07-28 | Changing stuff around a bit so alignment requirements won't increase | Sven Hesse | |
svn-id: r42857 | |||
2009-07-28 | Silencing two "empty loop body" warnings | Sven Hesse | |
svn-id: r42856 | |||
2009-07-27 | Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame() | Sven Hesse | |
svn-id: r42851 | |||
2009-07-27 | Oops enabled HACK to prevent multiple OPL instances again. | Johannes Schickel | |
svn-id: r42849 | |||
2009-07-27 | GP2XWiz: Update GP2X Wiz bundle.sh to copy libraries into the distribution ↵ | John Willis | |
file from the tool chain where the libraries are broken on the device. Also add LD_LIBRARY_PATH 'hack' to launch script to ensure bundled libraries are used over system ones. svn-id: r42847 | |||
2009-07-27 | Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in ↵ | Johannes Schickel | |
SagaMetaEngine that the last valid save slot for SAGA is slot 95. svn-id: r42845 | |||
2009-07-27 | Formatting. | Johannes Schickel | |
svn-id: r42844 | |||
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts | |
Add ARM only aspect ratio correcting version of Normal2x scaler. Make WinCE port use Normal2x by default if the screen is large enough. Make WinCE port use aspect ratio correcting version if panel is hidden. svn-id: r42843 | |||
2009-07-27 | Fix format string issues (and compiler warnings). | Willem Jan Palenstijn | |
Patch by salty-horse. svn-id: r42842 | |||
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 |