]> git.xonotic.org Git - xonotic/xonotic.git/history - misc/tools/fft-normalmap-to-heightmap.c
Fix macOS SDL2 framework permissions
[xonotic/xonotic.git] / misc / tools / fft-normalmap-to-heightmap.c
2011-08-30 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-08-30 Rudolf Polzerfft heightmap converter: always output median; add...
2011-08-30 Rudolf Polzernormal/heightmap tool: allow setting the bias relativel...
2011-04-16 Rudolf Polzersimplify normalization
2011-04-16 Rudolf Polzeradd a highpass feature too
2011-04-16 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-04-16 Rudolf Polzeradd a feature to renormalize normalmaps too
2010-10-08 Rudolf PolzerMerge branch 'master' into divVerent/crypto2
2010-10-07 Rudolf Polzerfix some typos in the C89 code
2010-10-07 Rudolf PolzerMerge branch 'master' of ssh://git.xonotic.org/xonotic
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' into divVerent/crypto2
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-09-02 Rudolf PolzerMerge branch 'master' into divVerent/crypto2
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-27 Rudolf PolzerMerge branch 'master' into divVerent/crypto2
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-26 Rudolf PolzerMerge branch 'master' into divVerent/crypto2
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