Age | Commit message (Collapse) | Author |
|
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...
|
|
The cache issue has been discussed before, it breaks accessing files
beginning with a dot on POSIX. The change to the advancedDetector
to see hidden files was suggested by AdamRi on IRC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|