No description
Find a file
hendricks266 df317aa741 CON: Add drawline256 and drawlinergb commands that call the internal functions used for the automap lines.
drawline256 <x0> <y0> <x1> <y1> <index>
drawlinergb <x0> <y0> <x1> <y1> <index> <rgb>

The coordinates are xdim<<12/ydim<<12 based, not 320<<16x200<<16.
<index> is a palette index, and for drawlinergb is used as a fallback in the software renderer.
<rgb> is encoded the same as PROJ_FLASH_COLOR.

git-svn-id: https://svn.eduke32.com/eduke32@6261 1a8010ca-5511-0410-912e-c29ae57300e0
2017-06-24 09:21:03 +00:00
jit The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
package The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
platform Amend r6174 to properly define HAVE_XMP. 2017-06-14 06:59:54 +00:00
source CON: Add drawline256 and drawlinergb commands that call the internal functions used for the automap lines. 2017-06-24 09:21:03 +00:00
.gitignore Add perl.exe.stackdump to .gitignore. 2017-06-09 06:38:33 +00:00
_clang-format The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
Android.mk Remove HAVE_INTTYPES define. 2017-02-25 08:15:20 +00:00
Common.mak Makefile: Add libxmp-lite, replacing static linking to a library that was uncommon in Linux and Mac package managers. 2017-06-09 06:39:42 +00:00
GNUmakefile Makefile: Move rules around to unbreak Linux builds. This may be a GNU Make bug. DONT_BUILD. 2017-06-10 06:21:29 +00:00