aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
AgeCommit message (Expand)Author
2007-03-17Use the new getButtonState() function to test if the mouse button is stillTorbjörn Andersson
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-14Fixed bug #1507835 (BASS: Control panel text differences from the original)Max Horn
2007-03-14Fix for bug #1656880 (BASS: mouse initialized wrong in control panel)Max Horn
2007-03-10fix warningMax Horn
2007-03-10Let the mixer worry about converting mono to stereo.Torbjörn Andersson
2007-02-26Close sky.dnr directly after reading it into memory. No need to keep it openTorbjörn Andersson
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-20More header fixes for that warm and fuzzy feeling of consistency.Torbjörn Andersson
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2007-02-10Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ...Max Horn
2007-02-07Patch #1543932: BASS: Missing music volume text in v303 french menuMax Horn
2007-02-03Fixing various doxygen warningsMax Horn
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2006-10-15Added some more const keywordsMax Horn
2006-10-08commit "fixed regression in BASS adlib music." from 0-9-0 branch to trunkJoost Peters
2006-10-02Improved the BASS detector a bitMax Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16* Added virtual Engine::getDebugger() methodMax Horn
2006-09-16Overhaul of the debugger codeMax Horn
2006-08-16Apply patch #1534805 ("BASS: Linc font too wide in version 303")Joost Peters
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all game...Johannes Schickel
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-07-09Added OSystem::setFocusRectangle (first part of Nintendo DS patch)Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-21Match the original behaviour more closely when examining inventory items. TheTorbjörn Andersson
2006-06-21Add eriktorbjorn's patch for bug #1507757 - BASS: Odd press sound at beginningTravis Howell
2006-06-21Initialise the control panel's _mouseX / _mouseY. Fixes a Valgrind warning.Torbjörn Andersson
2006-06-17The stopMusic() function (which is publicly accessable from the outside) nowTorbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-01It's wrong to assume a given file is located in gameDataPath, so do not use t...Max Horn
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-29Fixed bug #1478911 ("BASS regression: garbled text") by making skipBytes uint16Torbjörn Andersson
2006-04-29* Changed the createEngine() factory function of our plugins to return an err...Max Horn
2006-04-26add missing comma for portuguese quit text, remove stray comma after last str...Joost Peters
2006-04-26Do not call static class methods as if they were instance methodsMax Horn
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-16Do not override the 'directory' param when dumping BASS resourcesMax Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray