aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-09fixed compilationPaweł Kołodziejski
svn-id: r10707
2003-10-09some NEWS updates; use sections (any major news for sky/simon since 0.5.1 ?)Max Horn
svn-id: r10706
2003-10-09get rid of the copy method again, instead create the sound object on the fly ↵Max Horn
in findSound(): this should avoid a compiler problem with gcc 2.95.2 (see bug #820641) and also reduce the number of unnecessary global objects for everybody svn-id: r10705
2003-10-09Disable unused Scumm version (8) in PalmOS port.Chris Apers
svn-id: r10704
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
svn-id: r10703
2003-10-09kill reference to old urlJonathan Gray
svn-id: r10702
2003-10-09make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)Jonathan Gray
svn-id: r10701
2003-10-09- Make _moveData table readableDavid Eriksson
- Add missing member in last table entry svn-id: r10700
2003-10-09minor additions to walk class + get/set functions for Logic::_areaGregory Montoir
svn-id: r10699
2003-10-09fix ConfMan.set when dom is empty; added some asserts (paranoia)Max Horn
svn-id: r10698
2003-10-09give this more chance of working properlyJonathan Gray
svn-id: r10697
2003-10-09make khaleks correct fix a bit nicer; and add similar safety nets to the ↵Max Horn
other parser...() methods svn-id: r10696
2003-10-09added walking functionsGregory Montoir
svn-id: r10695
2003-10-09update project filePaweł Kołodziejski
svn-id: r10694
2003-10-09Some cleanups and clarifications. Mainly, we no longer refer to theTorbjörn Andersson
inventory/conversation menu (which is drawn at the bottom of the screen) as the "top menu". svn-id: r10693
2003-10-09Temporary (?) fix to stop ScummVM crashing for me. (I don't define anyTorbjörn Andersson
music driver in my [scummvm] section, which may be what's causing me problems.) svn-id: r10692
2003-10-09I had this wrong way around.Travis Howell
svn-id: r10691
2003-10-09Add player_v2a - fix crash when playing two identical sounds, patch #820427Travis Howell
svn-id: r10690
2003-10-08fix 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-08turned PluginManager into a proper singletonMax Horn
svn-id: r10688
2003-10-08new 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-08fixed queen build rules...Max Horn
svn-id: r10686
2003-10-08humpfMax Horn
svn-id: r10685
2003-10-08add String::lastChar() methodMax Horn
svn-id: r10684
2003-10-08renamed createNode() to findOrCreateNode(); added addKey() method; ↵Max Horn
reimplemented merge() svn-id: r10683
2003-10-08Use RandomSource instead of rand().Torbjörn Andersson
svn-id: r10682
2003-10-08cleanupTorbjörn Andersson
svn-id: r10681
2003-10-08Fixed Indy4-Towns music settings, plus small multi-midi quirkJamieson Christian
svn-id: r10680
2003-10-08No point in compiling queen at the moment.Travis Howell
svn-id: r10679
2003-10-08added new structuresGregory Montoir
svn-id: r10678
2003-10-08Fix 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-08Some more cosmetic changes while I'm considering the next move. (Or maybeTorbjö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-07update preoject depedenciesPaweł Kołodziejski
svn-id: r10675
2003-10-07Removed version.cppJamieson Christian
svn-id: r10674
2003-10-07fix gcc 3.3 warningOliver Kiehl
svn-id: r10673
2003-10-07More Euphony/YM2612 instrument layering and polyphonyJamieson 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-07Corrected MT-32 master volume SysExJamieson Christian
svn-id: r10671
2003-10-07some text functionsGregory Montoir
svn-id: r10670
2003-10-07Remove my trace output. :PJamieson Christian
svn-id: r10669
2003-10-07More polyphony tweaks. Sounding a bit better.Jamieson Christian
svn-id: r10668
2003-10-07Improved Queen::Talk classDavid Eriksson
svn-id: r10667
2003-10-07Patch [818296] Modified MT-32 intialization sequence.Jamieson Christian
svn-id: r10666
2003-10-07Set up MDT_TOWNS on remainder of FM-TOWNS targetsJamieson Christian
svn-id: r10665
2003-10-07Removed version.cppJamieson Christian
svn-id: r10664
2003-10-07fixed warningsMax Horn
svn-id: r10663
2003-10-07new header for common defines/enums + some additions to GraphicsGregory Montoir
svn-id: r10662
2003-10-07Make it possible to get game languageDavid Eriksson
svn-id: r10661
2003-10-07Fixed assert(). I think -- I don't even get this far before ScummVM crashesTorbjörn Andersson
on me. :-) svn-id: r10660
2003-10-07Some cleanup, some code removal and some unstubbing. Nothing important.Torbjörn Andersson
svn-id: r10659
2003-10-07Renamed the FontRenderer class as FontRendererGui since there's anotherTorbjörn Andersson
font renderer for the game itself. (It just doesn't live in any separate class yet.) svn-id: r10658