Max Horn
|
acb35fc915
|
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive)
svn-id: r7423
|
2003-05-10 21:49:59 +00:00 |
|
Jonathan Gray
|
7f0b853ca7
|
fix variable acces
svn-id: r7414
|
2003-05-10 14:40:09 +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 |
|
Chris Apers
|
5944d40eaa
|
Add more ScummVM globals to PDB
svn-id: r7346
|
2003-05-05 12:29:26 +00:00 |
|
Max Horn
|
af2e2fff7a
|
cleanup
svn-id: r6877
|
2003-03-28 23:08:36 +00:00 |
|
Paweł Kołodziejski
|
aa3766018f
|
updated copyrights headers
svn-id: r6726
|
2003-03-06 21:46:56 +00:00 |
|
Paweł Kołodziejski
|
093428ae9a
|
and more cleanup
svn-id: r6718
|
2003-03-06 17:58:13 +00:00 |
|
Paweł Kołodziejski
|
186480c839
|
fixes to akos opcodes
svn-id: r6669
|
2003-03-03 00:45:38 +00:00 |
|
Paweł Kołodziejski
|
bf2576e734
|
added AKC_StartVarAnim opcode for akos_increaseAnims
svn-id: r6660
|
2003-03-02 13:07:58 +00:00 |
|
Paweł Kołodziejski
|
9eff1cc3fd
|
changed check only for Cxxx opcodes
svn-id: r6657
|
2003-03-02 12:23:37 +00:00 |
|
Paweł Kołodziejski
|
373e845554
|
improved a little akos_queCommand func
svn-id: r6631
|
2003-02-22 10:39:50 +00:00 |
|
James Brown
|
5bf741f960
|
Patch 667613: Extend gfxUsageBits[]
svn-id: r6453
|
2003-01-14 10:06:56 +00:00 |
|
James Brown
|
a5e144fb8a
|
Add uSweat token (used when trying to walk across hot sand at brimstone beach)
svn-id: r6432
|
2003-01-12 18:35:01 +00:00 |
|
Max Horn
|
eaf2e1a313
|
more akos/costume merging
svn-id: r6352
|
2003-01-07 17:35:20 +00:00 |
|
Max Horn
|
9270a0558b
|
some chore/limb related code
svn-id: r6348
|
2003-01-06 16:04:01 +00:00 |
|
Max Horn
|
37a64f5d12
|
cleanup; added a hack to avoid crash in the canon scene (at least it works this way for me)
svn-id: r6347
|
2003-01-06 13:41:29 +00:00 |
|
Max Horn
|
d9515432e4
|
started unifying code in akos.cpp and costume.cpp
svn-id: r6343
|
2003-01-05 23:53:16 +00:00 |
|
James Brown
|
7070a7194a
|
Fix CMI Akos 'garbage' bug, based off of eriktorbjorn patch 659331
svn-id: r6222
|
2002-12-28 11:33:10 +00:00 |
|
Max Horn
|
319facc9c3
|
cleanup
svn-id: r6214
|
2002-12-28 00:45:44 +00:00 |
|
Max Horn
|
81c421ec0c
|
cleanup
svn-id: r6197
|
2002-12-27 14:04:25 +00:00 |
|
Paweł Kołodziejski
|
19935c14a1
|
added missing sound effects based on patch #654463
svn-id: r5999
|
2002-12-16 21:21:55 +00:00 |
|
Oliver Kiehl
|
133f624cc5
|
moved RNG to common/util.cpp
svn-id: r5778
|
2002-12-01 14:57:50 +00:00 |
|
Max Horn
|
24a1a2a369
|
Patch #639699: SAM: Fix for graphics glitch
svn-id: r5601
|
2002-11-19 01:45:08 +00:00 |
|
James Brown
|
6e4bc05791
|
Masking patch
svn-id: r5468
|
2002-11-08 18:40:12 +00:00 |
|
Max Horn
|
63e1069ec1
|
removed more unused variables; cleaned up some spaces
svn-id: r5442
|
2002-11-06 15:29:49 +00:00 |
|
Max Horn
|
1974075bb3
|
removed unused parameters from drawBomp
svn-id: r5440
|
2002-11-06 14:54:21 +00:00 |
|
Paweł Kołodziejski
|
5d873255ea
|
rewrote akos5 and bomp, corrected pitch in akos16, increased range of gfxbits
svn-id: r5433
|
2002-11-06 07:28:39 +00:00 |
|
Max Horn
|
da131f8256
|
Patch #627935: Akos codec5 cleanup/bugfix
svn-id: r5309
|
2002-10-25 13:44:03 +00:00 |
|
Paweł Kołodziejski
|
9b535419d1
|
removed _bitMask table from akos16
svn-id: r5308
|
2002-10-25 06:57:46 +00:00 |
|
Paweł Kołodziejski
|
a125d1cc1a
|
changed number strips to dynamic and increased arrays tdirty and bdirty to 80
svn-id: r5296
|
2002-10-24 06:28:54 +00:00 |
|
Max Horn
|
93c8e145a8
|
akos cleanup, second stage
svn-id: r5242
|
2002-10-22 12:18:17 +00:00 |
|
Max Horn
|
9f33d561a9
|
akos cleanup, first stage
svn-id: r5238
|
2002-10-22 11:47:45 +00:00 |
|
James Brown
|
4dfee3016c
|
Remove akos16 warning()
svn-id: r5233
|
2002-10-22 10:45:49 +00:00 |
|
James Brown
|
e2dc70b9e8
|
Remove unused variable
svn-id: r5232
|
2002-10-22 10:40:19 +00:00 |
|
James Brown
|
88593c4a2a
|
ludde's akos 16 cleanup and mods - fixes the full throttle dumpster animation too
svn-id: r5230
|
2002-10-22 10:37:08 +00:00 |
|
James Brown
|
80f55f19a3
|
Akos(16) fixes by Ludde - yay, it's working :)
svn-id: r5229
|
2002-10-22 09:52:14 +00:00 |
|
Paweł Kołodziejski
|
0718ff5126
|
cleanup akos16, still broken
svn-id: r5228
|
2002-10-22 07:25:26 +00:00 |
|
Paweł Kołodziejski
|
dfee215a1b
|
cleanup and fixes akos16: types, init. variables at mirror, missing '+' at decode, but still broken :(
svn-id: r5221
|
2002-10-21 18:49:11 +00:00 |
|
James Brown
|
88462aec1a
|
add missing bitmask value. akos16 is still quite broken however
svn-id: r5211
|
2002-10-21 12:41:46 +00:00 |
|
Paweł Kołodziejski
|
8a0d3438fc
|
added cliping for actor in akos16
svn-id: r5206
|
2002-10-21 08:13:48 +00:00 |
|
Paweł Kołodziejski
|
dadcb24239
|
badly akos16 implementation
svn-id: r5204
|
2002-10-21 06:01:04 +00:00 |
|
James Brown
|
c0a42d5450
|
Implement akos codec 1, shadow mode 3
svn-id: r5167
|
2002-10-16 13:43:31 +00:00 |
|
James Brown
|
53c60b20d8
|
Fix missing fourth shape in Dig rods, by changing typecast.
svn-id: r5155
|
2002-10-15 15:46:32 +00:00 |
|
James Brown
|
e252eda7c2
|
eriktorbjorn's Akos Codec 5 rewrite (Patch 618888 V2)
svn-id: r5102
|
2002-10-07 09:20:50 +00:00 |
|
James Brown
|
79b95b6732
|
Reverse experimental AKOS codec 5 rewrite.
This rewrite causes touching the ladder at the Fuel Tower to crash
ScummVM again (in Full Throttle)
svn-id: r5091
|
2002-10-06 06:36:22 +00:00 |
|
James Brown
|
9612002d78
|
Full Throttle / The Dig fixes.
drawDescString (for Full Throttle object names, in the 'ring of fire') is
still somewhat broken. Feel free to fix ;)
svn-id: r5090
|
2002-10-06 06:09:32 +00:00 |
|
Max Horn
|
a5ae66e206
|
fixed warning
svn-id: r4990
|
2002-09-21 23:39:09 +00:00 |
|
Paweł Kołodziejski
|
daa997fab2
|
fixes to resolutions
svn-id: r4893
|
2002-09-01 15:01:40 +00:00 |
|
Max Horn
|
ce46866403
|
Initial revision
svn-id: r4785
|
2002-08-21 16:07:07 +00:00 |
|