Changes:
- Removed nomipmaps keywords in non-interface shaders for increased performance.
- Added nomipmaps keyword support to stages.
- Added mipOffset keyword support to stages for controlling which mipmap is used.
- Added r_mipBias (default to -1) to control overall mipmap offset (texture sharpness in this case).
- Added r_mipBase/r_mipMinimum/r_mipMaximum to set the starting/minimum/maximum mipmap level allowed.
- Started work on r_zFar support (unfinished) for far-clipping.
- Started work on r_outlinesType support (unfinished) for different outline approaches.
- Added r_outlinesSmooth keyword for outline anti-aliasing (strange results currently).
- Added r_outlinesPattern and r_outlinesPatternFactor for outline stippling (unfinished).
- Unlocked all render cvars from their “cheat only” state for easier debugging.
- Updated the Linux build.
- Fixed missing tierDefault values for transforming
- Fixed order of operation issue that was causing a transformation crash.
- Fixed buffer overflow.





