Eugene Sandulenko
25a6af2c93
Fix bug #1536932 : "MANIACNES: Crash on click in speechtext-area"
...
svn-id: r23962
2006-09-21 12:14:29 +00:00
Eugene Sandulenko
965cfe4008
Fix bug #1562795 : "Bug with auto-generated game IDs"
...
svn-id: r23960
2006-09-21 11:42:44 +00:00
Travis Howell
9d7e5f6f85
Remove excess newlines for errors/warnings
...
svn-id: r23959
2006-09-21 01:36:58 +00:00
Travis Howell
d3b39c221b
Re-enable warning for unknown MIDI events
...
svn-id: r23958
2006-09-21 01:34:10 +00:00
Travis Howell
efc3fb4a3a
Correct HE version for Dutch version of putttime
...
svn-id: r23956
2006-09-21 00:43:21 +00:00
Travis Howell
f3ad70c1d4
Add French version of Pajama Sam 1
...
svn-id: r23952
2006-09-20 23:34:10 +00:00
Johannes Schickel
693068034e
Updating NEWS file in HEAD too.
...
svn-id: r23951
2006-09-20 20:19:43 +00:00
Torbjörn Andersson
a3ea44fd48
Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by
...
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for
reference.
* Added case for Aftertouch (Key Pressure).
* Changed Channel Pressure to flush the event immediatley. The message could
apply to notes while they are playing.
* Downgraded the error for unknown MIDI messages to a warning, and clarified it
slightly.
svn-id: r23949
2006-09-20 17:16:58 +00:00
Max Horn
4a1bd9b4be
Added _PLUGIN_copyright to list of symbols exported by plugins
...
svn-id: r23946
2006-09-20 13:56:18 +00:00
Max Horn
16ace099aa
Work around conflict between ISO C++ and POSIX, to allow ISO C++ compliant compilers like GCC 4.x to compile the plugin code again
...
svn-id: r23945
2006-09-20 11:54:15 +00:00
Travis Howell
e63717a2eb
Fix crashes during WW startup
...
svn-id: r23944
2006-09-20 06:39:27 +00:00
Travis Howell
68360e4dde
Add details for French version of Pajama Sam 3
...
svn-id: r23942
2006-09-20 02:43:28 +00:00
Travis Howell
843397fd7b
Fix FF/Simon2 regression in last commit
...
svn-id: r23940
2006-09-19 12:46:34 +00:00
Travis Howell
ab2cb0b30a
Expand Simon engine
...
svn-id: r23939
2006-09-19 11:59:13 +00:00
Max Horn
fd85c13d8f
Cleaned up Gdi::roomChanged
...
svn-id: r23938
2006-09-18 22:22:35 +00:00
Max Horn
60951b6f1a
Moved some more code from class Gdi into new subclasses GdiV1 and GdiV2
...
svn-id: r23937
2006-09-18 22:06:39 +00:00
Max Horn
2cd0544cb9
Re-disable blit mask hack (oops)
...
svn-id: r23936
2006-09-18 21:46:44 +00:00
Max Horn
3313685bfe
Split setBuiltinCursor into a V0-V2 and a V3-V5 part
...
svn-id: r23935
2006-09-18 21:31:59 +00:00
Max Horn
1324677395
Moved NES specific code from class Gdi to GdiNES
...
svn-id: r23934
2006-09-18 21:20:21 +00:00
Max Horn
a0e1a98647
Oops, accidentally broke TMSK support for HE 72+ games
...
svn-id: r23933
2006-09-18 19:58:22 +00:00
Max Horn
06ddd876a5
Fix --disable-he
...
svn-id: r23932
2006-09-18 19:22:40 +00:00
Max Horn
d9f16b8a4a
indention fix
...
svn-id: r23931
2006-09-18 19:17:55 +00:00
Max Horn
2906e8d2a3
Moved some code from Gdi::drawBitmap to separate methods
...
svn-id: r23930
2006-09-18 19:16:31 +00:00
Johannes Schickel
f9d1a82cc0
Fixes the Macintosh related problems Krest mentioned on the IRC channel.
...
(the user has to set the game platform to Macintosh though, since it's
atm detected as DOS version)
svn-id: r23929
2006-09-18 17:30:51 +00:00
Travis Howell
99016886ba
Minor cleanup, to re-order functions
...
svn-id: r23928
2006-09-18 12:01:18 +00:00
Travis Howell
ace4a02125
Fix typo, that caused FLAC compressed sound effects file to fail to load
...
svn-id: r23926
2006-09-18 11:57:38 +00:00
Max Horn
285aa5d0b2
renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE
...
svn-id: r23925
2006-09-17 23:35:09 +00:00
Max Horn
fab33bf663
Moved stored flobjects to class ScummEngine_v70he
...
svn-id: r23924
2006-09-17 22:22:50 +00:00
Johannes Schickel
f4759feeab
formatting
...
svn-id: r23923
2006-09-17 21:19:23 +00:00
Max Horn
51017cf1b2
Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap (i.e. _res is a pointer now)
...
svn-id: r23922
2006-09-17 20:36:48 +00:00
Max Horn
8c0b0c0120
Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e. _gdi is a pointer now)
...
svn-id: r23921
2006-09-17 20:22:47 +00:00
Johannes Schickel
b6a8e38726
- removes the kyra specific language flag system, and uses the language enum defined in Common for that now
...
- also reworks the game flag system in general
svn-id: r23920
2006-09-17 20:21:40 +00:00
Torbjörn Andersson
3e8380f2c6
Only decompress the number of speech samples indicated by 'resSize'. This
...
prevents crashes in the demo, and is probably a good idea anyway.
svn-id: r23917
2006-09-17 15:25:59 +00:00
Max Horn
4503581340
Const correctness
...
svn-id: r23916
2006-09-17 13:06:40 +00:00
Chris Apers
f6daab19c5
Compiler seems to not use these operators when they are inlined
...
svn-id: r23915
2006-09-17 10:16:52 +00:00
Chris Apers
8de5d496fa
Added more compilation options
...
svn-id: r23914
2006-09-17 10:14:11 +00:00
Chris Apers
8922513d9f
Fixed compilation
...
svn-id: r23913
2006-09-17 10:08:16 +00:00
Johannes Schickel
0a87306b1c
typo...
...
svn-id: r23911
2006-09-17 10:03:41 +00:00
Johannes Schickel
1c0de62002
Mentions improved screen update handling of the Kyrandia engine in the NEWS file.
...
svn-id: r23910
2006-09-17 10:02:18 +00:00
Chris Apers
bc8a755c67
Fixed back mouse in GUI adding cursor palette support
...
Fixed cursor redraw in GUI
Fixed cursor glitches problem in BS because of too small buffer
Cleanup
svn-id: r23908
2006-09-17 09:59:31 +00:00
Chris Apers
5fa194e62b
Added option to trace memory allocation
...
Fixed key auto repeat problem in some engines
svn-id: r23905
2006-09-17 09:49:33 +00:00
Chris Apers
42dd017faf
Added option to trace memory allocation
...
svn-id: r23904
2006-09-17 09:46:06 +00:00
Chris Apers
24f55e47e1
This be_zodiac.h include is what was made standard OS5 to crash \!
...
svn-id: r23903
2006-09-17 09:40:53 +00:00
Chris Apers
fdab0733c7
Cleanup, no need to export twGlue addr when compiling standard OS5 version
...
svn-id: r23902
2006-09-17 09:34:45 +00:00
Chris Apers
1fe39e9b80
Cleanup, no need to export twGlue addr when compiling standard OS5 version
...
svn-id: r23901
2006-09-17 09:27:33 +00:00
Lars Persson
80bad5d0ff
Changed version numbers to 0.100
...
svn-id: r23900
2006-09-17 05:33:40 +00:00
Travis Howell
ff317afc64
Fix bug #1559767 - SIMONWIN: Crashes on start-up
...
svn-id: r23898
2006-09-16 22:35:21 +00:00
Lars Persson
27d39dabef
Small adjustment for projectfiles source path
...
svn-id: r23897
2006-09-16 21:03:04 +00:00
Johannes Schickel
a8bc979364
- enables pseudo unloading of loaded pak files (which reduces the loading of pak files on room changes)
...
- uses Common::hashit_lower instead of scumm_stricmp for filename checking
svn-id: r23896
2006-09-16 20:51:05 +00:00
Lars Persson
d0735a34a2
* Updated Symbian project files for new file structure
...
svn-id: r23895
2006-09-16 19:50:41 +00:00