Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-23 | Better support of MT-32. | Eugene Sandulenko | |
svn-id: r15659 | |||
2004-10-22 | Properly nitialize _passThrough variable. | Eugene Sandulenko | |
svn-id: r15658 | |||
2004-10-22 | Support MT-32 emu. | Eugene Sandulenko | |
svn-id: r15657 | |||
2004-10-22 | correct music/fx for section 6 | Joost Peters | |
svn-id: r15656 | |||
2004-10-22 | add section jumping to the debugger | Joost Peters | |
svn-id: r15655 | |||
2004-10-22 | fix for bug [ 1043047 ] game hangs when foster path busy | Robert Göffringmann | |
svn-id: r15654 | |||
2004-10-22 | ScummVM style (partial) | Torbjörn Andersson | |
svn-id: r15653 | |||
2004-10-22 | cleanup | Max Horn | |
svn-id: r15652 | |||
2004-10-22 | ScummVM style. | Torbjörn Andersson | |
svn-id: r15651 | |||
2004-10-22 | Replaced the Bit* data types with ScummVM's int* and uint* types. The | Torbjörn Andersson | |
64-bit type has been renamed int64 and uint64. As a consequence, bug #1051999 (the MinGW compilation problems) is now fixed. svn-id: r15650 | |||
2004-10-22 | Prepare true AdLib support on PalmOS | Chris Apers | |
svn-id: r15649 | |||
2004-10-22 | Prepare true AdLib support on PalmOS | Chris Apers | |
svn-id: r15648 | |||
2004-10-22 | Whitespace | Torbjörn Andersson | |
svn-id: r15647 | |||
2004-10-22 | Indentation | Torbjörn Andersson | |
svn-id: r15646 | |||
2004-10-22 | Fixed warning. Hopefully without breaking anything. | Torbjörn Andersson | |
The __int64 problem remains, though. svn-id: r15645 | |||
2004-10-22 | Correction for mingw compile | Travis Howell | |
svn-id: r15644 | |||
2004-10-22 | iAdd support for MT-32 emu. | Eugene Sandulenko | |
svn-id: r15643 | |||
2004-10-22 | Marked SAGA item as partly done. | Torbjörn Andersson | |
svn-id: r15642 | |||
2004-10-22 | Made the usage of the Rect data type more consistent with the rest of | Torbjörn Andersson | |
ScummVM. Note that these are only the cases I was able to find in one morning. There may be others left to fix. But I'm sure at least most of them will be found when we start cleaning up the codebase a bit. svn-id: r15641 | |||
2004-10-22 | Fixed two of my own stupid bugs: | Torbjörn Andersson | |
* The length of a script data buffer is measured in words, not bytes. * In the long run, I'm sure it'll work better if the data buffers do not point to recently freed data. svn-id: r15640 | |||
2004-10-22 | changed timing code. | Robert Göffringmann | |
svn-id: r15639 | |||
2004-10-21 | Fix sign warnings | Max Horn | |
svn-id: r15638 | |||
2004-10-21 | Don't hard code refs | Max Horn | |
svn-id: r15637 | |||
2004-10-21 | Better support of MT-32. | Eugene Sandulenko | |
svn-id: r15636 | |||
2004-10-21 | Patch #1048326 Better MT-32 support | Eugene Sandulenko | |
svn-id: r15635 | |||
2004-10-21 | Whitespace -> tab | Max Horn | |
svn-id: r15634 | |||
2004-10-21 | Ooops | Chris Apers | |
svn-id: r15633 | |||
2004-10-21 | Make PalmOS happy | Chris Apers | |
svn-id: r15632 | |||
2004-10-21 | Fixed alignment problem with BS1 demo | Chris Apers | |
svn-id: r15631 | |||
2004-10-21 | Prepare PalmOS support | Chris Apers | |
svn-id: r15630 | |||
2004-10-21 | Added a reminder that we need to put the Wyrmkeep folks (or is there just | Torbjörn Andersson | |
one?) in the credits section of our README eventually. svn-id: r15629 | |||
2004-10-21 | enable czech control panel. should work. | Robert Göffringmann | |
svn-id: r15628 | |||
2004-10-21 | Added another SAGA item. | Torbjörn Andersson | |
svn-id: r15627 | |||
2004-10-21 | A bunch of mostly panel-related fixes for the ITE intro. Apart from the | Torbjörn Andersson | |
numerous animation glitches, it's looking almost like the real thing now. It's no longer possible to walk away during the intro. This should provide a great incentive to implement the "Escape" feature. ;-) svn-id: r15626 | |||
2004-10-21 | Fixed some clipping problems. I think there are more still in there, but I | Torbjörn Andersson | |
am sorely tempted to rewrite so that we use the Rect datatype consistently with how most of the rest of ScummVM does. (E.g. a rectangle covering the entire ITE screen would have right and bottom as 320 and 200 respectively, not 319 and 199 like I think we do now.) svn-id: r15625 | |||
2004-10-21 | Fixed warnings. (Maybe it should be "const char *" instead, but then I got | Torbjörn Andersson | |
warnings from a different part of the code. Ho, hum...) svn-id: r15624 | |||
2004-10-21 | fixes bug #786482, stupid gardener getting stuck in his hacky animation script. | Robert Göffringmann | |
svn-id: r15623 | |||
2004-10-21 | this should work around bug #922774. | Robert Göffringmann | |
well, at least it should keep the engine from crashing. svn-id: r15622 | |||
2004-10-20 | FX_CROWD constants are correct. | Eugene Sandulenko | |
Add some simple stub. svn-id: r15621 | |||
2004-10-20 | Added note about output sample rate. | Torbjörn Andersson | |
svn-id: r15620 | |||
2004-10-20 | Added fgetc/getc function | Chris Apers | |
svn-id: r15619 | |||
2004-10-19 | Fix for bug #1049937 (FOA: Regression in Adlib music) | Max Horn | |
svn-id: r15618 | |||
2004-10-19 | Oops, now it plays the correct music again, I hope. The sound effects seem | Torbjörn Andersson | |
a bit better now, too. At least the crowd is no longer cheering when the fair is closed. svn-id: r15617 | |||
2004-10-19 | Got rid of ungetc() to save Chrilith from the trouble of implementing it | Torbjörn Andersson | |
himself on PalmOS. svn-id: r15616 | |||
2004-10-19 | Cleanup. No need to have a lookup table for something that can be expressed | Torbjörn Andersson | |
by simple arithmetics. svn-id: r15615 | |||
2004-10-19 | Initial, and slightly buggy, support for sound effects. | Torbjörn Andersson | |
svn-id: r15614 | |||
2004-10-19 | Increased debug level in the name of sanity. | Torbjörn Andersson | |
svn-id: r15613 | |||
2004-10-19 | Use the same REDUCE_MEMORY_USAGE trick here as in scumm/intern.h | Torbjörn Andersson | |
svn-id: r15612 | |||
2004-10-19 | Help PalmOS (and more ?) to save memory | Chris Apers | |
svn-id: r15611 | |||
2004-10-19 | Made the calculation of _samples_per_tick a bit less prone to arithmetic | Torbjörn Andersson | |
overflow. It failed if the output rate was 44100 Hz. (It didn't use to, but somewhere along the line an unsigned value was changed to a signed. This seemed like a better fix, though.) svn-id: r15610 |