index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
Age
Commit message (
Expand
)
Author
2019-08-27
fix otherwise unitialized variables, found in #31694
Robin Hübner
2019-08-27
Merge pull request #31685 from merumelu/referencerect-with-advanced-gui-disabled
Rémi Verschelde
2019-08-26
Merge pull request #25656 from bruvzg/macos_multi_instances
Rémi Verschelde
2019-08-26
Register ReferenceRect when building with ADVANCED_GUI_DISABLED
merumelu
2019-08-26
Fix Multiline texts not updating correcly inside arrays
Michael Alexsander Silva Dias
2019-08-26
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-25
Merge pull request #31496 from nekomatata/fix-text-edit-insert-selection
Rémi Verschelde
2019-08-25
Merge pull request #31654 from Paulb23/minimap_fixes
Rémi Verschelde
2019-08-25
Refactor TextEdit control height calculations
Paulb23
2019-08-25
Update TextEdit selection & cursor when inserting line
PouleyKetchoupp
2019-08-25
Minimap scroll now acts similar to scrollbar
Paulb23
2019-08-25
Merge pull request #31628 from merumelu/treeitem-icon-modulate
Rémi Verschelde
2019-08-25
Disallow undo/redo in readonly TextEdit's
Yuri Roubinski
2019-08-24
Tree: fix and expose icon modulation
merumelu
2019-08-24
Fixed syntax highlighting cache not clearing final line
Paulb23
2019-08-24
Adjust viewport colour based on background colour
Paulb23
2019-08-23
Merge pull request #31593 from SaracenOne/project_theme_shutdown_fix
Rémi Verschelde
2019-08-23
Fixes issue with project_default_theme not being dereferenced on cleanup.
Saracen
2019-08-23
Merge pull request #30398 from tomasantunes/master2
Rémi Verschelde
2019-08-23
Merge pull request #31014 from DavidSichma/kinematic_angle
Rémi Verschelde
2019-08-23
Merge pull request #31575 from creikey/increase-anchor-precision
Rémi Verschelde
2019-08-22
Fix minimap mouse click resolving to -1
Paulb23
2019-08-22
Increase control node's anchor precision
Cameron Reikes
2019-08-22
Merge pull request #31386 from raphael10241024/fix_inertia
Rémi Verschelde
2019-08-22
Fix custom inertia in physics2d, closes#30838
RaphaelHunter
2019-08-22
Added "editable" property to VisualShaderGroupNode
Yuri Roubinski
2019-08-21
Add minimap to text_edit
Paulb23
2019-08-21
Add syntax highlighting cache
Paulb23
2019-08-21
Rename FileDialog's folder icon custom color to `folder_icon_modulate`
Hugo Locurcio
2019-08-21
Merge pull request #31450 from GodotExplorer/fix-31425
Rémi Verschelde
2019-08-21
Fix filter quotes wraped insert completion options
geequlim
2019-08-21
Draw 3D collision shape/raycast gizmos in grayscale when disabled
Hugo Locurcio
2019-08-20
Fix preview for global expressions in visual shaders (#31505)
Yuri Roubinsky
2019-08-20
Fix preview for global expressions in visual shaders
Yuri Roubinski
2019-08-20
Merge pull request #31395 from ptrojahn/floatsarenasty
Rémi Verschelde
2019-08-20
Merge pull request #31492 from Calinou/file-dialog-color-folders
Rémi Verschelde
2019-08-20
Merge pull request #31466 from Calinou/improve-2d-path-editors
Rémi Verschelde
2019-08-20
Use a different color for folder icons in file dialogs
Hugo Locurcio
2019-08-19
Replace is_zero_approx(A.distance_to(B)) with A==B
Paul Trojahn
2019-08-19
fix animation freeze when playing animation from another AnimationPlayer
Unknown
2019-08-18
Improve the appearance of 2D path editors
Hugo Locurcio
2019-08-18
Keep syntax highlighting on TextEdit in readonly mode
Michael Alexsander Silva Dias
2019-08-18
Merge pull request #31453 from Chaosus/vs_code_preview
Rémi Verschelde
2019-08-18
Merge pull request #31449 from Chaosus/vs_global_expression
Rémi Verschelde
2019-08-18
Added code preview to visual shader
Yuri Roubinski
2019-08-18
Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip
Rémi Verschelde
2019-08-18
Added global expressions to visual shaders
Yuri Roubinski
2019-08-17
Improve the scene tree signals/groups tooltip
Hugo Locurcio
2019-08-17
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-15
Add an outline to box selection rectangles for better visibility
Hugo Locurcio
[next]