Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn | |
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-26 | GOB: Avoid hiding overloaded virtual methods | Ori Avtalion | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
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 | |||
2011-01-27 | GOB: Add SoundDesc::swap() | Sven Hesse | |
svn-id: r55564 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn | |
svn-id: r54148 | |||
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn | |
This commit contains the AudioCDManager changes from the gsoc2010-opengl branch. The other changes in that branch are restricted to the backends directory only (plus configure). The Nintendo DS and Dreamcast ports still need to be ported over to the new Audio CD system, but that should be fairly easy to do. svn-id: r54147 | |||
2010-10-31 | GOB: Clean up class DataIO | Sven Hesse | |
Removing the need for class DataStream and that handle mess. svn-id: r53984 | |||
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse | |
svn-id: r53491 | |||
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse | |
Replacing it (and some strncpy + manual terminating) with Common::strlcpy() svn-id: r53490 | |||
2010-10-15 | GOB: Fix Code analysis warnings | Sven Hesse | |
See bug report #3087831 svn-id: r53464 | |||
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel | |
This includes an rather hacky attempt to merge all the recent gp2x backend changes into the branch. I suppose the gp2x backend and probably all new backends, i.e. gph, dingux etc., might not compile anymore. Since I have no way of testing those it would be nice if porters could look into getting those up to speed in this branch. svn-id: r53399 | |||
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-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini | |
svn-id: r49678 | |||
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini | |
- Removed AudioCDManager Singleton, and changed code for using AudioCDManager in OSystem. - Added initialization code for new AudioCDManager in BaseBackend and OSystem_SDL. svn-id: r49548 | |||
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel | |
svn-id: r49068 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-02-03 | Minor style-related changes | Sven Hesse | |
svn-id: r47839 | |||
2010-02-02 | Fascination - Fix one wrong wait time | Arnaud Boutonné | |
svn-id: r47826 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
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 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-03 | Fix a buffer overflow (thanks to syke) and modify the way the instruments ↵ | Arnaud Boutonné | |
are loaded (bytes instead of uint16). This (sadly) doesn't fix the MDY player. svn-id: r46936 | |||
2010-01-01 | Fix a buffer overflow, thanks to syke | Arnaud Boutonné | |
svn-id: r46851 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-08 | Fixed some (pedantic) warnings | Max Horn | |
svn-id: r44015 | |||
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵ | Johannes Schickel | |
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512 | |||
2009-07-28 | More alignment-related changes | Sven Hesse | |
svn-id: r42858 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse | |
svn-id: r42121 | |||
2009-06-25 | Plugging some memory leaks | Sven Hesse | |
svn-id: r41859 | |||
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-24 | Clarifying some warnings | Sven Hesse | |
svn-id: r41836 | |||
2009-06-23 | Changing the TBR FIXME into a warning in setVoice() | Sven Hesse | |
svn-id: r41803 | |||
2009-06-22 | Removing trailing tabs | Sven Hesse | |
svn-id: r41784 | |||
2009-06-22 | Removing trailing spaces | Sven Hesse | |
svn-id: r41783 |