Age | Commit message (Expand) | Author |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-16 | AUDIO: Renamed mute related functions in Mixer. | Johannes Schickel |
2011-04-13 | ENGINES: Make Engine::syncSoundSettings use the Mixer's mute flag directly. | Johannes Schickel |
2011-03-19 | ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings() | dhewg |
2011-03-18 | ENGINES: Change GUIErrorMessage to take param by ref, not by copy | Max Horn |
2011-03-01 | GUI: Fix default mode bug in initCommonGFX. | Johannes Schickel |
2011-02-25 | ENGINES: We have resetGraphicsScale(), lets use it | dhewg |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn |
2010-11-01 | COMMON: Get rid of the debug() output formatter | Max Horn |
2010-10-27 | ENGINE: Rename resetTotalPlayTime to setTotalPlayTime. | Johannes Schickel |
2010-10-27 | ENGINE: Generalize SCUMM play time counting and move it into Engine. | Johannes Schickel |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-06-26 | Define WIN32_LEAN_AND_MEAN before including windows.h. | Johannes Schickel |
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-11 | Explain the rational of the CursorMan.pushCursor calls directly | Max Horn |
2010-04-11 | Setup and destroy a dummy cursor and palette in the Engine class. | Johannes Schickel |
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn |
2010-01-25 | g_engine is not used by any MidiDriver, thus remove the comment about it. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-10 | Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual keybo... | Johannes Schickel |
2009-12-09 | Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cpp | Max Horn |
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn |
2009-11-20 | Don't include windows.h & direct.h on WinCE (and Symbian?) | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-09-24 | Fixed bug in Engine::flipMute, whiched prevent the game from being muted the ... | Johannes Schickel |
2009-09-24 | Changed some code to follow our guidelines. | Johannes Schickel |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-07-13 | Removed an unneeded debug console output from initGraphics | Jody Northup |
2009-07-10 | Overloaded initGraphics to provide for simpler procedures for engines support... | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-30 | Fixed a few formatting bits | Jordi Vilalta Prat |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-23 | Merged format initialization into InitSize to allow for backends not supporti... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for Graph... | Jody Northup |
2009-06-15 | made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:... | Jody Northup |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Scumm engine now dynamically requests 16-bit color based on game features, (u... | Jody Northup |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-03-01 | Check for "track01" as well as "track1". (I hope I didn't break compilation by | Torbjörn Andersson |
2009-01-30 | Avoid using g_engine if possible | Max Horn |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |