Age | Commit message (Expand) | Author |
2010-04-20 | Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa... | Andre Heider |
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible to... | Andre Heider |
2010-04-20 | Small tweak, works around a bug in the default OpenBSD gcc 3.3.5 compiler | Max Horn |
2010-04-20 | SCI: the pc98 rom has to display kanji directly, because of the bad behaviour... | Martin Kiewitz |
2010-04-20 | SCI: menu - handle right aligned "=" as actual text not as tag marker, also h... | Martin Kiewitz |
2010-04-20 | SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongl... | Martin Kiewitz |
2010-04-20 | SCI: sq4/japanese uses sjis 0x9781 for line breaks as well | Martin Kiewitz |
2010-04-20 | Corrected a debug statement that could use an object field after the object w... | Paul Gilbert |
2010-04-19 | Add note about fix for 1.1.1 to README-WinCE.txt | Robin Watts |
2010-04-19 | Mention Wii/Gamecube specific changes. | Andre Heider |
2010-04-19 | Document that the current Hercules mode thumbnail scaler code is pretty much ... | Johannes Schickel |
2010-04-19 | Cleanup. | Johannes Schickel |
2010-04-19 | SCI: removed bad comment | Martin Kiewitz |
2010-04-19 | Do not call OSystem::grabPalette() for 16bit modes, when the result is not us... | Andre Heider |
2010-04-19 | Remove use of global constructors in Mohawk. | Matthew Hoops |
2010-04-19 | Fix lockScreen() for 16bit modes. | Andre Heider |
2010-04-19 | Reinit the video mode when showing the console on an abnormal exit. This was ... | Andre Heider |
2010-04-19 | SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ... | Martin Kiewitz |
2010-04-19 | SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i ... | Martin Kiewitz |
2010-04-19 | Fix static initialization | Robert Špalek |
2010-04-19 | SCI: added comments about sierra not upscaling cursors for shape and view cur... | Martin Kiewitz |
2010-04-19 | SCI: added upscaling for shape cursors in upscaled hires games (will make the... | Martin Kiewitz |
2010-04-19 | SCI: added even more comments about the 0xD 0xA inside GetLongest() | Martin Kiewitz |
2010-04-19 | Fix regression introduced with r46130, which caused debugN strings to be post... | Johannes Schickel |
2010-04-19 | SCI: added more comments for 0xD 0xA cases inside GetLongest() | Martin Kiewitz |
2010-04-19 | Added note about Lure fixes | Paul Gilbert |
2010-04-19 | SCI: Fix yet another (new) const correctness violation. | Max Horn |
2010-04-19 | Bugfix for correctly returning follower to player when they're blocked from a... | Paul Gilbert |
2010-04-19 | SCI: comment about platforms, where 8859-1 mapping is working | Martin Kiewitz |
2010-04-19 | SCI: For Japanese system-font strings, convert half-width characters to | Walter van Niftrik |
2010-04-18 | SCI: removing single byte chars from double byte check in sjis class (damn wi... | Martin Kiewitz |
2010-04-18 | Fixed XML syntax (& -> &) | Andre Heider |
2010-04-18 | SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA a... | Martin Kiewitz |
2010-04-18 | SCI: fix regression from r48685 - english got always used for menu entries | Martin Kiewitz |
2010-04-18 | SCI: Don't add subtitles for monolingual strings. | Walter van Niftrik |
2010-04-17 | Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel | Max Horn |
2010-04-17 | More const correctness fixes | Max Horn |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga... | Martin Kiewitz |
2010-04-17 | This should fix the scaler Valgrind warning reported in (but probably not the | Torbjörn Andersson |
2010-04-17 | Fix for ARM Normal2xAspect scaler that was causing crashes when the screen | Robin Watts |
2010-04-17 | SCI: change textedit control to cast to unsigned char to fix cursor position ... | Martin Kiewitz |
2010-04-17 | Fix for #2985480 - AMIGAOS4: Compiler errors on ./configure | Ori Avtalion |
2010-04-17 | SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts w... | Martin Kiewitz |
2010-04-17 | SCI: move menu window inside the screen, if parts of it are outside (happens ... | Martin Kiewitz |
2010-04-17 | SCI: implement ability to handle multilingual menu separators (is actually 2 ... | Martin Kiewitz |
2010-04-17 | SCI: changed coordinate adjustment for kanji chars to & 0xFFC | Martin Kiewitz |
2010-04-17 | SCI: Remove subtitles in menu. | Walter van Niftrik |
2010-04-16 | SCI: handle given coordinate to draw() inside SJIS font support as if the hor... | Martin Kiewitz |
2010-04-16 | DS: Merge changes from 1.1.0 branch into trunk | Max Horn |