Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-14 | The checkCdFiles() function still looked only for SPEECH1.CLU and | Torbjörn Andersson | |
SPEECH2.CLU. Now it also looks for the corresponding CL3 and CLV files. svn-id: r15545 | |||
2004-10-13 | Remove more duplicates. | Travis Howell | |
svn-id: r15544 | |||
2004-10-13 | Rename opcode | Travis Howell | |
svn-id: r15543 | |||
2004-10-13 | Add for HE100 too. | Travis Howell | |
svn-id: r15542 | |||
2004-10-13 | Remove the "boot_param" and "save_slot" settings from the transient domain | Torbjörn Andersson | |
when returning to the launcher after quitting a game. From what I understand, if they're in the transient domain it means they were set from the command-line. And it's unlikely that we want to re-use the same bootparam or save slot when starting what's likely to be a completely different game than the one we just quit from. svn-id: r15541 | |||
2004-10-13 | Correction | Travis Howell | |
svn-id: r15540 | |||
2004-10-13 | HE 60 specific | Travis Howell | |
svn-id: r15539 | |||
2004-10-13 | Add initual sound looping support for HE 70+ games. | Travis Howell | |
svn-id: r15538 | |||
2004-10-13 | Don't let undraw_mouse() terminate with the surface still locked. Now I can | Torbjörn Andersson | |
finally quit Broken Sword II again, without ScummVM crashing. svn-id: r15536 | |||
2004-10-13 | Clear g_engine when an Engine is deleted. This avoids a crash in error() | Torbjörn Andersson | |
when quitting Broken Sword II. (I still get the error message, of course, but that's a lot more helpful than an SDL parachute.) svn-id: r15535 | |||
2004-10-13 | I hope this fixes speech in demo | Robert Göffringmann | |
svn-id: r15534 | |||
2004-10-12 | Compile fix. | Torbjörn Andersson | |
svn-id: r15533 | |||
2004-10-12 | Migration to the newer form of setupPremix(). | Torbjörn Andersson | |
svn-id: r15532 | |||
2004-10-12 | added mp3 and ogg vorbis playback for music and speech. | Robert Göffringmann | |
compression tool will follow soon. svn-id: r15531 | |||
2004-10-12 | Rename as requested. | Travis Howell | |
svn-id: r15530 | |||
2004-10-12 | Updated a few SAGA entries since they are now at least partly done. | Torbjörn Andersson | |
svn-id: r15529 | |||
2004-10-12 | Rename vars | Travis Howell | |
Add some missng code for HE games. svn-id: r15528 | |||
2004-10-12 | Added support for digitized music, plus some other music-related fixes. | Torbjörn Andersson | |
Note that I've only tried this with the music.rsc file from the full Linux version. It seems likely that the Mac version uses the same file format, but I have no way of verifying this. I'm told the demos use compressed audio, so the music files from them probably won't work yet. svn-id: r15527 | |||
2004-10-12 | Cleanup | Torbjörn Andersson | |
svn-id: r15526 | |||
2004-10-12 | Rename var | Travis Howell | |
Update HE issues svn-id: r15525 | |||
2004-10-11 | cleanup / updated some comments | Max Horn | |
svn-id: r15524 | |||
2004-10-11 | Make use of the new setupPremix variant (i.e. use an AudioStream subclass ↵ | Max Horn | |
instead of a premix proc) svn-id: r15523 | |||
2004-10-11 | Implement premix proc via an AudioStream / Channel (eventually we'll remove ↵ | Max Horn | |
the setupPremix method which takes a proc pointer) svn-id: r15522 | |||
2004-10-11 | New file + segments order | Chris Apers | |
svn-id: r15521 | |||
2004-10-11 | Subtitles by default | Chris Apers | |
svn-id: r15520 | |||
2004-10-11 | Fixed param | Chris Apers | |
svn-id: r15519 | |||
2004-10-11 | PalmOS : new params | Chris Apers | |
svn-id: r15518 | |||
2004-10-11 | New params | Chris Apers | |
svn-id: r15517 | |||
2004-10-11 | HE games only use flag value too. | Travis Howell | |
svn-id: r15516 | |||
2004-10-11 | Another off by 1. | Travis Howell | |
svn-id: r15515 | |||
2004-10-11 | Fix bug #1044074. Check which triggered the error is too strict, so | Eugene Sandulenko | |
disable it. svn-id: r15514 | |||
2004-10-11 | Still not quite right. | Travis Howell | |
svn-id: r15513 | |||
2004-10-11 | X/Y order changed again in HE 72+. | Travis Howell | |
svn-id: r15512 | |||
2004-10-10 | make queen engine returning to the launcher when finished (next step: plug ↵ | Gregory Montoir | |
all the memory leaks, mainly in Logic class) svn-id: r15511 | |||
2004-10-10 | Reenable persistant launcher, in order to encourage some debugging ;) | James Brown | |
svn-id: r15510 | |||
2004-10-10 | Added missing word in subtitle. | Torbjörn Andersson | |
svn-id: r15509 | |||
2004-10-10 | Fixed the nasty "pop" when playing the standalone VOC file in the intro. | Torbjörn Andersson | |
Fixed the overlap when playing the standalone IAF file in the intro. svn-id: r15508 | |||
2004-10-10 | The thread variables I added yesterdays will be accessed by scripts, so | Torbjörn Andersson | |
byte order will matter. svn-id: r15507 | |||
2004-10-10 | Correct order | Travis Howell | |
svn-id: r15506 | |||
2004-10-10 | Ooops, bad comparison. | Travis Howell | |
svn-id: r15505 | |||
2004-10-10 | Correct a VAR value. | Travis Howell | |
svn-id: r15504 | |||
2004-10-10 | Changes for mustard | Travis Howell | |
svn-id: r15503 | |||
2004-10-10 | Rename opcodes | Travis Howell | |
svn-id: r15502 | |||
2004-10-10 | More HE100 corrections. | Travis Howell | |
svn-id: r15501 | |||
2004-10-10 | More HE100 corrections. | Travis Howell | |
svn-id: r15500 | |||
2004-10-10 | Add missing cases. | Travis Howell | |
svn-id: r15499 | |||
2004-10-10 | Update HE100 opcode table. | Travis Howell | |
svn-id: r15498 | |||
2004-10-10 | Group HE100 games together. | Travis Howell | |
Fix a few HE versions. svn-id: r15497 | |||
2004-10-10 | change version numbers on some more he cpp titles | Jonathan Gray | |
svn-id: r15496 | |||
2004-10-10 | Correct array type order for HE100. | Travis Howell | |
svn-id: r15495 |