aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.cpp
AgeCommit message (Collapse)Author
2007-07-28cleanup white spaces from 'jvprat'Paweł Kołodziejski
svn-id: r28262
2007-07-27Fixed some warningsFilippos Karapetis
svn-id: r28243
2007-07-27Disabled another bunch of warnings. This turned up two places - print_abc_opc()Torbjörn Andersson
and print_abc() - where we would try to modify a string constant. I have disabled this for now, and added FIXME comments. svn-id: r28242
2007-07-27Fixed a bunch of warnings.Torbjörn Andersson
svn-id: r28241
2007-07-27fixed warningPaweł Kołodziejski
svn-id: r28240
2007-07-27commented out some parts of code which still need to work, because it of ↵Paweł Kołodziejski
non-english chars in it svn-id: r28233
2007-07-27Removed leftover commented-out include. (I thought I needed util.h, but I guessTorbjörn Andersson
it's included indirectly.) svn-id: r28232
2007-07-27Early in the morning, strrev() looks like a more difficult problem than itTorbjörn Andersson
really is. It's actually quite simple. In fact, the only magical thing about Bob's version was the way it swapped variables without using any temporary variable. Rewrote the function to use our SWAP() instead, since that actually makes it readable. Moved it to util.cpp (outside the Common namespace, for consistency with scumm_stricmp()) since Kirben knew of other places where it could be used. svn-id: r28231
2007-07-27The strrev() function is non-standard. Replace with public domain version byTorbjörn Andersson
Bob Stout. (It would of course have been trivial to write my own, but Bob's version does it in place, which is quite magical.) svn-id: r28230
2007-07-27Fixed some MSVC8 warningsFilippos Karapetis
svn-id: r28225
2007-07-26added more drascula code (it still NOT WORKING)Paweł Kołodziejski
svn-id: r28220
2007-07-17added english and spanish version of drascula detectionPaweł Kołodziejski
svn-id: r28132
2007-07-17added engine stubs code for Drascula gamePaweł Kołodziejski
svn-id: r28130