Commit Graph

25 Commits

Author SHA1 Message Date
14f8cac085 Also mention that this branch is WIP. 2023-01-09 20:45:31 +01:00
286fcf574b Updated the readme. 2023-01-09 20:44:00 +01:00
68a6826ee5 Work on fixing compile. 2023-01-09 01:18:34 +01:00
6d0449cdac Updated register_types.h and cpp to the current godot 4 style. 2023-01-08 15:56:11 +01:00
46bb1f610b Re-extracted the docs. 2022-01-12 21:57:21 +01:00
d447fd5364 Fix compile for 4.0. 2021-02-06 11:50:27 +01:00
d0e3f1c759 Added missing classes to config.py. Also extracted classref, and added a proper .gitignore. 2020-04-18 02:37:03 +02:00
f7aed39c06 Fix compile for 4.0. (At least for g++, will probably not work on other compilers for now) 2020-04-09 12:48:57 +02:00
ea3b34d972 Remove -std=c++11 cppflag as it!s not needed. 2020-03-24 16:54:16 +01:00
41b7ea05a1 Added a resource which can store noise parameters. 2019-09-24 12:58:16 +02:00
63f8ef3855 Fixed warning. 2019-08-13 23:39:07 +02:00
09805efd55 Fix build. 2019-08-11 23:12:38 +02:00
Marc Gilleron
57d451128d Fix typos 2018-02-25 20:43:23 +01:00
Marc Gilleron
3daab3b77d Merge branch 'master' of https://github.com/Zylann/godot_fastnoise 2018-02-25 19:55:51 +01:00
Marc Gilleron
bb3f2aa7bb Updated FastNoise library
- Cubic noise is available
- Some enums have been replaced to reflect the new version
- Added getters
2018-02-25 19:55:04 +01:00
Marc
609fc581ac Merge pull request #2 from Xrayez/add-cpp-flag
Append `-std=c++11` flag to the module in SCsub
2017-08-30 20:33:04 +01:00
Andrii Doroshenko (Xrayez)
40841f565f Append -std=c++11 flag to the module in SCsub
Scons doesn't seem to support the `SCONS_CXX_STANDARD` environ variable.

Fixes #1
2017-08-30 15:05:24 +03:00
Marc Gilleron
a6bd5df8e2 Upgrade to latest Godot 3.0 2017-08-22 21:18:42 +02:00
Marc Gilleron
869a0317df Merge branch 'master' of https://github.com/Zylann/godot_fastnoise 2016-12-23 16:24:22 +01:00
Marc Gilleron
5fc11f36ce Added C++11 flag 2016-12-23 16:23:53 +01:00
Marc
cb96dd2197 Name mistake 2016-10-15 12:43:30 +02:00
Marc
757f99f42f Important installation details 2016-10-15 12:43:04 +02:00
Marc
b1e9f39fad Update README.md
Added link to Simplex patent
2016-05-04 02:11:03 +02:00
Marc Gilleron
d7746de185 Added README 2016-05-02 18:42:47 +02:00
Marc Gilleron
89d29c083a Added project 2016-05-02 17:19:15 +02:00