index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_node.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-08
Rename GPUParticles attractor and collision nodes to have a 3D suffix
Hugo Locurcio
2021-12-06
Fix bad popups offset in editor with single window off
jmb462
2021-12-05
Remove or make verbose some debugging prints
Hugo Locurcio
2021-12-04
Auto-Increment Debugger Port
Nathan Franke
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
Merge pull request #42447 from aaronfranke/gitignore-create
Rémi Verschelde
2021-11-23
Improve various texts
kobewi
2021-11-22
Merge pull request #55151 from Chaosus/control_reset_size
Rémi Verschelde
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-21
Improved some editor checkboxes
kobewi
2021-11-15
Revert "Load assets before enabling editor plugins"
Rémi Verschelde
2021-11-12
Allow creating .gitignore and .gitattributes when creating a new project
Aaron Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-09
Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_that
Rémi Verschelde
2021-11-09
Merge pull request #54372 from bruvzg/text_edit_ui
Rémi Verschelde
2021-11-08
Merge pull request #52943 from RandomShaper/property_pin_control_natural
Rémi Verschelde
2021-11-08
Add property value pinning
Pedro J. Estébanez
2021-11-07
Improve save handling for built-in scripts
kobewi
2021-11-07
Fix editor saving blank scenes (for real)
kobewi
2021-11-04
Ignore external editor for built-in scripts
kobewi
2021-11-03
Merge pull request #54072 from KoBeWi/hrcr_is_ded
Rémi Verschelde
2021-11-01
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-10-31
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
Add functions for getting name and font style from dynamic and bitmap fonts.
bruvzg
2021-10-30
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-29
Added convertor from `ORMMaterial3D` to `ShaderMaterial`
Yuri Roubinsky
2021-10-29
Merge pull request #54328 from YeldhamDev/tabbar_close_signal_rename
Max Hilbrunner
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`
Michael Alexsander
2021-10-28
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
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-26
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-19
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-19
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-15
Add scene Post-Import Plugin support.
reduz
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-12
Fixed editor attempting to save a blank scene with save all scenes
Matthew Newall
2021-10-06
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-07
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-03
GLTF for game templates.
K. S. Ernest (iFire) Lee
2021-10-01
Merge pull request #53277 from YeldhamDev/tabs_renaming
Rémi Verschelde
2021-09-30
Rename some elements of `Tabs`
Michael Alexsander
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Merge pull request #53025 from Paulb23/textfile-ux
Rémi Verschelde
[next]