aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-31Mention that Nippon Safes Amiga is now supported.Nicola Mettifogo
svn-id: r30099
2007-12-31Added code to handle EGA title screens being immediately shown rather than ↵Paul Gilbert
faded in svn-id: r30098
2007-12-31Added extra palette handling for EGA palettesPaul Gilbert
svn-id: r30097
2007-12-31Added support for decoding EGA screensPaul Gilbert
svn-id: r30096
2007-12-31Added code to support reading .ega filesPaul Gilbert
svn-id: r30095
2007-12-31Added detection for Italian EGA versionPaul Gilbert
svn-id: r30094
2007-12-31Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any ↵Oystein Eftevaag
numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) svn-id: r30093
2007-12-31I thought only Full Throttle used the VAR_BLAST_ABOVE_TEXT variable, but I seeTorbjörn Andersson
now that it's defined for v8 games as well, so call processUpperActors() from that case too, just to be safe. svn-id: r30091
2007-12-31Added support for landscape mode in addition to the upside-down landscape ↵Oystein Eftevaag
mode we already had, and a few minor optimizations svn-id: r30090
2007-12-30Draw subtitles over the verb coin in CoMI, not under. This is noticeable earlyTorbjörn Andersson
in the game, when Murray is talking to himself. I've verified this against the behaviour of the original interpreter. (Should this go into 0.11 as well?) svn-id: r30088
2007-12-30Ooops, this was not supposed to be commitedMax Horn
svn-id: r30087
2007-12-30atrib -> attrib; added some FIXME commentsMax Horn
svn-id: r30086
2007-12-30Patch #1689516: BASS: Update the cursor when right-clicking in inventoryMax Horn
svn-id: r30085
2007-12-30implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵Kostas Nakos
have incorrect time & date svn-id: r30083
2007-12-30Fix for bug #1635361: COMI: Music fade-out broken for compressed audioMax Horn
svn-id: r30081
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their ↵Max Horn
SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch svn-id: r30079
2007-12-30Updated all MSVC project files to use the standard windows-1252 codepage, ↵Filippos Karapetis
instead of windows-1250 and windows-1251 svn-id: r30078
2007-12-30Clarify SaveFileManager::listSavefiles usageMax Horn
svn-id: r30077
2007-12-29Patch for MSVC71 projects. Thanks to QuietustEugene Sandulenko
svn-id: r30075
2007-12-29Fixed warning when DISABLE_SCALERS is defined.Torbjörn Andersson
svn-id: r30074
2007-12-29Update MSVC8 and MSVC9 project files for patch #1858158Filippos Karapetis
svn-id: r30072
2007-12-29Added ability for both middle and right mouse buttons to abort a ↵Paul Gilbert
conversation when waiting for user to select a conversation option from a list of topics svn-id: r30071
2007-12-29Added support for using scroll wheel for making selections in the ↵Paul Gilbert
Save/Restore dialog and action lists svn-id: r30070
2007-12-29Added access property for middle mouse buttonPaul Gilbert
svn-id: r30069
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
svn-id: r30068
2007-12-29Fix to ensure any active conversation data or selected hotspot is cleared ↵Paul Gilbert
when restoring or restarting a game svn-id: r30066
2007-12-29Added mouse scrolling support to action menus and the save/restore dialogPaul Gilbert
svn-id: r30065
2007-12-28Fix for correct dialog sequence when giving an object to an arbitrary NPCPaul Gilbert
svn-id: r30063
2007-12-28Modify DFSM::getSavePath to return a Common::String instead of a char*Max Horn
svn-id: r30061
2007-12-28Change the checkPath() method to receive a String& instead of a char*, to ↵David Corrales
make code clearer. svn-id: r30060
2007-12-28Add another German version of Freddi Fish 2 (Windows).Travis Howell
svn-id: r30054
2007-12-28Updated the OS X bundle creation to point to the new location for the engine ↵Oystein Eftevaag
data files, and added lure.dat as well (forward-port) svn-id: r30052
2007-12-28Fixed compilation.Torbjörn Andersson
svn-id: r30050
2007-12-28Fix to prevent the F5 key allowing the game to be saved during player ↵Paul Gilbert
conversations or viewing a remote room svn-id: r30048
2007-12-28Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePathMax Horn
svn-id: r30046
2007-12-28Added missing files from patch #1858158.Torbjörn Andersson
svn-id: r30043
2007-12-28Patch #1858158: BUILD: Plugin building cleanupEugene Sandulenko
svn-id: r30041
2007-12-28Bugfix to correctly display a message when a used item is no longer in the roomPaul Gilbert
svn-id: r30037
2007-12-28Bugfix for string decoding to use the article of the destination character ↵Paul Gilbert
rather than the talking character svn-id: r30036
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
svn-id: r30034
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
svn-id: r30032
2007-12-28Bumping version to 0.12.0svnEugene Sandulenko
svn-id: r30030
2007-12-28Now --disable-he does not disable HE70 games.Eugene Sandulenko
svn-id: r30027
2007-12-28Bugfix for action perform timeout to correctly show an question mark bubble. ↵Paul Gilbert
Also changed a writeSint16LE call to be more correctly writeUint16LE svn-id: r30026
2007-12-28Update to msvc71 project files from _Q.Johannes Schickel
svn-id: r30025
2007-12-28Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵Johannes Schickel
use operator bool. svn-id: r30024
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
svn-id: r30023
2007-12-28Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug ↵Max Horn
in newer GCC versions that they *accepted* the old code...) svn-id: r30022
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
svn-id: r30021
2007-12-27Ensure files in the Mac OS X bundle get the right permissions setOystein Eftevaag
svn-id: r30020