------------------------------------------------------------------------ r1736 | helixhorned | 2010-12-17 06:22:15 -0800 (Fri, 17 Dec 2010) | 1 line Fixes former crash in drawline16 and swaps drawpixel with the unsafe variant there; fixes potential sector[-1] access in sliding Star Trek doors; make CC overridable in Makefiles so that other toolchains or static analyzers like scan-build/clang can be used; with its help, fix some issues, some more severe than others. ------------------------------------------------------------------------ r1735 | plagman | 2010-12-16 19:56:25 -0800 (Thu, 16 Dec 2010) | 1 line Fix a bug where having two or more lighting passes on a multi-surface mdsprite would leak some GL state and disable blending for all but the first surface. ------------------------------------------------------------------------