Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-07 | Set up MDT_TOWNS on remainder of FM-TOWNS targets | Jamieson Christian | |
svn-id: r10665 | |||
2003-10-07 | Removed version.cpp | Jamieson Christian | |
svn-id: r10664 | |||
2003-10-07 | fixed warnings | Max Horn | |
svn-id: r10663 | |||
2003-10-07 | new header for common defines/enums + some additions to Graphics | Gregory Montoir | |
svn-id: r10662 | |||
2003-10-07 | Make it possible to get game language | David Eriksson | |
svn-id: r10661 | |||
2003-10-07 | Fixed assert(). I think -- I don't even get this far before ScummVM crashes | Torbjörn Andersson | |
on me. :-) svn-id: r10660 | |||
2003-10-07 | Some cleanup, some code removal and some unstubbing. Nothing important. | Torbjörn Andersson | |
svn-id: r10659 | |||
2003-10-07 | Renamed the FontRenderer class as FontRendererGui since there's another | Torbjörn Andersson | |
font renderer for the game itself. (It just doesn't live in any separate class yet.) svn-id: r10658 | |||
2003-10-07 | - Added a debug stub for the selectSentence method | David Eriksson | |
- Added final talk for person Joe is talking to svn-id: r10657 | |||
2003-10-07 | update a bit | Jonathan Gray | |
svn-id: r10656 | |||
2003-10-07 | Remove comment, which is no longer needed too. | Travis Howell | |
svn-id: r10655 | |||
2003-10-07 | - Add Talk class and begin to use it from Cutaway class | David Eriksson | |
- Move getString() helper function to Talk class svn-id: r10654 | |||
2003-10-07 | Ooops, used wrong one. | Travis Howell | |
svn-id: r10653 | |||
2003-10-07 | FM TOWNS sfx fix, correct sample rate. | Travis Howell | |
svn-id: r10652 | |||
2003-10-07 | add Joe struct + get/set functions | Joost Peters | |
svn-id: r10651 | |||
2003-10-06 | *** empty log message *** | Travis Howell | |
svn-id: r10650 | |||
2003-10-06 | added String::emptyString constant | Max Horn | |
svn-id: r10649 | |||
2003-10-06 | Fix text when room scrolls in game versions < 3. | Travis Howell | |
Manual redraw of verbs areas isn't require after reload of game in loom/loomcd, causes glitches in some locations. svn-id: r10648 | |||
2003-10-06 | added resource-table loading from external file | Joost Peters | |
svn-id: r10647 | |||
2003-10-06 | fixed warnings | Max Horn | |
svn-id: r10646 | |||
2003-10-06 | removed obsolete | Max Horn | |
svn-id: r10645 | |||
2003-10-06 | removed unused 'rate' param from nextTick; another tiny tweak to ↵ | Max Horn | |
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644 | |||
2003-10-06 | remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵ | Jonathan Gray | |
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643 | |||
2003-10-06 | malloc/new optimizations | Max Horn | |
svn-id: r10642 | |||
2003-10-06 | Per-channel polyphony now > 1 | Jamieson Christian | |
svn-id: r10641 | |||
2003-10-06 | forgot this | Joost Peters | |
svn-id: r10640 | |||
2003-10-06 | even more optimizations | Max Horn | |
svn-id: r10639 | |||
2003-10-06 | some additions + small readability rewrite | Joost Peters | |
svn-id: r10638 | |||
2003-10-06 | some more tweaks | Max Horn | |
svn-id: r10637 | |||
2003-10-06 | some incremental changes (more will follow, this is step-by-step ↵ | Max Horn | |
optimzation, watch it happen in pseudo-real-time and color. icecream is sold at the entrance, please stop smoking svn-id: r10636 | |||
2003-10-06 | Should not apply to loom/loomcd, they only use room scrolling at one point ↵ | Travis Howell | |
and this causes glitches. svn-id: r10635 | |||
2003-10-06 | Start on index 1, not 0. | David Eriksson | |
svn-id: r10634 | |||
2003-10-06 | Check array bounds. | David Eriksson | |
svn-id: r10633 | |||
2003-10-06 | Should make --disable-queen work, suggested by Nightweaver. | David Eriksson | |
svn-id: r10632 | |||
2003-10-06 | Removed obsolete FIXME comment | Torbjörn Andersson | |
svn-id: r10631 | |||
2003-10-06 | turn on exception handling | Paweł Kołodziejski | |
svn-id: r10630 | |||
2003-10-06 | More performance optimizations | Jamieson Christian | |
svn-id: r10629 | |||
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn | |
svn-id: r10628 | |||
2003-10-06 | more optimizations | Max Horn | |
svn-id: r10627 | |||
2003-10-06 | Fix compiler warnings | Jamieson Christian | |
svn-id: r10626 | |||
2003-10-06 | The real YM2612 implementation. Portable, | Jamieson Christian | |
and with significant performances optimizations thanks to Fingolfin, or optimizing emperor. :) svn-id: r10625 | |||
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian | |
svn-id: r10624 | |||
2003-10-05 | Fixed crash with Euphony looping. (Not that we actually | Jamieson Christian | |
do looping right now, but I hit this during a test.) svn-id: r10623 | |||
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵ | Max Horn | |
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622 | |||
2003-10-05 | clarification: premixer must use native endianess | Max Horn | |
svn-id: r10621 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10620 | |||
2003-10-05 | removed not compilable files | Paweł Kołodziejski | |
svn-id: r10619 | |||
2003-10-05 | renamed classes (we have our own namespace now) + fixed segfault in logic | Joost Peters | |
svn-id: r10618 | |||
2003-10-05 | something I am working on | Max Horn | |
svn-id: r10617 | |||
2003-10-05 | fix compilation | Max Horn | |
svn-id: r10616 |