Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-08 | fix bug where going up in the root dir would get you back to the (unix) ↵ | Max Horn | |
current dir (instead of staying at the root) svn-id: r10689 | |||
2003-10-08 | turned PluginManager into a proper singleton | Max Horn | |
svn-id: r10688 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-08 | fixed queen build rules... | Max Horn | |
svn-id: r10686 | |||
2003-10-08 | humpf | Max Horn | |
svn-id: r10685 | |||
2003-10-08 | add String::lastChar() method | Max Horn | |
svn-id: r10684 | |||
2003-10-08 | renamed createNode() to findOrCreateNode(); added addKey() method; ↵ | Max Horn | |
reimplemented merge() svn-id: r10683 | |||
2003-10-08 | Use RandomSource instead of rand(). | Torbjörn Andersson | |
svn-id: r10682 | |||
2003-10-08 | cleanup | Torbjörn Andersson | |
svn-id: r10681 | |||
2003-10-08 | Fixed Indy4-Towns music settings, plus small multi-midi quirk | Jamieson Christian | |
svn-id: r10680 | |||
2003-10-08 | No point in compiling queen at the moment. | Travis Howell | |
svn-id: r10679 | |||
2003-10-08 | added new structures | Gregory Montoir | |
svn-id: r10678 | |||
2003-10-08 | Fix display of verb name text when verb is selected in Simon the Sorcerer 1 ↵ | Travis Howell | |
and enable for all versions of the game. svn-id: r10677 | |||
2003-10-08 | Some more cosmetic changes while I'm considering the next move. (Or maybe | Torbjörn Andersson | |
I'm just hoping that if I stall long enough, someone else will make the move for me. :-) svn-id: r10676 | |||
2003-10-07 | update preoject depedencies | Paweł Kołodziejski | |
svn-id: r10675 | |||
2003-10-07 | Removed version.cpp | Jamieson Christian | |
svn-id: r10674 | |||
2003-10-07 | fix gcc 3.3 warning | Oliver Kiehl | |
svn-id: r10673 | |||
2003-10-07 | More Euphony/YM2612 instrument layering and polyphony | Jamieson Christian | |
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672 | |||
2003-10-07 | Corrected MT-32 master volume SysEx | Jamieson Christian | |
svn-id: r10671 | |||
2003-10-07 | some text functions | Gregory Montoir | |
svn-id: r10670 | |||
2003-10-07 | Remove my trace output. :P | Jamieson Christian | |
svn-id: r10669 | |||
2003-10-07 | More polyphony tweaks. Sounding a bit better. | Jamieson Christian | |
svn-id: r10668 | |||
2003-10-07 | Improved Queen::Talk class | David Eriksson | |
svn-id: r10667 | |||
2003-10-07 | Patch [818296] Modified MT-32 intialization sequence. | Jamieson Christian | |
svn-id: r10666 | |||
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 |