Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-30 | DS: Started work on a new build system for the Nintendo DS port, based on ↵ | Max Horn | |
configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done' svn-id: r42939 | |||
2009-07-30 | minor cleanup to scale2x, to avoid confusing the compiler about potential ↵ | Max Horn | |
pointer aliasing (only the tip of the iceberg, of course... ;) svn-id: r42938 | |||
2009-07-30 | NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect ↵ | Max Horn | |
even in the older versions of DevKitPro used for compiling ScummVM...) svn-id: r42937 | |||
2009-07-30 | Fixed missing clearing of the low bit of the alpha mask in the "dim" screen ↵ | Johannes Schickel | |
shading function. svn-id: r42935 | |||
2009-07-30 | Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)". | Johannes Schickel | |
svn-id: r42934 | |||
2009-07-30 | Prevent our "credits" make target updating Credits.rtf, which in fact is not ↵ | Johannes Schickel | |
present in SVN anymore, and the outdated docbook. svn-id: r42932 | |||
2009-07-30 | Add tanoku to our GUI credits section. | Johannes Schickel | |
svn-id: r42929 | |||
2009-07-30 | Fix bug which caused the mouse cursor not to update in some cases. | Johannes Schickel | |
svn-id: r42926 | |||
2009-07-30 | Cleanup the header file as I removed one function in r42922. | Nicola Mettifogo | |
svn-id: r42924 | |||
2009-07-30 | Fixed typo in user message. | Nicola Mettifogo | |
svn-id: r42923 | |||
2009-07-30 | Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon ↵ | Nicola Mettifogo | |
Safes. svn-id: r42922 | |||
2009-07-30 | Added the character lookup table for the Spanish font | Paul Gilbert | |
svn-id: r42920 | |||
2009-07-30 | Patch #2818501: enable scale2x mmx on x86_64 | Max Horn | |
svn-id: r42918 | |||
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn | |
svn-id: r42912 | |||
2009-07-29 | Removed redundant File::ioFailed() implementation; also turned ↵ | Max Horn | |
ReadStream::ioFailed from a virtual into an inline method svn-id: r42911 | |||
2009-07-29 | Removed last traces of clearIOFailed. Yay :) | Max Horn | |
svn-id: r42910 | |||
2009-07-29 | SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must ↵ | Max Horn | |
be used to trigger a verb/sentence) svn-id: r42907 | |||
2009-07-29 | Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on ↵ | Johannes Schickel | |
systems without "floorf". svn-id: r42904 | |||
2009-07-29 | Fix regression, which prevented saving in COMI. | Johannes Schickel | |
svn-id: r42900 | |||
2009-07-29 | SCUMM: Enable looping in Indy3Mac sound effects | Max Horn | |
svn-id: r42898 | |||
2009-07-29 | Fix a little bug in KyraEngine_MR::showBadConscience, which prevented ↵ | Johannes Schickel | |
Gunther's mouse shapes from showing up. svn-id: r42895 | |||
2009-07-29 | Oops, fixing a regression I created with the Map_v4/Map_v2-merge | Sven Hesse | |
svn-id: r42894 | |||
2009-07-29 | Fix saving of item in hand in HoF and MR. | Johannes Schickel | |
svn-id: r42892 | |||
2009-07-29 | Fix animation script sound effect opcode implementation in Kyra3. | Johannes Schickel | |
svn-id: r42890 | |||
2009-07-29 | SCUMM: Rewrote ScummEngine::inventoryScriptIndy3Mac for clarity | Max Horn | |
svn-id: r42889 | |||
2009-07-29 | Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType | Sven Hesse | |
svn-id: r42887 | |||
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 |