575 Commits

Author SHA1 Message Date
Oliver Kiehl
1200d5997e fixed switch opcode
svn-id: r8337
2003-06-05 22:26:06 +00:00
Joost Peters
717bdd9223 fixed mouse cursor/transparency
svn-id: r8336
2003-06-05 21:46:59 +00:00
Robert Göffringmann
4a934a5519 make mouse move to middle of screen at start and let skystate initialize its _objectList
svn-id: r8335
2003-06-05 20:37:52 +00:00
Robert Göffringmann
98b3712163 fixed caching routines
svn-id: r8334
2003-06-05 19:45:27 +00:00
Robert Göffringmann
8e253b1937 fixed sprite drawing, added some mouse support and some logic routines.
svn-id: r8332
2003-06-05 18:54:26 +00:00
Robert Göffringmann
0845c0adf0 fixed two mouse bugs
svn-id: r8296
2003-06-04 18:02:41 +00:00
Joost Peters
d496cecc98 some more mouse stuff..
svn-id: r8295
2003-06-04 17:13:24 +00:00
Robert Göffringmann
fc350e6be6 some more inits to make compiler happy.
svn-id: r8287
2003-06-03 18:35:18 +00:00
Robert Göffringmann
5d70cc1b10 reduced number of copy_rects() during sequences.
svn-id: r8286
2003-06-03 18:10:32 +00:00
Max Horn
bedd8c4d39 fixxed warning
svn-id: r8277
2003-06-02 21:43:45 +00:00
Oliver Kiehl
6c24f7dc44 fix disappearing foster bug
svn-id: r8268
2003-06-02 09:35:08 +00:00
Robert Göffringmann
9a450413cd forgot to remove debug printfs and to make sequenceRunning volatile.
svn-id: r8267
2003-06-02 06:48:36 +00:00
Robert Göffringmann
3ac5b4ccfa added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out of SkyState
svn-id: r8266
2003-06-02 06:42:42 +00:00
Robert Göffringmann
ee886a6be2 fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing in cd version depending on the end of the voc files being reached.
svn-id: r8262
2003-06-02 03:30:41 +00:00
Robert Göffringmann
1014c98fcb screen combine rectangles now. even a bit less cpu usage.
svn-id: r8258
2003-06-02 00:53:31 +00:00
Robert Göffringmann
e95a72f7c4 fix intro timing + text
svn-id: r8256
2003-06-02 00:01:34 +00:00
Robert Göffringmann
f8ead8a776 remove useless screen updates, make non-seq intro parts escapable.
svn-id: r8255
2003-06-01 22:53:44 +00:00
Robert Göffringmann
5bb59b4755 cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG
svn-id: r8253
2003-06-01 21:21:10 +00:00
Robert Göffringmann
674a34a392 fixing sprite commit from yesterday
svn-id: r8252
2003-06-01 19:34:28 +00:00
Oliver Kiehl
3e87539b5c use FROM_LE_16, indentation cleanup
svn-id: r8239
2003-06-01 13:29:28 +00:00
Joost Peters
4cef98bf6d add fnNormalMouse()
svn-id: r8238
2003-06-01 13:20:55 +00:00
Oliver Kiehl
41c1e94ea5 some VERY hacky SkyLogic::talk support
svn-id: r8237
2003-06-01 13:12:10 +00:00
Joost Peters
a29074ed08 actually show mouse this time
svn-id: r8234
2003-06-01 13:07:20 +00:00
Joost Peters
063c310917 added some buggy, incomplete mouse code
svn-id: r8233
2003-06-01 12:49:39 +00:00
Robert Göffringmann
b3e1668970 I hope(!) SkyScreen is big endian compatible now.
svn-id: r8227
2003-06-01 05:02:14 +00:00
Robert Göffringmann
20893a2d23 fixed sprite animation bug. Door closes completely now.
svn-id: r8226
2003-06-01 04:34:11 +00:00
Robert Göffringmann
22b5009a35 whoops
svn-id: r8221
2003-06-01 03:49:05 +00:00
Robert Göffringmann
d67c53d756 basic ingame speech support
svn-id: r8220
2003-06-01 03:44:07 +00:00
Robert Göffringmann
557be6cbfa fixed screen coordinates bug for stdSpeak
svn-id: r8204
2003-06-01 00:47:57 +00:00
Joost Peters
69db2c0515 oops. forgot this.
svn-id: r8200
2003-06-01 00:02:51 +00:00
Joost Peters
6b64849acd fixed sillty mistakes - must've been on crack when I coded this..
svn-id: r8199
2003-05-31 23:42:23 +00:00
Oliver Kiehl
30b0702ef5 that wasn't meant to get commited
svn-id: r8192
2003-05-31 20:53:55 +00:00
Oliver Kiehl
e1e7daa1c5 Some really cheap doxygen documentation
svn-id: r8191
2003-05-31 20:53:00 +00:00
Oliver Kiehl
9a56d08fe8 forgot to commit this file earlier
svn-id: r8187
2003-05-31 17:19:42 +00:00
Oliver Kiehl
7497828734 cleanup, add some doxygen docs
svn-id: r8184
2003-05-31 16:25:15 +00:00
Paweł Kołodziejski
945dacb247 cleanup endlines
svn-id: r8168
2003-05-31 11:53:28 +00:00
Oliver Kiehl
693b7126d6 add .cvsignore
svn-id: r8149
2003-05-30 16:08:21 +00:00
Oliver Kiehl
68a2e52889 some temporary debug cleanup
svn-id: r8148
2003-05-30 16:06:43 +00:00
Oliver Kiehl
32e4e1aa51 fix bug
svn-id: r8147
2003-05-30 16:01:07 +00:00
Joost Peters
6eca1c98c7 fixed stupid bug
svn-id: r8144
2003-05-30 14:48:09 +00:00
Joost Peters
60df623fee stdSpeak() - buggy
svn-id: r8141
2003-05-30 14:20:32 +00:00
Joost Peters
4e3e0aac3a added fnSpeak* functions
svn-id: r8139
2003-05-30 13:47:33 +00:00
Oliver Kiehl
9c98000f25 cleanup
svn-id: r8138
2003-05-30 13:35:34 +00:00
Oliver Kiehl
a7c5dbf7aa bugfix
svn-id: r8137
2003-05-30 13:08:13 +00:00
Joost Peters
f88dc73bb3 fixed bug
svn-id: r8136
2003-05-30 13:07:27 +00:00
Joost Peters
7dc20e84fe added talk animations
svn-id: r8135
2003-05-30 12:55:20 +00:00
Oliver Kiehl
ab3e5f8d40 add sound effects
svn-id: r8134
2003-05-30 11:07:30 +00:00
Travis Howell
864fbb1d99 Fix compile
svn-id: r8122
2003-05-30 00:00:49 +00:00
Robert Göffringmann
c1dfd566d5 stop sounds when escaping intro
svn-id: r8120
2003-05-29 23:15:36 +00:00
Robert Göffringmann
54b8fd8ce1 Some sky CD versions have an image replaced. This includes the original sky01.gif into ScummVM. Disabled by default, though.
svn-id: r8117
2003-05-29 22:26:45 +00:00