summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document the BaseMaterial3D classHugo Locurcio2022-10-242-4/+12
| | | | This makes the class 100% documented again.
* Merge pull request #67390 from groud/more_conservative_terrain_paintingClay John2022-10-234-47/+132
|\ | | | | Make terrain painting not change neighbors centers bits
| * Make terrain painting not change neighbors centers bitsGilles Roudière2022-10-204-47/+132
| |
* | Merge pull request #67513 from ↵Clay John2022-10-231-0/+5
|\ \ | | | | | | | | | | | | Calinou/editor-light2d-fix-shadow-filter-smooth-visibility Fix Light2D Shadow Filter Smooth property being visible with filter None
| * | Fix Light2D Shadow Filter Smooth property being visible with filter NoneHugo Locurcio2022-10-171-0/+5
| | |
* | | Merge pull request #67566 from Sauermann/fix-code-simplificationsClay John2022-10-237-26/+6
|\ \ \ | | | | | | | | Code simplifications
| * | | Code simplificationsMarkus Sauermann2022-10-187-26/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Viewport::get_visible_rect().position is always zero. So Control::get_window_rect is identical to Control::get_global_rect. Remove Control::get_window_rect since it is not used in the source code. 2. sqrt(a * a) = abs(a) for doubles 3. Simplify affine_inverse combination 4. Simplify calculation in shaders
* | | | Merge pull request #65334 from dsnopek/opengl-multiviewClay John2022-10-2324-85/+427
|\ \ \ \ | | | | | | | | | | [opengl] Add multiview to the opengl3 driver
| * | | | Add multiview to the opengl3 driverDavid Snopek2022-10-2124-85/+427
| | | | |
* | | | | Merge pull request #67647 from Cykyrios/fix-rigidbody3d-inertiaClay John2022-10-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix RigidBody3D inertia calculation
| * | | | | Fix RigidBody3D inertia calculationCykyrios2022-10-191-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #67755 from m4gr3d/input_event_screen_touch_double_tap_mainFredia Huya-Kouadio2022-10-2312-43/+54
|\ \ \ \ \ | | | | | | | | | | | | Add double_tap attribute to InputEventScreenTouch
| * | | | | Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-2212-43/+54
| | | | | | | | | | | | | | | | | | | | | | | | This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events.
* | | | | | Merge pull request #67764 from keptsecret/implement-mesh-surface-update-x-regionMax Hilbrunner2022-10-231-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implemented mesh_surface_update_x_region functions
| * | | | | | implemented mesh_surface_update_x functionskeptsecret2022-10-221-0/+36
| |/ / / / /
* | | | | | Merge pull request #67677 from rsubtil/doc_popupmenuMax Hilbrunner2022-10-231-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Document PopupMenu "id_pressed" behavior
| * | | | | | Document PopupMenu id behaviorEv1lbl0w2022-10-191-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #67780 from kdada/fix-multiplayer-sync-timeFabio Alessandrelli2022-10-231-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix MultiplayerSynchronizer::update_outbound_sync_time when replication_interval is not 0
| * | | | | | Fix MultiplayerSynchronizer::update_outbound_sync_time when ↵Wei Guo2022-10-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | replication_interval is not 0
* | | | | | | Merge pull request #67655 from MewPurPur/remove-dupe-registrationsYuri Rubinsky2022-10-231-6/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove duplicate operator registrationsVolTer2022-10-201-6/+0
| | | | | | |
* | | | | | | Merge pull request #67766 from raulsntos/dotnet-generatedIgnacio Roldán Etcheverry2022-10-237-10/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use `.generated` suffix for generated C# code
| * | | | | | | Use `.generated` suffix for generated C# codeRaul Santos2022-10-227-10/+10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the `.generated` suffix instead of `_Generated` so .NET marks C# file generated by Godot source generators as generated code.
* | | | | | | Merge pull request #67718 from Mickeon/doc-peeves-the-constant-burdenMax Hilbrunner2022-10-221-64/+78
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Tweak `@GlobalScope` constants documentation overall
| * | | | | | | Tweak `@GlobalScope` constants documentation overallMicky2022-10-211-64/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General: - Replace most type names with strong references (such as "integer" to "[int]"); - Made the writing style closer to how the rest of the documentation is formatted. - Use uppercase Inspector when referring to the Inspector dock. - Describe missing MethodFlags, Variant.Type constants. Key: - Add " key." to the `KEY_0` to `KEY_9` constants; - Reword some MouseButton constants; - In a programming context, it's kind of odd hearing about the plural of "mouse". Error: - Reword OK constant to flow better, use `printerr()` over `print()`; - Describe where `ERR_HELP` is used by the engine; - Point to the Github Issues Page in ERR_BUG. PropertyHint: - Mention that PROPERTY_HINT_IMAGE_COMPRESS_LOSSY and PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS are unused; - Mention that PROPERTY_HINT_PASSWORD allows a placeholder string. - Describe PROPERTY_HINT_OBJECT_TOO_BIG, PROPERTY_HINT_MAX. PropertyUsageFlags: - Describe PROPERTY_USAGE_HIGH_END_GFX, PROPERTY_USAGE_ARRAY.
* | | | | | | | Merge pull request #67737 from smix8/navigation_tilemap_doc_fix_4.xMax Hilbrunner2022-10-221-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix class doc for TileMap navigation visibility mode
| * | | | | | | Fix class doc for TileMap navigation visibility modesmix82022-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix small copy&paste error
* | | | | | | | Merge pull request #67620 from Riteo/default-opaque-compositionClay John2022-10-211-11/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Use opaque composition if transparency is disabled
| * | | | | | | Use opaque composition if transparency is disabledRiteo2022-10-191-11/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #67426 from MrBlockers/blurry-texture-previewClay John2022-10-212-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make texture preview filter setting content aware
| * | | | | | | Make texture preview and picker use mipmap filterMrBlockers2022-10-202-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #67546 from clayjohn/DS-msgClay John2022-10-213-8/+50
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update the DisplayServer video driver error message to be more accurate and friendly
| * | | | | | | | Update the DisplayServer video driver error messageclayjohn2022-10-183-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be more accurate and friendly
* | | | | | | | | Merge pull request #67725 from TokageItLab/add-tuts-link-retargetMax Hilbrunner2022-10-224-1/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Add a tutorial link to `BoneMap` and `SkeletonProfile`
| * | | | | | | | Add a tutorial link to Retarget ClassesSilc Renew2022-10-224-1/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #67636 from groud/fix_localize_pathMax Hilbrunner2022-10-212-3/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix localize_path with custom protocol identifiers
| * | | | | | | | | Fix localize_path with custom protocol identifiersGilles Roudière2022-10-202-3/+18
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #67072 from Mickeon/uh-oh-stinkyMax Hilbrunner2022-10-213-20/+40
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rewrite most of Resource's documentation
| * | | | | | | | | Rewrite most of Resource's documentationMicky2022-10-183-20/+40
| | | | | | | | | |
* | | | | | | | | | Merge pull request #67254 from TechnoPorg/doc-projection-classMax Hilbrunner2022-10-211-0/+62
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fully document the Projection class.
| * | | | | | | | | | Fully document the Projection class.TechnoPorg2022-10-191-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Projection is a 4x4 matrix that applies a projective transformation.
* | | | | | | | | | | Merge pull request #67648 from Calinou/doc-cylindershape3d-bugsMax Hilbrunner2022-10-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document known issues with CylinderShape3D
| * | | | | | | | | | | Document known issues with CylinderShape3DHugo Locurcio2022-10-191-0/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner2022-10-2122-36/+36
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix minor mistakes throughout the documentation
| * | | | | | | | | | | Fix small mistakes throughout much of the documentationVolTer2022-10-2122-36/+36
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #67684 from patchfx/fix-typo-in-draw-rect-regionMax Hilbrunner2022-10-212-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix tp_canvas_item typo in _draw_rect_region
| * | | | | | | | | | | Fix tp_canvas_item typo in _draw_rect_regionRichard Patching2022-10-202-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #67314 from anvilfolk/quote-fixMax Hilbrunner2022-10-211-7/+24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix single-quotes incorrectly escaped when dragging into script editor
| * | | | | | | | | | | Fix single-quotes incorrectly escaped when dragging into script editorJoão Martins2022-10-171-7/+24
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #67444 from nonunknown/array_pick_randomMax Hilbrunner2022-10-214-0/+18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add ability to pick random value from array