Age | Commit message (Expand) | Author |
2009-10-03 | Let Ctrl-Left click behave like Right lick in Dragon History. | Robert Špalek |
2009-10-03 | SCI/newgui: removed duplicate unused code | Martin Kiewitz |
2009-10-03 | SCI/newgui: constant 0xFFFF -> -1 | Martin Kiewitz |
2009-10-03 | SCI: Fix sign issue in stringfrags | Willem Jan Palenstijn |
2009-10-03 | SCI/newgui: Removed SciGUIpicture::drawPalette11 | Martin Kiewitz |
2009-10-03 | SCI/newgui: initializer fixup | Martin Kiewitz |
2009-10-03 | SCI/newgui: cellCount changed to uint16 | Martin Kiewitz |
2009-10-03 | SCI/newgui: virtual warnings fixed | Martin Kiewitz |
2009-10-03 | SCI/newgui: set title on newWindow | Martin Kiewitz |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-03 | LOL/PC-98: add keyboard support | Florian Kagerer |
2009-10-03 | fixed addMenu isspace() issue on umlauts | Martin Kiewitz |
2009-10-03 | Use buffer in Common::String::printf slightly more efficiently | Willem Jan Palenstijn |
2009-10-03 | SCI: Fix typo | Willem Jan Palenstijn |
2009-10-03 | Fixed bug in archive.cpp that caused at least one engine (SAGA) not to work | Yotam Barnoy |
2009-10-03 | If make*Stream failed, the file needs to be closed to prevent an assert on a ... | Andre Heider |
2009-10-03 | If an error occured on constructing a VorbisInputStream, return 0 from makeVo... | Andre Heider |
2009-10-03 | LOL/PC-98: fixed automap | Florian Kagerer |
2009-10-03 | revert r44542: the fix reopens another previous bug | Arnaud Boutonné |
2009-10-03 | Added a +1 for dirty rectangle calculation so final column of changed area is... | Paul Gilbert |
2009-10-03 | Fixed positioning and update of the title under the mouse pointer. | Robert Špalek |
2009-10-02 | LOL: cleanup | Florian Kagerer |
2009-10-02 | LOL/PC-98: fixed death menu, live/magic bar colors and money box | Florian Kagerer |
2009-10-02 | LOL/PC-98: - some more fixes for level graphics (shapes are still not quite r... | Florian Kagerer |
2009-10-02 | Whitespace changes | Max Horn |
2009-10-02 | SCI: Fix parse_reg_t, it no longer modified the const string passed to it | Max Horn |
2009-10-02 | Fixed cppcheck warnings about mismatching allocation/deallocation. | Torbjörn Andersson |
2009-10-02 | Fix for bug ref#2867294 (hopefully) | Arnaud Boutonné |
2009-10-02 | Fix cppcheck issue reported by salty-horse | Willem Jan Palenstijn |
2009-10-02 | Release resources properly; fix code formatting | Max Horn |
2009-10-02 | Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools | Max Horn |
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn |
2009-10-02 | Mention removal of quicktime MIDI backend in NEWS | Max Horn |
2009-10-02 | Bugfix for dirty rects getting lost during room fade-ins | Paul Gilbert |
2009-10-02 | Remove dead code | Max Horn |
2009-10-02 | SCI: Remove PRINT_STK macro; cleanup | Max Horn |
2009-10-02 | SCI: Use String::printf instead of temporary buffer | Willem Jan Palenstijn |
2009-10-02 | SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c... | Max Horn |
2009-10-02 | SCI: Remove dead code | Max Horn |
2009-10-01 | SCI: cleanup | Willem Jan Palenstijn |
2009-10-01 | Fixed mismatching malloc/free, and plugged a memleak. | Andre Heider |
2009-10-01 | Fixed event handling. ValGrind fixups. | Robert Špalek |
2009-10-01 | T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads. | Scott Thomas |
2009-10-01 | Rewrote weird-looking code, which might lead to undefined behavior, according... | Filippos Karapetis |
2009-10-01 | Fixed bug #2847539, by resetting the optimization options for the release ver... | Filippos Karapetis |
2009-10-01 | Fix Common::String::printf in MSVC | Willem Jan Palenstijn |
2009-10-01 | Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC defines | Filippos Karapetis |
2009-10-01 | Fix a regression in the first part of the intro (gitches when the paper and t... | Arnaud Boutonné |
2009-10-01 | Reworked of code line in changeExtension that was giving a cppcheck warning | Paul Gilbert |
2009-10-01 | Fixed some potential memory leaks, reported by salty-horse | Filippos Karapetis |