raze-gles/polymer/eduke32
helixhorned 08b10ca03c Draw the flat on-screen CHAINGUN in a way inspired by 3688, preventing seam.
Specifically, in GL modes, and if the CHAINGUN is not replaced by a model,
 - draw the upper part twice: first, two screen pixels * weapon scale lower,
   then at the original position
 - reverse the previous order: draw the upper part first, then the lower part

This is much preferable to the previous engine-side hack, and to my eye,
it looks perfect now.

git-svn-id: https://svn.eduke32.com/eduke32@3695 1a8010ca-5511-0410-912e-c29ae57300e0
2013-04-21 19:55:11 +00:00
..
build Draw the flat on-screen CHAINGUN in a way inspired by 3688, preventing seam. 2013-04-21 19:55:11 +00:00
package a.m32: Don't reposition head light if in void space, fixing crash. 2013-04-07 15:20:33 +00:00
platform osxbuild.sh: Add 'clean' preset, deleting files missed by 'make veryclean'. 2013-04-17 20:34:54 +00:00
rsrc Directory cleanup. Move the "Apple", "Windows", and "Wii" directories to a new "platform" dir, move the contents of "psd" to "rsrc/source", move eobj* and obj* directories so that they're under the "source" dir. 2013-03-04 04:14:19 +00:00
source Draw the flat on-screen CHAINGUN in a way inspired by 3688, preventing seam. 2013-04-21 19:55:11 +00:00
eduke32.sln Source code "cleanup," herein referred to as "rape" 2010-05-02 23:27:30 +00:00
eduke32.vcxproj RENDERTYPE=SDL on Windows, part 2. 2012-11-25 04:26:37 +00:00
eduke32.vcxproj.filters Sort some of the more recently added source and header files so they're in the right sections in the VS2010 project 2012-12-16 04:04:25 +00:00
Makefile Lunatic/OS X: generate bytecode in object files from LuaJIT. 2013-04-17 20:34:59 +00:00
Makefile.common OS X: Pass -Wno-narrowing only with GCC 4.3+, fixing arttool build on my setup. 2013-04-17 20:34:51 +00:00
Makefile.deps MSVC build fixes. The change to Makefile.deps is slightly questionable but it's not really an issue. 2013-03-27 01:38:21 +00:00
Makefile.msvc Read GOG.com and Steam Duke3D install paths from the registry instead of hard-coding the default paths. 2013-03-27 01:39:18 +00:00