Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-24 | SCI: first byte of resource patch must have 0x80 added to the resource type, ↵ | Martin Kiewitz | |
otherwise sierra sci0+ interpreter won't accept the file, fixing this on debug export function svn-id: r48780 | |||
2010-04-23 | SCI: fix for regression of r48778: do add spaces to width, if we are at ↵ | Martin Kiewitz | |
ending of text - the whole change may be wrong altogether svn-id: r48779 | |||
2010-04-23 | SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ↵ | Martin Kiewitz | |
sci also doesn't do this - fixes windows being too large sometimes svn-id: r48778 | |||
2010-04-23 | SCI: pc98 sierra interpreter had special code, that circumvents having a ↵ | Martin Kiewitz | |
japanese punctuation char as first char on new lines - we do so now as well svn-id: r48777 | |||
2010-04-23 | Implemented extra timer methods and a DynamicHotspots class | Paul Gilbert | |
svn-id: r48776 | |||
2010-04-22 | SCI: added additional comment for setOrigin() commit (from waltervn), after ↵ | Martin Kiewitz | |
doing some test with sierra interpreter svn-id: r48775 | |||
2010-04-22 | SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega ↵ | Martin Kiewitz | |
character screen issues ("moving" controls), fixes jones/vga 1 pixel-off windows svn-id: r48772 | |||
2010-04-22 | SCI: SCI1LATE+ checks for STYLE_USER, versions before check for ↵ | Martin Kiewitz | |
STYLE_USER|STYLE_TRANSPARENT svn-id: r48771 | |||
2010-04-22 | set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro ↵ | Joost Peters | |
capitalization svn-id: r48770 | |||
2010-04-22 | Reformat NEWS items a bit, add full stops | Max Horn | |
svn-id: r48768 | |||
2010-04-21 | Update credits: Fredrik retired | Max Horn | |
svn-id: r48766 | |||
2010-04-21 | TINSEL: Change cdGraphStream to a Common::File pointer, | Max Horn | |
to not rely on global constructors svn-id: r48765 | |||
2010-04-21 | CINE: Change Doxygen commands to match our CFC | Max Horn | |
svn-id: r48764 | |||
2010-04-21 | Changed MadsView into a separate class, since it's functionality is needed ↵ | Paul Gilbert | |
by two different class hierarchies that can't share a common ancestor class svn-id: r48763 | |||
2010-04-21 | Fixed GCC warning about 'hotspotId' shadowing a member of 'this'. Let's call | Torbjörn Andersson | |
the variable 'charId' instead, like in the debug messages where it's used. svn-id: r48759 | |||
2010-04-20 | Document setPalette() and grabPalette() changes, fix some incorrect 8bit ↵ | Andre Heider | |
statements. svn-id: r48758 | |||
2010-04-20 | abort() when calling setPalette() or grabPalette() in non CLUT8 modes. | Andre Heider | |
svn-id: r48757 | |||
2010-04-20 | Use the faster memset() in Surface::fillRect() for 16bit modes when possible. | Andre Heider | |
svn-id: r48756 | |||
2010-04-20 | SCI: get color white instead of hardcoded 255 inside openPort(), fixes not ↵ | Martin Kiewitz | |
working inverting of button controls on qfg1ega character stats screen svn-id: r48755 | |||
2010-04-20 | SCI: replaced values with constant | Martin Kiewitz | |
svn-id: r48754 | |||
2010-04-20 | Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of ↵ | Andre Heider | |
unnecessary buffers. svn-id: r48753 | |||
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible ↵ | Andre Heider | |
to the hardware. svn-id: r48751 | |||
2010-04-20 | Small tweak, works around a bug in the default OpenBSD gcc 3.3.5 compiler | Max Horn | |
svn-id: r48749 | |||
2010-04-20 | SCI: the pc98 rom has to display kanji directly, because of the bad ↵ | Martin Kiewitz | |
behaviour of GetLongest() we will actually put more chars in each line as actually fit. That way the scripts will only show most of the chars, but actually leave out some of the pixels of the far right characters. We now show kanji chars directly, sort of reproducing pc98 rom behaviour svn-id: r48748 | |||
2010-04-20 | SCI: menu - handle right aligned "=" as actual text not as tag marker, also ↵ | Martin Kiewitz | |
handle "=" as being a supported shortcut key svn-id: r48747 | |||
2010-04-20 | SCI: remove lone spaces at the end of right aligned menu items. fixes ↵ | Martin Kiewitz | |
"wrongly" aligned menu items in some games svn-id: r48746 | |||
2010-04-20 | SCI: sq4/japanese uses sjis 0x9781 for line breaks as well | Martin Kiewitz | |
svn-id: r48742 | |||
2010-04-20 | Corrected a debug statement that could use an object field after the object ↵ | Paul Gilbert | |
was destroyed svn-id: r48741 | |||
2010-04-19 | Add note about fix for 1.1.1 to README-WinCE.txt | Robin Watts | |
svn-id: r48739 | |||
2010-04-19 | Mention Wii/Gamecube specific changes. | Andre Heider | |
svn-id: r48738 | |||
2010-04-19 | Document that the current Hercules mode thumbnail scaler code is pretty much ↵ | Johannes Schickel | |
aimed for SCUMM games. svn-id: r48736 | |||
2010-04-19 | Cleanup. | Johannes Schickel | |
svn-id: r48735 | |||
2010-04-19 | SCI: removed bad comment | Martin Kiewitz | |
svn-id: r48734 | |||
2010-04-19 | Do not call OSystem::grabPalette() for 16bit modes, when the result is not ↵ | Andre Heider | |
used anyway for those modes. svn-id: r48733 | |||
2010-04-19 | Remove use of global constructors in Mohawk. | Matthew Hoops | |
svn-id: r48731 | |||
2010-04-19 | Fix lockScreen() for 16bit modes. | Andre Heider | |
svn-id: r48728 | |||
2010-04-19 | Reinit the video mode when showing the console on an abnormal exit. This was ↵ | Andre Heider | |
not sccessful under some circumstances. svn-id: r48727 | |||
2010-04-19 | SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ↵ | Martin Kiewitz | |
sjis text got detected svn-id: r48726 | |||
2010-04-19 | SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i ↵ | Martin Kiewitz | |
just used an outdated build by accident svn-id: r48724 | |||
2010-04-19 | Fix static initialization | Robert Špalek | |
svn-id: r48722 | |||
2010-04-19 | SCI: added comments about sierra not upscaling cursors for shape and view ↵ | Martin Kiewitz | |
cursors svn-id: r48721 | |||
2010-04-19 | SCI: added upscaling for shape cursors in upscaled hires games (will make ↵ | Martin Kiewitz | |
the cursor "normal" sized in japanese sci01 games) svn-id: r48720 | |||
2010-04-19 | SCI: added even more comments about the 0xD 0xA inside GetLongest() | Martin Kiewitz | |
svn-id: r48718 | |||
2010-04-19 | Fix regression introduced with r46130, which caused debugN strings to be ↵ | Johannes Schickel | |
post processed via debugOutputFormatter. Formerly all debugN strings were not post processed via "errorString" (or the "debugOutputFormatter" as it is called nowadays). This revision did change how debug strings are post processed and removed the special case for debugN by accident. svn-id: r48716 | |||
2010-04-19 | SCI: added more comments for 0xD 0xA cases inside GetLongest() | Martin Kiewitz | |
svn-id: r48715 | |||
2010-04-19 | Added note about Lure fixes | Paul Gilbert | |
svn-id: r48712 | |||
2010-04-19 | SCI: Fix yet another (new) const correctness violation. | Max Horn | |
I would suggest rewriting all of text16.cpp to use byte* instead of char*, then all this casting around (which introduces the const correctness violations) would not be necessary in the first place. svn-id: r48711 | |||
2010-04-19 | Bugfix for correctly returning follower to player when they're blocked from ↵ | Paul Gilbert | |
acting svn-id: r48709 | |||
2010-04-19 | SCI: comment about platforms, where 8859-1 mapping is working | Martin Kiewitz | |
svn-id: r48708 | |||
2010-04-19 | SCI: For Japanese system-font strings, convert half-width characters to | Walter van Niftrik | |
full-width characters. svn-id: r48707 |