Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-08 | adding some comments, reordering some stuff | Max Horn | |
svn-id: r10090 | |||
2003-09-08 | start to use code from the original resample codebase, since it uses fixed ↵ | Max Horn | |
point math instead of float; however, the code is not at all complete right now, I just commit this to get it off my HD (neither the old nor the new code in resample.cpp work anyway) svn-id: r10089 | |||
2003-09-08 | WORKAROUND bug #770065: Sync issue in lens conversation (this is actually a ↵ | Max Horn | |
script bug) svn-id: r10088 | |||
2003-09-08 | Some files are located in a different folder in Atari-ST version of Zak | Chris Apers | |
svn-id: r10087 | |||
2003-09-08 | removed some superfluous newlines | Max Horn | |
svn-id: r10086 | |||
2003-09-08 | fix for bug #802396 (LOOMCD: Sound often causes lock up) | Max Horn | |
svn-id: r10085 | |||
2003-09-08 | some cleanup | Max Horn | |
svn-id: r10084 | |||
2003-09-08 | Reduce PalmOS data segement | Chris Apers | |
svn-id: r10083 | |||
2003-09-08 | update | Paweł Kołodziejski | |
svn-id: r10082 | |||
2003-09-08 | fix warning | Paweł Kołodziejski | |
svn-id: r10081 | |||
2003-09-08 | update vc7 files | Paweł Kołodziejski | |
svn-id: r10080 | |||
2003-09-08 | Complete rewrite of the in-game dialogs (quit, restart, settings, save and | Torbjörn Andersson | |
load). The new code is smaller, hopefully a bit easier to read and doesn't use up all the CPU time. Of course, it may some new and exciting bugs too. ;-) svn-id: r10079 | |||
2003-09-08 | Hide the menus when displaying full-screen messages, e.g. error messages | Torbjörn Andersson | |
from the save/load dialog. (This probably happened automagically in the original, but we handle screen updates a bit differently now.) svn-id: r10078 | |||
2003-09-08 | Correct verb position in mac version of indy3ega | Travis Howell | |
svn-id: r10077 | |||
2003-09-08 | Amiga V3 music updates from unused. | Travis Howell | |
svn-id: r10076 | |||
2003-09-07 | updated | Max Horn | |
svn-id: r10075 | |||
2003-09-07 | properly decode SBL resources by scanning the VOC header in them; added a ↵ | Max Horn | |
guess at how SEGA SBLs work (untested, might be completely wrong) svn-id: r10074 | |||
2003-09-07 | make use of voc.h; some cleanup | Max Horn | |
svn-id: r10073 | |||
2003-09-07 | new header file for VOC specific stuff | Max Horn | |
svn-id: r10072 | |||
2003-09-07 | removed the seperate 'MP3' CD methods in class Sound (besides being ↵ | Max Horn | |
misnamed, merging them into their parent functions actually seems clearer to me, reading wise) svn-id: r10071 | |||
2003-09-07 | cleanup/refactoring | Max Horn | |
svn-id: r10070 | |||
2003-09-07 | some cleanup; clarified isSoundInUse semantics and the difference between ↵ | Max Horn | |
IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus svn-id: r10069 | |||
2003-09-07 | make some first use of Scumm::_musicEngine; cleanup; also some changes which ↵ | Max Horn | |
*might* cause some breakage, but if they don't, we can build on them to simplify Sound::playSound a little (mainly by removing lots of 'return' statements) svn-id: r10068 | |||
2003-09-07 | small tweak (hm, is IMuse::get_sound_active really still needed? or rather, ↵ | Max Horn | |
does IMuse::getSoundStatus really have to return an int or can we cast it to boolean safely?) svn-id: r10067 | |||
2003-09-07 | added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 ↵ | Max Horn | |
(initial stab, more work to follow) svn-id: r10066 | |||
2003-09-07 | Fix warning | Travis Howell | |
svn-id: r10065 | |||
2003-09-07 | updated vc7 project file | Paweł Kołodziejski | |
svn-id: r10064 | |||
2003-09-07 | Add news files | Travis Howell | |
svn-id: r10063 | |||
2003-09-07 | *** empty log message *** | Travis Howell | |
svn-id: r10062 | |||
2003-09-07 | Add music player for Amiga versions of indy3ega/loom from unused. | Travis Howell | |
Revert last change to common.rules for now, it broke compile. svn-id: r10061 | |||
2003-09-07 | add some things, start items with capitals, is this intended to replace the ↵ | Jonathan Gray | |
existing web based TODO? svn-id: r10060 | |||
2003-09-07 | cleanup | Max Horn | |
svn-id: r10059 | |||
2003-09-07 | more endian fixes | Max Horn | |
svn-id: r10058 | |||
2003-09-07 | minor TODO additions | Max Horn | |
svn-id: r10057 | |||
2003-09-07 | some endian fixes | Max Horn | |
svn-id: r10056 | |||
2003-09-07 | cleanup | Max Horn | |
svn-id: r10055 | |||
2003-09-07 | added an assert | Max Horn | |
svn-id: r10054 | |||
2003-09-06 | small tweak requested by unused on IRC | Max Horn | |
svn-id: r10053 | |||
2003-09-06 | implemented FOA keyboard fighting | Max Horn | |
svn-id: r10052 | |||
2003-09-06 | some more TODOs | Max Horn | |
svn-id: r10051 | |||
2003-09-06 | removed superfluous newline | Max Horn | |
svn-id: r10050 | |||
2003-09-06 | Patch #790433: Fix potential buffer overflow | Max Horn | |
svn-id: r10049 | |||
2003-09-06 | added simple TODO files, with a few items I'd like to see done; feel free to ↵ | Max Horn | |
add your own, or to tackle items you see here svn-id: r10048 | |||
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn | |
svn-id: r10047 | |||
2003-09-06 | added support for codec1 in nut renderer | Paweł Kołodziejski | |
svn-id: r10046 | |||
2003-09-06 | Remove color table for C64 maniac/zak since it isn't needed. | Travis Howell | |
svn-id: r10045 | |||
2003-09-06 | avoid accidental copying of Map | Max Horn | |
svn-id: r10044 | |||
2003-09-06 | Update news | Travis Howell | |
svn-id: r10043 | |||
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn | |
svn-id: r10042 | |||
2003-09-06 | OOps | Travis Howell | |
svn-id: r10041 |