aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2010-04-26SCI: fix regression from r48720, upscaled games that use view cursors crashedMartin Kiewitz
2010-04-26Mention that we switched to the "fast" DOSBox OPL emulator for 1.2.0.Johannes Schickel
2010-04-26SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ...Martin Kiewitz
2010-04-26SCI: changing comment slightly about setting signal selector in stopSound for...Martin Kiewitz
2010-04-26SCI: also set signal selector when stopping sounds for SCI0 as well - fixes s...Martin Kiewitz
2010-04-26PSP: Added support for profiling using configure:Yotam Barnoy
2010-04-26Modified configure to support PSP profilingYotam Barnoy
2010-04-26PSP: Cleanup trace.h a bitMax Horn
2010-04-25fix missing sound effects during introduction with non French versions.Gregory Montoir
2010-04-25get rid of global Box objects and remove obsoleted PALMOS_ARM defines.Gregory Montoir
2010-04-25SCI: green buttons for sci0early implementedMartin Kiewitz
2010-04-25SCI: draw a black line between titlebar and actual window content for SCI0, a...Martin Kiewitz
2010-04-25SCI: changing setFont() call logic inside textedit controls to save 2 setFont...Martin Kiewitz
2010-04-25SCI: we check for enough space, before adding pressed characters in textedit ...Martin Kiewitz
2010-04-25SCI: replaced value with constant when checking if controls are selectedMartin Kiewitz
2010-04-25SCI: reset cursor state when kDrawControl gets called on textedit controls, f...Martin Kiewitz
2010-04-25PSP: A couple of small fixes to the debugging supportYotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-25SCI: fix regression of r48659 - now calculating menu width and splitting text...Martin Kiewitz
2010-04-24SCI: Don't error() out when autodetection failsWalter van Niftrik
2010-04-24SCI: reverting r48787 port updates were actually introduced (heard that befor...Martin Kiewitz
2010-04-24SCI: add show_map command to debug help again (must have been lost some time ...Martin Kiewitz
2010-04-24SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas...Martin Kiewitz
2010-04-24SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in ...Martin Kiewitz
2010-04-24SCI: added special comments about r48784Martin Kiewitz
2010-04-24SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ...Martin Kiewitz
2010-04-24SCI: Fix regression in locals init for re-used segmentsWalter van Niftrik
2010-04-24SCI: document skipping over breaking spaces done in r48781Martin Kiewitz
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