aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-24SCI: change the way we handle breaking spaces based on how sierra sci does it...Martin Kiewitz
2010-04-24SCI: first byte of resource patch must have 0x80 added to the resource type, ...Martin Kiewitz
2010-04-23SCI: fix for regression of r48778: do add spaces to width, if we are at endin...Martin Kiewitz
2010-04-23SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ...Martin Kiewitz
2010-04-23SCI: pc98 sierra interpreter had special code, that circumvents having a japa...Martin Kiewitz
2010-04-23Implemented extra timer methods and a DynamicHotspots classPaul Gilbert
2010-04-22SCI: added additional comment for setOrigin() commit (from waltervn), after d...Martin Kiewitz
2010-04-22SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char...Martin Kiewitz
2010-04-22SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST...Martin Kiewitz
2010-04-22set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro capitali...Joost Peters
2010-04-22Reformat NEWS items a bit, add full stopsMax Horn
2010-04-21Update credits: Fredrik retiredMax Horn
2010-04-21TINSEL: Change cdGraphStream to a Common::File pointer,Max Horn
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2010-04-21Changed MadsView into a separate class, since it's functionality is needed by...Paul Gilbert
2010-04-21Fixed GCC warning about 'hotspotId' shadowing a member of 'this'. Let's callTorbjörn Andersson
2010-04-20Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat...Andre Heider
2010-04-20abort() when calling setPalette() or grabPalette() in non CLUT8 modes.Andre Heider
2010-04-20Use the faster memset() in Surface::fillRect() for 16bit modes when possible.Andre Heider
2010-04-20SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo...Martin Kiewitz
2010-04-20SCI: replaced values with constantMartin Kiewitz
2010-04-20Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa...Andre Heider
2010-04-20Round up the game texture dimensions if the requested size is incompatible to...Andre Heider
2010-04-20Small tweak, works around a bug in the default OpenBSD gcc 3.3.5 compilerMax Horn
2010-04-20SCI: the pc98 rom has to display kanji directly, because of the bad behaviour...Martin Kiewitz
2010-04-20SCI: menu - handle right aligned "=" as actual text not as tag marker, also h...Martin Kiewitz
2010-04-20SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongl...Martin Kiewitz
2010-04-20SCI: sq4/japanese uses sjis 0x9781 for line breaks as wellMartin Kiewitz
2010-04-20Corrected a debug statement that could use an object field after the object w...Paul Gilbert
2010-04-19Add note about fix for 1.1.1 to README-WinCE.txtRobin Watts
2010-04-19Mention Wii/Gamecube specific changes.Andre Heider
2010-04-19Document that the current Hercules mode thumbnail scaler code is pretty much ...Johannes Schickel
2010-04-19Cleanup.Johannes Schickel
2010-04-19SCI: removed bad commentMartin Kiewitz
2010-04-19Do not call OSystem::grabPalette() for 16bit modes, when the result is not us...Andre Heider
2010-04-19Remove use of global constructors in Mohawk.Matthew Hoops
2010-04-19Fix lockScreen() for 16bit modes.Andre Heider
2010-04-19Reinit the video mode when showing the console on an abnormal exit. This was ...Andre Heider
2010-04-19SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ...Martin Kiewitz
2010-04-19SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i ...Martin Kiewitz
2010-04-19Fix static initializationRobert Špalek
2010-04-19SCI: added comments about sierra not upscaling cursors for shape and view cur...Martin Kiewitz
2010-04-19SCI: added upscaling for shape cursors in upscaled hires games (will make the...Martin Kiewitz
2010-04-19SCI: added even more comments about the 0xD 0xA inside GetLongest()Martin Kiewitz
2010-04-19Fix regression introduced with r46130, which caused debugN strings to be post...Johannes Schickel
2010-04-19SCI: added more comments for 0xD 0xA cases inside GetLongest()Martin Kiewitz
2010-04-19Added note about Lure fixesPaul Gilbert
2010-04-19SCI: Fix yet another (new) const correctness violation.Max Horn
2010-04-19Bugfix for correctly returning follower to player when they're blocked from a...Paul Gilbert
2010-04-19SCI: comment about platforms, where 8859-1 mapping is workingMartin Kiewitz