Age | Commit message (Expand) | Author |
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir |
2007-09-20 | This workaround is no longer needed | Max Horn |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers |
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-06-28 | Whitespace fix | Max Horn |
2007-06-26 | increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726) | Willem Jan Palenstijn |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-23 | Changed BASS to use more KEYCODEs | Max Horn |
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-26 | Removing more semicola | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-01 | corrected printf string | Robert Göffringmann |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-04-01 | Fixed a compiler warning about 'unknown conversion type character' (not sure ... | Max Horn |
2007-04-01 | Fixed setFocusRectangle code. At least I think I did, I don't know where it c... | Robert Göffringmann |
2007-04-01 | improved debugger a bit | Robert Göffringmann |
2007-03-31 | fixed graphic glitch when playing the floppy intro with spanish subtitles and... | Robert Göffringmann |
2007-03-30 | BASS is not Counter Strike, so redrawing the screen at 70 fps feels a little ... | Robert Göffringmann |
2007-03-29 | Update the screen in escDelay(). Seems to fix some glitches when changing | Torbjörn Andersson |
2007-03-22 | Fixed long-standing font bug. We were using the control panel font for LINC | Torbjörn Andersson |
2007-03-18 | Fixed bug #1678349: BASS: music is off, but drum track plays | Robert Göffringmann |
2007-03-18 | Fixed control panel sliders. | Torbjörn Andersson |
2007-03-18 | Applied eriktorbjorn's patch for bug #1657466: | Robert Göffringmann |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, and... | Max Horn |
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn |
2007-03-17 | Use the new getButtonState() function to test if the mouse button is still | Torbjörn Andersson |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-14 | Fixed bug #1507835 (BASS: Control panel text differences from the original) | Max Horn |
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn |
2007-03-10 | fix warning | Max Horn |
2007-03-10 | Let the mixer worry about converting mono to stereo. | Torbjörn Andersson |
2007-02-26 | Close sky.dnr directly after reading it into memory. No need to keep it open | Torbjörn Andersson |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-20 | More header fixes for that warm and fuzzy feeling of consistency. | Torbjörn Andersson |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson |
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in part... | Max Horn |
2007-02-10 | Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ... | Max Horn |
2007-02-07 | Patch #1543932: BASS: Missing music volume text in v303 french menu | Max Horn |
2007-02-03 | Fixing various doxygen warnings | Max Horn |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2006-10-15 | Added some more const keywords | Max Horn |