aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.cpp
AgeCommit message (Expand)Author
2016-03-28SAGA: Explicitely mark versions which require color shifting in interface. Fi...Eugene Sandulenko
2016-03-16SAGA: Fix interface colors in French and German versions of IHNMTorbjörn Andersson
2016-01-10SAGA: Add support for Russian fan-translation of IHNMEugene Sandulenko
2015-07-10SAGA: Avoid crash if the engine errors out before full initializationFilippos Karapetis
2015-06-29SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNMFilippos Karapetis
2014-07-20SAGA: Add debug commands for playing music, sounds and voicesFilippos Karapetis
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-11SAGA: Add support for played timeFilippos Karapetis
2011-07-09SAGA: Removed several game flags, which are now found more reliably on the flyFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-19SAGA: Cleanup syncSoundSettings()dhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-10-24SAGA: replace Resource:loadResource malloc with ByteArray classAndrew Kurushin
2010-10-23SAGA: Add some const qualifiers to SagaEngine methodsMax Horn
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-20SAGA: replace StringTable "::realloc" with Common::Array; reduce amount of me...Andrew Kurushin
2010-10-19SAGA: fix submit 53486 "Added sanity checks for realloc() calls - bug report ...Andrew Kurushin
2010-10-15SAGA: Added sanity checks for realloc() calls - bug report #3087852Filippos Karapetis
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-12SAGA: Music code cleanup. The music driver is now placed inside the MusicPlay...Filippos Karapetis
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-03-10Fix bug #2963556: SAGA: Memory leaksAndrew Kurushin
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-03-08- Reworked the different file types a bitFilippos Karapetis
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-01-20Implemented getDebugger()Filippos Karapetis
2009-01-18Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for nowMax Horn
2009-01-04Improved handling of sound resourcesFilippos Karapetis
2009-01-02Split the script module into two parts, for SAGA1 and SAGA2 gamesFilippos Karapetis
2009-01-02- Split the IHNM script functions into a different fileFilippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-31Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and...Filippos Karapetis
2008-12-25- Implemented the SAGA2 resource loaderFilippos Karapetis
2008-12-22logicalWidth -> widthFilippos Karapetis
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the resou...Filippos Karapetis
2008-12-21Added some more stubs for FTA2Filippos Karapetis
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-19Removed defaults which are set in base/commandLine.cppFilippos Karapetis
2008-12-19Removed the hasKey() hackery of my previous commit and used ConfMan.registerD...Filippos Karapetis
2008-12-19Fixed bug #2424530 - "IHNM: SFX are no longer played", by assigning correct d...Filippos Karapetis