Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-12-19 | put all 'bam' related stuff in a class and allow load/save during a 'bam' scene | Gregory Montoir | |
svn-id: r11759 | |||
2003-12-19 | handle mouse wheel in Journal screen | Gregory Montoir | |
svn-id: r11758 | |||
2003-12-19 | Make sure that playSample() gets a pointer to the original QueueElement | Torbjörn Andersson | |
instead of a copy of it. Otherwise the sound engine will never notice when a sample finishes playing since it's looking at the wrong sound handle. For whatever reason, this also seems to fix the "game crashes occasionally on startup with completely useless stack trace" bug for me. The crash was easily repeatable in Valgrind for me, but the messages it produced were just as unhelpful as the stack trace. These messages are also gone now. svn-id: r11757 | |||
2003-12-19 | distinguish between end of stream and end of data | Max Horn | |
svn-id: r11756 | |||
2003-12-19 | unregister the premix proc when you go away | Max Horn | |
svn-id: r11755 | |||
2003-12-19 | o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.* | Max Horn | |
o Added SoundMixer::playInputStream and made some of the other play* methods use it o Added ProcInputStream stub (not working yet) which one day may allow us to replace the premix code, and allow other fancy stuff o Remove AudioInputStream::readBuffer default implementation (subclasses should always provide it for max. performance) o Some minor cleanup svn-id: r11754 | |||
2003-12-19 | I am going to remove the default implementation of readBuffer() ↵ | Max Horn | |
(AudioInputStream subclasses really really should implement readBuffer() for good performance) svn-id: r11753 | |||
2003-12-19 | fix for recent audio stream regression | Max Horn | |
svn-id: r11752 | |||
2003-12-18 | o Fix warnings | Eugene Sandulenko | |
svn-id: r11751 | |||
2003-12-18 | o Merged some variables into array, so simplifying the code | Eugene Sandulenko | |
o Fix bugs o Some mineroad support svn-id: r11750 | |||
2003-12-18 | Patch #862283 (Help X11 backend to compile on FreeBSD) | Max Horn | |
svn-id: r11749 | |||
2003-12-18 | fix mouse cursor animations | Robert Göffringmann | |
svn-id: r11748 | |||
2003-12-18 | fixed endian bug in animDriver() | Robert Göffringmann | |
svn-id: r11747 | |||
2003-12-18 | endian conversion for music system | Robert Göffringmann | |
svn-id: r11746 | |||
2003-12-18 | another big endian | Robert Göffringmann | |
svn-id: r11745 | |||
2003-12-18 | SwordText big endian fixes | Robert Göffringmann | |
svn-id: r11744 | |||
2003-12-18 | endian fix for router. | Robert Göffringmann | |
svn-id: r11743 | |||
2003-12-18 | PalmOS sound API cannot access globals data, StackLock constructor use g_system | Chris Apers | |
svn-id: r11742 | |||
2003-12-18 | This is now supported on PalmOS | Chris Apers | |
svn-id: r11741 | |||
2003-12-18 | PalmOS sound API cannot access globals or functions out of the first segment | Chris Apers | |
svn-id: r11740 | |||
2003-12-18 | Safetly check | Travis Howell | |
svn-id: r11739 | |||
2003-12-18 | Add speech config option, to allow subtitles only in Simon2 again. | Travis Howell | |
svn-id: r11738 | |||
2003-12-18 | C&P typo. | Travis Howell | |
svn-id: r11737 | |||
2003-12-18 | Make fade a config optiom | Travis Howell | |
Make sure non-English/German versions of simon1talkie start with subtitles enabled. svn-id: r11736 | |||
2003-12-18 | Remove slow motion option. | Travis Howell | |
Add slow_down option for config file instead for now. svn-id: r11735 | |||
2003-12-18 | Revert fade change | Travis Howell | |
svn-id: r11734 | |||
2003-12-18 | Don't use bug work around on simon1dos, since copy protection screen causes ↵ | Travis Howell | |
odd effects. svn-id: r11733 | |||
2003-12-18 | pack WalkData struct to fix some endian issues | Jonathan Gray | |
svn-id: r11732 | |||
2003-12-18 | Adjust load/key for FM Towns games, since values have changed. | Travis Howell | |
svn-id: r11731 | |||
2003-12-18 | Missed one spot when switching subtitle options. | Travis Howell | |
svn-id: r11730 | |||
2003-12-18 | cleanup | Max Horn | |
svn-id: r11729 | |||
2003-12-18 | changed endian conversion for compact data | Robert Göffringmann | |
svn-id: r11728 | |||
2003-12-18 | big endian typecasts for FROM_LE_xx | Robert Göffringmann | |
svn-id: r11727 | |||
2003-12-18 | resolve an inconsistency in the FROM_* helper macros: now they *always* cast ↵ | Max Horn | |
their argument to unsigned (previously, the LE funcs would do this when used on BE machines, and vice versa; but using a FROM_LE macro on a LE machine wouldn't cause a cast to unsigned; this potentially leads to endian bugs!) svn-id: r11726 | |||
2003-12-18 | one more big endian fix | Robert Göffringmann | |
svn-id: r11725 | |||
2003-12-18 | fixed stupid palette bugs | Robert Göffringmann | |
svn-id: r11724 | |||
2003-12-17 | TODOs added and removed some completed TODOs | Max Horn | |
svn-id: r11723 | |||
2003-12-17 | changed fnEnterSection to fix crash at startup. | Robert Göffringmann | |
svn-id: r11722 | |||
2003-12-17 | add the rest of the boot params | Jonathan Gray | |
svn-id: r11721 | |||
2003-12-17 | cleanup | Max Horn | |
svn-id: r11720 | |||
2003-12-17 | Fix for bug #860823 (ZAK: Actors not updating) | Max Horn | |
svn-id: r11719 | |||
2003-12-17 | Patch #861716: palManipulateInit for V6 games (I modified the patch a bit) | Max Horn | |
svn-id: r11718 | |||
2003-12-17 | add note on right mouse button on Mac | Max Horn | |
svn-id: r11717 |