Travis Howell
ba2c097653
Actually active sprite table doesn't need to be saved.
...
svn-id: r20369
2006-02-04 09:38:51 +00:00
Travis Howell
cd24d93f7b
Save complete tables, was off by one.
...
svn-id: r20368
2006-02-04 08:40:36 +00:00
Travis Howell
529f260261
Cleanup
...
svn-id: r20367
2006-02-04 08:19:10 +00:00
Travis Howell
0c8e751b29
Correct the position of shadow check in HE90+ games.
...
Fixes glitch when recycling bottles in puttrace.
svn-id: r20366
2006-02-04 02:16:18 +00:00
Travis Howell
71d62986c0
Fix indent
...
svn-id: r20364
2006-02-04 00:05:59 +00:00
Torbjörn Andersson
37e204e3a5
A recent change to loadWAVFromStream() caused the AUTOFREE flag to be set,
...
which in turn causes Broken Sword 2 to crash. And that change made it into
0.8.1, too. Augh! Kudos to wjp for tracking down the bug while I was still
waiting for ScummVM to finish compiling.
svn-id: r20358
2006-02-03 20:19:01 +00:00
Sven Hesse
48094b8283
Forgot to add parse_v1.cpp and parse_v2.cpp, sorry...
...
svn-id: r20357
2006-02-03 10:13:16 +00:00
Travis Howell
44cb88cab8
Remove unused sprite flag, which is never set.
...
Remove leftover argument.
svn-id: r20356
2006-02-03 09:31:07 +00:00
Paweł Kołodziejski
2ebdbbf5e0
fixes allow compile with emsvc4 again
...
svn-id: r20355
2006-02-03 07:30:29 +00:00
Travis Howell
4df095cb36
Reverse to match values.
...
svn-id: r20354
2006-02-03 05:47:40 +00:00
Sven Hesse
da33aa319b
Added/Changed o2_evaluateStore(), o2_palLoad(), o2_setRenderFlags(), o2_loadTot(), parseVarIndex(), parseValExpr() and parseExpr() for Gob2
...
svn-id: r20353
2006-02-02 21:12:00 +00:00
Chris Apers
d88462e7d6
Fixed PalmOS backend compilation
...
svn-id: r20352
2006-02-02 20:39:12 +00:00
Chris Apers
4c8cd695da
Typo
...
svn-id: r20351
2006-02-02 20:35:21 +00:00
Chris Apers
25a6adc238
Should be 'description'
...
svn-id: r20350
2006-02-02 20:33:43 +00:00
Joost Peters
5c7267b49e
Because incomplete SKY.CPT files are apparently a common problem due to some problems with the scummvm.org server or connection, check if it's the expected size.
...
svn-id: r20349
2006-02-02 12:53:42 +00:00
Travis Howell
64ec8a95cf
Move to supported games.
...
svn-id: r20348
2006-02-02 12:27:05 +00:00
Travis Howell
da860e9985
Oops
...
svn-id: r20347
2006-02-02 05:13:39 +00:00
Travis Howell
8b6449ce6e
Re-sort later HE games, by engine changes.
...
Use set heap size for HE games too, since index sets a lower size.
svn-id: r20346
2006-02-02 05:07:47 +00:00
Travis Howell
1a84c20a43
Add another English version of Simon the Sorcerer 1 (DOS CD).
...
svn-id: r20345
2006-02-01 23:50:03 +00:00
Torbjörn Andersson
d6e141cc35
Fix glitch when moving the mouse over a disabled, checked checkbox. (The
...
check mark would become brighter, and I think it was because a transparent
mark was drawn over a transparent mark, thus "amplifying" it.)
svn-id: r20344
2006-02-01 22:39:54 +00:00
Eugene Sandulenko
12133dfb4f
Much improved how shadows look. However it is done with a really dirty
...
hack as tehre is lots of overdraw, abuse of shadow width and code
duplication. Anyway shadow drawing code will go to separate functioMuch improved how shadows look. However it is done with a really dirty
hack as tehre is lots of overdraw, abuse of shadow width and code
duplication. Anyway shadow drawing code will go to separate function.
svn-id: r20343
2006-02-01 16:42:42 +00:00
Max Horn
004b8b964a
Patch #1420942 (console page down fix)
...
svn-id: r20342
2006-02-01 16:40:17 +00:00
Johannes Schickel
129e7846b5
Implemented shadow drawing, also extended the theme config again
...
(new color entries for highlighted buttons and for other widgets).
Also added a 'highlight' check to the CheckBox widget.
Changed the PopUpDialog to use a shadow around itself.
svn-id: r20341
2006-02-01 15:11:39 +00:00
Travis Howell
303d19afcb
Add another German versions of Simon the Sorcerer 2 (Dos CD).
...
svn-id: r20340
2006-02-01 11:01:55 +00:00
Eugene Sandulenko
80892282fe
Fullfill feature request #1410574 : "GOB: Changing characters". Thanks to wjp.
...
svn-id: r20339
2006-02-01 05:30:23 +00:00
Johannes Schickel
da9b8d71ae
Fixes color bugs with the new theme when switching to fullscreen on Mac OS X.
...
svn-id: r20338
2006-01-31 21:31:31 +00:00
Johannes Schickel
669f86705d
Implements the usage of cached backgrounds in the old theme as well,
...
that should fix redrawing bugs with the about dialog.
Also I displayed cached background usage in the console for now, since
it produces redraw bugs with the old theme (maybe someone with knowledge how
redrawing of that dialog is handled should look at that).
svn-id: r20337
2006-01-31 20:19:47 +00:00
Johannes Schickel
1976ac6250
Adds more configureable options to the config file of the new theme,
...
also update the default theme zip file for that.
Also it changes the way the tab buttons get drawn, now they have
only rounded corners at the top.
svn-id: r20336
2006-01-31 19:35:33 +00:00
Gregory Montoir
b32f8ab2fc
Minor cleanup.
...
svn-id: r20335
2006-01-31 19:28:31 +00:00
Gregory Montoir
d08df2683d
Use the pitch of a virtual screen surface instead of the width to skip a scanline.
...
svn-id: r20334
2006-01-31 19:28:19 +00:00
Gregory Montoir
77f329cdc7
Sync with branch-0-8-0.
...
svn-id: r20333
2006-01-31 19:28:04 +00:00
Eugene Sandulenko
bfb912dbb1
Add undocumented option --gui-theme for easier theme debugging.
...
svn-id: r20332
2006-01-31 17:52:56 +00:00
Torbjörn Andersson
69b2945071
Make the old theme's checkboxes look a bit more like they used to. (Not
...
quite, though, as they are a bit smaller than they used to be.)
svn-id: r20331
2006-01-31 14:38:42 +00:00
Torbjörn Andersson
484fca6549
Tabs look better with dialog surfaces than with widget surfaces. There's
...
still room for improvements, though...
svn-id: r20330
2006-01-31 09:45:36 +00:00
Torbjörn Andersson
74dd2e133d
I didn't realize that disabled widgets were transparent, rather than just
...
faded. In those cases, I guess the background should be restored before
drawing. But that can probably be done in the drawSurface / drawRect
functions instead, like this.
svn-id: r20329
2006-01-31 08:41:51 +00:00
Torbjörn Andersson
9246a7a532
I assume this call to restoreBackground() is unnecessary.
...
svn-id: r20328
2006-01-31 08:03:21 +00:00
Eugene Sandulenko
46c961f28d
Oops again. Don't beat me hard for plugging in 8800+ glyphs font instead
...
of 130-glyphs one :)
svn-id: r20327
2006-01-31 03:25:03 +00:00
Eugene Sandulenko
2f33ca6c58
oops. Forgot about our small backends.
...
svn-id: r20326
2006-01-31 03:15:06 +00:00
Eugene Sandulenko
28753b9fdf
Plug in better font. Unfortunately we can't use Arial12 which Krest put on
...
his mock-ups due to license restrictions, i.e. Microsoft prohibits any
reverse engineering and modifications of it and we need to convert it into
raster font.
Fortunately there are free fonts in the wild. I tried Bitstream Vera, but it
looked too wide, or crappy if horizontal resolution was altered. Next try
was Adobe Helvetica from X.org. Only requirement is to verbose copyright
notice and disclaimer.
However we will need both bold (provided) and normal wieghts of font in new
GUI for use in text inputs. This is work to do.
svn-id: r20325
2006-01-31 03:11:40 +00:00
Travis Howell
930ef80e23
A scale of zero should be ignored.
...
svn-id: r20324
2006-01-31 02:54:37 +00:00
Travis Howell
418fd64554
Works fine now.
...
svn-id: r20323
2006-01-31 02:19:14 +00:00
Travis Howell
3addf48534
Fix detection of rotated sprite.
...
svn-id: r20322
2006-01-31 01:06:04 +00:00
Travis Howell
e079fa1382
Cleanup
...
svn-id: r20321
2006-01-31 00:46:20 +00:00
Travis Howell
44383a7ab7
Revert back to match original version.
...
Change caused glitches in credits of pajama3.
svn-id: r20320
2006-01-30 22:06:53 +00:00
Eugene Sandulenko
a199c1ef14
Fix spelling in new entry Formed -> Former :D
...
svn-id: r20319
2006-01-30 20:48:45 +00:00
Gregory Montoir
c7e90efc80
Changed to be consistent with rest of wiz code.
...
svn-id: r20318
2006-01-30 20:33:45 +00:00
Gregory Montoir
eae3d40f67
Fixed assert conditions.
...
svn-id: r20317
2006-01-30 19:32:28 +00:00
Gregory Montoir
ea2c7b7d28
Changed transformation origin computation (the previous code is matching pajama2 disasm, but looks wrong to me).
...
svn-id: r20316
2006-01-30 19:29:28 +00:00
Gregory Montoir
5465d3206c
Some cleanup and fixes to the wiz transformation code.
...
svn-id: r20315
2006-01-30 19:20:51 +00:00
Chris Apers
4a6f2ab3d3
Wrong #ifdef
...
svn-id: r20314
2006-01-30 19:13:25 +00:00