Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-21 | yet another place were 'nosubtitles' wasn't properly changed to 'subtitles' | Max Horn | |
svn-id: r11809 | |||
2003-12-21 | Fix for bug #847805 (FOA: Assertion failed crash at lava pit) | Max Horn | |
svn-id: r11808 | |||
2003-12-21 | Revert for now, breaks VC. | Travis Howell | |
svn-id: r11807 | |||
2003-12-21 | ops | Paweł Kołodziejski | |
svn-id: r11806 | |||
2003-12-21 | update and fix depedences | Paweł Kołodziejski | |
svn-id: r11805 | |||
2003-12-21 | Might as well merge, not need for larger sizes. | Travis Howell | |
svn-id: r11804 | |||
2003-12-21 | Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of ↵ | Max Horn | |
this by playInputStream(), this cleanup eases this a bit) svn-id: r11803 | |||
2003-12-21 | changed wording in NEWS a bit | Max Horn | |
svn-id: r11802 | |||
2003-12-21 | o Make use of the new LinearMemoryStream feature which allows auto-disposing ↵ | Max Horn | |
the sound data o This allows us to get rid of the ChannelRaw class o Removed the sound index return value from several methods o Removed all methods dealing with sound indices (i.e. stopChannel and pauseChannel) svn-id: r11801 | |||
2003-12-21 | incorrect use of pauseChannel (replaced by correct pauseID) | Max Horn | |
svn-id: r11800 | |||
2003-12-21 | Incorrect use of stopChannel (must be stopHandle); replaced single remaining ↵ | Max Horn | |
use of stopChannel by a hack (note: the code in question is a hack in itself already) svn-id: r11799 | |||
2003-12-21 | Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug ↵ | Max Horn | |
report #860067); added some comments; LinearMemoryStream now can auto-dispose the data passed to it svn-id: r11798 | |||
2003-12-21 | automatically update the date in the README (not pretty, but works) | Max Horn | |
svn-id: r11797 | |||
2003-12-21 | Typo | Travis Howell | |
svn-id: r11796 | |||
2003-12-21 | cleanup | Max Horn | |
svn-id: r11795 | |||
2003-12-21 | don't use sound/mixer index, rather use the sound handle! | Max Horn | |
svn-id: r11794 | |||
2003-12-21 | Enable more debugging output | Travis Howell | |
svn-id: r11793 | |||
2003-12-21 | cleanup | Max Horn | |
svn-id: r11792 | |||
2003-12-20 | Added last chunk of code. Now here are just the bugs to kill. | Eugene Sandulenko | |
svn-id: r11791 | |||
2003-12-20 | fix warning | Max Horn | |
svn-id: r11790 | |||
2003-12-20 | fixed crashes after restoring a savegame, added fnSetPaletteToFade and ↵ | Robert Göffringmann | |
changed speech code to distinguish between CD1 and CD2. (now needs SPEECH1.CLU and SPEECH2.CLU) svn-id: r11789 | |||
2003-12-20 | fix memory leak | Robert Göffringmann | |
svn-id: r11788 | |||
2003-12-20 | fix recently introduced mouse bugs. | Robert Göffringmann | |
svn-id: r11787 | |||
2003-12-20 | some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr)) | Gregory Montoir | |
svn-id: r11786 | |||
2003-12-20 | I hope this fixes the control panel for other BS1 versions. | Robert Göffringmann | |
svn-id: r11785 | |||
2003-12-20 | sprites should now be rendered correctly. | Robert Göffringmann | |
svn-id: r11784 | |||
2003-12-20 | Add mouse capture key | Travis Howell | |
svn-id: r11783 | |||
2003-12-20 | Ooops | Travis Howell | |
svn-id: r11782 | |||
2003-12-20 | Modified the calculation of where to draw parallaxes to be more like the | Torbjörn Andersson | |
one in Broken Sword II. At least the first room appears to behave like the original now. (Except for a masking bug, which is almost certainly unrelated to parallaxes.) svn-id: r11781 | |||
2003-12-20 | A comment in decompressRLE0() said that the images are vertically flipped, | Torbjörn Andersson | |
but I'm not so sure. I've changed the code to assume that they're not, and this fixes both the drawing of the worker in the background of the first room, and of the fan at the police station. svn-id: r11780 | |||
2003-12-20 | Correction | Travis Howell | |
svn-id: r11779 | |||
2003-12-20 | Ipdate | Travis Howell | |
svn-id: r11778 | |||
2003-12-20 | Add new object | Travis Howell | |
svn-id: r11777 | |||
2003-12-20 | forgot these. :) | Robert Göffringmann | |
svn-id: r11776 | |||
2003-12-20 | added SwordControl (the control panel). Not yet finished. | Robert Göffringmann | |
svn-id: r11775 | |||
2003-12-20 | Add correction solution for missing song in dwarf mines of Simon1. | Travis Howell | |
svn-id: r11774 | |||
2003-12-20 | Correction | Travis Howell | |
svn-id: r11773 | |||
2003-12-20 | Correction | Travis Howell | |
svn-id: r11772 | |||
2003-12-20 | Enable vgascript dump option. | Travis Howell | |
svn-id: r11771 | |||
2003-12-20 | Revert bug work around, still can't detect conversation will enough yet. | Travis Howell | |
svn-id: r11770 | |||
2003-12-20 | Simpler check | Travis Howell | |
svn-id: r11769 | |||
2003-12-20 | *** empty log message *** | Travis Howell | |
svn-id: r11768 | |||
2003-12-20 | Remove warning. | Travis Howell | |
svn-id: r11767 | |||
2003-12-20 | Update simon1 issues | Travis Howell | |
svn-id: r11766 | |||
2003-12-20 | Fix iventory arrowsin some versions of Simon1. | Travis Howell | |
svn-id: r11765 | |||
2003-12-20 | Make VC6/EVC happier | Nicolas Bacca | |
svn-id: r11764 | |||
2003-12-19 | Fixed bug with looping music. It must have been there all along, but maybe | Torbjörn Andersson | |
the recent mixer changes made it more audible. Or maybe I just didn't listen until now. svn-id: r11763 | |||
2003-12-19 | Implemented scroll wheel handling for save/load dialogs. (This turned up a | Torbjörn Andersson | |
few other hitherto harmless bugs, which I've hopefully managed to fix.) svn-id: r11762 | |||
2003-12-19 | Changed abs() to ABS(), and changed a sorting function to use SWAP() | Torbjörn Andersson | |
svn-id: r11761 | |||
2003-12-19 | Whitespace changes | Torbjörn Andersson | |
svn-id: r11760 |