Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-26 | added getOBIMFromObject and getObjectImage methods; changed code to use those | Max Horn | |
svn-id: r8651 | |||
2003-06-26 | added ResourceIterator, replacing two of the old ↵ | Max Horn | |
findResource/findResourceSmall function - contraty to those, this approach is thread safe svn-id: r8650 | |||
2003-06-25 | more const qualifiers | Max Horn | |
svn-id: r8649 | |||
2003-06-25 | added some const qualifiers; moved _bundle & _current_cd_sound from class ↵ | Max Horn | |
Scumm to class Sound; some other tweaks svn-id: r8648 | |||
2003-06-25 | cleanup | Max Horn | |
svn-id: r8647 | |||
2003-06-25 | note that we are missing decompress routines for codecs 8,9,10 and which ↵ | Jonathan Gray | |
games they occur in svn-id: r8646 | |||
2003-06-24 | cleanup | Max Horn | |
svn-id: r8645 | |||
2003-06-24 | only declare class MP3Sound if USE_MAD is #defined | Max Horn | |
svn-id: r8644 | |||
2003-06-24 | still don't know how the o5_startMusic opcode works in Zak (if it is even ↵ | Max Horn | |
music releated), but this way makes more sense (thanks to Hibernatus) svn-id: r8643 | |||
2003-06-24 | fixed volume controller (compared to the core midi backend, volumes are now ↵ | Max Horn | |
equal; plus this is the logical implementation :-) svn-id: r8642 | |||
2003-06-23 | this should prevent changing music in some room in the DIG | Paweł Kołodziejski | |
svn-id: r8641 | |||
2003-06-23 | update manpage for aspect ratio options | Jonathan Gray | |
svn-id: r8640 | |||
2003-06-22 | make smush pausing while GUI is up reentrant | Max Horn | |
svn-id: r8639 | |||
2003-06-22 | fix for bug #755166 (clear click state after loading a game) | Max Horn | |
svn-id: r8638 | |||
2003-06-22 | another warning | Max Horn | |
svn-id: r8637 | |||
2003-06-22 | fixed warnings | Max Horn | |
svn-id: r8636 | |||
2003-06-22 | updated vc6 project file | Paweł Kołodziejski | |
svn-id: r8635 | |||
2003-06-22 | updated ft music tables | Paweł Kołodziejski | |
svn-id: r8634 | |||
2003-06-22 | whoops | Robert Göffringmann | |
svn-id: r8633 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-22 | fix for imuse map room table | Paweł Kołodziejski | |
svn-id: r8631 | |||
2003-06-22 | fixes for imuse digital table | Paweł Kołodziejski | |
svn-id: r8630 | |||
2003-06-22 | updated imuse digital tables | Paweł Kołodziejski | |
svn-id: r8629 | |||
2003-06-22 | fix the inaccurate version of interpolate5Line to work correctly for odd widths | Max Horn | |
svn-id: r8628 | |||
2003-06-22 | undoing this optimization: despite my initial sureness about this being ↵ | Max Horn | |
correct - I was wrong :-) just plug in 0xFFFFFFFF to see it (roughly spoken, we can loose the uppermost bits if we shift after the addition instead of before it) svn-id: r8627 | |||
2003-06-22 | Special case for screen-wide blits | Bertrand Augereau | |
svn-id: r8626 | |||
2003-06-22 | build with mad by default, added opengl build | Paweł Kołodziejski | |
svn-id: r8625 | |||
2003-06-22 | added opengl backend to vc6 | Paweł Kołodziejski | |
svn-id: r8624 | |||
2003-06-22 | fixed warning | Paweł Kołodziejski | |
svn-id: r8623 | |||
2003-06-22 | fixed warnings | Paweł Kołodziejski | |
svn-id: r8622 | |||
2003-06-22 | Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio | Torbjörn Andersson | |
correction mode by making sure that dirty rects always start on a line that won't have its colours changed by the stretching function. This was probably only noticeable when using the 1x scaler. [*] Actually, the glitches weren't specific to the mouse cursor, but it was useful for triggering them. svn-id: r8621 | |||
2003-06-22 | Rearranged logic in SuperEagle | Bertrand Augereau | |
svn-id: r8620 | |||
2003-06-22 | Add opengl filter option | Travis Howell | |
svn-id: r8619 | |||
2003-06-22 | Fix some graphics glitches that would sometimes be visible around the mouse | Torbjörn Andersson | |
cursor in aspect-ratio correction mode. svn-id: r8618 | |||
2003-06-22 | use float instead of double | Max Horn | |
svn-id: r8617 | |||
2003-06-22 | cleanup | Max Horn | |
svn-id: r8616 | |||
2003-06-22 | Ooops | Travis Howell | |
svn-id: r8615 | |||
2003-06-22 | Revert poll_event change | Travis Howell | |
svn-id: r8614 | |||
2003-06-22 | fixed warnings | Paweł Kołodziejski | |
svn-id: r8613 | |||
2003-06-22 | Add opengl filter option | Travis Howell | |
for opengl backend Enable poll_event in opengl backend svn-id: r8612 | |||
2003-06-22 | d'oh | Max Horn | |
svn-id: r8611 | |||
2003-06-22 | fixed Vorbis CD track code | Max Horn | |
svn-id: r8610 | |||
2003-06-22 | don't memset the output buffer to 0 if _eof_flag is set; rather, we should ↵ | Max Horn | |
'add 0' to every byte in the output buffer, i.e.: do nothing svn-id: r8609 | |||
2003-06-22 | properly init member vars instead of using memset | Max Horn | |
svn-id: r8608 | |||
2003-06-22 | Aspect ratio works with all sclaers in opengl backend | Travis Howell | |
svn-id: r8607 | |||
2003-06-22 | no need to keep these regression tests: the changes are mathematically and ↵ | Max Horn | |
operationally (read: taking into account side effects and special cases in computer arithmetics) equivalent to the old code svn-id: r8606 | |||
2003-06-22 | Patch #757827: Aspect-ratio correction | Max Horn | |
svn-id: r8605 | |||
2003-06-22 | Reduced the number of shifts in highly used functions in Super2xSaI and ↵ | Bertrand Augereau | |
SuperEagle svn-id: r8604 | |||
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() ↵ | Max Horn | |
halts stream immediately; endStream() lets it first finish playing) svn-id: r8603 | |||
2003-06-22 | don't try to delete calloc'd mem either | Jonathan Gray | |
svn-id: r8602 |