Age | Commit message (Collapse) | Author |
|
|
|
remove some unused command line arguments
|
|
|
|
|
|
|
|
|
|
|
|
double values, and fix one extra byte being needlessly allocated while we are at it
|
|
|
|
from stdin using node
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clang++ reports warning "argument unused during compilation '-nostdinc++'.
|
|
|
|
|
|
|
|
|
|
|
|
Implement Mix_QuickLoad_RAW
|
|
|
|
|
|
|
|
|
|
Fix the fog if the distance is negative
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead, read it in as a uniform, so that the same shader can be reused
with different density values.
|
|
|
|
Fog support for immediate mode
|
|
|
|
Emscripten filesystem api
|
|
|
|
|
|
|
|
This makes the fog a bit more precise, and matches how native OpenGL
calculates the fog value. But it also means that it would be a bit more
expensive to calculate because it is calculated once per pixel.
|
|
|
|
custom behavior like adjusting resolution
|