Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-16 | Fix whitespace / code formatting to match out guidelines | Max Horn | |
svn-id: r15576 | |||
2004-10-16 | update | Paweł Kołodziejski | |
svn-id: r15575 | |||
2004-10-16 | fixed warnings | Paweł Kołodziejski | |
svn-id: r15574 | |||
2004-10-16 | Fix bug #1048129 which prevented eof() method from working. | Eugene Sandulenko | |
svn-id: r15573 | |||
2004-10-16 | Add gets() method to File class. | Eugene Sandulenko | |
svn-id: r15572 | |||
2004-10-16 | Typoi | Travis Howell | |
svn-id: r15571 | |||
2004-10-16 | Add case | Travis Howell | |
svn-id: r15570 | |||
2004-10-16 | required for ff5demo | Gregory Montoir | |
svn-id: r15569 | |||
2004-10-16 | This is done now. | Torbjörn Andersson | |
svn-id: r15568 | |||
2004-10-16 | Introduced script events to fix the "actors appear before fade-out" bug. | Torbjörn Andersson | |
There are some minor music-related changes here as well, but that's just cleanup. svn-id: r15567 | |||
2004-10-16 | Oops, forgot to remove these lines. Now all three forms of music (XMIDI, | Torbjörn Andersson | |
MIDI and digitized music) use the same method to decide whether or not to loop. svn-id: r15566 | |||
2004-10-16 | Ooops | Travis Howell | |
svn-id: r15565 | |||
2004-10-16 | Add missing case for HE 90+ | Travis Howell | |
Always clear complete local script vars. svn-id: r15564 | |||
2004-10-15 | Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handling | Max Horn | |
svn-id: r15563 | |||
2004-10-15 | Clarify OSystem::setPalette documentation (thanks for pointing this out, ↵ | Max Horn | |
LordHoto) svn-id: r15562 | |||
2004-10-15 | Ordering the source files by name | Max Horn | |
svn-id: r15561 | |||
2004-10-15 | Fix what looks to be a typo, anybody who actually has kyra may want to ↵ | Max Horn | |
verify this... svn-id: r15560 | |||
2004-10-15 | Fixes for big endian machines | Max Horn | |
svn-id: r15559 | |||
2004-10-15 | Init in the right spot :P | James Brown | |
svn-id: r15558 | |||
2004-10-15 | Init error. | James Brown | |
svn-id: r15557 | |||
2004-10-15 | Fix opcodes. | James Brown | |
svn-id: r15556 | |||
2004-10-15 | Fix a few things | James Brown | |
svn-id: r15555 | |||
2004-10-15 | Merge in some of LordHotos kyra code, with some changes. | James Brown | |
It's still non-functional, but once I merge in some more of my local changes things should actually be moving a long a bit. svn-id: r15554 | |||
2004-10-15 | Only 26 HE titles and they are not supported yet. | Travis Howell | |
svn-id: r15553 | |||
2004-10-15 | Mention HE games in New Games section and update their number. | Eugene Sandulenko | |
svn-id: r15552 | |||
2004-10-15 | Update SAGA todo items. | Eugene Sandulenko | |
svn-id: r15551 | |||
2004-10-14 | Changed "mp3" to "MP3" whenever it refers to the actual format. (It's still | Torbjörn Andersson | |
lower case when used as part of a file name, etc.) I don't know if it's correct usage, but that's how it was done in most cases already. svn-id: r15550 | |||
2004-10-14 | forgot to remove these debug messages | Robert Göffringmann | |
svn-id: r15549 | |||
2004-10-14 | added sword1mp3 to the documentation | Robert Göffringmann | |
svn-id: r15548 | |||
2004-10-14 | document BS1 speech/music compression | Robert Göffringmann | |
svn-id: r15547 | |||
2004-10-14 | Documented the --savepath option. | Torbjörn Andersson | |
svn-id: r15546 | |||
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 |