Commit Graph

18 Commits

Author SHA1 Message Date
Relintai 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
Relintai ea3b34d972 Remove -std=c++11 cppflag as it!s not needed. 2020-03-24 16:54:16 +01:00
Relintai 41b7ea05a1 Added a resource which can store noise parameters. 2019-09-24 12:58:16 +02:00
Relintai 63f8ef3855 Fixed warning. 2019-08-13 23:39:07 +02:00
Relintai 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