Robert Göffringmann
|
c79d40e1e3
|
small fix and added skyText destructor
svn-id: r7617
|
2003-05-17 20:04:05 +00:00 |
|
Jonathan Gray
|
21264fa23a
|
newline to make gcc happy
svn-id: r7588
|
2003-05-17 00:15:52 +00:00 |
|
Robert Göffringmann
|
50bbfe0372
|
added SFX support
svn-id: r7574
|
2003-05-16 15:33:18 +00:00 |
|
Robert Göffringmann
|
7fb5bd3a3d
|
reordered some intro commands, made fade-in look nicer
svn-id: r7531
|
2003-05-15 19:14:40 +00:00 |
|
Robert Göffringmann
|
2a7ae09b19
|
added incrementation of key velocity.
svn-id: r7530
|
2003-05-15 18:56:15 +00:00 |
|
Robert Göffringmann
|
10443a0fdb
|
removed timer.o
svn-id: r7517
|
2003-05-14 22:45:49 +00:00 |
|
Robert Göffringmann
|
d0e5d1f44c
|
restructured some things (mainly the screen routines), moved things out from SkyState. (not yet complete)
svn-id: r7516
|
2003-05-14 22:33:39 +00:00 |
|
Joost Peters
|
5f7e8231ca
|
some renaming (consistency)
svn-id: r7515
|
2003-05-14 21:25:03 +00:00 |
|
Robert Göffringmann
|
4162a22121
|
changed some internal structures, added support for true MT32 (though not yet used by main prog)
svn-id: r7483
|
2003-05-12 23:25:54 +00:00 |
|
Robert Göffringmann
|
7848ce64ea
|
m$vc++ gave hundreds of constant-truncation-warnings because of this one...
svn-id: r7477
|
2003-05-12 20:50:59 +00:00 |
|
Oliver Kiehl
|
18e1c5a80a
|
no need for inheritance anymore
svn-id: r7407
|
2003-05-09 22:06:37 +00:00 |
|
Oliver Kiehl
|
3ae28b3f5b
|
use huffman trees instead of that spaghetti code
svn-id: r7405
|
2003-05-09 17:11:47 +00:00 |
|
Paweł Kołodziejski
|
831a3ae279
|
fixed warning
svn-id: r7364
|
2003-05-06 06:27:30 +00:00 |
|
Joost Peters
|
f762c5dbba
|
some mouse stuff + fnEnterSection
svn-id: r7347
|
2003-05-05 13:19:59 +00:00 |
|
Max Horn
|
325c9b321c
|
new fmopl (from adplug, which has it from mame; we can use it under the LGPL should we ever have to)
svn-id: r7328
|
2003-05-04 21:17:42 +00:00 |
|
Oliver Kiehl
|
3f51ed8ff0
|
renamed RETURN_OK and RETURN_FAIL for morphos
svn-id: r7319
|
2003-05-04 13:52:20 +00:00 |
|
Joost Peters
|
6e094b7f20
|
fixed pink-text bug
svn-id: r7294
|
2003-05-03 23:32:04 +00:00 |
|
Max Horn
|
14a90f1339
|
virtual destructor, to avoid warning and to be sane (otherwise subclass destructors may not be called)
svn-id: r7279
|
2003-05-03 10:23:12 +00:00 |
|
Travis Howell
|
281ab79cd5
|
Update sky objects
svn-id: r7274
|
2003-05-03 05:19:07 +00:00 |
|
Robert Göffringmann
|
1805827655
|
changed structure of musicdriver, added General Midi music support.
mapping table mt32->gm needs a lot of changes.
svn-id: r7273
|
2003-05-03 02:59:45 +00:00 |
|
Oliver Kiehl
|
b4944983ec
|
renamed shadowed var
svn-id: r7265
|
2003-05-02 12:16:50 +00:00 |
|
Oliver Kiehl
|
52ee054c4d
|
plenty of bugfixes
svn-id: r7264
|
2003-05-02 11:57:34 +00:00 |
|
Joost Peters
|
d9caf96ef9
|
added loadFixedItems() and loadBase0()
svn-id: r7250
|
2003-05-01 14:10:42 +00:00 |
|
Oliver Kiehl
|
8e606a99ff
|
Commiting some of my stuff. Rather untested still buggy
svn-id: r7249
|
2003-05-01 14:05:10 +00:00 |
|
Joost Peters
|
d0fd19bd48
|
intro cleans up after itself after exiting with ESC-key, still needs some work/cleanup though
svn-id: r7247
|
2003-05-01 13:04:24 +00:00 |
|
Joost Peters
|
f62a4ae83e
|
cleanup
svn-id: r7239
|
2003-05-01 10:49:03 +00:00 |
|
Paweł Kołodziejski
|
62aec07402
|
fixed warning
svn-id: r7208
|
2003-04-30 05:47:18 +00:00 |
|
Oliver Kiehl
|
f8e18d97d8
|
adapt code to compact restructure
svn-id: r7207
|
2003-04-29 22:33:13 +00:00 |
|
Oliver Kiehl
|
b2f510aa75
|
small restructure (I hope the last one, but at least it pushes us up in the
list of SF's most active projects ;) )
svn-id: r7206
|
2003-04-29 22:29:26 +00:00 |
|
Joost Peters
|
27bacb86cc
|
added hack-ish intro ESCape key code
svn-id: r7205
|
2003-04-29 20:42:47 +00:00 |
|
Joost Peters
|
849178c462
|
made vars consistent
svn-id: r7204
|
2003-04-29 20:13:00 +00:00 |
|
Joost Peters
|
89b808cb18
|
enabled lowTextManager
svn-id: r7203
|
2003-04-29 20:05:47 +00:00 |
|
Joost Peters
|
5ea40b6778
|
added lowTextManager(), moved language from getText() to SkyText constructor + some cleanup
svn-id: r7202
|
2003-04-29 19:52:24 +00:00 |
|
Joost Peters
|
e0e0247b47
|
changed return type for displayText()
svn-id: r7201
|
2003-04-29 17:42:07 +00:00 |
|
Robert Göffringmann
|
9e83d98797
|
changed ScummVM header, renamed header defines
svn-id: r7200
|
2003-04-29 14:34:23 +00:00 |
|
Robert Göffringmann
|
caf3ffda05
|
fixed pathfinding problems (hopefully) :)
svn-id: r7199
|
2003-04-29 13:06:01 +00:00 |
|
Oliver Kiehl
|
3fe290b57b
|
endian fixes
svn-id: r7188
|
2003-04-28 20:50:18 +00:00 |
|
Paweł Kołodziejski
|
850ee739af
|
fixed two offsets for V2 and two warnings
svn-id: r7185
|
2003-04-28 18:19:48 +00:00 |
|
Robert Göffringmann
|
33911c29df
|
fixed bug in disk intro
svn-id: r7182
|
2003-04-28 15:41:33 +00:00 |
|
Joost Peters
|
8e44180423
|
Some fixes + added floppy version intro
svn-id: r7181
|
2003-04-28 14:47:39 +00:00 |
|
Robert Göffringmann
|
d95deb809d
|
fixed bug about checkBlock return value
svn-id: r7170
|
2003-04-28 01:05:55 +00:00 |
|
Oliver Kiehl
|
f14b0253f8
|
oops
svn-id: r7169
|
2003-04-27 22:23:10 +00:00 |
|
Oliver Kiehl
|
28009de449
|
fixed autoroute a bit (still doesn't work correctly but at least it doesn't
segfault) and linked it to SkyLogic
svn-id: r7167
|
2003-04-27 22:15:35 +00:00 |
|
Oliver Kiehl
|
34be8be611
|
adapted getCompactElem correctly
svn-id: r7166
|
2003-04-27 22:04:52 +00:00 |
|
Oliver Kiehl
|
2823a2fadd
|
adapted the code to the compact changes. not quite complete yet
svn-id: r7165
|
2003-04-27 21:45:28 +00:00 |
|
Oliver Kiehl
|
687bcd0c09
|
Found out what the UnknownStuff is and restructured accordingly
svn-id: r7164
|
2003-04-27 21:40:17 +00:00 |
|
Oliver Kiehl
|
648add8aa8
|
fix mistake I did earlier
svn-id: r7160
|
2003-04-27 16:36:24 +00:00 |
|
Max Horn
|
e85cbeb386
|
small buglet
svn-id: r7157
|
2003-04-27 15:49:08 +00:00 |
|
Oliver Kiehl
|
8fdf6e9242
|
fixed cvs and modified autoroute parameters. removed initialisation from
SkyState since it is only needed by SkyLogic
svn-id: r7156
|
2003-04-27 15:43:08 +00:00 |
|
Robert Göffringmann
|
760924593c
|
included references to autoroute
svn-id: r7155
|
2003-04-27 15:08:35 +00:00 |
|