Age | Commit message (Collapse) | Author |
|
A regression from commit 9fd66de
|
|
Also, remove two engines not using VOC from voc.h header.
|
|
|
|
|
|
|
|
... level is specified
This preserves the old behavior of ports that used to always pass in -Os or -O3
It also allows --disable-release-optimization for those ports to function
|
|
|
|
|
|
|
|
|
|
|
|
in scene 910
|
|
|
|
and items. (WIP)
|
|
|
|
|
|
|
|
The warning can be safely removed, as the parameter is a string that
should not be set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
evidence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As far as I can tell, it converted the selection back to Y coordinate
for no apparent reason.
|
|
startup glitches
|
|
|
|
This is a holdover from when it was going to warn on a per-engine basis.
This warning is now handled on a per-game basis with ADGF_UNSTABLE and
ADGF_TESTING.
It resulted in a lot of spam in config.h: a define for every single
engine and subengine that looks like this:
define ENGINE_WIP_SCUMM_7_8 false
It was not being used in-tree and I don't see it being used in the near future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Output unchanged
|
|
Output unchanged
|
|
|
|
Thanks to lskovlun for the fix
|
|
The old behavior is currently hacked in inside kernelTextSize(), as the
top of the subtitles frame is wrong if kTextWidth() is properly working...
|