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