------------------------------------------------------------------------ r3973 | hendricks266 | 2013-07-19 20:37:10 -0700 (Fri, 19 Jul 2013) | 5 lines Updates to the processing of the tilefromtexture def command: - Allow xoffset and yoffset to modified independently of a tile definition, much like texhitscan and nofullbright. (Both still default to zero when a tile is specified, to keep current behavior, and because it makes sense.) - Add actual detection of the "nofullbright" keyword, which appears to have been overlooked in r3230. - Internal: Eliminate the need for one int32_t by condensing two variables into "flags". ------------------------------------------------------------------------ r3972 | hendricks266 | 2013-07-19 20:36:54 -0700 (Fri, 19 Jul 2013) | 1 line Patch from johnnyonflame to fix the GCW and Dingoo build process. ------------------------------------------------------------------------ r3971 | hendricks266 | 2013-07-19 20:36:28 -0700 (Fri, 19 Jul 2013) | 1 line Force orientation bit 2 for screentext in addition to qstrdim, to match all other screen drawing commands. ------------------------------------------------------------------------