summaryrefslogtreecommitdiff
path: root/src/opengl.c
AgeCommit message (Expand)Author
2019-08-20Trying out using alpha test to emulate color keying.Steven Fuller
2019-08-20Fixed graphics issues with the alien sense vision mode.Steven Fuller
2019-08-20Adjusted the polygon offset to a more reasonable value.Steven Fuller
2019-08-20Tweaked polygon offset usage.Steven Fuller
2019-08-20Changed rhw into w as that was how it was used. Also fixed a few warnings.Steven Fuller
2019-08-20Windows WIP.unknown
2019-08-20Made sin/cos tables const.Steven Fuller
2019-08-20OpenGL library is now loaded dynamically.Steven Fuller
2019-08-20changed incorrect (int)char casts to (unsigned char)char casts.Steven Fuller
2019-08-20Commented out secondary color stuff due to nvidia header lamenessSteven Fuller
2019-08-20More Warning cleanups (Tim Beckmann)Steven Fuller
2019-08-20GL_EXT_secondary_color now spelled correctly (Tim Beckmann)Steven Fuller
2019-08-20Implemented the Progress Bar during Loading.Steven Fuller
2019-08-20Many warnings cleaned up (Tim Beckmann)Steven Fuller
2019-08-20Disable the menus for the Alien demo.Steven Fuller
2019-08-20Most of the menu code now builds.Steven Fuller
2019-08-20Added AvP-Style attenuation code.Steven Fuller
2019-08-20Removed a few unused files.Steven Fuller
2019-08-20Fixed water drawing.Steven Fuller
2019-08-20Removed more unused stuff.Steven Fuller
2019-08-20Added the rest of the hacks.Steven Fuller
2019-08-20Removed some unused code.Steven Fuller
2019-08-20Removed more unused code.Steven Fuller
2019-08-20Fixed texture filtering modes.Steven Fuller
2019-08-20Removed/disabled some unused code.Steven Fuller
2019-08-20Small changes in order to get the demos to work. Alien demo runs. MarineSteven Fuller
2019-08-20Added a README.Steven Fuller
2019-08-20Implemented sky drawing and a few other routines (cloaked polygon,Steven Fuller
2019-08-20Added the on fire, damaged, and fade down overlays.Steven Fuller
2019-08-20Added code for Alien's special vision mode.Steven Fuller
2019-08-20Added noise overlay (for marine image enhancer).Steven Fuller
2019-08-20Implemented HUD (Textures) and Decal drawing.Steven Fuller
2019-08-20Turned texture repeating back on. (some levels seem to need it to lookSteven Fuller
2019-08-20Fixed particle colors for real this time.Steven Fuller
2019-08-20Fixed particle blending.Steven Fuller
2019-08-20Fixed perspective texture drawing.Steven Fuller
2019-08-20Added texture drawing for particles (drawing not yet correct due to blackSteven Fuller
2019-08-20Threw in texture loading/drawing.Steven Fuller
2019-08-20Fixed error with particle colors.Steven Fuller
2019-08-20Added Particle drawing.Steven Fuller
2019-08-20Added the windows gamma code.Steven Fuller
2019-08-20Implemented keyboard input.Steven Fuller
2019-08-20Improved Z precision at 16bpp.Steven Fuller
2019-08-20Fixed FPU assembly. (fistp is 16bit, fistpl is 32bit)Steven Fuller
2019-08-20Added simple key event processing.Steven Fuller
2019-08-20Fixed major bug in TranslatePoint (was accidently loading a value to edxSteven Fuller
2019-08-20Moved inline assembly to a separate file for debugging.Steven Fuller