summaryrefslogtreecommitdiffstats
path: root/servers/register_server_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Move Godot Physics 2D into a module; add dummy 2D physics serverRicardo Buring2024-09-231-13/+4
* Move Godot Physics 3D into a module; add dummy 3D physics serverRicardo Buring2024-09-211-13/+4
* Add samples playback supportAdam Scott2024-06-181-0/+2
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+1
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...Malcolm Nixon2024-04-181-0/+3
* [NativeMenu] Move files to the `display` subfolder.bruvzg2024-03-261-1/+1
* Add AudioEffectHardLimiter as a rework of audio limiter effectlandervr2024-03-251-0/+2
* Disable XR server when compiling without 3DAaron Franke2024-03-131-29/+31
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-0/+4
* Add body tracking support.Malcolm Nixon2024-02-271-0/+2
* Merge pull request #88704 from AThousandShips/no_3d_fix_2Rémi Verschelde2024-02-231-0/+2
|\
| * Fix some additional errors with 3D disabledA Thousand Ships2024-02-231-0/+2
* | Merge pull request #88639 from dsnopek/xrserver-hand-trackerRémi Verschelde2024-02-231-0/+2
|\ \ | |/ |/|
| * Provide generic interface for XR hand trackingDavid Snopek2024-02-231-0/+2
* | Disable registering 3D physics types when 3D is disabledAaron Franke2024-02-221-49/+59
|/
* Merge pull request #80214 from BastiaanOlij/rendering_effectRémi Verschelde2024-02-201-1/+18
|\
| * Implement hooks into rendererBastiaan Olij2024-02-181-1/+18
* | Initial XRFaceTrackingProvider and XRFaceTracker work.Malcolm Nixon2024-02-171-0/+2
|/
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+8
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-0/+12
* Moved `face_index` field in 3D `RayResult` to end of structMikael Hermansson2023-09-261-1/+1
* Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-261-0/+7
* Fix extension bindings for motion collision/result structsMikael Hermansson2023-03-091-2/+2
* Rework const on NavigationServer methodsJosh Jones2023-01-071-2/+2
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-4/+2
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-4/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Merge pull request #62429 from smix8/navigation_path_query_4.xRémi Verschelde2022-09-211-0/+5
|\
| * Add NavigationPathQuerysmix82022-09-201-0/+5
* | PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring2022-09-151-2/+0
|/
* Expose registration of physics servers to GDExtensionRicardo Buring2022-09-071-6/+12
* Create GDExtension classes for PhysicsServer2DRicardo Buring2022-09-041-0/+11
* Split MovieWriterPNGWAV into its own fileHugo Locurcio2022-06-301-0/+1
* Implement Running Godot as Movie Writerreduz2022-06-211-0/+15
* Change Server initialization orderreduz2022-06-011-3/+1
* Refactor module initializationreduz2022-05-041-6/+0
* Rename variable names for some singletonsAaron Franke2022-04-261-4/+4
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-0/+2
* Cleanup and fix native struct definitions.bruvzg2022-03-161-7/+7
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-0/+16
* Discern between virtual and abstract class bindingsreduz2022-03-101-16/+16
* Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde2022-02-091-0/+5
|\
| * [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-061-0/+5
* | Add AudioStreamRandomizer, replacing AudioStreamRandomPitchEllen Poe2022-02-091-1/+1
|/
* Rename the physics server `run_on_thread` project settingsHugo Locurcio2022-01-291-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp2021-11-041-2/+6
* Merge pull request #53980 from nekomatata/rename-godot-physics-classesRémi Verschelde2021-10-191-6/+6
|\