Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | GOB: Get rid of unused Audio::mixer references | Max Horn | |
Also remove the unused AdLib::_rate member variable. | |||
2015-07-07 | GOB: Implement custom AdLib volume control | Walter van Niftrik | |
2014-02-18 | GOB: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-04-15 | GOB: Correct a delete/delete[]-mismatch | Sven Hesse | |
2012-07-30 | GOB: Don't leak in sampleLoad() when loading fails | Sven Hesse | |
2012-07-30 | GOB: const correctness in SoundBlaster::playComposition() | Sven Hesse | |
2012-06-23 | GOB: Fix a very stupid mistake in the Gob1 background track selection | Sven Hesse | |
Thanks to salty-horse for catching that. :) | |||
2012-06-16 | GOB: Remove a superfluous semicolon | Sven Hesse | |
2012-06-16 | GOB: Loop the Little Red title music | Sven Hesse | |
2012-06-11 | GOB: Play the music on the title screen of Gob1 EGA | Sven Hesse | |
The EGA version of Gobliiins comes with an MDY track. While the original doesn't play it, we thought it might be a nice idea to play it nevertheless. | |||
2012-06-11 | GOB: Rewrite the AdLib players | Sven Hesse | |
This is a complete rewrite of the AdLib players for ADL and MDY/TBR files in the Gob engine. Major changes 1) The AdLib base class is now completely separated from all file format code and can theoretically be used by any OPL2-based format (within reason) 2) The new code is far better documented and more readable 3) The MDY player now actually works. The MDY/TBR format is in reality the MUS/SND format created by AdLib as a simpler alternative to the ROL format 4) Since the MAME emulator is quite buggy and leads to noticable wrong percussion in the Gobliins 2 title music, the new AdLib player will try to create a DOSBox OPL. If it's not compiled in, or if the user configured opl_driver to "mame", it will print out appropriate warnings. | |||
2011-09-14 | GOB: Tell Geisha that we have no AdLib | Sven Hesse | |
The title music is then played from SND files instead of MDY/TBR files (that we still don't yet support). | |||
2011-09-08 | GOB: Made some static data const. | Johannes Schickel | |
2011-06-02 | GOB: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-26 | GOB: Avoid hiding overloaded virtual methods | Ori Avtalion | |
2011-01-30 | GOB: Adibou has background atmosphere | Sven Hesse | |
svn-id: r55644 | |||
2011-01-29 | GOB: Add Script::evalInt() and Script::evalString() | Sven Hesse | |
svn-id: r55634 | |||
2011-01-29 | GOB: Add GobEngine::isCurrentTot() | Sven Hesse | |
svn-id: r55630 | |||
2011-01-29 | GOB: Change _curTotFile and _totToLoad into Common::String | Sven Hesse | |
svn-id: r55629 | |||
2010-10-31 | GOB: Clean up class DataIO | Sven Hesse | |
Removing the need for class DataStream and that handle mess. svn-id: r53984 | |||
2010-08-21 | GOB: Clean up of Fascination code | Arnaud Boutonné | |
Move Fascination specific function to appropriate classes, plus some style modifications svn-id: r52267 | |||
2010-08-17 | Suppress one more useless debug message | Arnaud Boutonné | |
svn-id: r52162 | |||
2010-08-15 | Fascination - Add workaround for script bug: wrong track name is called in ↵ | Arnaud Boutonné | |
storage room svn-id: r52107 | |||
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel | |
svn-id: r49068 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse | |
svn-id: r42121 | |||
2009-06-24 | Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ↵ | Sven Hesse | |
class svn-id: r41839 | |||
2009-06-22 | Added stream-reading loading wrappers to MDYPlayer and added a workaround to ↵ | Sven Hesse | |
fix TBR reading for the moment svn-id: r41781 | |||
2009-06-22 | Adding DataIO::existData() | Sven Hesse | |
svn-id: r41752 | |||
2009-06-18 | Splitting an ADLPlayer and MDYPlayer from the AdLib class | Sven Hesse | |
svn-id: r41633 | |||
2009-06-18 | Replacing some #includes by forward declarations | Sven Hesse | |
svn-id: r41632 | |||
2009-06-13 | Gob - *WIP* incomplete implementation of MDY/TBR | Arnaud Boutonné | |
svn-id: r41498 | |||
2009-05-06 | Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3 | Arnaud Boutonné | |
svn-id: r40363 | |||
2009-03-19 | Adding simple support for protracker playback | Sven Hesse | |
svn-id: r39550 | |||
2008-12-15 | No background "music" shading in Urban Runner | Sven Hesse | |
svn-id: r35373 | |||
2008-12-14 | Background "music" for Urban Runner, though only 8bit for now | Sven Hesse | |
svn-id: r35352 | |||
2008-12-14 | Music/Video handling fixes/stubs | Sven Hesse | |
svn-id: r35351 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not ↵ | Christopher Page | |
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate svn-id: r33848 | |||
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page | |
svn-id: r32771 | |||
2008-05-28 | Script variables are now always stored in the game version's native endianess. | Sven Hesse | |
This should make Woodruff playable on big-endian systems. svn-id: r32352 | |||
2008-05-22 | Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on ↵ | Sven Hesse | |
machines slower than mine (thanks, LordHoto ;)) svn-id: r32210 | |||
2008-05-17 | Changing debug channels a bit | Sven Hesse | |
svn-id: r32157 | |||
2008-05-08 | Implemented the background "music" / atmospheric sounds in Woodruff | Sven Hesse | |
svn-id: r31949 | |||
2008-05-08 | Restructured sound code | Sven Hesse | |
svn-id: r31937 |