Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-09 | Merge pull request #54662 from KoBeWi/now_with_reloading | Rémi Verschelde | |
Properly reload built-in tool scripts | |||
2021-11-09 | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde | |
Reimplement ping-pong animation and reverse playback | |||
2021-11-09 | Properly reload built-in tool scripts | kobewi | |
2021-11-09 | Merge pull request #54808 from Calinou/editor-frametime-display-more-decimals | Rémi Verschelde | |
Display 2 decimals instead of 1 in editor frametime labels | |||
2021-11-09 | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_that | Rémi Verschelde | |
Improve save handling for built-in scripts | |||
2021-11-09 | Display 2 decimals instead of 1 in editor frametime labels | Hugo Locurcio | |
When comparing different graphics settings or optimizations, this makes precise measurements and frametime comparisons easier. | |||
2021-11-09 | Merge pull request #54788 from rcorre/orbit_clamp | Rémi Verschelde | |
2021-11-09 | Clamp rotation for up/down orbiting shortcuts. | Ryan Roden-Corrent | |
This prevents the viewport from going upside-down. This was suggested at: https://github.com/godotengine/godot/pull/51984#issuecomment-948614191: > For 3.4, I think we can just clamp the angle value when using the > camera orbiting shortcuts. We can investigate what to do with panning > and freelook in 3.5 and 4.0. | |||
2021-11-09 | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | |
2021-11-09 | Merge pull request #54649 from bruvzg/shadows | Rémi Verschelde | |
2021-11-08 | Several Gradient improvements | Hendrik Brucker | |
2021-11-08 | Improve Add Node Here popup | kobewi | |
2021-11-07 | Improve save handling for built-in scripts | kobewi | |
2021-11-07 | Fix preview sun and environment names | kobewi | |
2021-11-06 | Fix Label and RichTextLabale text shadows and shadow outlines. | bruvzg | |
2021-11-05 | Merge pull request #54573 from nekomatata/query-parameters | Rémi Verschelde | |
2021-11-05 | Fix previews sometimes displaying wrong/blank image | Brian Semrau | |
2021-11-05 | Merge pull request #54599 from Chaosus/vs_particles_2d_emitters | Rémi Verschelde | |
2021-11-05 | Added 2D boolean hint for particle emitters in visual shaders | Yuri Roubinsky | |
2021-11-05 | Use Callable in RS::request_frame_drawn_callback | Brian Semrau | |
2021-11-04 | Use parameter classes instead of arguments for all physics queries | PouleyKetchoupp | |
Same as what is already done for shape queries, applied to point and ray queries. Easier to document and more flexible to add more parameters. Also expose intersect_point method to script in 3D. Remove intersect_point_on_canvas in 2D, replaced with a parameter. | |||
2021-11-04 | Ignore external editor for built-in scripts | kobewi | |
2021-11-04 | Add is_built_in() method to Resource | kobewi | |
2021-11-03 | Merge pull request #54072 from KoBeWi/hrcr_is_ded | Rémi Verschelde | |
2021-11-03 | reimplement ping-pong | Silc 'Tokage' Renew | |
2021-11-02 | Add a flag to EditorResourcePicker to differentiate selection contexts | Yuri Sizov | |
2021-11-01 | Merge pull request #54396 from groud/implement_terrain_other_brushes | Rémi Verschelde | |
2021-11-01 | Merge pull request #54419 from Chaosus/vs_cut | Rémi Verschelde | |
2021-11-01 | Fix TileSet editor drag and drop not working | Gilles Roudière | |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | |
- Rename OpenGL to GLES3 in the source code per community feedback. - The renderer is still exposed as "OpenGL 3" to the user. - Hide renderer selection dropdown until OpenGL support is more mature. - The renderer can still be changed in the Project Settings or using the `--rendering-driver opengl` command line argument. - Remove commented out exporter code. - Remove some OpenGL/DisplayServer-related debugging prints. | |||
2021-10-31 | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | |
Add font selection toolbar editor plugin. | |||
2021-10-31 | Refactored copy/paste of visual shaders, implement 'Cut' feature | Yuri Roubinsky | |
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | |
- Use lowercase driver names for the `--rendering-driver` command line argument. | |||
2021-10-29 | Implement missing TileMap brushes for terrains | Gilles Roudière | |
2021-10-29 | Merge pull request #54388 from Chaosus/fix_orm_conversion | Yuri Roubinsky | |
2021-10-29 | Added convertor from `ORMMaterial3D` to `ShaderMaterial` | Yuri Roubinsky | |
2021-10-29 | Repair Fog mode in visual shaders | Yuri Roubinsky | |
2021-10-28 | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn | |
Co-authored-by: Brian Semrau <brian.semrau@gmail.com> | |||
2021-10-28 | clang-format: Enable `BreakBeforeTernaryOperators` | Rémi Verschelde | |
clang-format keeps breaking the way it handles break *after* ternary operators, so I give up and go with the only style they seem to actually test. | |||
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde | |
All reviewed manually and occasionally rewritten to avoid bad auto formatting. | |||
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | |
Sets `AlignOperands` to `DontAlign`. `clang-format` developers seem to mostly care about space-based indentation and every other version of clang-format breaks the bad mismatch of tabs and spaces that it seems to use for operand alignment. So it's better without, so that it respects our two-tabs `ContinuationIndentWidth`. | |||
2021-10-28 | Merge pull request #54342 from groud/remove_item_list_editor | Rémi Verschelde | |
2021-10-28 | Remove ItemList editor and replace it by a property array | Gilles Roudière | |
2021-10-28 | Remove node_hrcr hack | kobewi | |
2021-10-27 | Improve appearance of the editor Debugger bottom panel menu | Hugo Locurcio | |
- Make the Debugger bottom panel menu more prominent when there are errors or warnings by adjusting the text color. - Add some spacing to the right of the error/warning icon for better visual appearance. | |||
2021-10-26 | Merge pull request #54270 from JFonS/fix_selection | Rémi Verschelde | |
2021-10-26 | Fix click selection in the editor 3D viewport | jfons | |
2021-10-26 | Add focus font color to Button and derivatives | Yuri Sizov | |
2021-10-26 | Merge pull request #54073 from groud/terrains_for_procgen | Rémi Verschelde | |
2021-10-25 | Refactored Node3D rotation modes | reduz | |
* Made the Basis euler orders indexed via enum. * Node3D has a new rotation_order property to choose Euler rotation order. * Node3D has also a rotation_mode property to choose between Euler, Quaternion and Basis Exposing these modes as well as the order makes Godot a lot friendlier for animators, which can choose the best way to interpolate rotations. The new *Basis* mode makes the (exposed) transform property obsolete, so it was removed (can still be accessed by code of course). |