summaryrefslogtreecommitdiffstats
path: root/scene/register_scene_types.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #79288 from BastiaanOlij/custom_texture_apiYuri Sizov2023-07-261-0/+9
|\
| * Add custom texture create functionBastiaan Olij2023-07-261-0/+9
* | Additional Visual Shader NodesPatrick2023-07-261-0/+3
|/
* Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+3
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+10
* Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-141-0/+2
* Don't disable `Material` and `PlaceholderMaterial` when `disable_3d=yes`Ninni Pipping2023-05-301-2/+2
* Implement NodeSub2 to AnimationTree & improve mathematical NodesSilc Lizard (Tokage) Renew2023-05-271-0/+1
* Rework Navigation Avoidancesmix82023-05-101-0/+4
* Add Mesh ConvexDecompositionSettings wrappersmix82023-04-071-0/+1
* Make MarginContainer available with `disable_advanced_gui=yes`Hugo Locurcio2023-03-261-1/+1
* Updates VideoDecoder plugin API to GDExtension.anish bhobe2023-01-301-1/+2
* Add AudioStreamPolyphonic to make it easier to play polyphonic sound from codeJuan Linietsky2023-01-221-0/+3
* Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma2023-01-121-17/+0
* Add `uint` type support to visual shadersYuri Rubinsky2023-01-061-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Move NavigationPolygon to dedicated resource filesmix82022-12-171-0/+2
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* Use `GDREGISTER_CLASS` macro for SkeletonModification classesRémi Verschelde2022-12-061-8/+8
* Add a node compatibility handler for ProximityGroupHugo Locurcio2022-11-161-0/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Add QuadMesh back as a subclass of PlaneMesh.clayjohn2022-09-191-1/+1
* Add compatibility class for `VisualShaderNodeFloatUniform`Yuri Rubinsky2022-09-061-0/+1
* Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-021-17/+30
|\
| * Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-17/+30
* | Merge pull request #64724 from KoBeWi/HVBoxContainerRémi Verschelde2022-09-021-3/+3
|\ \
| * | Rework oriented containerskobewi2022-09-011-3/+3
* | | Merge pull request #63479 from DarkKilauea/nav-linkRémi Verschelde2022-09-011-0/+4
|\ \ \ | |/ / |/| |
| * | Added node for Navigation linksJosh Jones2022-08-261-0/+4
* | | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-2/+5
| |/ |/|
* | Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-54/+9
|\ \
| * | Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-54/+9
* | | Implement custom non-trivial shader functionsPatrick Exner2022-08-271-0/+6
| |/ |/|
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-7/+9
|/
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-3/+7
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-3/+7
* | Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-5/+6
* | Merge pull request #64801 from clayjohn/plane-quadRémi Verschelde2022-08-251-1/+1
|\ \
| * | Remove QuadMesh and add orientation parameter to PlaneMeshclayjohn2022-08-241-1/+1
| |/
* | Merge pull request #64370 from Mickeon/rename-marker-nodeRémi Verschelde2022-08-241-4/+6
|\ \ | |/ |/|
| * Rename Position* nodes to Marker*Micky2022-08-231-4/+6
* | Clean up mesh include code and commentsAaron Franke2022-08-201-10/+8
* | Merge pull request #64592 from mhilbrunner/move-fast-break-thingsYuri Sizov2022-08-191-3/+0
|\ \
| * | Unexpose VelocityTracker3DMax Hilbrunner2022-08-191-3/+0
| |/
* | Merge pull request #64595 from mhilbrunner/ergo-proxyYuri Sizov2022-08-191-1/+0
|\ \
| * | Unexpose ProxyTextureMax Hilbrunner2022-08-191-1/+0
| |/
* / Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-0/+2
|/
* Add `TorusMesh`hoontee2022-08-041-0/+1
* Don't replace RootMotionView with Node in a running projectHugo Locurcio2022-08-031-2/+0
* Merge pull request #63161 from PrecisionRender/masterRémi Verschelde2022-07-291-0/+2
|\