Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-04-18 | SCI: removing single byte chars from double byte check in sjis class (damn ↵ | Martin Kiewitz | |
wikipedia with their similar colors hehe) svn-id: r48706 | |||
2010-04-18 | Fixed XML syntax (& -> &) | Andre Heider | |
svn-id: r48702 | |||
2010-04-18 | SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA ↵ | Martin Kiewitz | |
and ignored 0xD before (fixes subtitles in multilingual games, because the official subtitle separator is 0xD'----'0xD) svn-id: r48699 | |||
2010-04-18 | SCI: fix regression from r48685 - english got always used for menu entries | Martin Kiewitz | |
svn-id: r48698 | |||
2010-04-18 | SCI: Don't add subtitles for monolingual strings. | Walter van Niftrik | |
svn-id: r48697 | |||
2010-04-17 | Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel | Max Horn | |
svn-id: r48696 | |||
2010-04-17 | More const correctness fixes | Max Horn | |
svn-id: r48695 | |||
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn | |
svn-id: r48694 | |||
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ↵ | Martin Kiewitz | |
games that don't support them (which is all non-multilingual games) svn-id: r48693 | |||
2010-04-17 | This should fix the scaler Valgrind warning reported in (but probably not the | Torbjörn Andersson | |
cause of) bug #2976008 ("BS2: Game lockup in British Museum"). svn-id: r48692 | |||
2010-04-17 | Fix for ARM Normal2xAspect scaler that was causing crashes when the screen | Robin Watts | |
'shakes' (such as when the head/bomb goes of at the start of sam'n'max). Was overwriting the end of the screen when asked to plot a non-multiple of 5 lines. svn-id: r48690 | |||
2010-04-17 | SCI: change textedit control to cast to unsigned char to fix cursor position ↵ | Martin Kiewitz | |
when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes svn-id: r48689 | |||
2010-04-17 | Fix for #2985480 - AMIGAOS4: Compiler errors on ./configure | Ori Avtalion | |
svn-id: r48688 | |||
2010-04-17 | SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts ↵ | Martin Kiewitz | |
work in multilingual games svn-id: r48687 | |||
2010-04-17 | SCI: move menu window inside the screen, if parts of it are outside (happens ↵ | Martin Kiewitz | |
in multilingual sq3 and lsl3) svn-id: r48686 | |||
2010-04-17 | SCI: implement ability to handle multilingual menu separators (is actually 2 ↵ | Martin Kiewitz | |
separators with a language separator inbetween) svn-id: r48685 | |||
2010-04-17 | SCI: changed coordinate adjustment for kanji chars to & 0xFFC | Martin Kiewitz | |
svn-id: r48684 | |||
2010-04-17 | SCI: Remove subtitles in menu. | Walter van Niftrik | |
svn-id: r48683 | |||
2010-04-16 | SCI: handle given coordinate to draw() inside SJIS font support as if the ↵ | Martin Kiewitz | |
horizontal part would be the center of the character, fixes not perfectly centered japanese text. I assume that PC98 ROM also handled it that way. The actual cause for those "bad" coordinates is GetLongest(), but that behaviour is definitely how sierra sci does it svn-id: r48678 | |||
2010-04-16 | DS: Merge changes from 1.1.0 branch into trunk | Max Horn | |
svn-id: r48677 | |||
2010-04-16 | Remove type_4_byte='long' FIXMEs from configure | Max Horn | |
Since no porter complained about these during the last release, this should be safe. In any case it would be trivial to put them back, but that is only acceptable if an explanatory comment is included. svn-id: r48676 | |||
2010-04-16 | SCI: support for kanji (sjis), minor centering issue left | Martin Kiewitz | |
svn-id: r48674 | |||
2010-04-16 | SCI: dont switch to english on kanji text, also cut off text w/o spaces ↵ | Martin Kiewitz | |
inside GetLongest() so that kanji raw chars will appear in windows svn-id: r48673 | |||
2010-04-16 | Fix stupid mistake | Max Horn | |
svn-id: r48672 | |||
2010-04-16 | Enable more ARM asm on arm-linux targets | Max Horn | |
svn-id: r48671 | |||
2010-04-16 | Added a sanity check for the current list node inside GfxAnimate::invoke(). ↵ | Filippos Karapetis | |
This should fix the crash in LSL2 as described in patch #2987942, without adding additional lookups svn-id: r48670 | |||
2010-04-16 | Trying to fix DC port compilation | Max Horn | |
svn-id: r48669 | |||
2010-04-16 | SCI: make pixelation transition work in upscaled hires mode | Martin Kiewitz | |
svn-id: r48668 | |||
2010-04-16 | SCI: make scroll transitions work in upscaled hires mode | Martin Kiewitz | |
svn-id: r48667 | |||
2010-04-16 | Fix for bug #2987895: "DW2: graphical errors in video on Windows" | Max Horn | |
svn-id: r48665 | |||
2010-04-16 | Change configure entries for NDS and DC ports to use _port_mk | Max Horn | |
svn-id: r48664 | |||
2010-04-16 | Added code to de-activate town NPCs once the player makes it to the castle, ↵ | Paul Gilbert | |
since they're no longer needed svn-id: r48661 | |||
2010-04-15 | Replace ancient maemo patch with the one from 1.1.0 branch | Max Horn | |
svn-id: r48660 | |||
2010-04-15 | SCI: split menu/item strings when displaying instead of when initializing - ↵ | Martin Kiewitz | |
makes on-the-fly menu language changes possible (used by multilingual SCI01 games) svn-id: r48659 | |||
2010-04-14 | Added a default case for characters that don't have a message set, but try ↵ | Paul Gilbert | |
to display one svn-id: r48656 | |||
2010-04-13 | Whitespace fix. | Johannes Schickel | |
svn-id: r48654 | |||
2010-04-13 | Print message when creating new INI; don't rewrite it directly after reading. | Max Horn | |
Together with the r48651, this addresses bug #2983718: "Incomprehensible message for missing scummvm.ini" svn-id: r48653 | |||
2010-04-13 | Patch #2984292: "AmigaOS4: Remove _SVN from unstable builds" | Max Horn | |
svn-id: r48652 | |||
2010-04-13 | Patch #2985205: "GSoC: Improve FSNode warning messages" | Max Horn | |
svn-id: r48651 | |||
2010-04-12 | Update default theme | Ori Avtalion | |
svn-id: r48650 | |||
2010-04-12 | Remove trailing whitespace | Ori Avtalion | |
svn-id: r48649 | |||
2010-04-12 | Center labels in mass-add dialog | Ori Avtalion | |
svn-id: r48648 | |||
2010-04-12 | Remove semicolon | Ori Avtalion | |
svn-id: r48647 | |||
2010-04-12 | Update credits for myself to reflect that I am now part of the team. | Thierry Crozat | |
svn-id: r48646 | |||
2010-04-12 | Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵ | Ori Avtalion | |
language svn-id: r48645 | |||
2010-04-12 | Remove duplicate entry for myself. | Thierry Crozat | |
svn-id: r48644 |