Gregory Montoir
0637bb70a7
make use of OSystem::setMouseCursor() change
...
svn-id: r13792
2004-05-05 18:03:41 +00:00
Gregory Montoir
4fef6d8972
fix for bug #928549 .
...
Animations on objects/persons setup by cutaways can still be played after the end of the cutscene. (the only ?) one room in which this is reproducable is the first time you talk to the Oracle (first c44, then c47).
As a Cutaway object is created for each cutscene, the _cutAnim member should be moved to an more "persistant" object.
Otherwise we're reading data from free'd memory...
svn-id: r13488
2004-04-06 20:15:19 +00:00
Gregory Montoir
8f6ae7973e
patch #910779 (with minor tweaks), fotaq hebrew support :
...
- reversed button captions in journal
- reversed command text in pinnacle room
- reverse order of lines in dialogue chooser
thanks Ori Avtalion !
svn-id: r13447
2004-04-03 17:58:58 +00:00
Nicolas Bacca
039e06c59c
Fix bug #925059
...
svn-id: r13416
2004-03-28 21:44:41 +00:00
Max Horn
14378cb56e
Renamed more OSystem methods
...
svn-id: r13410
2004-03-28 16:30:50 +00:00
Gregory Montoir
33dc4ae1a6
does this fixes the journal issue for spanish version ?
...
svn-id: r13384
2004-03-26 18:00:13 +00:00
Gregory Montoir
11ef1b614a
try to track the journal issue in spanish version
...
svn-id: r13382
2004-03-25 21:40:35 +00:00
Joost Peters
1f1c929cae
Fix for bug #921681 - clear _quickSave when exiting cutaways
...
svn-id: r13376
2004-03-23 23:47:01 +00:00
Nicolas Bacca
52642e4123
Fix #922003 - FOTAQ crash on PocketPC
...
svn-id: r13372
2004-03-23 20:34:19 +00:00
Chris Apers
5121f61175
Fixed
...
svn-id: r13342
2004-03-19 10:49:29 +00:00
Gregory Montoir
da0c6e41d3
minor cleanup
...
svn-id: r13340
2004-03-18 21:53:49 +00:00
Gregory Montoir
3139f19569
fixed issue when loading a savegame in last room (robot/frank fight)
...
svn-id: r13338
2004-03-18 21:27:51 +00:00
Chris Apers
6e1200dc67
Added PalmOS support
...
svn-id: r13336
2004-03-17 14:10:51 +00:00
Jonathan Gray
1c9d6280e9
add ability to acces journal via F5 for consistency with other engines
...
svn-id: r13329
2004-03-17 08:53:11 +00:00
Max Horn
2314cdf036
implicitly declare use of OSystem
...
svn-id: r13291
2004-03-15 01:45:22 +00:00
Gregory Montoir
e8dde78b9d
prevent journal from reappearing when F1 is pressed more than once
...
svn-id: r13272
2004-03-14 13:26:01 +00:00
Gregory Montoir
911f77637a
fixed inventory scrolling using keyboard
...
svn-id: r13265
2004-03-14 00:53:24 +00:00
Joost Peters
99d57c2d9f
Respond to volume-altering songs
...
svn-id: r13225
2004-03-09 01:48:12 +00:00
Joost Peters
1020f97cea
Enable music volume slider in Journal
...
svn-id: r13222
2004-03-09 00:52:07 +00:00
Gregory Montoir
ec5f7b87c6
cleanup (removed irrevelant comments and useless XXX'ed code)
...
svn-id: r13214
2004-03-07 10:46:02 +00:00
Nicolas Bacca
000094a562
Display keyboard when saving
...
svn-id: r13156
2004-03-02 21:17:45 +00:00
Max Horn
c6752cccf5
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend
...
svn-id: r13087
2004-02-28 12:58:13 +00:00
Gregory Montoir
56102a1d02
forgot to change that, too
...
svn-id: r13086
2004-02-28 09:02:43 +00:00
Gregory Montoir
bc0199a3f1
dropped the 'always' verb feature, as it is more confusing than useful
...
svn-id: r13084
2004-02-28 08:52:53 +00:00
Gregory Montoir
727e8b3812
simplified alt_intro check
...
svn-id: r13082
2004-02-28 07:34:26 +00:00
Gregory Montoir
d94c096f36
removed hack from loading code
...
svn-id: r13080
2004-02-28 06:34:58 +00:00
Joost Peters
6c64dc6ac4
Forgot to add this to xref.txt
...
svn-id: r13076
2004-02-28 00:02:11 +00:00
Joost Peters
bb0ed8bc81
Handle comic book case, enable music toggle and some minor cleanup.
...
svn-id: r13074
2004-02-27 23:54:13 +00:00
Joost Peters
3a6646b598
Handle "compressed" songs
...
svn-id: r13066
2004-02-27 02:08:44 +00:00
Max Horn
d158280425
the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again
...
svn-id: r13036
2004-02-24 22:39:42 +00:00
Max Horn
aa6ec62e9d
Patch #885904 (Flac Support) with some tweaks by me
...
svn-id: r12984
2004-02-22 14:11:16 +00:00
Joost Peters
6e50033d07
I am an idiot.
...
Better fix for bug #899881 (Sounds played when sound turned off) - I forgot I added the isSpeech flag a while back. :)
svn-id: r12976
2004-02-21 20:50:56 +00:00
Joost Peters
0301ccc8a8
Fix for bug #899881 (Sounds played when sound turned off)
...
svn-id: r12975
2004-02-21 20:20:35 +00:00
Gregory Montoir
356bed1de9
Fixed arrow dialogue glitches (partial display) in non-english versions. This was due to a (wrong) blitting order of the bobs, arrows are now the last ones.
...
svn-id: r12959
2004-02-21 08:52:25 +00:00
Joost Peters
9b764920a1
fix yet another piece of broken music
...
svn-id: r12861
2004-02-14 00:37:44 +00:00
Joost Peters
bf0d58fe89
Applied patch #896726 (reversed hebrew text) and reduced overhead a little by introducing an _isReversed boolean
...
svn-id: r12860
2004-02-13 22:33:21 +00:00
Joost Peters
110443fb63
Add hebrew font data
...
svn-id: r12858
2004-02-13 16:27:36 +00:00
Joost Peters
c1c01bcc0e
Don't do unnecessary checks
...
svn-id: r12827
2004-02-11 21:13:16 +00:00
Joost Peters
f4b3100b35
add support for the hebrew talkie version and warn the user if s/he's using an old version of the tbl file
...
svn-id: r12826
2004-02-11 21:07:39 +00:00
Travis Howell
6bbbc2eb02
Alternative intro. is only in CD versions.
...
svn-id: r12816
2004-02-10 16:06:47 +00:00
Max Horn
f59eb3b219
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
...
svn-id: r12722
2004-02-05 00:19:57 +00:00
Torbjörn Andersson
caffafa99b
Fixed initialization order warning.
...
svn-id: r12715
2004-02-02 08:37:31 +00:00
Joost Peters
2daf5fda6b
init _joe.walk (valgrind warning)
...
svn-id: r12701
2004-02-01 15:02:16 +00:00
Joost Peters
39824cb47b
another valgrind fix
...
svn-id: r12700
2004-02-01 14:41:23 +00:00
Joost Peters
c3a5b9abf7
Match new[] with delete[]
...
svn-id: r12698
2004-02-01 13:50:44 +00:00
Joost Peters
7e875dc55a
fix valgrind warning. (pressing ESC like mad at startup could cause it to check against uninitialised value)
...
svn-id: r12697
2004-02-01 13:47:15 +00:00
Max Horn
da76ac5890
Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress
...
svn-id: r12680
2004-01-30 21:54:28 +00:00
Joost Peters
239275c608
remove outdated TODOs
...
svn-id: r12658
2004-01-28 13:13:58 +00:00
Travis Howell
f5b5d863c0
Interview has no speech iether.
...
svn-id: r12655
2004-01-28 09:10:07 +00:00
Joost Peters
63be7c1323
Allow using a real MT-32 (can someone with one please test this?)
...
svn-id: r12641
2004-01-27 23:05:02 +00:00