Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-05 | Fix for popup menus to work in EGA mode | Paul Gilbert | |
svn-id: r30234 | |||
2008-01-05 | Made standard EGA background colour a constant | Paul Gilbert | |
svn-id: r30233 | |||
2008-01-05 | Fix to show credits screen correctly in EGA mode | Paul Gilbert | |
svn-id: r30232 | |||
2008-01-05 | Brought waitForPress into line with other similar methods to not register ↵ | Paul Gilbert | |
control characters svn-id: r30231 | |||
2008-01-05 | Fix to use correct EGA/VGA colour when displaying talk conversation options | Paul Gilbert | |
svn-id: r30230 | |||
2008-01-05 | Fix for showing the correct colour in the status line in EGA mode | Paul Gilbert | |
svn-id: r30229 | |||
2008-01-05 | Added support for the EGA style menu | Paul Gilbert | |
svn-id: r30228 | |||
2008-01-05 | Removed redundant parameters and clarified EGA and VGA specific definitions | Paul Gilbert | |
svn-id: r30227 | |||
2008-01-05 | Added extra handling for EGA dialogs, and added formalised ↵ | Paul Gilbert | |
parameters/methods for text positioning svn-id: r30226 | |||
2008-01-05 | Converted some spaces to tabs. | Torbjörn Andersson | |
svn-id: r30225 | |||
2008-01-05 | Corrected the RGB values generated for a given EGA palette index | Paul Gilbert | |
svn-id: r30224 | |||
2008-01-04 | In revision 30221, the correct font wasn't selected in the character ↵ | Nicola Mettifogo | |
selection screen. Always ask things twice. svn-id: r30222 | |||
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on ↵ | Nicola Mettifogo | |
Amiga. The correct font for intro screen has also been selected. svn-id: r30221 | |||
2008-01-04 | Applied my alternative patch for feature request #1266599 ("BS1: Invert stereo | Torbjörn Andersson | |
channels for traffic sounds in Rue Jarry"). Now let's see if it breaks any other scenes. :-) svn-id: r30220 | |||
2008-01-04 | fix a race - bug #1863961 (#1769503) | Kostas Nakos | |
svn-id: r30218 | |||
2008-01-04 | Slight cleanup | Filippos Karapetis | |
svn-id: r30217 | |||
2008-01-04 | Updated from media/trunk | Max Horn | |
svn-id: r30216 | |||
2008-01-04 | Make AGIPAL also accept 'pal.100' (Original hacked interpreter also does this). | Kari Salminen | |
svn-id: r30213 | |||
2008-01-03 | Fix another -Wuninitialized warnings - n could have been returned w/o having ↵ | Max Horn | |
been set first svn-id: r30211 | |||
2008-01-03 | Silence a -Wuninitialized warning | Max Horn | |
svn-id: r30205 | |||
2008-01-03 | Fix compilation | Filippos Karapetis | |
svn-id: r30204 | |||
2008-01-03 | Made the Loom Roland music fix a bit more specific. Only one song in EGA Loom | Torbjörn Andersson | |
is affected and, according to Kirben, none in Monkey Island 1 VGA. I don't know about Monkey Island 1 EGA, but I've assumed it uses the same music as the VGA versions. svn-id: r30202 | |||
2008-01-03 | Resolve portabillity issues introduced with last commit. | Johannes Schickel | |
svn-id: r30201 | |||
2008-01-03 | - got rid of hardcoding "KYRA.DAT" in all places, where it's used | Johannes Schickel | |
- now using "kyra.dat" rather than "KYRA.DAT" svn-id: r30200 | |||
2008-01-03 | Don't allow implicit conversion from Common::String to Common::FilesystemNode. | Johannes Schickel | |
svn-id: r30199 | |||
2008-01-03 | Committed slightly modified patch #1862758 "KYRA: audio data assignment patch". | Johannes Schickel | |
svn-id: r30198 | |||
2008-01-03 | Use system call to return to DC boot menu rather than relying on exit() | Marcus Comstedt | |
to do the job. svn-id: r30197 | |||
2008-01-03 | Properly fixed bug #1861863 - "ITE: Crash when using Eeah with Eeah" | Filippos Karapetis | |
svn-id: r30195 | |||
2008-01-03 | Made AGIPAL-loading more lenient with errors. Added AGIPAL-flag to Naturette ↵ | Kari Salminen | |
3. These together fix Naturette 3's intro (No more long shakings). svn-id: r30193 | |||
2008-01-03 | Updated paths to engine-data files for Symbian OS | Lars Persson | |
svn-id: r30191 | |||
2008-01-03 | Fix for the Space Trek sprite duplication bug (#1659209). Makes commands ↵ | Kari Salminen | |
position and position.v use coordinate clipping for Space Trek. svn-id: r30190 | |||
2008-01-03 | Different zlib.h included paths for Symbian OS to differenciate between ↵ | Lars Persson | |
system and user includes svn-id: r30189 | |||
2008-01-03 | Disable compilation of default savefile manager, to avoid having it pulled | Marcus Comstedt | |
in by --whole-archive when building with plugins. svn-id: r30185 | |||
2008-01-03 | Remove -I$(srcdir)/common from include path (not needed anymore). | Marcus Comstedt | |
svn-id: r30184 | |||
2008-01-03 | Updated build requirements. | Marcus Comstedt | |
svn-id: r30183 | |||
2008-01-03 | Fix for bug #1861863 - "ITE: Crash when using Eeah with Eeah" | Filippos Karapetis | |
svn-id: r30181 | |||
2008-01-03 | Fix endian issue in checkArrayLimits(). | Travis Howell | |
svn-id: r30178 | |||
2008-01-03 | Fix endian issue in redimArray. | Travis Howell | |
svn-id: r30176 | |||
2008-01-03 | Added MD5 for English EGA version | Paul Gilbert | |
svn-id: r30175 | |||
2008-01-02 | Fixed bug in Nippon Safes for Amiga, Italian version. Game now doesn't crash ↵ | Nicola Mettifogo | |
anymore when starting introduction. svn-id: r30173 | |||
2008-01-02 | Fix for bug #1829409. Character now changes expression accordingly with ↵ | Nicola Mettifogo | |
available dialogue answers. svn-id: r30171 | |||
2008-01-02 | Removed debug printf. | Nicola Mettifogo | |
svn-id: r30169 | |||
2008-01-02 | Fix for bug #896489: "DIG: Missing subtitles when talking to Brink" | Eugene Sandulenko | |
svn-id: r30167 | |||
2008-01-02 | Add GF_OLDAMIGAV20 game flag for correctly setting computer type (v20 i.e. ↵ | Kari Salminen | |
vComputer) for particular old Amiga AGI games (Space Quest I v1.2 at the moment). svn-id: r30164 | |||
2008-01-02 | Oops. Moved too much code in the last commit. | Eugene Sandulenko | |
svn-id: r30162 | |||
2008-01-02 | Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading" | Eugene Sandulenko | |
svn-id: r30160 | |||
2008-01-02 | cannot handle key mods in ce and unicode is dodgy to say the least. fixes ↵ | Kostas Nakos | |
bug #1748135 svn-id: r30158 | |||
2008-01-02 | Mention several noticeable bugfixes in NEWS. | Eugene Sandulenko | |
svn-id: r30156 | |||
2008-01-02 | Fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong" | Eugene Sandulenko | |
svn-id: r30154 | |||
2008-01-02 | Set AGI's computer type variable (v20 i.e. vComputer) according to the used ↵ | Kari Salminen | |
platform. Now using different values for IBM-PC, Atari ST, Amiga and Apple IIGS platforms. svn-id: r30153 |