index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
scene
Age
Commit message (
Expand
)
Author
2022-10-31
Merge pull request #67800 from jbcolli2/ArrayMesh-UnitTests
Rémi Verschelde
2022-10-31
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-24
ArrayMesh unit tests
jbcolli2
2022-10-21
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-18
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-16
Fix undo redo not adjusting TextEdit viewport to caret
Paulb23
2022-10-14
Make some Image methods static
kobewi
2022-10-11
Fix select word under caret using caret col instead of line
Paulb23
2022-10-10
Merge pull request #67145 from Paulb23/tab_textedit
Rémi Verschelde
2022-10-10
Don't allow removing TextEdit's main caret
Haoyu Qiu
2022-10-09
Handle tab in TextEdit
Paulb23
2022-10-05
Add mutliple Caret support to TextEdit
Paulb23
2022-09-30
Fix typos with codespell
Rémi Verschelde
2022-09-26
Change time parameters and variables to double type
Dave Palais
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-06
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-09-02
Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-width
Rémi Verschelde
2022-09-01
Refactor BitMap and add tests
Hendrik Brucker
2022-08-31
Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...
Tim Fronsee
2022-08-30
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-24
Rename PathFollow's `offset`s to `progress` & `progress_ratio`
Micky
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-04
Tests: Silence some intentional errors
Rémi Verschelde
2022-08-04
Add unit tests for all public methods in the SpriteFrames class
jtorre39
2022-08-04
Add test cases for AudioStreamWAV
StrawbDev
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-17
Fix TextEdit test dependency on SceneTree's initial process time > 0
Marcel Admiraal
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-05-23
Fix typos with codespell
Rémi Verschelde
2022-05-09
Fix backspace when selection reaches left edge
Paweł Fertyk
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Merge pull request #60529 from timothyqiu/theme-validation
Rémi Verschelde
2022-04-28
fix lines ending in comments causing auto indent
Nathan Franke
2022-04-26
Validate theme type/item names
Haoyu Qiu
2022-04-22
Add inital TextEdit UnitTests
Paulb23
2022-04-22
Use Input::push_input for tests plus extra mouse testing
Paulb23
2022-04-07
Remove unused legacy tests
Rémi Verschelde
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-07
Merge pull request #57490 from Calinou/test-add-animation
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
Add a unit test suite for Animation
Hugo Locurcio
2022-01-30
With auto_brace_complete enabled, selected text now gets wrapped by braces
Igor Kordiukiewicz
2022-01-23
Fix selection being deleted and indentation not being accounted for
Preslavb
2022-01-22
Rename request_code_completion signal
kobewi
2022-01-19
Improve the default project theme
Hugo Locurcio
[next]