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
2023-01-09
Fix typos with codespell
Rémi Verschelde
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-05
Merge pull request #65609 from dalexeev/animated-sprite
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
`AnimatedSprite{2D,3D}` improvements
Danil Alexeev
2023-01-03
Merge pull request #70840 from MewPurPur/get-point-count-instead-of-points
Rémi Verschelde
2023-01-03
Add initial tests for Node
Marius Hanl
2023-01-02
Rename get_points_count() to get_point_count() internally
VolTer
2022-12-26
Add unit test for VisualShader
jainl28patel
2022-12-19
Fix autocomplete with autobrace completion not adding closing pair
Paulb23
2022-12-17
Fix autocomplete box placement
Hayden Leete
2022-12-12
[Tests] Get rid of several error messages when running the test suite
Hendrik Brucker
2022-12-05
Refactor baking code for Curve2D
Yaohua Xiong
2022-11-23
Fix error while selecting last empty line
Adam Scott
2022-11-17
Fix polygon generation in BitMap
Ninni Pipping
2022-11-06
Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-test
Rémi Verschelde
2022-11-05
[Tests] Replace Math::is_equal_approx with == and doctest::Approx
Hendrik Brucker
2022-11-02
Merge pull request #67274 from jbcolli2/Primitive_Tests
Rémi Verschelde
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
Merge pull request #66927 from jbcolli2/Path2d-Tests
Rémi Verschelde
2022-11-01
Replace Quaternion Euler constructor with `from_euler` method
Aaron Franke
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-28
Improved TextEdit::add_selection_for_next_occurrence test case
Alfred Reinold Baudisch
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
PrimitiveMesh unit tests.
jbcolli2
2022-10-14
Make some Image methods static
kobewi
2022-10-12
Unit tests for Path2D module.
jbcolli2
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
[next]