]> git.xonotic.org Git - xonotic/xonotic.git/history - misc/tools/fft-normalmap-to-heightmap.c
implement a missing C89 case
[xonotic/xonotic.git] / misc / tools / fft-normalmap-to-heightmap.c
2010-10-07 Rudolf Polzerimplement a missing C89 case
2010-09-18 Rudolf PolzerMerge remote branch 'refs/remotes/origin/esteel/finishe...
2010-09-17 Rudolf PolzerMerge branch 'master' of ssh://git.xonotic.org/xonotic
2010-09-17 Rudolf Polzersupport more filters; a (currently C99-only) way to...
2010-08-31 Rudolf PolzerMerge remote branch 'refs/remotes/origin/merlijn/downlo...
2010-08-28 Rudolf Polzerdo not write zero alpha values
2010-08-28 Rudolf Polzeruse Scharr operator instead of Sobel operator for edge...
2010-08-26 Rudolf Polzerexplain more
2010-08-26 Rudolf Polzermake the algorithm a bit more customizable
2010-08-26 Rudolf Polzerfix issues with non-square images
2010-08-24 Rudolf PolzerMerge remote branch 'refs/remotes/origin/merlijn/rcon2i...
2010-08-23 Rudolf Polzermore verbose output please
2010-08-23 Rudolf Polzernormal2heightmap: more fixes
2010-08-23 Rudolf Polzersupport a "reference" image that predefines height...
2010-08-22 Rudolf PolzerB, G, R, A
2010-08-22 Rudolf Polzerfix scale factors; allow nice parameters for two differ...
2010-08-22 Rudolf Polzeralso add normalmap to heightmap, but this way is bad...
2010-08-22 Rudolf Polzeradd a normalmap to heightmap tool by me