Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-10 | Fixes to auto triangle editing in BlendSpace2D | Juan Linietsky | |
2019-01-10 | Rewrote rename logic to be less buggy and more efficient, fixes #23803 and ↵ | Juan Linietsky | |
probably many recent bugs using GraphEdit | |||
2019-01-10 | Revert "Node: make _generate_serial_child_name manipulate numbers as String" | Rémi Verschelde | |
This reverts commits 1025e3ecea67b90232cfdc9590a7ee8887efdcc8 and 799ed2b98984414fd3b7b667c5e3e5d2e6d35a66. | |||
2019-01-10 | Merge pull request #24886 from akien-mga/animatedtexture-frame-properties | Rémi Verschelde | |
Fix showing AnimatedTexture frame_* properties in editor | |||
2019-01-10 | Fix showing AnimatedTexture frame_* properties in editor | Rémi Verschelde | |
Regression from cd0b82fd56bdba5a4f1a057fd2d50854c1f503ef, it must be hidden from docs (PROPERTY_USAGE_INTERNAL) but not from the editor. Supersedes and fixes #24880. Co-authored-by: QbieShay <cislaghi.ilaria@gmail.com> | |||
2019-01-10 | Consistency in resource format saver/loader de-registration | Rémi Verschelde | |
Some used 'is_valid()' checks, others not. Validity is already checked in 'unref()', and 'remove_resource_format_*()' has an ERR_FAIL condition on 'is_null()' already (which shouldn't happen since we're only unregistering things that we previously registered. Also add missing GDCLASS statement in ResourceFormatLoaderVideoStreamGDNative, missed in #20552 which was last amended before #19501 was merged. | |||
2019-01-09 | Merge pull request #24858 from volzhs/animation-transition | Rémi Verschelde | |
AnimationNodeTransition name begins from 0 | |||
2019-01-09 | Merge pull request #24851 from bruvzg/ime_focus_fix | Rémi Verschelde | |
Update IME text only for focused input controls. | |||
2019-01-09 | Merge pull request #24842 from volzhs/fix-node-name-serial | Rémi Verschelde | |
Fix strip out spaces while generating serial number for node name | |||
2019-01-09 | AnimationNodeTransition name begins from 0 | volzhs | |
and added "state" string for default name not to confuse it as number | |||
2019-01-08 | Removed splits in Polygon editor, replace by internal vertices and polygon ↵ | Juan Linietsky | |
support. | |||
2019-01-08 | Update IME text only for focused input controls. | bruvzg | |
2019-01-08 | Fix strip out spaces while generating serial number for node name | volzhs | |
2019-01-07 | Merge pull request #24806 from timoschwarzer/camera2d-process-mode | Rémi Verschelde | |
Add process_mode property to Camera2D | |||
2019-01-06 | Merge pull request #24777 from volzhs/font-kerning | Rémi Verschelde | |
Fix font kerning | |||
2019-01-06 | Add process_mode property to Camera2D | Timo Schwarzer | |
This allows the user to choose if the camera should update in _process or _physics_process. | |||
2019-01-06 | Fix jumping when scrolling down fast with smooth scroll enabled | Timo Schwarzer | |
Fixes #24773 | |||
2019-01-05 | Fix text edit wrapping beyond control size, issue 23896 | Paulb23 | |
2019-01-05 | Fix font kerning | volzhs | |
2019-01-04 | Merge pull request #24689 from BrodyEller/master | Rémi Verschelde | |
Fix viewport not updating with make_current() for Camera2D | |||
2019-01-04 | Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaque | Rémi Verschelde | |
Fix #24470 Atlas Texture with margin setting cause error in editor. | |||
2019-01-04 | Merge pull request #24738 from timoschwarzer/24725-fit-child-in-rect-null-check | Rémi Verschelde | |
Check if p_child is not null in Container.fit_child_rect() | |||
2019-01-03 | Check if p_child is not null in Container.fit_child_rect() | Timo Schwarzer | |
Fixes #24725 | |||
2019-01-03 | Merge pull request #24683 from SoIAS/autocompletion_menu_position_24674 | Rémi Verschelde | |
Fixed autocompletion menu vertical position | |||
2019-01-03 | Allow offset and unit_offset to be set higher than one loop | Timo Schwarzer | |
Fixes #24745 | |||
2019-01-03 | Merge pull request #24736 from timoschwarzer/ltex-thumbnails | Rémi Verschelde | |
Add thumbnails to LargeTexture | |||
2019-01-03 | Merge pull request #24722 from Calinou/improve-graphedit-line-drawing | Rémi Verschelde | |
Make GraphEdit lines smoother and scale their width on hiDPI displays | |||
2019-01-03 | Add thumbnails to LargeTexture | Timo Schwarzer | |
2019-01-03 | Fixed autocompletion menu vertical position | Dawid Wdowiak | |
2019-01-02 | Make GraphEdit lines smoother and scale their width on hiDPI displays | Hugo Locurcio | |
2019-01-02 | Merge pull request #24691 from BlackCatter/line2d-fix | Rémi Verschelde | |
Fix line 2D intersection behavior | |||
2019-01-02 | Fix line 2D intersection behavior | Artem Burjachenko | |
2019-01-01 | Fix viewport not updating with make_current() for Camera2D | Brody Eller | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias | |
2018-12-27 | Merge pull request #24588 from volzhs/tree-relationship-line | Rémi Verschelde | |
Draw relationship lines when its value is higher than 0 | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Merge pull request #24566 from ↵ | Rémi Verschelde | |
thomasruiz/fix/completion-box-center-text-vertically Center lines vertically in completion box | |||
2018-12-25 | Draw relationship lines when its value is higher than 0 | volzhs | |
2018-12-23 | Fix caret size with font smaller than row height | Thomas Ruiz | |
2018-12-23 | Center lines vertically in completion box | Thomas Ruiz | |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS | |
2018-12-21 | Merge pull request #24509 from guilhermefelipecgs/fix_24273 | Rémi Verschelde | |
Add bind for TileMap::get_cell_autotile_coord | |||
2018-12-21 | Merge pull request #24508 from guilhermefelipecgs/fix_22756 | Rémi Verschelde | |
Fixes for TileSetEditor and TileMapEditor | |||
2018-12-20 | Add bind for TileMap::get_cell_autotile_coord | Guilherme Felipe | |
2018-12-20 | Fixes for TileSetEditor and TileMapEditor | Guilherme Felipe | |
[TileSetEditor] Hide Bitmask and Priority for ATLAS_TILE [TileMapEditor] Hide "Disable autotile" if the selected tile isn't autotile Fix #22756, don't update bitmask when tilemode is ATLAS_TILE | |||
2018-12-20 | Fix #24470 Atlas Texture with margin setting cause error in editor. | harrisyu | |
2018-12-20 | Fix TextureLayered::create not retaining format | Shinryuuji | |
2018-12-19 | Merge pull request #24439 from staalduinen/mouse-motion-fix | Rémi Verschelde | |
fix near infinite loop when no previous mouse position |