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
/
plugins
/
tiles
Age
Commit message (
Expand
)
Author
2022-07-28
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-26
Merge pull request #63496 from groud/fix_tile_set_not_saving
Rémi Verschelde
2022-07-26
Fix TileSet not loading correctly when embedded in a scene
Gilles Roudière
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-21
Fix various typos not caught by codespell
luz paz
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-16
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-13
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-23
Fix crash when drawing invalid tiles
kobewi
2022-06-20
Improve TileSet editor and add more suffixes
FireForge
2022-06-16
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-14
Improve TileMap editor layer selection button
FireForge
2022-06-13
Merge pull request #61809 from groud/terrain_center_bit
Rémi Verschelde
2022-06-10
Add terrain center bit
Gilles Roudière
2022-06-07
Add shortcuts to GenericTilePolygonEditor
kobewi
2022-06-03
Update viewport when toggling TileMap grid
FireForge
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-06
Changed signals of ItemList
Vitika9
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-01
Change Place Random Tiles to an icon
kobewi
2022-04-27
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-23
Rename theme properties to include underscores
FireForge
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-17
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-12
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-02
Added property hint to id property in tile set atlas source editor
Igor Kordiukiewicz
2022-02-25
Improve popup window handling.
bruvzg
2022-02-24
Fix source picking with sort
kobewi
2022-02-16
Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c
Rémi Verschelde
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
Automatically select source of the picked tile
kobewi
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
Merge pull request #57329 from Ev01/tileset-editor-minimum-zoom
Rémi Verschelde
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-04
Merge pull request #57631 from groud/terrain_fix_with_empty_cells
Rémi Verschelde
2022-02-04
Fixes terrain painting on TileMaps when using empty terrain bits
Gilles Roudière
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-01
Fix TileMap Display Grid fadeout
Markus Sauermann
2022-01-30
Set a minimum zoom of 1% and a maximum zoom of 10,000% on the tileset editor
Ev01
2022-01-28
Merge pull request #57365 from pycbouh/editor-icons-uniformity
Rémi Verschelde
[next]