Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r44048 | |||
2009-08-29 | fix SFX not playing before music started | Norbert Lange | |
svn-id: r43799 | |||
2009-08-27 | This just fix the compile errors on AmigaOS (bug #2845660) | Sven Hesse | |
svn-id: r43772 | |||
2009-08-24 | Merge with trunk | Norbert Lange | |
svn-id: r43701 | |||
2009-08-24 | - Change shorten.h guard to match the sjis.h guard. | Johannes Schickel | |
- Also enable shorten code when the build includes support for dynamic engine plugins. svn-id: r43700 | |||
2009-08-20 | fixed small mistake with the sinetable | Norbert Lange | |
moved pow2table into the only function using it svn-id: r43563 | |||
2009-08-18 | Typos. | Johannes Schickel | |
svn-id: r43515 | |||
2009-08-18 | - Destory AudioCDManager singleton after user quits a game, this saves a few ↵ | Johannes Schickel | |
bytes memory - Added FIXME to audiocd.h, concering why destroying the AudioCDManager can not quit CD playback right now svn-id: r43513 | |||
2009-08-18 | dont keep some unused parts of the mdatfile in memory | Norbert Lange | |
svn-id: r43506 | |||
2009-08-18 | added tiebreaking to pickVoice, now the use of channels is better distributed | Norbert Lange | |
added a fixedpoint pow2 function (similar to the original) - no floats used anymore at the expense of a 512 byte table added a sinetable for the modulation effect. svn-id: r43505 | |||
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel | |
svn-id: r43481 | |||
2009-08-17 | Added looping support to LinearDiskStream, needed by SAGA and perhaps other ↵ | Filippos Karapetis | |
engines. Note that the loop end parameter is still not implemented svn-id: r43479 | |||
2009-08-17 | merge with trunk | Norbert Lange | |
svn-id: r43478 | |||
2009-08-16 | Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp" | Johannes Schickel | |
svn-id: r43447 | |||
2009-08-16 | merge with trunk | Norbert Lange | |
svn-id: r43443 | |||
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol ↵ | Neil Millstone | |
STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. svn-id: r43357 | |||
2009-08-13 | (re-)initialise some Variables when sound is stopped | Norbert Lange | |
svn-id: r43351 | |||
2009-08-13 | sound_amiga: honor _musicEnabled and _sfxEnabled flags | Norbert Lange | |
maxtrax: initialise lastvolume svn-id: r43337 | |||
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange | |
fixed a bug I introduced in one of the last cleanups svn-id: r43291 | |||
2009-08-11 | Fixed an endian bug in the ADPCM decoder (#2211901). | Andre Heider | |
svn-id: r43287 | |||
2009-08-10 | fixed bug in tempoeffect | Norbert Lange | |
svn-id: r43204 | |||
2009-08-10 | fix potential leak in loadscore | Norbert Lange | |
added parameters to constructor svn-id: r43203 | |||
2009-08-09 | fixed up some missing newlines | Norbert Lange | |
removed MSVC6 disable pragmas, the warnings are already disabled in the project files svn-id: r43182 | |||
2009-08-08 | merge with trunk | Norbert Lange | |
svn-id: r43134 | |||
2009-08-08 | Fix XMIDI looping implementation. Now for example the music in the ferret ↵ | Johannes Schickel | |
village of ITE plays fine. svn-id: r43126 | |||
2009-08-08 | fix a bug that prevented gcc from compiling | Norbert Lange | |
correctly added my palette patch (it showed up in the rev-changes but dint got applied fully to the svn tree?) svn-id: r43116 | |||
2009-08-08 | slighty changed how voices get disabled after their sample played | Norbert Lange | |
svn-id: r43111 | |||
2009-08-08 | added missing stuff for modulation and microtonal effects (several bugs in ↵ | Norbert Lange | |
original player - dont think this was ever used) added compiletime macros for modulation and microtonal moved common initialization stuff into a new resetPlayer() method reworked stopEvents, made them simpler and inlined the noteOff function added check for allocation and IO-Errors to the load-function. svn-id: r43110 | |||
2009-08-07 | refactored noteOn | Norbert Lange | |
removed channel.voicesActive variable svn-id: r43104 | |||
2009-08-07 | implemented "SPECIAL" commands | Norbert Lange | |
addid missing stacklock for a few public functions svn-id: r43100 | |||
2009-08-07 | added stub for setting audio filter in Paula | Norbert Lange | |
fixed wrong value for volume in maxtrax svn-id: r43099 | |||
2009-08-05 | move function definitions from header to the cpp file | Norbert Lange | |
moved a few functions to static scope svn-id: r43077 | |||
2009-08-05 | added some error messages to the compile-time checks | Norbert Lange | |
svn-id: r43076 | |||
2009-08-05 | moved check if class should be compiled to the header | Norbert Lange | |
svn-id: r43075 | |||
2009-08-05 | fixed wrong indentation | Norbert Lange | |
moved notetable to static scope svn-id: r43074 | |||
2009-08-05 | check if modplayers should be compiled based on engine-macros | Norbert Lange | |
svn-id: r43073 | |||
2009-08-04 | cleaned up sound_amiga.cpp a bit, added checks for missing files | Norbert Lange | |
svn-id: r43050 | |||
2009-08-04 | added warning should the sound files not be available (intro will hang if ↵ | Norbert Lange | |
there is no musictimer) svn-id: r43049 | |||
2009-08-04 | moved helper functions from the header file into the cpp file | Norbert Lange | |
svn-id: r43047 | |||
2009-08-04 | added doxygeb comments | Norbert Lange | |
added checks to public functions if resources already got loaded svn-id: r43046 | |||
2009-08-04 | moved code for initialising patterns into own function | Norbert Lange | |
added initialisation of return-addresses for patterns and macros svn-id: r43045 | |||
2009-08-04 | Some formatting changes and added comments | Norbert Lange | |
fixed parameters for "Play macro" command fixed copypaste-mistake for pattern-fade svn-id: r43032 | |||
2009-08-02 | made some unused methods private | Norbert Lange | |
svn-id: r42986 | |||
2009-08-02 | fix some more harmless warnings to make gcc shutup | Norbert Lange | |
svn-id: r42985 | |||
2009-08-02 | fixed some constness warnings | Norbert Lange | |
svn-id: r42984 | |||
2009-08-02 | made MdatResource struct private and changed the signatures of functions ↵ | Norbert Lange | |
which load the resources. svn-id: r42982 | |||
2009-08-01 | stole formatting for constructors from existing code | Norbert Lange | |
svn-id: r42981 | |||
2009-08-01 | engines/scumm/scumm.cpp: terminate method is pretty redundant - removed | Norbert Lange | |
tfmx, player_v4a: refactored Tfmx to allow sharing of resources between 2 instances. Needed changes in player_v4a aswell svn-id: r42980 | |||
2009-08-01 | refactored and commented player_va4 a bit | Norbert Lange | |
fix waitcommand in Tfmx try making tfmxplayer compile again svn-id: r42976 | |||
2009-07-31 | Added the last 2 patterncommands just so I dont have to warn about ↵ | Norbert Lange | |
unimplemented ones svn-id: r42963 |