Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-26 | fixed stopping imuse sounds | Paweł Kołodziejski | |
svn-id: r13635 | |||
2004-04-26 | Cleanup. Mostly removal of redundant comments. | Torbjörn Andersson | |
I've also made the SaveGameHeader struct packed, which may break savegame compatibility on some architectures (though not on the Linux and Windows boxes I've tried it on). But I'm hoping it will guarantee, or at least make it more likely, that savegames will be portable across architectures. svn-id: r13634 | |||
2004-04-26 | fixed cue music in FT | Paweł Kołodziejski | |
svn-id: r13633 | |||
2004-04-26 | added some indexed comments | Paweł Kołodziejski | |
svn-id: r13632 | |||
2004-04-25 | - added workaround for strange regions length in some FT voc samples | Paweł Kołodziejski | |
- increased regions up to 70 svn-id: r13631 | |||
2004-04-25 | Add FreeBSD plugins building | Eugene Sandulenko | |
svn-id: r13630 | |||
2004-04-25 | delete CustomProcInputStream and add getFreeSpace for appendable audiostream | Paweł Kołodziejski | |
svn-id: r13629 | |||
2004-04-25 | dropped pull method for imuse | Paweł Kołodziejski | |
svn-id: r13628 | |||
2004-04-25 | Fix regression in DIG demo | Max Horn | |
svn-id: r13627 | |||
2004-04-25 | Comment about how our Rect class works. Note: the SAGA engine currently does ↵ | Max Horn | |
use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA. svn-id: r13626 | |||
2004-04-25 | more cleanup | Max Horn | |
svn-id: r13625 | |||
2004-04-25 | More ScummVMification | Max Horn | |
svn-id: r13624 | |||
2004-04-25 | Fix yet another const warning | Max Horn | |
svn-id: r13623 | |||
2004-04-25 | Fix many warnings; use C++ type system instead of C style typedefs; removed ↵ | Max Horn | |
various unused stuff; const correctness; etc. svn-id: r13622 | |||
2004-04-25 | Workaround for bug #864030 (COMI: ASCII 0xb (11) not handled) | Max Horn | |
svn-id: r13621 | |||
2004-04-25 | Updated the 'report to fingolfin' message | Max Horn | |
svn-id: r13620 | |||
2004-04-24 | Patch #937443 (Monkey Island SegaCD Sound Fix), and some changes by me | Max Horn | |
svn-id: r13619 | |||
2004-04-24 | few corrections, more debug | Paweł Kołodziejski | |
svn-id: r13618 | |||
2004-04-24 | add check if track is meanwhile stoped | Paweł Kołodziejski | |
svn-id: r13617 | |||
2004-04-24 | forgot removed hack | Paweł Kołodziejski | |
svn-id: r13616 | |||
2004-04-24 | in pull method code also | Paweł Kołodziejski | |
svn-id: r13615 | |||
2004-04-24 | c&p bug, it should not break loop but continue | Paweł Kołodziejski | |
svn-id: r13614 | |||
2004-04-24 | fixed bug related to regions. sound of status for remove should not ↵ | Paweł Kołodziejski | |
processed anymore svn-id: r13613 | |||
2004-04-24 | free slot and return NULL when it can't open bundle file | Paweł Kołodziejski | |
svn-id: r13612 | |||
2004-04-24 | Increased _numNewNames to 150. Judging by bug #941275 it wasn't enough to | Torbjörn Andersson | |
increase it to 100, like we did recently. svn-id: r13611 | |||
2004-04-24 | fetchObjectName() no longer assumes that the resource will still be in the | Torbjörn Andersson | |
cache after it's been closed. (Currently it always is, but ideally I'd like for BS to work even if resource caching is disabled.) svn-id: r13610 | |||
2004-04-23 | mention zak256 removal | Jonathan Gray | |
svn-id: r13609 | |||
2004-04-23 | Fixed a crash regression in setLuggage() that was caused by a change I | Torbjörn Andersson | |
didn't make. :-) (That is, I made the change and then thought better of it, but I forgot to change one line back to its original form.) svn-id: r13608 | |||
2004-04-23 | convert the file routines to use the File class | Jonathan Gray | |
svn-id: r13607 | |||
2004-04-23 | I forgot to clear the reference counter when a resource is forcibly removed | Torbjörn Andersson | |
and I may as well clear it when a resource is read from disk as well. svn-id: r13606 | |||
2004-04-23 | update | Paweł Kołodziejski | |
svn-id: r13605 | |||
2004-04-23 | remove old zak256 target, if you're still using this its time to start using ↵ | Jonathan Gray | |
the zakTowns target svn-id: r13604 | |||
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson | |
resource manager. All new code! All new bugs! svn-id: r13603 | |||
2004-04-22 | Might as well update this stuff too | Michael Pearce | |
svn-id: r13602 | |||
2004-04-22 | Couple of discrepancies | Michael Pearce | |
svn-id: r13601 | |||
2004-04-20 | Added note that the previous commit probably fixed bug #933610 as well. | Torbjörn Andersson | |
svn-id: r13599 | |||
2004-04-20 | Increased _numNewNames from 50 to 100 to prevent overflow in MI2 endgame. | Torbjörn Andersson | |
This should fix bug #936323. (There are still some game versions that use 50, but that can be fixed later, if the need arises.) svn-id: r13598 | |||
2004-04-17 | Removed XOR encoding stuff from File class; instead the new Scumm::XORFile ↵ | Max Horn | |
class provides this functionality now svn-id: r13597 | |||
2004-04-17 | Fix byte reads | Max Horn | |
svn-id: r13596 | |||
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ↵ | Max Horn | |
mails on scummvm-devel) svn-id: r13595 | |||
2004-04-17 | Amiga Monkey Island 1 sound update from Quietust: | Travis Howell | |
Allows MP3 music support in demo and full game. svn-id: r13593 | |||
2004-04-17 | 2nd pass at install/uninstall targets | Jonathan Gray | |
svn-id: r13592 | |||
2004-04-16 | Fixed const iterator | Max Horn | |
svn-id: r13591 | |||
2004-04-16 | Revert debug levels | Max Horn | |
svn-id: r13590 | |||
2004-04-16 | Unify some code | Max Horn | |
svn-id: r13589 | |||
2004-04-16 | Fixed illegal access to protected/private member on PalmOS (??) | Chris Apers | |
svn-id: r13588 | |||
2004-04-16 | Rename this function and associate data with COMMON file | Chris Apers | |
svn-id: r13587 | |||
2004-04-16 | more phony targets | Jonathan Gray | |
svn-id: r13586 | |||
2004-04-16 | initial pass at adding install/uninstall support to configure script, also ↵ | Jonathan Gray | |
use DIR instead of PFX while here for consistency with autoconf like output svn-id: r13585 | |||
2004-04-16 | Makefile.mingw is no longer used | Jonathan Gray | |
svn-id: r13584 |