godot/modules/noise
Rémi Verschelde 25b2f1780a
Style: Harmonize header includes in modules
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:

Includes from the platform port or module ("local" includes) should be listed
first in their own block using relative paths, before Godot's "core" includes
which use "absolute" (project folder relative) paths, and finally thirdparty
includes.

Includes in `#ifdef`s come after their relevant section, i.e. the overall
structure is:

- Local includes
  * Conditional local includes
- Core includes
  * Conditional core includes
- Thirdparty includes
  * Conditional thirdparty includes
2023-06-15 14:35:45 +02:00
..
doc_classes Document seamless caveats on small textures in NoiseTexture2D and NoiseTexture3D 2023-05-13 01:06:33 +02:00
editor Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
icons Reinstate NoiseTexture2D icon 2023-05-27 21:37:54 +02:00
tests Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
config.py Add NoiseTexture3D 2023-04-26 20:00:18 +02:00
fastnoise_lite.cpp adjusting step size for fastnoise frequency hint 2023-05-02 23:25:36 +02:00
fastnoise_lite.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
noise.cpp Fix compatibility breakage from adding NoiseTexture3D 2023-04-28 18:49:09 -07:00
noise.h Fix compatibility breakage from adding NoiseTexture3D 2023-04-28 18:49:09 -07:00
noise_texture_2d.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
noise_texture_2d.h [Noise/NoiseTexture2D] Allow disabling normalization 2023-01-29 14:59:10 +01:00
noise_texture_3d.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
noise_texture_3d.h Fix compatibility breakage from adding NoiseTexture3D 2023-04-28 18:49:09 -07:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Restructure and refine the noise module 2022-04-19 19:49:48 +02:00