Paul Gilbert
6b5b4f8015
Fix to remove a tab character from the GPL header
...
svn-id: r30242
2008-01-05 12:55:22 +00:00
Paul Gilbert
2dcfa224e3
Removed tabs in front of GPL header
...
svn-id: r30241
2008-01-05 12:51:07 +00:00
Paul Gilbert
6eb64102a4
Fix to remove a tab character from the GPL header
...
svn-id: r30238
2008-01-05 12:45:14 +00:00
Eugene Sandulenko
ef319ad674
Patch #1859448 : Add OSystem::getTimeAndDate API
...
svn-id: r30034
2007-12-28 07:43:52 +00:00
Sven Hesse
5327417c56
Style :P
...
svn-id: r30000
2007-12-26 01:19:16 +00:00
Sven Hesse
58959568bd
Style :P
...
svn-id: r29999
2007-12-26 01:19:05 +00:00
Sven Hesse
cc84bec06e
Style :P
...
svn-id: r29965
2007-12-23 16:31:21 +00:00
Kari Salminen
49fca52c9b
Removes warning about shadowing a previous local declaration of filePtr introduced by r29962. Hopefully NDS Gobliiins still works after this!
...
svn-id: r29964
2007-12-23 16:25:28 +00:00
Bertrand Augereau
6fa1de14ad
Slight perturbation of the code gen for the sake of NDS Gobliiins
...
svn-id: r29962
2007-12-23 15:23:01 +00:00
Max Horn
6d37f5ccd8
Do not #include time.h globally (ideally, we should provide a localtime clone in OSystem so we can completly get rid of this)
...
svn-id: r29919
2007-12-20 14:29:58 +00:00
Sven Hesse
4c54a8caee
Fixing bug #1850343 (GOB1: Long beeping noise after cutscene)
...
svn-id: r29857
2007-12-13 23:28:07 +00:00
Sven Hesse
77d7e01332
Added the french floppy version of "Lost In Time", as supplied by Arshlan in the forums
...
svn-id: r29659
2007-11-29 14:38:12 +00:00
Sven Hesse
3f03a8d224
Apparently, I can't write...
...
svn-id: r29650
2007-11-27 15:00:54 +00:00
Sven Hesse
25314ef591
Added detection fallback for Lost In Time
...
svn-id: r29649
2007-11-27 14:00:34 +00:00
Sven Hesse
b1f6be7baa
Moved Gob's square wave generator to sound/softsynth/pcspk.h
...
svn-id: r29564
2007-11-18 23:35:09 +00:00
Eugene Sandulenko
c640d1c604
Patch #1825276 : "DETECTION: advanced detector engine simplification"
...
svn-id: r29386
2007-11-03 21:06:58 +00:00
Sven Hesse
1f80f1f47e
Fixing the scenery/overlay redrawing in Woodruff
...
svn-id: r29324
2007-10-30 10:47:24 +00:00
Sven Hesse
dd5be6826a
Fixing the Gob3 CD crash on ARM systems/ports
...
svn-id: r29235
2007-10-19 23:00:43 +00:00
Sven Hesse
fd1dbd8668
Small font-related correction
...
svn-id: r29006
2007-09-21 18:50:53 +00:00
Eugene Sandulenko
77eea722af
Modified patch #1738058 : "Action recorder".
...
svn-id: r28968
2007-09-19 13:55:05 +00:00
Nicola Mettifogo
258901bab9
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
...
svn-id: r28966
2007-09-19 08:40:12 +00:00
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Travis Howell
2c0317ec61
The Lost in Time demo uses Adlib.
...
svn-id: r28700
2007-08-23 10:58:09 +00:00
Sven Hesse
3778d8619f
Fixed the cutscenes in the CD version of Lost in Time
...
(There's still something wrong with the second one, the one with the agent, though. Probably has to do with the sound key command 10)
svn-id: r28693
2007-08-21 20:44:32 +00:00
Sven Hesse
07586c378e
Small correction
...
svn-id: r28670
2007-08-19 20:31:48 +00:00
Torbjörn Andersson
b6017da9e2
Always update the video's position, even if it's already been loaded, because
...
it won't necessarily be played at the same position every time. For instance,
in Lost in Time you can look at the captain's chair several times. The position
of the video seems to depend on exactly where on the screen you clicked.
svn-id: r28668
2007-08-19 19:07:31 +00:00
Max Horn
2e70246e3c
Fixing code formatting
...
svn-id: r28665
2007-08-19 18:39:49 +00:00
Sven Hesse
2d15e4af78
Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow computers)
...
svn-id: r28664
2007-08-19 17:26:06 +00:00
Sven Hesse
20eb2fca57
Making it work again for 16bit VMDs
...
svn-id: r28606
2007-08-14 01:57:44 +00:00
Sven Hesse
22996d1cd9
Fixed talking videos sync
...
svn-id: r28605
2007-08-14 01:48:37 +00:00
Sven Hesse
e7e26ad767
The talking videos work a bit better now. The sync and coordinates are still screwy
...
svn-id: r28604
2007-08-14 00:42:32 +00:00
Sven Hesse
5bacb6edee
Woodruff is now controllable
...
svn-id: r28591
2007-08-13 14:04:50 +00:00
Travis Howell
397aeeebfb
Ooops, remove extra white space.
...
svn-id: r28586
2007-08-13 09:58:59 +00:00
Travis Howell
7e2390deb9
Add Lost In Time demo.
...
svn-id: r28580
2007-08-13 07:55:47 +00:00
Torbjörn Andersson
d7b6f0ecc8
Clear _curFile in closeVideo(). This fixes a regression in Lost in Time, where
...
the screen would go blank after closing the notebook.
svn-id: r28567
2007-08-12 18:15:54 +00:00
Sven Hesse
f1cbf3f9b6
Added a small safety check to avoid accidently overflowing buffers when reading from files in STKs
...
svn-id: r28536
2007-08-11 20:59:08 +00:00
Sven Hesse
771741647d
This should fix bug #1770655 and another one eriktorbjorn experienced in the CD version of Lost in Time in one go! :D
...
svn-id: r28535
2007-08-11 20:55:43 +00:00
Travis Howell
1643dd98bc
Remove excess ;
...
svn-id: r28499
2007-08-09 05:01:10 +00:00
Sven Hesse
b48a14734b
(Finally) fixed the turning around counterclockwise in Lost in Time.
...
svn-id: r28488
2007-08-08 03:42:33 +00:00
Sven Hesse
d667507775
Fixing my leak fix...
...
svn-id: r28487
2007-08-07 20:43:41 +00:00
Sven Hesse
f93ffdbc2d
Stuffing a leak
...
svn-id: r28486
2007-08-07 18:51:34 +00:00
Sven Hesse
d31d50ac3d
Possible fix for bug #1767748 (Gobliiins is not fast as it can be on slow computers)
...
svn-id: r28456
2007-08-05 01:42:38 +00:00
Eugene Sandulenko
8b5f0624f5
Make resolution change in Lost in Time less wacky.
...
svn-id: r28437
2007-08-03 21:09:41 +00:00
Sven Hesse
055e6654e5
Lost in Time's title is shown correctly now.
...
The size switching looks a bit whacky, but that's what the game does :)
svn-id: r28435
2007-08-03 17:51:36 +00:00
Sven Hesse
7ec3572ee6
Repaired the cursor and saving in the notebook
...
svn-id: r28434
2007-08-03 16:21:39 +00:00
Sven Hesse
e802f067cd
Lost in Time now (kind of) shows the title and the wobble-effect is drawn
...
svn-id: r28433
2007-08-03 15:18:00 +00:00
Sven Hesse
8b99a6508f
Made the offsets in the construct signed as well
...
svn-id: r28421
2007-08-02 22:36:43 +00:00
Filippos Karapetis
ff8fda1b80
Fixed some warnings
...
svn-id: r28420
2007-08-02 22:27:59 +00:00
Sven Hesse
a2aec6c753
Saving works now in Lost in Time
...
svn-id: r28418
2007-08-02 22:12:20 +00:00
Torbjörn Andersson
da8dbb271d
Added entries for the CD version of Lost in Time. (I'm told this is how we
...
handle multi-lingual games.)
svn-id: r28416
2007-08-02 20:48:09 +00:00