Commit Graph

562 Commits

Author SHA1 Message Date
Gregory Montoir
0e71cd9b58 force screen update to update mouse pointer position (bug #1016446)
svn-id: r14763
2004-08-26 07:09:38 +00:00
Gregory Montoir
45d8b3b002 Rewrote the way strings are extracting from the datafiles, now it should be 'alignment safe'. Maybe it will fix bugs #923570 and #1013886, too.
svn-id: r14734
2004-08-24 16:31:46 +00:00
Gregory Montoir
0b6a19d25d remove some debug information and fix bug #1010929
svn-id: r14639
2004-08-17 19:22:30 +00:00
Gregory Montoir
5a6590ba7d minor cleanp
svn-id: r14616
2004-08-14 22:33:13 +00:00
Paweł Kołodziejski
d62ff5dca7 fixed warnings
svn-id: r14603
2004-08-14 09:10:14 +00:00
Gregory Montoir
f8a006952b forgot to reset dynalum color index during init
svn-id: r14489
2004-08-06 17:07:21 +00:00
Gregory Montoir
8b0e9502ec cleanup and simplify Resource class a bit more
svn-id: r14488
2004-08-06 17:01:58 +00:00
Gregory Montoir
79f235ef26 minor cleanup
svn-id: r14484
2004-08-06 11:28:33 +00:00
Gregory Montoir
a1480ba068 forgot that
svn-id: r14473
2004-08-05 18:17:39 +00:00
Gregory Montoir
aaf6da02db simplified some code
svn-id: r14472
2004-08-05 18:10:34 +00:00
Gregory Montoir
6b463e9907 not needed anymore, as File::open() handles the current directory
svn-id: r14471
2004-08-05 17:25:54 +00:00
Max Horn
b8ad54b3af Reversed param order of File::open() -- this allowed me to get rid of a few more getGameDataPath() calls
svn-id: r14090
2004-06-27 22:14:35 +00:00
Max Horn
df984b3824 Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to pass getGameDataPath() on to File::open()
svn-id: r14087
2004-06-27 21:52:25 +00:00
Max Horn
6b722ff11b Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again
svn-id: r14058
2004-06-25 22:39:21 +00:00
Gregory Montoir
39f49de6bb handle long command strings better (see bug report 962828)
svn-id: r13928
2004-06-04 17:29:26 +00:00
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