Jonathan Gray
|
dbc29272e9
|
use old method to decide on text colouring for loom towns, I think the pink distaff when returning to the first room may be the last bug left now
svn-id: r10247
|
2003-09-14 00:37:47 +00:00 |
|
Max Horn
|
47827b1f22
|
disabled a stone old hack; Ender, maybe you remember some details about this fix? anybody feel like playtesting the Mystery Vortex, please? :-)
svn-id: r10246
|
2003-09-13 23:50:29 +00:00 |
|
Max Horn
|
30e4785896
|
simplified code
svn-id: r10245
|
2003-09-13 21:20:05 +00:00 |
|
Paweł Kołodziejski
|
199e9632b8
|
fixed badly commit
svn-id: r10244
|
2003-09-13 21:04:47 +00:00 |
|
Max Horn
|
398af102a1
|
fix for bug #732414 (ZAK256: Some verbs do not highlight correctly)
svn-id: r10243
|
2003-09-13 20:55:42 +00:00 |
|
Paweł Kołodziejski
|
b735d9031d
|
implemented fileWrite opcode
svn-id: r10242
|
2003-09-13 20:54:12 +00:00 |
|
Oliver Kiehl
|
52ff6acc1f
|
and another endian fix
svn-id: r10241
|
2003-09-13 20:42:08 +00:00 |
|
Max Horn
|
7eb758f697
|
I am not happy at all with the slack our team has shown recently! I barely concealed these obvious mistakes, to check who's paying attention. And only one person (olki) did notice, and even he only got 50%... tsk tsk tsk, how shall this go on. What will happen if I make real mistakes instead of purposeful ones? *cough cough* yeah, right
svn-id: r10240
|
2003-09-13 19:26:44 +00:00 |
|
Paweł Kołodziejski
|
bd11fd1217
|
remove path in filename at delete func too
svn-id: r10239
|
2003-09-13 18:45:56 +00:00 |
|
Paweł Kołodziejski
|
971fff61b8
|
fixed size logic in readFileToArray()
svn-id: r10238
|
2003-09-13 18:36:16 +00:00 |
|
Max Horn
|
2afc2c0ca9
|
fix global vars storing
svn-id: r10237
|
2003-09-13 18:18:02 +00:00 |
|
Max Horn
|
42bf2a855c
|
cleanup
svn-id: r10236
|
2003-09-13 18:06:19 +00:00 |
|
Max Horn
|
54a6946eee
|
cleanup
svn-id: r10235
|
2003-09-13 17:36:53 +00:00 |
|
Oliver Kiehl
|
51703e1014
|
pack _parallax to be on the safe side
svn-id: r10234
|
2003-09-13 17:36:39 +00:00 |
|
Max Horn
|
5aa69da8ef
|
convert run lists in the res manager
svn-id: r10233
|
2003-09-13 17:36:31 +00:00 |
|
Paweł Kołodziejski
|
0c0f967c59
|
implemented fileread opcode
svn-id: r10232
|
2003-09-13 16:25:33 +00:00 |
|
Torbjörn Andersson
|
1976374521
|
Re-added BASS-specific hotkey section. (There used to be one, but it seems
to have disappeared under mysterious circumstances.)
svn-id: r10231
|
2003-09-13 15:23:18 +00:00 |
|
Jochen Hoenicke
|
bcb87f4126
|
Add a new hull curve entry needed by Indy3. This fixes bug #770698.
svn-id: r10230
|
2003-09-13 15:02:59 +00:00 |
|
Oliver Kiehl
|
6d94352f2f
|
fix speech on BE
svn-id: r10229
|
2003-09-13 14:32:40 +00:00 |
|
Travis Howell
|
7f81defbff
|
Revert change, was not needed after all.
svn-id: r10228
|
2003-09-13 14:09:36 +00:00 |
|
Max Horn
|
b6e4fb2ef7
|
since _hFileTable is only used by Scumm_v6, there is no reason to put it into class Scumm
svn-id: r10227
|
2003-09-13 13:59:46 +00:00 |
|
Paweł Kołodziejski
|
c334c1103f
|
implemented opcodes: openfile and closefile
svn-id: r10226
|
2003-09-13 13:41:44 +00:00 |
|
Max Horn
|
059781c80a
|
fix g_header -> header in comments
svn-id: r10225
|
2003-09-13 13:20:28 +00:00 |
|
Oliver Kiehl
|
bd50e9f3d7
|
some more endian fixes
svn-id: r10224
|
2003-09-13 13:05:52 +00:00 |
|
Max Horn
|
d2e56ed4a2
|
endian conversion in save/restore code (may not be complete, beware!)
svn-id: r10223
|
2003-09-13 13:04:55 +00:00 |
|
Max Horn
|
49f84b9c41
|
cleanup
svn-id: r10222
|
2003-09-13 13:02:44 +00:00 |
|
Paweł Kołodziejski
|
f02d38ce5a
|
a little updated opcode: openFile and deleteFile
svn-id: r10221
|
2003-09-13 12:37:21 +00:00 |
|
Oliver Kiehl
|
20fe2b83fc
|
should have been an int32
svn-id: r10220
|
2003-09-13 12:15:13 +00:00 |
|
Oliver Kiehl
|
35e5c73127
|
endian fix
svn-id: r10219
|
2003-09-13 12:12:11 +00:00 |
|
Max Horn
|
f9c28dca49
|
cleanup
svn-id: r10218
|
2003-09-13 12:08:17 +00:00 |
|
Travis Howell
|
989f3f9215
|
Another fm towns sound fix from Hibernatus
svn-id: r10217
|
2003-09-13 12:04:48 +00:00 |
|
Max Horn
|
41a17b9da6
|
let the interpreter use native endianess for variables -> this allows us to get rid of various endian conversions, and also fixs lots of other problems on BE systems. Beware, though, this may impair save game exchange between LE/BE: we'll have to adjust save_rest.cpp to convert to/from LE upon save/load
svn-id: r10216
|
2003-09-13 12:03:29 +00:00 |
|
Oliver Kiehl
|
f6cfd5775e
|
fix LE bug
svn-id: r10215
|
2003-09-13 11:39:25 +00:00 |
|
Max Horn
|
9b960e6ceb
|
trying to fix VC6 project files manually - beware :-)
svn-id: r10214
|
2003-09-13 11:31:47 +00:00 |
|
Max Horn
|
d6eddef542
|
clarified Loom related comments
svn-id: r10213
|
2003-09-13 11:26:51 +00:00 |
|
Oliver Kiehl
|
adcbedbfde
|
hack isn't needed anymore
svn-id: r10212
|
2003-09-13 10:31:46 +00:00 |
|
Paweł Kołodziejski
|
5c5faaca2a
|
update vc7 files
svn-id: r10211
|
2003-09-13 08:49:41 +00:00 |
|
Travis Howell
|
c4d293bab1
|
Add comments from Hibernatus
svn-id: r10210
|
2003-09-13 07:04:20 +00:00 |
|
Travis Howell
|
e8f7f2a4e1
|
Another fm towns sound fix from Hibernatus
svn-id: r10209
|
2003-09-13 06:56:47 +00:00 |
|
Travis Howell
|
ac8e16cc2e
|
Update comment
svn-id: r10208
|
2003-09-13 04:38:37 +00:00 |
|
Max Horn
|
a81ea7667b
|
improved heuristic, fixes crash when clicking on the fence
svn-id: r10207
|
2003-09-13 02:28:17 +00:00 |
|
Max Horn
|
f18b68cb09
|
wow - now I can walk around in the BS2 demo!
svn-id: r10206
|
2003-09-13 02:11:05 +00:00 |
|
Max Horn
|
a00930fbcb
|
YAEB
svn-id: r10205
|
2003-09-13 01:59:57 +00:00 |
|
Max Horn
|
403ba92327
|
cleanup
svn-id: r10204
|
2003-09-13 01:59:11 +00:00 |
|
Max Horn
|
e93964cc4c
|
yet another endian fix
svn-id: r10203
|
2003-09-13 01:50:11 +00:00 |
|
Joost Peters
|
d517558b10
|
proper fix for bug #791207
svn-id: r10202
|
2003-09-13 01:45:12 +00:00 |
|
Travis Howell
|
cc427cdcdd
|
More Amiga V3 sound updates from unused.
svn-id: r10201
|
2003-09-13 01:42:36 +00:00 |
|
Joost Peters
|
befc7ed3db
|
workaround for bug #791207
svn-id: r10200
|
2003-09-13 01:08:45 +00:00 |
|
Max Horn
|
c96ce86cab
|
<joostp> *Fingolfin does +5 damage to endian bug.
svn-id: r10199
|
2003-09-13 01:06:41 +00:00 |
|
Max Horn
|
01fc842d91
|
endian fix for walk data
svn-id: r10198
|
2003-09-13 00:19:39 +00:00 |
|