Commit Graph

2262 Commits (master)

Author SHA1 Message Date
Marc Gilleron 3606424947 Fix bool used as pointer 2022-09-03 18:13:26 +01:00
Marc Gilleron dda396bb00 Fix narrowing conversion warning 2022-09-03 18:12:37 +01:00
Marc Gilleron 08bc5095d1 Removed old code 2022-09-03 17:51:47 +01:00
Marc Gilleron fbceed3666 Fix errors in unused template functions 2022-09-03 17:46:20 +01:00
Marc Gilleron 1e3a4abe08 Fix tests compilation 2022-09-03 17:41:34 +01:00
Marc Gilleron 191c963e2a Merge branch 'master' into storage_refactoring 2022-09-03 17:22:41 +01:00
Marc Gilleron e14b6fdab0 `shader_uniform` got renamed back to `shader_material` but not everywhere 2022-09-03 16:02:00 +01:00
Marc Gilleron e7ab73e9d9 Bind missing enum 2022-09-01 18:44:08 +01:00
Marc Gilleron d323b54270 `interpolate_baked` was renamed `sample_baked` 2022-09-01 01:32:21 +01:00
Marc Gilleron 45d57bd0e5 `update` was renamed `queue_redraw` 2022-09-01 01:31:37 +01:00
Marc Gilleron cd6f5d396a `plus_file` was renamed `path_join` 2022-09-01 01:31:14 +01:00
Marc Gilleron c0de091130 Comments 2022-09-01 01:05:48 +01:00
Marc Gilleron 812be6ab73 Remove old code 2022-08-30 21:31:45 +01:00
Marc Gilleron 370fff2f8f Cache lod count 2022-08-30 21:10:32 +01:00
Marc Gilleron 23421fc42f Remove unnecessary scope 2022-08-30 21:10:24 +01:00
Marc Gilleron 40ee3697e1 Fix wrong condition 2022-08-30 19:35:25 +01:00
Marc Gilleron b21ca8e0f7 Comments 2022-08-30 19:29:30 +01:00
Marc Gilleron 5c34fa3a9a Merge branch 'master' into storage_refactoring 2022-08-30 00:10:32 +01:00
Marc Gilleron 8d8fad51d5 Unnecessary forward-declaration 2022-08-30 00:08:41 +01:00
Marc Gilleron 06c36d1af9 Merge branch 'master' of https://github.com/Zylann/godot_voxel 2022-08-29 23:54:52 +01:00
Marc Gilleron 520e7d5931 set_tooltip was renamed set_tooltip_text 2022-08-29 23:50:23 +01:00
Marc Gilleron afd81e4a24 Migrate VoxelTerrain to use the new VoxelData. UNTESTED 2022-08-29 23:34:00 +01:00
Marc Gilleron 7a8e605430 Switch RWLock to a Mutex 2022-08-29 16:18:34 +01:00
Marc Gilleron 5dbb94263b Comments 2022-08-29 16:18:15 +01:00
Marc Gilleron 74052885ad Removed block size cache in VoxelDataMap, takes space for no good use 2022-08-29 13:45:25 +01:00
Marc Gilleron d2b20f676e Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
Marc Gilleron b0e71e58ab More sizeof prints 2022-08-28 21:49:10 +01:00
Marc Gilleron 414aea52f3 Replaced VoxelDataMap with VoxelData in VoxelLodTerrain 2022-08-28 20:45:42 +01:00
Marc 9e1fd566ac
Merge pull request #437 from aaronfranke/fast-noise-auto-disable
Automatically disable Fast Noise 2 on non-x86 targets
2022-08-28 17:15:13 +01:00
Aaron Franke 2712184a57 Automatically disable Fast Noise 2 on non-x86 targets 2022-08-28 01:00:34 -05:00
Marc Gilleron dfbd7abfc1 Add missing argument names from class methods 2022-08-28 02:25:29 +01:00
Marc Gilleron f31a6ab63b Rename "argument" to "param" in XML/Markdown converter 2022-08-27 23:37:10 +01:00
Marc a3468710d3
Merge pull request #436 from aaronfranke/doctool-param
Run doctool, use "param" instead of "argument"
2022-08-27 23:35:05 +01:00
Aaron Franke a692de8e5a
Run doctool, use "param" instead of "argument" 2022-08-27 17:27:52 -05:00
Marc Gilleron be115b3402 Github Actions does not support matrix variables in `uses` 2022-08-27 13:53:55 +01:00
Marc Gilleron fe1d53b2af Merge branch 'master' of https://github.com/Zylann/godot_voxel 2022-08-27 13:42:37 +01:00
Marc Gilleron 6109d4f78f Fix executable name for uploading builds and use a matrix on Windows 2022-08-27 13:42:22 +01:00
Marc db2afe835c
Merge pull request #435 from menip/misc_renames
`deg2rad` was renamed in Godot (godotengine/godot#64367)
2022-08-27 00:30:19 +01:00
menip 795e510c95 `deg2rad` was renamed in Godot (godotengine/godot#64367) 2022-08-26 18:24:56 -05:00
Marc Gilleron abd73bb326 RigidDynamicBody3D was renamed back to RigidBody3D 2022-08-26 21:26:06 +01:00
Marc Gilleron bf10c137ac `bits` was removed from Godot's build system (godotengine/godot#55778) 2022-08-26 20:40:26 +01:00
Marc Gilleron 217a31b509 Fix place that was using the old size shortcuts 2022-08-26 01:47:00 +01:00
Marc Gilleron f34a38e8c3 Added some docs 2022-08-26 00:06:56 +01:00
Marc Gilleron 4fb5e5cae3 Removed `get_size_x/y/z` convenience functions.
They existed because Godot used to have only floating-point Vector3.
Now Godot has Vector3i so get_size() returns the right type.

Also, there was a bug in their implementation.
2022-08-25 22:14:21 +01:00
Marc Gilleron 8ed72225a3 Rename function 2022-08-25 00:11:54 +01:00
Marc Gilleron ca29cde90d Rename lod => lod_index 2022-08-24 23:53:22 +01:00
Marc Gilleron c4b8a1e948 Fix typo 2022-08-24 22:41:56 +01:00
Marc Gilleron 8facdce3af Removed deprecated Span<T> constructors 2022-08-24 22:18:17 +01:00
Marc Gilleron b1869f390a Added iterators to Span<T> 2022-08-24 21:27:28 +01:00
Marc Gilleron 01057faa76 Description of InputSDF 2022-08-24 19:31:43 +01:00