Age | Commit message (Collapse) | Author |
|
|
|
Formatting Conventions.
* No functional changes.
* Automated astyle pass.
|
|
|
|
|
|
|
|
|
|
|
|
The length requested in this case is 250, which overflows a char variable
|
|
Thanks to wjp for finding these
|
|
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.
|
|
|
|
|