Travis Howell
|
79f5ecb1bb
|
Add XMAP support for wizImages.
svn-id: r19201
|
2005-10-21 01:34:41 +00:00 |
|
Gregory Montoir
|
e7c8dc025a
|
Fixed wiz TRLE encoding
svn-id: r19157
|
2005-10-18 19:16:17 +00:00 |
|
Eugene Sandulenko
|
b36677af71
|
Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
|
2005-10-18 01:30:26 +00:00 |
|
Travis Howell
|
8dd91d9b16
|
Add missing function for getWizData.
svn-id: r19106
|
2005-10-16 09:50:27 +00:00 |
|
Gregory Montoir
|
e710a5e6b3
|
add fillWizPixel()
svn-id: r18726
|
2005-08-31 20:39:52 +00:00 |
|
Eugene Sandulenko
|
6b4484472b
|
Remove trailing whitespaces.
svn-id: r18604
|
2005-07-30 21:11:48 +00:00 |
|
Travis Howell
|
c14e60cb61
|
Rename function
Add comments for missing cases.
svn-id: r18538
|
2005-07-13 12:22:08 +00:00 |
|
Travis Howell
|
fe07c5a99f
|
Remove duplicate field.
svn-id: r18350
|
2005-06-05 08:15:30 +00:00 |
|
Travis Howell
|
b452ee87e7
|
Rename sprite functions, based on map.
svn-id: r18349
|
2005-06-05 08:02:50 +00:00 |
|
Travis Howell
|
a103d1f2ec
|
Move wizImage functions to Wiz class.
svn-id: r18226
|
2005-05-23 03:33:08 +00:00 |
|
Eugene Sandulenko
|
b9e8e40805
|
Turn Wiz struct into class as requested.
svn-id: r18224
|
2005-05-23 02:00:49 +00:00 |
|
Eugene Sandulenko
|
80ee8188d3
|
Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.
svn-id: r18100
|
2005-05-14 23:28:22 +00:00 |
|
Travis Howell
|
8de4c596a0
|
Add missing opcode details
Fix regression (Fields not initied)
svn-id: r17938
|
2005-05-07 07:57:59 +00:00 |
|
Travis Howell
|
c090cc5a5f
|
Add temporary hack for wizImages using compression type 2 for now.
svn-id: r17896
|
2005-05-02 07:36:23 +00:00 |
|
Travis Howell
|
7118921a2a
|
Add expanded _wizParams used by HE100 games.
Add u32 version variable.
svn-id: r17869
|
2005-04-30 05:25:06 +00:00 |
|
Travis Howell
|
90509f6588
|
Rename wizImage process flag for HE games.
svn-id: r17707
|
2005-04-20 06:55:30 +00:00 |
|
Gregory Montoir
|
7c110ef819
|
minor cleanup
svn-id: r17692
|
2005-04-19 17:55:09 +00:00 |
|
Travis Howell
|
6ced0d698a
|
Add WIP on hePalette.
svn-id: r17431
|
2005-04-07 10:43:51 +00:00 |
|
Travis Howell
|
2eab3e51eb
|
Add bits and pieces
More renames
svn-id: r17325
|
2005-04-01 12:43:13 +00:00 |
|
Travis Howell
|
d80f9ccd40
|
Add support for clipping of wizImages.
Add support for altering wizImages.
Various renames.
svn-id: r17322
|
2005-04-01 08:51:13 +00:00 |
|
Travis Howell
|
204809625f
|
Rename paletteNum field for sprite in wizImages.
svn-id: r17312
|
2005-03-31 22:51:54 +00:00 |
|
Travis Howell
|
6bb533f936
|
Cleanup
svn-id: r17292
|
2005-03-30 11:49:53 +00:00 |
|
Travis Howell
|
2938c66276
|
Rename WizParameters field.
Correct start strip in drawBMAPBg()
svn-id: r17236
|
2005-03-26 06:00:58 +00:00 |
|
Gregory Montoir
|
b0a1228c43
|
some wiz flags renaming
svn-id: r17210
|
2005-03-23 21:55:11 +00:00 |
|
Travis Howell
|
ebcf64df56
|
_imagesNum should be clear in startScene()
svn-id: r17044
|
2005-03-09 05:04:14 +00:00 |
|
Gregory Montoir
|
15bfd975a0
|
preliminar work on processWizImage 9 and updated wiz flags
svn-id: r16963
|
2005-02-28 20:19:56 +00:00 |
|
Gregory Montoir
|
5eec97c24c
|
added processWizImage mode 8 ; this breaks footdemo, feel free to disable
svn-id: r16945
|
2005-02-27 02:55:13 +00:00 |
|
Travis Howell
|
475b1e1395
|
Update WizParameters struct, to match pajama3.
svn-id: r16912
|
2005-02-25 11:45:25 +00:00 |
|
Travis Howell
|
563b271224
|
Cleanup, reduce duplicate code.
svn-id: r16911
|
2005-02-25 11:23:27 +00:00 |
|
Gregory Montoir
|
cc5e406cb5
|
defined some flags for HE wiz ; it should make the code more readable
svn-id: r16901
|
2005-02-24 20:20:35 +00:00 |
|
Max Horn
|
47280d9433
|
Updated copyright
svn-id: r16398
|
2005-01-01 16:09:25 +00:00 |
|
Gregory Montoir
|
da874257a5
|
to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actually belongs, I don't quite like the upcasts I introduced, but I don't know how to deal without them
svn-id: r16132
|
2004-12-19 12:30:40 +00:00 |
|
Gregory Montoir
|
5e351b0c31
|
moved all the HE wiz stuff to a separate module, with minor cleanups and simplifications
svn-id: r15921
|
2004-11-27 17:50:23 +00:00 |
|