|
52c5a81350
|
Update the copyright texts.
|
2022-01-12 21:53:19 +01:00 |
|
|
b0c0b8927f
|
Re-extract the docs.
|
2022-01-12 21:51:32 +01:00 |
|
|
2afea56eba
|
Added a new TMeshInstance class (inherited from MeshInstance). All it does is allows me to call _initialize_skinning and _is_software_skinning_enabled from gdscript, because without calling these explicitly, gpu skinning doesn't seem to work properly. Not yet 100% sure if its a regression, or I'm just supposed to do things now differently.
|
2021-07-19 15:44:31 +02:00 |
|
|
8bfe7efe69
|
Fix compile without voxelman.
|
2021-04-19 10:13:14 +02:00 |
|
|
4d8de70db8
|
Fix compile for 4.0.
|
2021-02-06 11:51:26 +01:00 |
|
|
9f89e2a4e7
|
Removed the copyright header from config.py, as utf-8 characters apparently can cause issues.
|
2020-08-08 20:04:09 +02:00 |
|
|
8c4b32d393
|
Renamed BiomeBase to BiomeTerrarinGenerator, and now it's a Reference, because as it turns out inheriting a class from a different module causes crashes.
|
2020-07-21 21:15:27 +02:00 |
|
|
0e5c54a70f
|
Sync classref with current source.
|
2020-06-20 23:34:49 +02:00 |
|
|
14c239fd87
|
Ported the basic test biome generation method to a new BiomeBase class.
|
2020-05-23 22:01:38 +02:00 |
|
|
74722edc82
|
Fix copy paste fail.
|
2020-05-23 20:29:06 +02:00 |
|
|
83e63f88cd
|
Initial commit.
|
2020-05-23 20:25:01 +02:00 |
|