Max Horn
e68a6ddd26
cleanup
...
svn-id: r18464
2005-06-25 19:34:16 +00:00
Andrew Kurushin
353e8586d4
fix animation timings (now Shiala scene not stucks)
...
svn-id: r18463
2005-06-25 15:55:43 +00:00
Max Horn
003081fd53
cleanup
...
svn-id: r18462
2005-06-25 15:43:59 +00:00
Max Horn
139ee21041
Move file handling in SMUSH code to a single thread (unless I overlooked some cases)
...
svn-id: r18461
2005-06-25 15:17:14 +00:00
Max Horn
6636cf102b
Heavy clean up for the iMuseDigital ADPCM codec; the code is now much easier to understand, even contains some comments ;-)
...
svn-id: r18460
2005-06-24 19:09:12 +00:00
Andrew Kurushin
96f9571afc
fix VS2005 _strnicmp error issue
...
svn-id: r18459
2005-06-24 18:17:01 +00:00
Gregory Montoir
0c4f349a1b
removed unneeded #include
...
svn-id: r18458
2005-06-24 17:08:21 +00:00
Max Horn
02568d4498
oops forgot this in my previous commit
...
svn-id: r18457
2005-06-24 16:39:17 +00:00
Max Horn
9da50d6662
Fixed Oki table entry; added doc URL; mention IMA ADPCM
...
svn-id: r18456
2005-06-24 16:21:10 +00:00
Torbjörn Andersson
7760c0b8a4
Changed #include <stdafx.h> to #include <common/stdafx.h>. It should
...
probably be #include "common/stdafx.h", but I'll let the backend
maintainers worry about style.
svn-id: r18455
2005-06-24 16:18:10 +00:00
Torbjörn Andersson
40236ee7c1
For consistency, specify directory when including files.
...
svn-id: r18454
2005-06-24 16:16:46 +00:00
Torbjörn Andersson
06985285a0
Whitespace changes.
...
svn-id: r18453
2005-06-24 16:14:39 +00:00
Max Horn
587a90ed26
cleanup
...
svn-id: r18452
2005-06-24 16:14:28 +00:00
Torbjörn Andersson
46b6eff722
I don't think we need to include mididrv.h here.
...
svn-id: r18451
2005-06-24 16:13:21 +00:00
Torbjörn Andersson
0ed74c8dcd
I don't think we need <ctype.h> here.
...
svn-id: r18450
2005-06-24 16:11:11 +00:00
Torbjörn Andersson
1d39f986c9
Whitespace changes.
...
svn-id: r18449
2005-06-24 16:08:31 +00:00
Torbjörn Andersson
7dc3082a35
I don't think we need <ctype.h> here.
...
svn-id: r18448
2005-06-24 16:05:24 +00:00
Torbjörn Andersson
35cb8fb875
For consistency, specify directory when including files.
...
svn-id: r18447
2005-06-24 16:01:42 +00:00
Torbjörn Andersson
5f511510bc
Whitespace changes.
...
svn-id: r18446
2005-06-24 15:58:00 +00:00
Max Horn
81022b9c28
Fix for bug #1226522 (do not add common to list of include paths, to avoid name clashes with system headers)
...
svn-id: r18445
2005-06-24 15:26:06 +00:00
Max Horn
8b1d7b9166
When including files from common/, explicitly use the common/ prefix
...
svn-id: r18444
2005-06-24 15:23:51 +00:00
Torbjörn Andersson
68907449b7
Use #include "file" instead of #include <file> for consistency.
...
svn-id: r18443
2005-06-23 20:20:27 +00:00
Max Horn
a35588b9ff
Fix 64 bit compiler warning/error
...
svn-id: r18442
2005-06-23 14:18:25 +00:00
Max Horn
f80dab367c
Moved endian macros to a separate header file
...
svn-id: r18441
2005-06-23 14:15:49 +00:00
Max Horn
3b6018452c
Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any SCUMM game, just added this for completeness (see patch tracker item #1222246 )
...
svn-id: r18440
2005-06-23 14:10:52 +00:00
Max Horn
1c361ee409
Fixed credits order again
...
svn-id: r18439
2005-06-23 13:55:32 +00:00
Max Horn
2ea15e4822
Revert change from printf() to debug(1)
...
svn-id: r18438
2005-06-23 13:46:38 +00:00
Max Horn
f460151b0a
Updated NEWS and TODO
...
svn-id: r18437
2005-06-23 13:11:44 +00:00
Max Horn
e4236ba567
Fixed credits order
...
svn-id: r18436
2005-06-23 13:09:26 +00:00
Lars Persson
9fc959e63d
Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor.
...
svn-id: r18435
2005-06-22 19:32:10 +00:00
Oliver Kiehl
8fbbd28f79
disambiguate undefined operation by removing unneeded calculation.
...
svn-id: r18434
2005-06-22 08:33:46 +00:00
Torbjörn Andersson
8f4077d992
Fixed warning. (And made some whitespace changes.)
...
svn-id: r18433
2005-06-22 06:37:02 +00:00
Lars Persson
b9881d63f6
replaced #if defined(_MSC_VER)
...
with #if defined (WIN32)
svn-id: r18432
2005-06-21 22:23:53 +00:00
Lars Persson
9cdfe927be
Added default destructors as required by the Symbian/Epoc port
...
svn-id: r18431
2005-06-21 22:19:02 +00:00
Lars Persson
1c69696a9a
Patches needed to build for SYMBIAN32 WINS/GCC added.
...
Test built for Symbian and run on P910i without any major problems.
Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA).
svn-id: r18430
2005-06-21 22:08:21 +00:00
Eugene Sandulenko
4564f0d3bf
Fix gcc4 warnings
...
svn-id: r18429
2005-06-21 21:59:24 +00:00
Lars Persson
0047a768f2
This is the SDL changes needed by the Symbian build to work properly.
...
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history)
svn-id: r18428
2005-06-21 20:39:09 +00:00
Lars Persson
7bded41f19
This is the submission of the Epoc/Symbian build files for
...
UIQ 2.1 UI
Series 60
Series 80
Series 90/Nokia 7710
There is a dependency on ESdl for these devices.
svn-id: r18427
2005-06-21 20:19:39 +00:00
Lars Persson
fd8c94a2f3
Added symbian-fs.cpp, symbian filehandling class
...
svn-id: r18426
2005-06-21 19:53:19 +00:00
Max Horn
07ac9901f1
Yet another GCC 4 warning fixed
...
svn-id: r18425
2005-06-21 16:46:04 +00:00
Max Horn
90036d6d8a
Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings)
...
svn-id: r18424
2005-06-21 16:45:18 +00:00
Torbjörn Andersson
d38a41e532
When a key is pressed, go back to repeat phase 0 again. This is so that we
...
won't continue a fast repeat with the new key. (Annoying example: It could
be tricky to type upper-case letters because if you didn't type the letter
fast enough "Shift" would begin to repeat, and then whatever letter you
typed would start repeating immediately.)
svn-id: r18423
2005-06-21 15:41:35 +00:00
Torbjörn Andersson
ee28783c74
Fixed crash when talking to the money changer about the Orb of Storms. The
...
sound resources were being substituted with animation resources. Now the
substitutions are identified by a resource number *and* a file name.
Could someone verify that ite.rsc is the correct file for all of them?
svn-id: r18422
2005-06-21 13:55:18 +00:00
Torbjörn Andersson
43bc76a29c
Added temporary variables for readability.
...
svn-id: r18421
2005-06-21 13:14:56 +00:00
Max Horn
21efddda22
Added virtual destructor, to silence a few more GCC 4 warnings
...
svn-id: r18420
2005-06-20 18:27:33 +00:00
Max Horn
096e04ef05
Added virtual destructor, to silence a few more GCC 4 warnings
...
svn-id: r18419
2005-06-20 17:59:00 +00:00
Max Horn
a8de6c99d0
Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4
...
svn-id: r18418
2005-06-20 17:55:37 +00:00
Eugene Sandulenko
75d868743c
sfShowControls implementation is NOP
...
svn-id: r18417
2005-06-20 12:17:22 +00:00
Andrew Kurushin
c613eaab88
fix animation bug at rats
...
svn-id: r18416
2005-06-20 11:46:34 +00:00
Torbjörn Andersson
ea72e5c49f
Whitespace
...
svn-id: r18415
2005-06-20 06:29:36 +00:00