Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-27 | MP3 CD tracks should now be working properly. | Lionel Ulmer | |
Ludde, maybe you should check if Simon is still working OK as now the change of the sound playing handle is 'asynchronous' (ie if you call 'stop' on a sound, the handle will NOT be put to NULL right away, but at the next 'mix' thread call). Maybe we should completely remove this handle stuff and always use instead the index returned by the 'play_XXX' functions. svn-id: r4101 | |||
2002-04-26 | Remove useless debug code. | Lionel Ulmer | |
svn-id: r4094 | |||
2002-04-26 | Fixed one memory overwrite problem in MP3-CD support. First pass at | Lionel Ulmer | |
some code clean-up. More ahead (once I understand better the code :-) ). svn-id: r4093 | |||
2002-04-26 | Commit MI1/Indy4/etc crash fix :) | James Brown | |
svn-id: r4081 | |||
2002-04-24 | Fix MI1 CD Music, I hope. | James Brown | |
svn-id: r4068 | |||
2002-04-22 | Removed fstat - not needed and not implemented on WinCE | Nicolas Bacca | |
svn-id: r4056 | |||
2002-04-22 | Fix MP3 compilation. | James Brown | |
svn-id: r4050 | |||
2002-04-22 | Apply urkles MI1 MP3 CD Audio patch and Loom MP3 syncronisation fix patch | James Brown | |
svn-id: r4049 | |||
2002-04-22 | Add voice channel tracking to stop script race in BumpusVille VR. | James Brown | |
svn-id: r4048 | |||
2002-04-21 | Pause SFX, pre-initialized volume | Nicolas Bacca | |
svn-id: r4045 | |||
2002-04-19 | Fixed other warnings and removed ^M in costume.cpp. | Lionel Ulmer | |
svn-id: r4015 | |||
2002-04-19 | Small warning fix. | Lionel Ulmer | |
svn-id: r4014 | |||
2002-04-19 | Use relative include paths to easy some ports. | James Brown | |
svn-id: r4005 | |||
2002-04-17 | Return of the MP3 CD patch ... use CBR 22 kHz | Nicolas Bacca | |
svn-id: r3981 | |||
2002-04-16 | Proper commit now for MP3 sound support.... | Lionel Ulmer | |
svn-id: r3962 | |||
2002-04-16 | Add hack for loom staff verbs. | James Brown | |
Readd CD Audio svn-id: r3956 | |||
2002-04-16 | Make CVS compile again. BBrox, you put a call to play_mp3.. but forgot to | James Brown | |
add the function! svn-id: r3952 | |||
2002-04-15 | Fixed the MP3 support for .SOU files. I will let Arisme fix his MP3 audio ↵ | Lionel Ulmer | |
track support :-) svn-id: r3949 | |||
2002-04-15 | command line option for sfx volume | Ludvig Strigeus | |
svn-id: r3947 | |||
2002-04-14 | wrote new mixer class, | Ludvig Strigeus | |
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937 | |||
2002-04-13 | new midi driver API, | Ludvig Strigeus | |
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925 | |||
2002-04-11 | Large pointless reindentation of all the code. Also fixed a few mistakes | James Brown | |
in the object flags code cleanup. Flags used: indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer svn-id: r3908 | |||
2002-04-08 | Start of The Dig voice support. Don't get excited, it doesn't do anything ↵ | James Brown | |
yet. :) svn-id: r3895 | |||
2002-04-07 | Changed the name of OffsetTable to MP3OffsetTable, as OffsetTable is already ↵ | Mutwin Kraus | |
defined in the Apple Headers svn-id: r3893 | |||
2002-04-05 | Fix mp3_cd support | James Brown | |
svn-id: r3869 | |||
2002-04-04 | MP3 cd music patch - still WIP, VBR doesn't work, compress the audio track X ↵ | Nicolas Bacca | |
to MP3 CBR and name them trackX.mp3 in the game directory - only tested with Loom svn-id: r3861 | |||
2002-03-21 | Move some box stuff from scumm.h to new boxes.h | James Brown | |
Also move some sound-related items from scumm.h to sound.h svn-id: r3797 | |||
2002-03-20 | I know it probably doesn't look like much, but this is a start to the reorg ↵ | James Brown | |
- basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related. svn-id: r3792 | |||
2002-03-18 | Do some stuff to fix loom cd-music syncro. Sequences now run without ↵ | James Brown | |
'speeding' by.. but they are still slightly out of sync. svn-id: r3781 | |||
2002-03-16 | Lots of stuff - GUI fixes. More launcher work... and CD music working in ↵ | James Brown | |
MI1. Thanks to frob and realmz for their work on that. svn-id: r3762 | |||
2002-03-15 | Make mp3 sound work (pretty good btw) with WinCE | Nicolas Bacca | |
svn-id: r3761 | |||
2002-03-14 | Add "options" menu to F5 key. Can set music volumes and stuff :) | James Brown | |
svn-id: r3754 | |||
2002-03-14 | Last part of the WinCE merge - all should compile and work now. | James Brown | |
I've made some changes from Arismes code, to intergrate some stuff into ScummVM - that bit is still a WIP. svn-id: r3753 | |||
2002-03-14 | Rewire the MIDI subsystem to use drivers selecting from the commandline. | James Brown | |
No -DTIMIDITY, etc! Yippie!. Also updated readme. svn-id: r3743 | |||
2002-03-07 | <khalek> tsk tsk | James Brown | |
svn-id: r3682 | |||
2002-03-07 | Give music a saner default volume. | James Brown | |
svn-id: r3681 | |||
2002-03-07 | Fixed music volume control for some games. | James Brown | |
svn-id: r3680 | |||
2002-03-06 | Added possibility to use a '.so3' file instead of a .SOU file. The tool to ↵ | Lionel Ulmer | |
generate this .SO3 file will be comitted later on :-) (it's available in the mailing list archives for now). svn-id: r3673 | |||
2002-03-06 | Final part of V7 merging process. The FULL_THROTTLE define is not required ↵ | Vincent Hamm | |
any more svn-id: r3660 | |||
2002-03-05 | Fixed the actor crash bug properly. NOTE: This -will- break ALL saved games | James Brown | |
made with previous versions. svn-id: r3648 | |||
2002-02-27 | Fixed a little typo | Vincent Hamm | |
svn-id: r3637 | |||
2002-02-27 | Added an option to specify the game data path | Vincent Hamm | |
svn-id: r3636 | |||
2002-02-24 | Code cleanup - get rid of a bunch of typecast and unused variable warnings. | James Brown | |
svn-id: r3627 | |||
2002-02-15 | Partialy fixed Indy3 intro | Vincent Hamm | |
svn-id: r3586 | |||
2002-02-14 | Indy3 256 now boot. Disabled costumes for zak256 and indy3_256 since they ↵ | Vincent Hamm | |
can crash sdl svn-id: r3585 | |||
2002-02-12 | Further LFL additions. Zak256 plays bits of its intro, and LoomCD partially ↵ | James Brown | |
runs (may need to hit escape a few times, after selecting your difficulty). Still very incomplete and in progress. svn-id: r3568 | |||
2002-01-02 | full throttle speech, | Ludvig Strigeus | |
fixed two bugs appearing in DOTT svn-id: r3541 | |||
2001-12-27 | better full throttle support, | Ludvig Strigeus | |
a couple of MI2 fixes. svn-id: r3532 | |||
2001-12-01 | adlib sound support, use USE_ADLIB | Ludvig Strigeus | |
svn-id: r3510 | |||
2001-11-29 | open <_exe_name>.sou if that file exists instead of monster.sou | Ludvig Strigeus | |
svn-id: r3509 |