21 Commits

Author SHA1 Message Date
Torbjörn Andersson
aaf508d4da Don't use uninitialized variable, lang_path, in debugging messages. It
caused ScummVM to hang on my Linux box.

Fixed - correctly, I hope - compiler warning.

svn-id: r13648
2004-04-27 08:54:03 +00:00
Max Horn
abc8dca073 more cleanup
svn-id: r13625
2004-04-25 16:06:22 +00:00
Max Horn
ae1b03a1f5 More ScummVMification
svn-id: r13624
2004-04-25 15:14:46 +00:00
Max Horn
f6a4ed1cff Fix yet another const warning
svn-id: r13623
2004-04-25 14:45:08 +00:00
Max Horn
d4f876b37d Fix many warnings; use C++ type system instead of C style typedefs; removed various unused stuff; const correctness; etc.
svn-id: r13622
2004-04-25 14:42:14 +00:00
Jonathan Gray
8f8d1967c9 convert the file routines to use the File class
svn-id: r13607
2004-04-23 11:40:51 +00:00
Eugene Sandulenko
881c86c1e7 File is not needed
svn-id: r13576
2004-04-13 09:45:09 +00:00
Torbjörn Andersson
be5c529487 Fixed warning.
svn-id: r13575
2004-04-13 09:25:54 +00:00
Torbjörn Andersson
e03cca03d4 Fixed warning.
svn-id: r13574
2004-04-13 09:18:36 +00:00
Torbjörn Andersson
7f0adec96e Fixed warning. (There are plenty of warnings in the SAGA engine, but this
one was obvious how to fix. :-)

svn-id: r13573
2004-04-13 09:14:19 +00:00
Eugene Sandulenko
7284700741 File is not needed
svn-id: r13568
2004-04-12 22:37:54 +00:00
Eugene Sandulenko
6055328d27 oops. Forgot the file
svn-id: r13567
2004-04-12 22:26:48 +00:00
Eugene Sandulenko
3fc1da7291 More headers
svn-id: r13566
2004-04-12 21:54:02 +00:00
Eugene Sandulenko
975a9015e8 Forgot to add header.
Please, remove SAGA engine from MSVC builds. It should be broken there until
porting to OSystem is finished

svn-id: r13565
2004-04-12 21:51:26 +00:00
Eugene Sandulenko
f3d340fb0c WIP for SAGA engine.
o text formatting is not consistent with rules, just indent utility is too
   dumb for that
 o it does not use OSystem, i.e. it runs on direct SDL calls
 o it may not even compile on your box
 o if you enable it, expect zillions of warnings
 o no sound

Now it runs ITE intro as reinherit did

svn-id: r13564
2004-04-12 21:40:49 +00:00
Paweł Kołodziejski
89d159f9c8 corrections to namespaces
svn-id: r13362
2004-03-22 21:25:29 +00:00
Torbjörn Andersson
2705815d1d Fixed warnings. I hope I didn't break anything!
svn-id: r13317
2004-03-16 08:25:46 +00:00
Eugene Sandulenko
8ca8912dbd Use Saga namespace everywhere
svn-id: r13293
2004-03-15 01:59:06 +00:00
Eugene Sandulenko
08332ab559 Code formatting
svn-id: r13288
2004-03-15 01:14:49 +00:00
Max Horn
b585b9ac4b fix warnings
svn-id: r13283
2004-03-15 00:29:46 +00:00
Eugene Sandulenko
0d4cfaa559 Initial SAGA checkin
svn-id: r13281
2004-03-14 23:39:41 +00:00