3922 Commits

Author SHA1 Message Date
Max Horn
3a9d8cd8f4 implemented v2 walkboxes (at least the debugger output looks right now, though I might have overlooked something)
svn-id: r7406
2003-05-09 21:46:34 +00:00
Oliver Kiehl
3ae28b3f5b use huffman trees instead of that spaghetti code
svn-id: r7405
2003-05-09 17:11:47 +00:00
James Brown
ff3429ddab V2 Vars Fix
svn-id: r7404
2003-05-09 06:03:48 +00:00
James Brown
c126cf2df8 Fix intro room transition. Seems correct, so the fixme is really just explanitory.
svn-id: r7403
2003-05-09 05:55:11 +00:00
Jonathan Gray
8c8406cf50 zakstdemo now finishes properly and loops etc, this check seems to be wrong for v2 games at least
svn-id: r7402
2003-05-09 03:02:49 +00:00
Max Horn
15bddf437b updated my FIXME comment
svn-id: r7401
2003-05-09 01:17:31 +00:00
Max Horn
88c1f3ac18 fixed V2 drawObject
svn-id: r7400
2003-05-09 01:01:53 +00:00
Max Horn
bb4f806954 cleanup
svn-id: r7399
2003-05-09 00:57:10 +00:00
Max Horn
c63ec9d008 added a v2 charset rendered (with a hardcoded font take from german zak); enabled verbs in zak (well, they are drawn at least :-)
svn-id: r7398
2003-05-08 22:44:46 +00:00
Max Horn
4d7f7a8c80 yet more v2 var fixes
svn-id: r7397
2003-05-08 21:14:21 +00:00
Max Horn
af14dabc75 more v2 var fixes
svn-id: r7396
2003-05-08 21:02:46 +00:00
Max Horn
6d2c0de5f2 more v2 var access fixes
svn-id: r7395
2003-05-08 20:37:06 +00:00
Max Horn
0461222181 fixed various cases of bad var access
svn-id: r7394
2003-05-08 15:58:30 +00:00
Max Horn
98881c3a6a init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning
svn-id: r7393
2003-05-08 15:48:50 +00:00
Max Horn
6ab104cc3c some V2 fixes (we really really need to revise the _vars handling!)
svn-id: r7392
2003-05-08 14:32:25 +00:00
Max Horn
07bbeb31e9 fixed o2_resourceRoutines
svn-id: r7391
2003-05-08 14:14:37 +00:00
Max Horn
86e28c807e oops that was an accidental change
svn-id: r7390
2003-05-08 10:48:29 +00:00
James Brown
68f821c67d Hack: Turn on ignore walkboxes in V2 to stop intro freezing. Remove when we have V2 walkbox support (ugh...)
svn-id: r7388
2003-05-08 06:17:30 +00:00
Max Horn
f0f955ab15 experimental fix for Zak256 (see bug #733964)
svn-id: r7387
2003-05-08 00:28:05 +00:00
Max Horn
e6c8c46291 fixed bug #734057
svn-id: r7386
2003-05-07 23:09:04 +00:00
Max Horn
b1145090f6 Patch #733099: DIG: Experimental camera fix (should fix bugs #716350 and #659158)
svn-id: r7384
2003-05-07 22:56:06 +00:00
Max Horn
8188d946b3 fixed warning
svn-id: r7383
2003-05-07 22:50:15 +00:00
Jamieson Christian
15bf5ba885 ..\..\msg.txt
svn-id: r7382
2003-05-07 19:24:14 +00:00
Travis Howell
2cfbd5fcd6 Ooops
svn-id: r7381
2003-05-07 03:02:07 +00:00
Travis Howell
67a7474c4f Add some more game issues
svn-id: r7380
2003-05-07 02:57:33 +00:00
Paweł Kołodziejski
dea2b80472 updated vc6 files
svn-id: r7378
2003-05-06 23:29:16 +00:00
Chris Apers
f5caac359d Fix a bug with PalmOS
svn-id: r7368
2003-05-06 08:55:49 +00:00
Chris Apers
dcf7f81d36 Updated
svn-id: r7367
2003-05-06 08:31:26 +00:00
Chris Apers
ba7e13262c Cleanup
svn-id: r7366
2003-05-06 08:24:21 +00:00
Paweł Kołodziejski
c8eb0a9878 updated rc file
svn-id: r7365
2003-05-06 06:31:57 +00:00
Paweł Kołodziejski
831a3ae279 fixed warning
svn-id: r7364
2003-05-06 06:27:30 +00:00
Jonathan Gray
5a735f825d can get up to zak sleeping bit now...
svn-id: r7363
2003-05-06 01:20:09 +00:00
Jonathan Gray
1ba420a9e2 remove uneeded fixme
svn-id: r7362
2003-05-06 01:03:33 +00:00
Max Horn
3468e2caab Patch #732725: EditTextWidget: handleMouseDown positions caret
svn-id: r7360
2003-05-05 16:12:45 +00:00
Max Horn
898387e1ac Patch #732707: EditTextWidget: long string support
svn-id: r7359
2003-05-05 16:10:19 +00:00
Jamieson Christian
a0c98d1f14 Interim fix for Bug [712042] FOA: Lockup.
Final fix will require a savegame format mod.

svn-id: r7358
2003-05-05 16:07:10 +00:00
Travis Howell
fe1576152e Add indy3ega to supported list
Add separate builds option for mingw

svn-id: r7357
2003-05-05 16:00:50 +00:00
Max Horn
9e53f96599 updated NEWS
svn-id: r7354
2003-05-05 15:24:05 +00:00
Max Horn
d3e5e47984 -> version 0.4.1cvs
svn-id: r7352
2003-05-05 15:18:43 +00:00
Joost Peters
f762c5dbba some mouse stuff + fnEnterSection
svn-id: r7347
2003-05-05 13:19:59 +00:00
Chris Apers
5944d40eaa Add more ScummVM globals to PDB
svn-id: r7346
2003-05-05 12:29:26 +00:00
Chris Apers
b1ff9cb1cd cleanup and add more ScummVM globals to PDB
svn-id: r7345
2003-05-05 12:22:44 +00:00
Max Horn
15ba8da46b renamed XYFactor/YXFactor to XYFactor, YXFactor/deltaYFactor (they denote how much to move each step in the x/y direction); added several FIXME comments (after 0.4.0 we really shold revise this code)
svn-id: r7344
2003-05-05 12:09:22 +00:00
Oliver Kiehl
37159f9b4e fixed cursor placement
svn-id: r7343
2003-05-05 10:38:16 +00:00
Jonathan Gray
d12ff07ce2 patch #732518 loom learn drafts debugger command by erik
svn-id: r7342
2003-05-05 10:02:04 +00:00
Oliver Kiehl
98d5dd518e patch #732184
svn-id: r7341
2003-05-05 09:48:23 +00:00
Max Horn
ac0897515d unified o?_isEqual, too (but not as nice due to hack)
svn-id: r7340
2003-05-05 09:25:07 +00:00
Max Horn
fa0df19a1d cleanup / reduced code duplication
svn-id: r7339
2003-05-05 09:19:15 +00:00
Nicolas Bacca
93c7422879 Update project build files
svn-id: r7338
2003-05-05 07:28:49 +00:00
Nicolas Bacca
be89d96312 Experimental COMI support - GAPI 565 only - still some work to do on the future branch
svn-id: r7337
2003-05-05 07:26:32 +00:00