676 Commits

Author SHA1 Message Date
Paweł Kołodziejski
f8d28abdf9 added sfx/voice and few corrections
svn-id: r28286
2007-07-29 11:21:12 +00:00
Paweł Kołodziejski
395f244ba0 more corrections
svn-id: r28284
2007-07-29 07:12:24 +00:00
Paweł Kołodziejski
35eb799b8e correction to palette
svn-id: r28283
2007-07-29 06:37:45 +00:00
Paweł Kołodziejski
88c1e31d68 allow exit, formating
svn-id: r28281
2007-07-28 22:18:43 +00:00
Paweł Kołodziejski
c8f4818f2d more fixes to display fonts
svn-id: r28280
2007-07-28 22:14:17 +00:00
Paweł Kołodziejski
5e0a226b69 more fixes to display fonts
svn-id: r28279
2007-07-28 22:10:30 +00:00
Paweł Kołodziejski
df41a5faef fix display fonts
svn-id: r28278
2007-07-28 22:00:21 +00:00
Paweł Kołodziejski
c879386fc8 correction for palette and formating
svn-id: r28277
2007-07-28 21:36:46 +00:00
Paweł Kołodziejski
3f01ae069a formating and correction
svn-id: r28276
2007-07-28 21:15:35 +00:00
Paweł Kołodziejski
dbf01ea3fe more fixes
svn-id: r28274
2007-07-28 19:43:26 +00:00
Paweł Kołodziejski
3463604d05 few more fixes
svn-id: r28273
2007-07-28 15:18:21 +00:00
Paweł Kołodziejski
485ac1329c ops
svn-id: r28271
2007-07-28 14:51:32 +00:00
Paweł Kołodziejski
8d5f19d9e5 fixes into engine
svn-id: r28270
2007-07-28 14:45:26 +00:00
Paweł Kołodziejski
603bd238d1 cleanup white spaces from 'jvprat'
svn-id: r28262
2007-07-28 09:45:05 +00:00
Filippos Karapetis
9f5221d7b4 Fixed some warnings
svn-id: r28243
2007-07-27 18:22:36 +00:00
Torbjörn Andersson
6f3d59b2fc Disabled another bunch of warnings. This turned up two places - print_abc_opc()
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-27 17:50:25 +00:00
Torbjörn Andersson
fc3570d000 Fixed a bunch of warnings.
svn-id: r28241
2007-07-27 17:24:22 +00:00
Paweł Kołodziejski
65cb1d8d42 fixed warning
svn-id: r28240
2007-07-27 16:56:42 +00:00
Paweł Kołodziejski
3ca5bb8689 commented out some parts of code which still need to work, because it of non-english chars in it
svn-id: r28233
2007-07-27 07:10:45 +00:00
Torbjörn Andersson
7dcd3c5ee4 Removed leftover commented-out include. (I thought I needed util.h, but I guess
it's included indirectly.)

svn-id: r28232
2007-07-27 05:23:34 +00:00
Torbjörn Andersson
c2516db9ac Early in the morning, strrev() looks like a more difficult problem than it
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-27 05:15:24 +00:00
Torbjörn Andersson
548a1394e1 The strrev() function is non-standard. Replace with public domain version by
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-27 04:23:22 +00:00
Filippos Karapetis
6dd6ea5fc7 Fixed some MSVC8 warnings
svn-id: r28225
2007-07-27 00:25:06 +00:00
Paweł Kołodziejski
f89e907998 added more drascula code (it still NOT WORKING)
svn-id: r28220
2007-07-26 19:52:18 +00:00
Paweł Kołodziejski
40e7b7555b added english and spanish version of drascula detection
svn-id: r28132
2007-07-17 22:29:09 +00:00
Paweł Kołodziejski
d04b653378 added engine stubs code for Drascula game
svn-id: r28130
2007-07-17 21:35:01 +00:00