Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-10-19 | Cleanup of the credits code. Use the new gets() function. | Torbjörn Andersson | |
svn-id: r15609 | |||
2004-10-18 | Accepted patch #1048693 -- Making File::gets() more well-defined. | Eugene Sandulenko | |
svn-id: r15608 | |||
2004-10-18 | minor changes | Gregory Montoir | |
svn-id: r15607 | |||
2004-10-18 | Free some memory on exit | Travis Howell | |
svn-id: r15606 | |||
2004-10-18 | _images not required. | Travis Howell | |
Free extra HE resources on exit. svn-id: r15605 | |||
2004-10-18 | Add keyboard control for HE80+ games. | Travis Howell | |
svn-id: r15604 | |||
2004-10-18 | Typos | Travis Howell | |
svn-id: r15603 | |||
2004-10-18 | Leftover | Travis Howell | |
svn-id: r15602 | |||
2004-10-18 | Cleanup | Travis Howell | |
svn-id: r15601 | |||
2004-10-18 | Correction/cleanup. | Travis Howell | |
svn-id: r15600 | |||
2004-10-18 | Extra case used in fbear introduction, no purpose. | Travis Howell | |
svn-id: r15599 | |||
2004-10-17 | Fix compilation. | Eugene Sandulenko | |
svn-id: r15598 | |||
2004-10-17 | cleanup | Max Horn | |
svn-id: r15597 | |||
2004-10-17 | Use new setupPremix variant (incomplete) | Max Horn | |
svn-id: r15596 | |||
2004-10-17 | Add comment | Max Horn | |
svn-id: r15595 | |||
2004-10-17 | Doxygen fix | Max Horn | |
svn-id: r15594 | |||
2004-10-17 | Fix warning | Max Horn | |
svn-id: r15593 | |||
2004-10-17 | fix intro glitch regression | Gregory Montoir | |
svn-id: r15592 | |||
2004-10-17 | plugged some memory leaks | Gregory Montoir | |
svn-id: r15591 | |||
2004-10-17 | Patch #1040501 (Possible fix for inttypes.h problem) | Max Horn | |
svn-id: r15590 | |||
2004-10-17 | added MidiDriver_Emulated base class used by the adlib & ym2612 midi 'drivers' | Max Horn | |
svn-id: r15589 | |||
2004-10-17 | Cleanup | Max Horn | |
svn-id: r15588 | |||
2004-10-17 | Fix playback of MP3 files till EOF in some cases | Max Horn | |
svn-id: r15587 | |||
2004-10-17 | Color correction for HE70+ strings. | Travis Howell | |
svn-id: r15586 | |||
2004-10-17 | Polygons used by HE71 too. | Travis Howell | |
svn-id: r15585 | |||
2004-10-17 | Typo | Travis Howell | |
svn-id: r15584 | |||
2004-10-17 | Complete stub | Travis Howell | |
svn-id: r15583 | |||
2004-10-17 | Missed some code | Travis Howell | |
svn-id: r15582 | |||
2004-10-17 | Rename opcode | Travis Howell | |
svn-id: r15581 | |||
2004-10-17 | Check if VAR_WIZ_TCOLOR is set, before using it. | Travis Howell | |
BMAP images are only used in HE71+. svn-id: r15580 | |||
2004-10-17 | Revert, break older games. | Travis Howell | |
svn-id: r15579 | |||
2004-10-17 | cleanup: moved some things to gfx.cpp and changed o60_setState to match ↵ | Gregory Montoir | |
disassembly of version 72 svn-id: r15578 | |||
2004-10-17 | preliminar o72_captureWizImage() implementation ; still have to handle flag ↵ | Gregory Montoir | |
0x2 in drawWizImage to display correctly the painting in 1grademo svn-id: r15577 | |||
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 |