summaryrefslogtreecommitdiffstats
path: root/scene/3d/camera_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-2/+5
|\
| * Merge pull request #98489 from Flarkk/fix_project_positionThaddeus Crews2024-11-271-2/+5
| |\
| | * Fix Camera3D::project_position() when depth=zfarFlorent Guiocheau2024-10-241-2/+5
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\| |
| * | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+1
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\| |
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-4/+4
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-3/+135
* Expose is_part_of_edited_scene()kobewi2024-04-261-3/+3
* Split monolithic physics class filessmix82024-02-271-1/+0
* Implement hooks into rendererBastiaan Olij2024-02-181-0/+17
* Rename camera near and far private members to avoid conflict with Windows.h d...ACB2024-01-151-32/+32
* Prevent Camera3D.current from being set to true automatically in the editor.addmix2023-12-011-1/+1
* Tweak Camera3D `size` property hint to make dragging more usefulHugo Locurcio2023-10-011-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Fix Camera3D project_* methods not accounting for frustum offsetBauke Conijn2023-06-201-35/+33
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
* Changed Camera3D Ortho Size LimitiiMidknightii2023-01-241-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+2
* Make Camera3D gizmo the same aspect ratio as its viewportHaoyu Qiu2022-11-151-0/+11
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-11/+49
* Replace Array return types with TypedArraykobewi2022-08-221-1/+6
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-2/+0
* Allow more precise adjustments of orthogonal/frustum size in Camera3DHugo Locurcio2022-08-031-1/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-8/+8
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-6/+6
* Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio2022-05-051-2/+0
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-3/+3
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Allow `size` values as low as `0.001` in Camera3D's orthogonal/frustum modeHugo Locurcio2022-04-081-2/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-6/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-2/+4
* CameraMatrix: Pre-allocate Vector in get_projection_planes().Anilforextra2022-01-131-5/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-3/+3
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
* add failure condition for get_pyramid_shape_rid() when camera3d is not in tre...Mark Riedesel2021-10-111-0/+1
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-9/+9
* Remove ClippedCamera3Dreduz2021-10-041-215/+29
* Display a editor gizmo icon for Listener3DHugo Locurcio2021-09-161-4/+0
* Fix some unnecessary includesAaron Franke2021-08-131-3/+1
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-19/+25
* Use real_t in 3D nodesAaron Franke2021-08-031-21/+21
* Node3D gizmo improvementsjfons2021-07-231-4/+4
* add viewport.get_camera_2d()Josh Chandler2021-07-031-10/+10
* Fix editor suffixes and degrees conversionreduz2021-06-301-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1